11370 Commits (8ebf91d15eeb6f19d19580f6319477aaad4df3fd)
 

Author SHA1 Message Date
  Brian f6dffd6ee7 fix problems with polygon offset 18 years ago
  Brian 5e4379b5a4 comments, clean-up 18 years ago
  Roland Scheidegger 1278514ff4 copybuffer/cliprect fixups 18 years ago
  Brian 720c0eb71d added comments 18 years ago
  Brian 1fe4cf83cd Fix front/back mix-up. added comments. 18 years ago
  Brian 24b68f4184 press 'f' to toggle GL_CCW/GL_CW front face 18 years ago
  Brian 9a89cc3b6b use 'c' to cycle through polygon cull modes 18 years ago
  Brian 8733ee9dc9 use cursor keys to translate triangle 18 years ago
  Brian 17b86cfa4e Comments, minor clean-up. 18 years ago
  Brian e7a2085148 comments 18 years ago
  Brian 57a5385652 Added comments, assertions. 18 years ago
  Brian 8c1fa904ed Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array. 18 years ago
  Brian d68ea4e23f remove some dead/disabled stuff 18 years ago
  Roland Scheidegger d348a48ac3 First attempt at using private back/z buffers. 18 years ago
  Michel Dänzer 7c42222111 i915tex: Better procedure for dropping batchbuffer on virtual resolution change. 18 years ago
  Michel Dänzer f1e1b2ed16 i915tex: Only wait for vblank when really necessary. 18 years ago
  Michel Dänzer a903749b24 Clear pointers to freed cliprects. 18 years ago
  Brian f4053ce858 Remove softpipe includes 18 years ago
  Brian ebafc193fa s/G_/SP_/ 18 years ago
  Brian a380f98b6c Rename G_NEW_* tokens to SP_NEW_* 18 years ago
  Brian 546eff6ba8 Obsolete file. 18 years ago
  Brian 279ffe3f16 New 'draw' module for primitive drawing (clipping, culling, etc). 18 years ago
  Brian 9fbdf50078 New 'draw' module for handling the various stages of primitive drawing (clipping, culling, etc). 18 years ago
  Brian 10f4b37bd7 Rename/move some files to modularize the primitive/draw code. 18 years ago
  Brian aa328291c5 Fix size test bug in _mesa_test_proxy_teximage(). 18 years ago
  Brian 37ece4df7c Check if 'indices' parameter is NULL (bug 11314) 18 years ago
  Brian 25cfb68f0b Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax. 18 years ago
  Brian 64359af071 check depthScale value for optimized ushort->uint case (fixes bug 11474) 18 years ago
  Brian a164d3aee0 In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0]. 18 years ago
  Brian 0bf2479aef Add case for GL_QUADS in i915_reduced_primitive_state(). 18 years ago
  Patrice Mandin f0aa6654e2 Merge branch 'master' of git+ssh://pmandin@git.freedesktop.org/git/mesa/mesa 18 years ago
  Patrice Mandin 69501d76fc NV_17 is different from NV_10 18 years ago
  Patrice Mandin 2adcd5bdd2 NV1X don't support VIEWPORT_ORIGIN in hardware 18 years ago
  Xavier Bachelot f98bdfca57 call glutInit(), bug 11486 18 years ago
  michal 9b32c33e9d Fix function names. 18 years ago
  michal 6d8fb1a543 Indent. 18 years ago
  michal 3b8bc1f467 Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch 18 years ago
  michal ffe58739da Softpipe: import TGSI tree. Not hooked-up yet. 18 years ago
  Brian ffa2659204 stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475 18 years ago
  Brian c223c6b663 Be more consistant with paths in #includes. Eventually, eliminate a bunch of -I flags. 18 years ago
  Brian e8e5d9effe support more modes, added -f cmd line option 18 years ago
  Brian 9aa8223605 assorted clean-ups 18 years ago
  Eric Anholt bd9db5eed2 fix LogicOp/bitmap problem, bug 11133 18 years ago
  Brian 22b0b2f47e add fbdev/ to DEMO_FILES 18 years ago
  Dave Airlie 5657fc5b4c r300: only init swtcl on tcl-less cards 18 years ago
  Brian ac5523a9c3 SIMD comments 18 years ago
  Brian 284efcfc27 hook in state tracking for blend color 18 years ago
  Brian d378a2c0b8 added blend_color 18 years ago
  Brian 111880798a Blend MIN/MAX modes are special: the src/dest terms are always one. 18 years ago
  Brian f6d4f5e1e9 Rewrite blending in terms of SIMD operations. 18 years ago