Age | Commit message (Expand) | Author |
2007-07-10 | added comments | Brian |
2007-07-10 | Fix front/back mix-up. added comments. | Brian |
2007-07-10 | press 'f' to toggle GL_CCW/GL_CW front face | Brian |
2007-07-10 | use 'c' to cycle through polygon cull modes | Brian |
2007-07-10 | use cursor keys to translate triangle | Brian |
2007-07-10 | Comments, minor clean-up. | Brian |
2007-07-10 | comments | Brian |
2007-07-10 | Added comments, assertions. | Brian |
2007-07-10 | Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array. | Brian |
2007-07-10 | remove some dead/disabled stuff | Brian |
2007-07-10 | First attempt at using private back/z buffers. | Roland Scheidegger |
2007-07-10 | i915tex: Better procedure for dropping batchbuffer on virtual resolution change. | Michel Dänzer |
2007-07-10 | i915tex: Only wait for vblank when really necessary. | Michel Dänzer |
2007-07-10 | Clear pointers to freed cliprects. | Michel Dänzer |
2007-07-09 | Remove softpipe includes | Brian |
2007-07-09 | s/G_/SP_/ | Brian |
2007-07-09 | Rename G_NEW_* tokens to SP_NEW_* | Brian |
2007-07-09 | Obsolete file. | Brian |
2007-07-09 | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian |
2007-07-09 | New 'draw' module for handling the various stages of primitive drawing (clipp... | Brian |
2007-07-09 | Rename/move some files to modularize the primitive/draw code. | Brian |
2007-07-08 | Fix size test bug in _mesa_test_proxy_teximage(). | Brian |
2007-07-08 | Check if 'indices' parameter is NULL (bug 11314) | Brian |
2007-07-08 | Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax. | Brian |
2007-07-08 | check depthScale value for optimized ushort->uint case (fixes bug 11474) | Brian |
2007-07-06 | In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0]. | Brian |
2007-07-06 | Add case for GL_QUADS in i915_reduced_primitive_state(). | Brian |
2007-07-07 | Merge branch 'master' of git+ssh://pmandin@git.freedesktop.org/git/mesa/mesa | Patrice Mandin |
2007-07-06 | NV_17 is different from NV_10 | Patrice Mandin |
2007-07-06 | NV1X don't support VIEWPORT_ORIGIN in hardware | Patrice Mandin |
2007-07-06 | call glutInit(), bug 11486 | Xavier Bachelot |
2007-07-06 | Fix function names. | michal |
2007-07-06 | Indent. | michal |
2007-07-06 | Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i... | michal |
2007-07-05 | Softpipe: import TGSI tree. Not hooked-up yet. | michal |
2007-07-05 | stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475 | Brian |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-07-04 | support more modes, added -f cmd line option | Brian |
2007-07-04 | assorted clean-ups | Brian |
2007-07-04 | fix LogicOp/bitmap problem, bug 11133 | Eric Anholt |
2007-07-04 | add fbdev/ to DEMO_FILES | Brian |
2007-07-04 | r300: only init swtcl on tcl-less cards | Dave Airlie |
2007-07-03 | SIMD comments | Brian |
2007-07-03 | hook in state tracking for blend color | Brian |
2007-07-03 | added blend_color | Brian |
2007-07-03 | Blend MIN/MAX modes are special: the src/dest terms are always one. | Brian |
2007-07-03 | Rewrite blending in terms of SIMD operations. | Brian |
2007-07-03 | added vec2(vec4) constructor, bug 11404 | Brian |
2007-07-03 | add code for stpq, rgba writemasks in make_writemask(), bug 11404 | Brian |
2007-07-03 | clarify that line_stipple_factor is in [0,255] corresponding to GL's range of... | Brian |