summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Collapse)AuthorAgeFilesLines
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-0223-599/+794
| | | | | ditch the pb (pixel buffer) code. Converted point drawing, bitmaps and aa lines to use new span functions.
* Clean-up and optimize alpha test code.Brian Paul2002-01-317-557/+463
| | | | Major clean-up of pixel zoom code.
* don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8Brian Paul2002-01-301-3/+3
|
* Still more texture/span simplification and clean-up.Brian Paul2002-01-288-172/+85
| | | | Updated comments, fixed indentation, etc.
* More span improvements. Removed _mesa_write_monocolor_span().Brian Paul2002-01-289-355/+159
| | | | | Removed last of span.filled* flags and Klaus's macros. More simplification of triangle functions.
* More span clean-up, mostly texture-related.Brian Paul2002-01-2813-981/+249
| | | | | _mesa_rasterize_span() is gone, replaced by new _mesa_write_textured_span(). Removed some unneeded triangle functions - more simplification possible.
* LOTS of changes, building upon Klaus's work.Brian Paul2002-01-2718-1437/+1095
| | | | | struct sw_span is used throughout span/fragment processing. This is leading to less code and more chances for optimization.
* Klaus's latest patches and some clean-upBrian Paul2002-01-2112-173/+384
|
* changed PB (pixel buffer) to use texcoord[4] arrayBrian Paul2002-01-162-48/+56
|
* set PB->haveSpec in line functions that emit specular colorBrian Paul2002-01-161-1/+3
|
* added another test in regions_overlap() (Klaus)Brian Paul2002-01-161-3/+6
|
* latest changes from KlausBrian Paul2002-01-163-12/+149
|
* added some missing error checksBrian Paul2002-01-151-1/+6
|
* don't apply scissor box in read_fast_rgba_pixels()Brian Paul2002-01-121-15/+15
|
* Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul2002-01-1011-132/+89
|
* fixed GL_REPLACE / GL_RGB bugBrian Paul2002-01-091-2/+7
|
* texture env color wasn't used correctly in GL_BLEND modeBrian Paul2002-01-091-15/+15
|
* work-around for QNX compiler problemBrian Paul2002-01-081-7/+9
|
* implemented vertex program point size controlBrian Paul2002-01-061-3/+3
|
* fix a comment typoBrian Paul2001-12-191-2/+2
|
* have to clamp color+specular in _swrast_add_spec_terms_triangle()! (fixes ↵Brian Paul2001-12-191-5/+38
| | | | Chimera bug)
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-4/+5
| | | | | | Moved vertex program hash table into shared context state. Implemented reference counting for vertex programs. Replaced tnl "ProjectedClip" with "Ndc" (normalized device coordinates).
* added some debug printfs (disabled)Brian Paul2001-12-171-1/+8
|
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-1720-994/+1622
|
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-141/+63
|
* vertex program check-inBrian Paul2001-12-142-6/+12
|
* special case blend optmizations (Jeremy Fitzhardinge)Brian Paul2001-12-131-6/+54
|
* add inf and nan tests to swrast functionsKeith Whitwell2001-12-055-8/+23
|
* prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, ↵Brian Paul2001-12-041-41/+87
| | | | GL_ARB_shadow_ambient
* use v2 color, not v0 in flat_ci_triangle()Brian Paul2001-11-281-2/+2
|
* More span rendering optimizations from Klaus NiederkruegerBrian Paul2001-11-194-353/+707
|
* improved AA subpixel sample positions (Ray Tice)Brian Paul2001-11-131-38/+51
|
* casts to silence warnings from gcc 2.96Brian Paul2001-11-061-2/+2
|
* added a few commentsBrian Paul2001-10-171-1/+9
|
* warning fixes (Karl Schultz)Brian Paul2001-10-171-3/+3
|
* added GL_ARB_texture_mirrored_repeatBrian Paul2001-10-171-3/+30
|
* very brief overview of swrastKeith Whitwell2001-09-201-0/+55
|
* GL_ADD texture mode was incorrect, renamed some varsBrian Paul2001-09-191-48/+49
|
* silence compiler warnings (last batch for src)Karl Schultz2001-09-1910-62/+78
|
* more compiler warning fixesKarl Schultz2001-09-182-14/+14
|
* minor optimizations for flat shading (Klaus Niederkrueger)Brian Paul2001-09-133-51/+95
|
* replaced some tabs with spacesBrian Paul2001-09-131-94/+94
|
* removed a semicolon in the USE() macroBrian Paul2001-08-201-2/+2
|
* new debugging codeBrian Paul2001-08-201-19/+39
|
* Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now.Brian Paul2001-08-144-41/+47
|
* removed some now bogus assertions (due to Klaus's latest optimization)Brian Paul2001-08-071-5/+1
|
* optimization to sample_lambda_2d() (Klaus Niederkrueger)Brian Paul2001-08-071-92/+107
|
* Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell2001-07-281-4/+5
|
* Applied Klaus Niederkrueger's latest flat-shading clean-ups and some of my own.Brian Paul2001-07-262-208/+172
|
* GLchan and GL_ADD clamping changes (Klaus Niederkrueger)Brian Paul2001-07-231-67/+68
|