| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove whitespace | Keith Whitwell | 2009-06-30 | 1 | -108/+108 |
* | mesa: remove dead constant pointsize code from ffvertex_prog.c | Keith Whitwell | 2009-06-30 | 1 | -17/+0 |
* | mesa: remove dead vertex fog code from ffvertex_prog.c | Keith Whitwell | 2009-06-30 | 1 | -84/+3 |
* | mesa: fix material inputs in ffvertex_prog.c | Keith Whitwell | 2009-06-30 | 1 | -39/+15 |
* | mesa: more complete fix for transform_invarient glitches | Keith Whitwell | 2009-05-08 | 1 | -9/+7 |
* | mesa/main: set PREFER_DP4 to match position_invarient code | Keith Whitwell | 2009-05-08 | 1 | -1/+1 |
* | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul | 2009-04-14 | 1 | -2/+1 |
* | mesa: fix bug in GPU codegen for fixed-function two-sided lighting | Brian Paul | 2009-03-31 | 1 | -2/+12 |
* | mesa: minor reformatting, whitespace changes | Brian Paul | 2009-03-31 | 1 | -25/+26 |
* | mesa: remove GL_MESA_program_debug extension | Brian Paul | 2009-03-07 | 1 | -1/+0 |
* | mesa: re-org texgen state | Brian Paul | 2009-02-21 | 1 | -4/+4 |
* | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2009-01-02 | 1 | -14/+30 |
|\ |
|
| * | mesa: comments, whitespace changes | Brian Paul | 2009-01-01 | 1 | -13/+31 |
| * | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul | 2008-12-31 | 1 | -2/+2 |
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-11 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | mesa: restore the negate flag of dots in build_lighting. | Xiang, Haihao | 2008-11-11 | 1 | -0/+3 |
| * | mesa: use NRM3 in emit_normalize_vec3() when drivers are ready | Brian | 2008-11-08 | 1 | -0/+5 |
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-07 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | mesa: use _bfc0 instead of _col0 when building back face lighting. | Xiang, Haihao | 2008-11-07 | 1 | -3/+2 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-15 | 1 | -30/+40 |
|\ \
| |/
|/| |
|
| * | mesa: modify fixed function vertex programs not to reference constant attributes | Keith Whitwell | 2008-10-14 | 1 | -30/+40 |
| * | mesa: Silence compiler warnings on Windows. | Michal Krol | 2008-09-04 | 1 | -1/+1 |
| * | mesa: remove debug code | Brian Paul | 2008-08-28 | 1 | -2/+0 |
| * | mesa: dynamically grow the fixed function vertex program as needed | Brian Paul | 2008-08-28 | 1 | -10/+46 |
| * | mesa: bump MAX_INSN to 300 | Brian Paul | 2008-08-28 | 1 | -1/+1 |
| * | mesa: check FEATURE_point_size_array | Brian Paul | 2008-06-28 | 1 | -0/+2 |
| * | mesa: point size arrays | Brian Paul | 2008-06-25 | 1 | -4/+30 |
| * | mesa: restore and fix Keith's "further degenerate the special case lit substi... | Brian Paul | 2008-06-12 | 1 | -13/+31 |
| * | Revert "mesa: further degenerate the special case lit substitute" | Brian Paul | 2008-06-11 | 1 | -12/+9 |
| * | mesa: turn off ffvertex prog debug | Keith Whitwell | 2008-06-06 | 1 | -1/+1 |
| * | ffvertex: emit full LIT when attenuating (needs the 1 in X position) | Keith Whitwell | 2008-05-27 | 1 | -19/+31 |
| * | ffvertex: don't compute whole eye vector if only eye.z is required | Keith Whitwell | 2008-05-27 | 1 | -3/+27 |
| * | Revert "mesa: save a temp on normalizes" | Keith Whitwell | 2008-05-24 | 1 | -4/+6 |
| * | mesa: pre-swizzle normal scale state value | Keith Whitwell | 2008-05-24 | 1 | -2/+1 |
| * | mesa: save a temp on normalizes | Keith Whitwell | 2008-05-23 | 1 | -6/+4 |
| * | mesa: further degenerate the special case lit substitute | Keith Whitwell | 2008-05-23 | 1 | -9/+12 |
| * | mesa: don't emit LIT instruction when mat shininess known to be zero | Keith Whitwell | 2008-05-23 | 1 | -31/+102 |
| * | mesa: do object-space lighting in ffvertex_prog.c | Keith Whitwell | 2008-05-23 | 1 | -29/+50 |
| * | mesa: comments, whitespace | Brian | 2008-05-06 | 1 | -24/+19 |
| * | mesa: clamp point size in vertex program when computing attenuated size | Brian Paul | 2008-03-14 | 1 | -3/+4 |
| * | use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/... | Brian | 2008-01-18 | 1 | -1/+1 |
| * | fix mem leak (free key) | Brian | 2008-01-01 | 1 | -5/+5 |
| * | Lift fixed function vertex program generation up from tnl module. | Brian | 2007-10-31 | 1 | -0/+1550 |
* | mesa: drop calloc from _mesa_get_fixed_func_vertex_program | Shunichi Fuji | 2008-09-29 | 1 | -11/+7 |
* | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell | 2008-09-21 | 1 | -0/+1753 |