summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2009-09-29mesa: added nopfrag/nopvert options for MESA_GLSLBrian Paul
2009-09-29mesa: added _mesa_nop_vertex/fragment_program()Brian Paul
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
2009-09-25Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-25mesa: move declaration before codeVinson Lee
2009-09-24mesa: remove: unused gl_vertex_program::TnlData fieldBrian Paul
2009-09-24NV fp lexer: Add UP4B and UP4UB instructions that were previously missingIan Romanick
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt
2009-09-24mesa: Initialize NV_vertex_program fields for the parameter lists and such.Eric Anholt
2009-09-24mesa: added commentBrian Paul
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-24glsl: init var to silence warningBrian Paul
2009-09-24glsl: fix missing initializers warningBrian Paul
2009-09-23mesa: don't bias LOD in shader interpreter; do it in swrastBrian Paul
2009-09-21Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-09-21r300: Fix handling of NV_vertex_program parametersNicolai Hähnle
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-15Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-15ARB prog parser: regenerated fileBrian Paul
2009-09-15ARB prog parser: more detailed error message for out of bounds ADDR offsetsBrian Paul
2009-09-14glsl: added some link debug code (disabled)Brian Paul
2009-09-14glsl: remove extra #version directives from concatenated shader sourcesBrian Paul
2009-09-12mesa: remove unused SATURATE_PLUS_MINUS_ONE flagKeith Whitwell
2009-09-10Merge branch 'master' into asm-shader-rework-2Ian Romanick
2009-09-10NV fp parser: Add support for condition codesIan Romanick
2009-09-10ARB prog lexer: Add missing #include to silence compile warningIan Romanick
2009-09-10ARB prog parser: Differentiate between used and unused names in the lexerIan Romanick
2009-09-07mesa: Include <unistd.h> only when one is available.Michal Krol
2009-09-04NV fp parser: Support instruction and TEMP / OUTPUT sizesIan Romanick
2009-09-04ARB prog parser: Add new constructor for asm_instructionIan Romanick
2009-09-04ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul
2009-09-04ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul
2009-09-03NV fp parser: Add support for absolute value operator on instruction operandsIan Romanick
2009-09-03NV fp parser: Support new scalar constant behaviorIan Romanick
2009-09-01NV fp parser: Parse TXD instructionIan Romanick
2009-09-01ARB prog parser: Fix handling of stateOptModMatNumIan Romanick
2009-08-31mesa: debug printf for KILBrian Paul
2009-08-31NV fp lexer: Add new opcodesIan Romanick
2009-08-31NV fp: Parse 'OPTION NV_fragment_program' in ARB assembly shadersIan Romanick
2009-08-27Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-27mesa: direct program debug output to stderr instead of stdoutmarvin24
2009-08-27mesa: move decls before codeVinson Lee
2009-08-26Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-26glsl: asst. clean-ups in set_program_uniform()Brian Paul
2009-08-26glsl: signal that the program needs to be re-translated when samplers changeBrian Paul
2009-08-26mesa: var renaming, new assertionBrian Paul
2009-08-26mesa: additional instruction field size assertionsBrian Paul
2009-08-26Merge branch 'mesa_7_5_branch'Brian Paul