summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-105-14/+86
|\
| * mesa: in _mesa_combine_programs() take new STATE_CURRENT_ATTRIB color into ac...Brian Paul2008-10-081-5/+36
| * mesa: remove old assertionBrian Paul2008-10-071-2/+0
| * Mesa: short-circuit case when looking up the same program twice in cacheKeith Whitwell2008-10-032-9/+22
| * mesa: add new internal state for tracking current vertex attribsKeith Whitwell2008-10-032-0/+9
| * mesa: add missing state dependencies for various tracked constantsKeith Whitwell2008-10-031-0/+20
| * mesa: Fix compiler warnings on Windows.Michal Krol2008-10-012-2/+2
| * mesa: add some bracesBrian Paul2008-09-261-1/+2
* | mesa: Fix compiler warnings on Windows.Michal Krol2008-10-022-2/+2
* | cell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PROGRAM_INSTRUCTIONS ins...Jonathan White2008-09-301-10/+4
* | mesa: add some bracesBrian Paul2008-09-261-1/+2
* | Merge commit 'origin/master' into HEADKeith Whitwell2008-09-262-6/+10
|\ \
| * | mesa: fix function params to match prototypesSam Hocevar2008-09-251-5/+5
| * | mesa: prevent the slang code generator from aborting when faced with a sample...Sam Hocevar2008-09-251-1/+5
| * | mesa: glsl: fix glGetUniform for matrix queriesBrian Paul2008-09-231-50/+79
| * | mesa: glsl: fix a number of glUniform issuesBrian Paul2008-09-231-31/+199
| * | mesa: glsl: fix error check in get_uniformfv()Brian Paul2008-09-231-4/+9
| * | mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-09-233-6/+6
| * | mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs()Brian Paul2008-09-231-0/+9
| * | mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul2008-09-231-18/+32
* | | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-212-2/+10
|\| |
| * | mesa: set point stateBrian Paul2008-09-211-0/+4
| * | mesa: fix issues causing warnings on WindowsBrian Paul2008-09-211-1/+9
| * | mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca2008-09-211-1/+1
| * | mesa: remove unneeded #includeBrian Paul2008-09-211-1/+0
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-211-1/+38
|\ \ \ | | |/ | |/|
| * | mesa: Fix compiler error.Michal Krol2008-09-191-1/+3
| * | mesa: Fix arb parse constantsBrian Paul2008-09-191-1/+36
* | | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-215-12/+12
|\ \ \ | | |/ | |/|
| * | mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell2008-09-215-11/+296
| * | mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-1818-67/+67
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-182-24/+53
|\ \ \ | | |/ | |/|
| * | mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul2008-09-171-18/+32
| * | mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs()Brian Paul2008-09-171-0/+9
| * | mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul2008-09-171-1/+3
| * | mesa: rework GLSL vertex attribute bindingBrian Paul2008-09-163-102/+107
| * | mesa: fix bug in get_uniform_rows_cols(): sometimes returned too many rowsBrian Paul2008-09-161-6/+13
* | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-183-102/+109
|\ \ \ | | |/ | |/|
| * | mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul2008-09-171-1/+3
| * | mesa: rework GLSL vertex attribute bindingBrian Paul2008-09-163-102/+107
* | | mesa: regenerate shader filesKeith Whitwell2008-09-121-70/+76
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-115-7/+9
|\ \ \ | | |/ | |/|
| * | mesa: _mesa_program_state_string() returns char *, not const char *.Michal Krol2008-09-054-6/+6
| * | mesa: fix minor mem leakBrian Paul2008-09-041-1/+3
* | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1127-271/+689
|\| | | |/ |/|
| * mesa: glsl: regenerated fileBrian Paul2008-08-221-552/+552
| * mesa: glsl: implement exp() functions in terms of EXP asm instruction, not powBrian Paul2008-08-221-14/+15
| * mesa: glsl: fix a swizzle bug in storage_to_src_reg()Brian Paul2008-08-201-2/+4
| * mesa: glsl: add check for exceeding max number of constants/uniformsBrian Paul2008-08-201-0/+14
| * mesa: glsl: regenerated fileBrian Paul2008-08-201-70/+76