summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2002-02-12fix compiler warning (windows)Karl Schultz
2002-02-06added an assertion, fix typoBrian Paul
2002-02-06fixed typo in depth_test_pixels(), should fix reported VTK failuresBrian Paul
2002-02-04Clean-up and remove dead code related to depth/stecil testing.Brian Paul
2002-02-02Converted line drawing over to new span code, pb no longer used.Brian Paul
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul
2002-01-31Clean-up and optimize alpha test code.Brian Paul
2002-01-30don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8Brian Paul
2002-01-28Still more texture/span simplification and clean-up.Brian Paul
2002-01-28More span improvements. Removed _mesa_write_monocolor_span().Brian Paul
2002-01-28More span clean-up, mostly texture-related.Brian Paul
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul
2002-01-21Klaus's latest patches and some clean-upBrian Paul
2002-01-16changed PB (pixel buffer) to use texcoord[4] arrayBrian Paul
2002-01-16set PB->haveSpec in line functions that emit specular colorBrian Paul
2002-01-16added another test in regions_overlap() (Klaus)Brian Paul
2002-01-16latest changes from KlausBrian Paul
2002-01-15added some missing error checksBrian Paul
2002-01-12don't apply scissor box in read_fast_rgba_pixels()Brian Paul
2002-01-10Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul
2002-01-09fixed GL_REPLACE / GL_RGB bugBrian Paul
2002-01-09texture env color wasn't used correctly in GL_BLEND modeBrian Paul
2002-01-08work-around for QNX compiler problemBrian Paul
2002-01-06implemented vertex program point size controlBrian Paul
2001-12-19fix a comment typoBrian Paul
2001-12-19have to clamp color+specular in _swrast_add_spec_terms_triangle()! (fixes Chi...Brian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-17added some debug printfs (disabled)Brian Paul
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-13special case blend optmizations (Jeremy Fitzhardinge)Brian Paul
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell
2001-12-04prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...Brian Paul
2001-11-28use v2 color, not v0 in flat_ci_triangle()Brian Paul
2001-11-19More span rendering optimizations from Klaus NiederkruegerBrian Paul
2001-11-13improved AA subpixel sample positions (Ray Tice)Brian Paul
2001-11-06casts to silence warnings from gcc 2.96Brian Paul
2001-10-17added a few commentsBrian Paul
2001-10-17warning fixes (Karl Schultz)Brian Paul
2001-10-17added GL_ARB_texture_mirrored_repeatBrian Paul
2001-09-20very brief overview of swrastKeith Whitwell
2001-09-19GL_ADD texture mode was incorrect, renamed some varsBrian Paul
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-09-18more compiler warning fixesKarl Schultz
2001-09-13minor optimizations for flat shading (Klaus Niederkrueger)Brian Paul
2001-09-13replaced some tabs with spacesBrian Paul
2001-08-20removed a semicolon in the USE() macroBrian Paul
2001-08-20new debugging codeBrian Paul
2001-08-14Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now.Brian Paul