| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mesa: dump/debug varying vars list | Brian Paul | 2009-01-06 | 1 | -0/+5 |
* | mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolation | Brian Paul | 2009-01-06 | 2 | -2/+14 |
* | mesa: add Flags field to gl_program_parameter | Brian Paul | 2009-01-06 | 4 | -24/+38 |
* | mesa: issue error, don't crash, when calling a prototyped, but undefined func... | Brian Paul | 2009-01-06 | 1 | -0/+7 |
* | mesa: better variable name: s/aux/store/ | Brian Paul | 2009-01-06 | 5 | -12/+15 |
* | mesa: minor comment reformattting | Brian Paul | 2009-01-06 | 1 | -16/+13 |
* | mesa: glsl compiler debug code | Brian Paul | 2009-01-06 | 1 | -141/+151 |
* | mesa: rework GLSL array code generation | Brian Paul | 2009-01-06 | 5 | -160/+371 |
* | mesa: don't realloc instruction buffer so often | Brian Paul | 2009-01-06 | 1 | -13/+22 |
* | mesa: updated comment | Brian Paul | 2009-01-06 | 1 | -0/+2 |
* | mesa: fix merge conflict left-overs | Brian Paul | 2009-01-06 | 1 | -1/+0 |
* | mesa: no longer need Writemask field in GLSL IR nodes | Brian Paul | 2009-01-06 | 4 | -69/+23 |
* | mesa: revamp GLSL instruction emit code | Brian Paul | 2009-01-06 | 1 | -244/+381 |
* | mesa: make writemask_string() non-static | Brian Paul | 2009-01-06 | 2 | -4/+8 |
* | mesa: remove some do-nothing GLSL code | Brian Paul | 2009-01-06 | 1 | -16/+0 |
* | mesa: fix accidental regression in GLSL built-in texture matrix lookup | Brian Paul | 2009-01-06 | 1 | -1/+5 |
* | mesa: remove unused/obsolete __NormalMatrixTranspose matrix | Brian Paul | 2009-01-06 | 3 | -188/+184 |
* | mesa: tweak program register printing for RelAddr case | Brian Paul | 2009-01-06 | 1 | -1/+1 |
* | mesa: allow relative indexing into all register files and indirect dst regist... | Brian Paul | 2009-01-06 | 3 | -93/+111 |
* | mesa: track initialization status of uniform variables. Plus, asst clean-ups. | Brian Paul | 2009-01-06 | 7 | -31/+52 |
* | mesa: initial support for uniform variable initializers. | Brian Paul | 2009-01-06 | 1 | -5/+22 |
* | mesa: allows 'f' suffix on GLSL float literals | Brian Paul | 2009-01-06 | 2 | -6/+16 |
* | mesa: add support for 'centroid' qualifier in GLSL 1.20 | Brian Paul | 2009-01-06 | 11 | -2600/+2708 |
* | mesa: add support for 'invariant' keyword for GLSL 1.20 | Brian Paul | 2009-01-06 | 11 | -2615/+2755 |
* | mesa: reformat comments, rewrap lines, etc for a little better readability | Brian Paul | 2009-01-06 | 2 | -402/+418 |
* | glsl: Fix handling of nested parens in macro actual arguments. | Michal Krol | 2008-12-18 | 1 | -2/+15 |
* | mesa: fix logic error in GLSL linker when looking for main() shaders | Brian Paul | 2008-11-10 | 1 | -5/+10 |
* | mesa: update the shader programs->TexturesUsed array at link time | Brian Paul | 2008-11-06 | 3 | -4/+26 |
* | mesa: fix a GLSL array indexing codegen bug | Brian Paul | 2008-11-05 | 2 | -8/+101 |
* | mesa: remove extra \n from printf string | Brian Paul | 2008-11-05 | 1 | -1/+1 |
* | mesa: add Initialized field to gl_uniform struct, for debugging purposes only | Brian Paul | 2008-11-05 | 3 | -7/+16 |
* | mesa: fix float-valued GLSL vertex attribute variables | Brian Paul | 2008-11-04 | 1 | -8/+8 |
* | mesa: silence warnings | Brian Paul | 2008-11-01 | 1 | -3/+3 |
* | mesa: do scope replacement for while/for loops too | Brian Paul | 2008-11-01 | 1 | -3/+7 |
* | mesa: glsl tree print improvements | Brian Paul | 2008-11-01 | 1 | -1/+17 |
* | mesa: fix assignment / parameter passing of sampler types | Brian Paul | 2008-11-01 | 3 | -4/+29 |
* | mesa: additional debug flags for glsl debug/disassembly | Brian Paul | 2008-11-01 | 2 | -23/+25 |
* | mesa: fix some bugs with precision qualifier parsing | Brian Paul | 2008-10-31 | 9 | -2379/+2456 |
* | mesa: do scope replacement for variable initializers too | Brian Paul | 2008-10-31 | 1 | -0/+11 |
* | mesa: fix copy/paste error in GLSL error msg | Brian Paul | 2008-10-31 | 1 | -1/+1 |
* | mesa: in _mesa_combine_programs() take new STATE_CURRENT_ATTRIB color into ac... | Brian Paul | 2008-10-08 | 1 | -5/+36 |
* | mesa: remove old assertion | Brian Paul | 2008-10-07 | 1 | -2/+0 |
* | Mesa: short-circuit case when looking up the same program twice in cache | Keith Whitwell | 2008-10-03 | 2 | -9/+22 |
* | mesa: add new internal state for tracking current vertex attribs | Keith Whitwell | 2008-10-03 | 2 | -0/+9 |
* | mesa: add missing state dependencies for various tracked constants | Keith Whitwell | 2008-10-03 | 1 | -0/+20 |
* | mesa: Fix compiler warnings on Windows. | Michal Krol | 2008-10-01 | 2 | -2/+2 |
* | mesa: add some braces | Brian Paul | 2008-09-26 | 1 | -1/+2 |
* | mesa: Fix compiler error. | Michal Krol | 2008-09-19 | 1 | -1/+3 |
* | mesa: Fix arb parse constants | Brian Paul | 2008-09-19 | 1 | -1/+36 |
* | mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi... | Brian Paul | 2008-09-17 | 1 | -18/+32 |