| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Emit zero initialization for NV VP temporaries as required. | Eric Anholt | 2009-09-24 | 3 | -0/+49 |
* | mesa: Initialize NV_vertex_program fields for the parameter lists and such. | Eric Anholt | 2009-09-24 | 3 | -0/+55 |
* | mesa: added comment | Brian Paul | 2009-09-24 | 1 | -0/+1 |
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | 2009-09-24 | 1 | -6/+1 |
|\ |
|
| * | mesa: don't bias LOD in shader interpreter; do it in swrast | Brian Paul | 2009-09-23 | 1 | -6/+1 |
* | | glsl: init var to silence warning | Brian Paul | 2009-09-24 | 1 | -1/+1 |
* | | glsl: fix missing initializers warning | Brian Paul | 2009-09-24 | 1 | -2/+2 |
* | | r300: Fix handling of NV_vertex_program parameters | Nicolai Hähnle | 2009-09-21 | 1 | -0/+1 |
* | | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | 2009-09-15 | 2 | -0/+43 |
|\| |
|
| * | glsl: added some link debug code (disabled) | Brian Paul | 2009-09-14 | 1 | -0/+15 |
| * | glsl: remove extra #version directives from concatenated shader sources | Brian Paul | 2009-09-14 | 1 | -0/+28 |
* | | ARB prog: replace 'unsigned' with 'gl_state_index' | Brian Paul | 2009-09-04 | 5 | -195/+195 |
* | | ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK | Brian Paul | 2009-09-04 | 5 | -37/+23 |
* | | ARB prog parser: Fix handling of stateOptModMatNum | Ian Romanick | 2009-09-01 | 2 | -203/+203 |
* | | mesa: debug printf for KIL | Brian Paul | 2009-08-31 | 1 | -0/+5 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-27 | 1 | -8/+8 |
|\| |
|
| * | mesa: direct program debug output to stderr instead of stdout | marvin24 | 2009-08-27 | 1 | -9/+9 |
* | | mesa: move decls before code | Vinson Lee | 2009-08-27 | 1 | -2/+4 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-26 | 1 | -4/+15 |
|\| |
|
| * | glsl: signal that the program needs to be re-translated when samplers change | Brian Paul | 2009-08-26 | 1 | -4/+15 |
* | | glsl: asst. clean-ups in set_program_uniform() | Brian Paul | 2009-08-26 | 1 | -14/+7 |
* | | mesa: var renaming, new assertion | Brian Paul | 2009-08-26 | 1 | -4/+5 |
* | | mesa: additional instruction field size assertions | Brian Paul | 2009-08-26 | 1 | -0/+6 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-26 | 1 | -3/+7 |
|\| |
|
| * | glsl: fix bug in sampler array indexing | Brian Paul | 2009-08-26 | 1 | -3/+7 |
| * | ARB prog: Set error instead of falling through with incorrect value | Brian Paul | 2009-08-24 | 1 | -0/+3 |
| * | glsl: Silence gcc uninitialized variable warning. | Vinson Lee | 2009-08-24 | 1 | -1/+1 |
* | | glsl: update a texture/sampler comment | Brian Paul | 2009-08-25 | 1 | -1/+1 |
* | | glsl: implement shader sampler validation | Brian Paul | 2009-08-25 | 2 | -11/+109 |
* | | mesa: print some program fields in binary too | Brian Paul | 2009-08-25 | 1 | -2/+29 |
* | | ARB prog: Set error instead of falling through with incorrect value | Ian Romanick | 2009-08-24 | 1 | -0/+3 |
* | | glsl: Silence gcc uninitialized variable warning. | Vinson Lee | 2009-08-24 | 1 | -1/+1 |
* | | ARB prog parser: Regenerate parser from previous commit | Ian Romanick | 2009-08-24 | 1 | -6/+6 |
* | | ARB prog parser: use correct context limits | Brian Paul | 2009-08-24 | 1 | -6/+6 |
* | | mesa: _mesa_layout_parameters() returns a boolean value | Brian Paul | 2009-08-24 | 2 | -5/+10 |
* | | ARB prog lexer: Fix lexer to eat both DOS and Unix line endings | Ian Romanick | 2009-08-23 | 2 | -304/+308 |
* | | ARB prog parser: include imports.h to kill some compiler warnings | Luo Jinghua | 2009-08-22 | 1 | -0/+1 |
* | | ARB prog parser: Revert part of previous change to constant parsing | Ian Romanick | 2009-08-20 | 2 | -16/+16 |
* | | Merge branch 'master' into asm-shader-rework-1 | Ian Romanick | 2009-08-18 | 10 | -135/+276 |
|\ \ |
|
| * | | mesa: also pass the GPU program to _mesa_append_uniforms_to_file() | Brian Paul | 2009-08-14 | 2 | -3/+5 |
| * | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-14 | 1 | -2/+2 |
| |\| |
|
| | * | glsl: fix some uninitialized pointers | Brian Paul | 2009-08-13 | 1 | -2/+2 |
| * | | mesa: new _mesa_append_uniforms_to_file() debug/logging function | Brian Paul | 2009-08-14 | 2 | -0/+34 |
| * | | glsl: fix incorrect attribute size | Brian Paul | 2009-08-13 | 1 | -1/+1 |
| * | | glsl: remove duplicate frag input entry | Brian Paul | 2009-08-12 | 1 | -1/+0 |
| * | | Merge branch 'new-frag-attribs' | Brian Paul | 2009-08-12 | 4 | -24/+3 |
| |\ \ |
|
| | * | | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs | Brian Paul | 2009-07-29 | 4 | -24/+2 |
| * | | | glsl: add gl_Vertex, gl_Normal, etc to list of active attributes | Brian Paul | 2009-08-12 | 1 | -0/+19 |
| * | | | glsl: move predefined shader input/output info/code to slang_builtin.c | Brian Paul | 2009-08-12 | 4 | -103/+199 |
| * | | | mesa: log the shader checksum | Brian Paul | 2009-08-04 | 1 | -1/+1 |