summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
...
| * | mesa: don't print pointer in _mesa_fprint_parameter_list()Brian Paul2009-10-131-1/+2
| * | mesa: print program Id when printingBrian Paul2009-10-121-2/+2
| * | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-071-9/+22
| |\|
| | * shader_api: Fix bounds checking of glUniform and glUniformMatrixNicolai Hähnle2009-10-071-9/+22
| | * prog_parameter: Document the fact that Size may be > 4Nicolai Hähnle2009-10-071-1/+7
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-052-0/+5
| |\|
| | * mesa: fix mem leaksBrian Paul2009-10-011-0/+4
| | * glsl: fix mem leakBrian Paul2009-10-011-0/+1
| * | prog_parameter: Document the fact that Size may be > 4Nicolai Hähnle2009-10-031-1/+7
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-017-84/+104
| |\|
| | * mesa: Return -FLT_MAX instead of 0 for LG2(0).Vinson Lee2009-10-011-1/+1
| | * glsl: regenerated fileBrian Paul2009-09-291-49/+57
| | * glsl: rewrite sqrt(x) intrinsic to handle x=0Brian Paul2009-09-291-34/+42
| | * glsl: add support for CMP instructionBrian Paul2009-09-294-0/+4
| * | mesa: added nopfrag/nopvert options for MESA_GLSLBrian Paul2009-09-292-0/+14
| * | mesa: added _mesa_nop_vertex/fragment_program()Brian Paul2009-09-292-0/+98
| * | 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
* | | | | | scons: Get GLSL code building correctly when cross compiling.José Fonseca2009-12-101-0/+8
* | | | | | slang: Predefine ES symbols for FEATURE_es2_glsl.Michal Krol2009-12-101-0/+9
* | | | | | slang: Explicitly enable ARB_draw_buffers and ARB_texture_rectangle.Michal Krol2009-12-101-0/+7
* | | | | | Build mesa glsl with make.michal2009-12-101-38/+17
* | | | | | slang/library: Don't need the *_gc.h files, they are autogenerated now.Michal Krol2009-11-257-2828/+0
* | | | | | scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.Michal Krol2009-11-251-0/+44
* | | | | | slang: Fix order of parameters to sl_pp_tokenise().Michal Krol2009-11-231-1/+1