Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-04 | mesa: Silence compiler warnings on Windows. | Michal Krol | |
2008-08-28 | mesa: remove debug code | Brian Paul | |
2008-08-28 | mesa: dynamically grow the fixed function vertex program as needed | Brian Paul | |
Don't use a fixed-size array. Saves memory in most cases and avoids potential overflow for long programs. | |||
2008-08-28 | mesa: bump MAX_INSN to 300 | Brian Paul | |
2008-06-28 | mesa: check FEATURE_point_size_array | Brian Paul | |
2008-06-25 | mesa: point size arrays | Brian Paul | |
2008-06-12 | mesa: restore and fix Keith's "further degenerate the special case lit ↵ | Brian Paul | |
substitute" There was a bug in emit_degenerate_lit() that caused the SLT to produce unpredictable results in lit.z Plus, added a bunch of new comments. | |||
2008-06-11 | Revert "mesa: further degenerate the special case lit substitute" | Brian Paul | |
This reverts commit e841b92d9c8bf48085b4996df828ae745977f931. This fixes two specular lighting conform failures. | |||
2008-06-06 | mesa: turn off ffvertex prog debug | Keith Whitwell | |
2008-05-27 | ffvertex: emit full LIT when attenuating (needs the 1 in X position) | Keith Whitwell | |
2008-05-27 | ffvertex: don't compute whole eye vector if only eye.z is required | Keith Whitwell | |
2008-05-24 | Revert "mesa: save a temp on normalizes" | Keith Whitwell | |
This reverts commit feceb43948f76cc4d4c8ecbb86b1b1f438c6daee. | |||
2008-05-24 | mesa: pre-swizzle normal scale state value | Keith Whitwell | |
2008-05-23 | mesa: save a temp on normalizes | Keith Whitwell | |
2008-05-23 | mesa: further degenerate the special case lit substitute | Keith Whitwell | |
2008-05-23 | mesa: don't emit LIT instruction when mat shininess known to be zero | Keith Whitwell | |
Use a faster path in that case & make gears go faster. | |||
2008-05-23 | mesa: do object-space lighting in ffvertex_prog.c | Keith Whitwell | |
Start pulling over some of the optimizations from the fixed function paths. | |||
2008-05-06 | mesa: comments, whitespace | Brian | |
2008-03-14 | mesa: clamp point size in vertex program when computing attenuated size | Brian Paul | |
2008-01-18 | use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating ↵ | Brian | |
immediates/literals | |||
2008-01-01 | fix mem leak (free key) | Brian | |
2007-10-31 | Lift fixed function vertex program generation up from tnl module. | Brian | |