summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'asm-shader-rework-2'Ian Romanick2009-09-257-2124/+3019
|\
| * NV fp lexer: Add UP4B and UP4UB instructions that were previously missingIan Romanick2009-09-242-667/+686
| * Merge branch 'master' into asm-shader-rework-2Ian Romanick2009-09-106-418/+431
| |\
| * | NV fp parser: Add support for condition codesIan Romanick2009-09-104-881/+1183
| * | ARB prog lexer: Add missing #include to silence compile warningIan Romanick2009-09-102-173/+175
| * | ARB prog parser: Differentiate between used and unused names in the lexerIan Romanick2009-09-105-834/+851
| * | NV fp parser: Support instruction and TEMP / OUTPUT sizesIan Romanick2009-09-046-1506/+1463
| * | ARB prog parser: Add new constructor for asm_instructionIan Romanick2009-09-043-334/+400
| * | NV fp parser: Add support for absolute value operator on instruction operandsIan Romanick2009-09-032-840/+942
| * | NV fp parser: Support new scalar constant behaviorIan Romanick2009-09-032-729/+770
| * | NV fp parser: Parse TXD instructionIan Romanick2009-09-012-842/+941
| * | NV fp lexer: Add new opcodesIan Romanick2009-08-315-1191/+1455
| * | NV fp: Parse 'OPTION NV_fragment_program' in ARB assembly shadersIan Romanick2009-08-312-0/+12
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-251-2/+3
|\ \ \
| * | | mesa: move declaration before codeVinson Lee2009-09-251-2/+3
* | | | mesa: remove: unused gl_vertex_program::TnlData fieldBrian Paul2009-09-241-7/+0
* | | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-244-0/+105
|\| | |
| * | | i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt2009-09-243-0/+49
| * | | mesa: Initialize NV_vertex_program fields for the parameter lists and such.Eric Anholt2009-09-243-0/+55
| * | | mesa: added commentBrian Paul2009-09-241-0/+1
* | | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-243-9/+4
|\| | |
| * | | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-6/+1
| |\ \ \
| | * | | mesa: don't bias LOD in shader interpreter; do it in swrastBrian Paul2009-09-231-6/+1
| * | | | glsl: init var to silence warningBrian Paul2009-09-241-1/+1
| * | | | glsl: fix missing initializers warningBrian Paul2009-09-241-2/+2
* | | | | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-09-211-0/+1
|\| | | |
| * | | | r300: Fix handling of NV_vertex_program parametersNicolai Hähnle2009-09-211-0/+1
* | | | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-152-0/+43
|\| | | |
| * | | | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-152-0/+43
| |\| | |
| | * | | glsl: added some link debug code (disabled)Brian Paul2009-09-141-0/+15
| | * | | glsl: remove extra #version directives from concatenated shader sourcesBrian Paul2009-09-141-0/+28
* | | | | ARB prog parser: regenerated fileBrian Paul2009-09-151-193/+197
* | | | | ARB prog parser: more detailed error message for out of bounds ADDR offsetsBrian Paul2009-09-151-4/+8
* | | | | mesa: remove unused SATURATE_PLUS_MINUS_ONE flagKeith Whitwell2009-09-121-1/+0
| |_|_|/ |/| | |
* | | | mesa: Include <unistd.h> only when one is available.Michal Krol2009-09-072-0/+8
|/ / /
* | | ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul2009-09-045-195/+195
* | | ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul2009-09-045-37/+23
* | | ARB prog parser: Fix handling of stateOptModMatNumIan Romanick2009-09-012-203/+203
* | | mesa: debug printf for KILBrian Paul2009-08-311-0/+5
| |/ |/|
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-271-8/+8
|\|
| * mesa: direct program debug output to stderr instead of stdoutmarvin242009-08-271-9/+9
* | mesa: move decls before codeVinson Lee2009-08-271-2/+4
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-261-4/+15
|\|
| * glsl: signal that the program needs to be re-translated when samplers changeBrian Paul2009-08-261-4/+15
* | glsl: asst. clean-ups in set_program_uniform()Brian Paul2009-08-261-14/+7
* | mesa: var renaming, new assertionBrian Paul2009-08-261-4/+5
* | mesa: additional instruction field size assertionsBrian Paul2009-08-261-0/+6
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-261-3/+7
|\|
| * glsl: fix bug in sampler array indexingBrian Paul2009-08-261-3/+7
| * ARB prog: Set error instead of falling through with incorrect valueBrian Paul2009-08-241-0/+3