summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | mesa: glsl tree print improvementsBrian Paul2008-11-011-1/+17
| | * | | | | | | | | | | | | | | | mesa: fix assignment / parameter passing of sampler typesBrian Paul2008-11-013-4/+29
| | * | | | | | | | | | | | | | | | mesa: additional debug flags for glsl debug/disassemblyBrian Paul2008-11-012-23/+25
| | * | | | | | | | | | | | | | | | mesa: fix some bugs with precision qualifier parsingBrian Paul2008-10-319-2379/+2456
| | * | | | | | | | | | | | | | | | mesa: do scope replacement for variable initializers tooBrian Paul2008-10-311-0/+11
| | * | | | | | | | | | | | | | | | mesa: fix copy/paste error in GLSL error msgBrian Paul2008-10-311-1/+1
| | * | | | | | | | | | | | | | | | mesa: Fix compiler warnings on Windows.Michal Krol2008-10-011-1/+1
| * | | | | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-051-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-0116-2413/+2544
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | mesa: when emitting an address load instruction, forAlan Hourihane2008-10-131-1/+5
| * | | | | | | | | | | | | | | | | | | mesa: Fix compiler warnings on Windows.Michal Krol2008-10-021-1/+1
| * | | | | | | | | | | | | | | | | | | Merge commit 'origin/master' into HEADKeith Whitwell2008-09-261-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-181-18/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | 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-162-73/+74
| * | | | | | | | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-182-73/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | mesa: regenerate shader filesKeith Whitwell2008-09-121-70/+76
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-112-65/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: better implementation of ftransform()Brian Paul2008-08-201-1/+4
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: more writemask error checkingBrian Paul2008-08-191-5/+17
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: added some post incr/decr error checksBrian Paul2008-08-191-1/+5
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: limit function matching through castingBrian Paul2008-08-191-1/+14
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: add usage tracking for uniform varsBrian Paul2008-08-192-1/+5
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: put var emit/ref code into separate functionsBrian Paul2008-08-191-53/+81
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: fix linking of varying vars which are arraysBrian Paul2008-08-152-42/+44
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: fix error detection of writing to read-only variablesBrian Paul2008-08-121-17/+41
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: fix commentBrian Paul2008-08-121-1/+1
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: enable bzero() in slang_typeinfo_construct()Brian Paul2008-08-121-1/+1
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: remove reads of output regs from fragment shaders tooBrian Paul2008-08-121-8/+9
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: better error messagesBrian Paul2008-08-121-3/+3
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: regenerated filesBrian Paul2008-08-122-430/+422
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: additional constructorsBrian Paul2008-08-121-0/+14
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: better mod() functionsBrian Paul2008-08-121-21/+15
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: regenerated fileBrian Paul2008-08-111-329/+337
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: change refract() functions to allow inliningBrian Paul2008-08-111-8/+20
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: use SGE instead of SGT in step() functionsBrian Paul2008-08-111-9/+9
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: fix bugs in refract() functions, plus minor optimizationBrian Paul2008-08-111-11/+15
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: regenerated filesBrian Paul2008-08-077-2497/+2522
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: finish up support for precision qualifiersBrian Paul2008-08-072-4/+27
| | * | | | | | | | | | | | | | | | | | | | mesa: Extend GLSL syntax to accept type precision in full type specifiers.Michal Krol2008-08-073-24/+53
| | * | | | | | | | | | | | | | | | | | | | mesa: Silence compiler warnings on Windows.Michal Krol2008-08-071-1/+1
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: regenerated fileBrian Paul2008-08-061-1/+1
| | * | | | | | | | | | | | | | | | | | | | mesa: glsl: report 'Syntax Error' instead of 'Invalid external declaration'Brian Paul2008-08-061-1/+3