aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_assemble_constructor.c
Commit message (Expand)AuthorAgeFilesLines
* removed obsolete shader assembly filesBrian2007-02-021-421/+0
* Remove all dependencies on the old slang interpreter/executor.Brian2007-02-021-4/+4
* Overhaul handling of writemasks/swizzling. This fixes two problem cases:Brian2007-01-311-9/+8
* Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian2006-12-131-2/+23
* const correctness, clean-upsBrian Paul2006-11-231-19/+24
* move commentsBrian Paul2006-11-231-0/+15
* indentBrian Paul2006-11-231-303/+305
* More GLSL code - more support for vec4 operations on x86 back-end.Michal Krol2006-08-091-26/+20
* Remove carriage-return chars *ONLY*.Michal Krol2006-04-181-385/+385
* GLSL fixes:Michal Krol2006-03-211-15/+89
* More GLSL code:Michal Krol2006-02-271-3/+1
* More GLSL code:Michal Krol2006-02-211-5/+5
* More GLSL code.Michal Krol2006-02-181-83/+86
* Fix a few warnings:Brian Paul2006-02-151-6/+11
* Get it running for ARB_vertex_shader.Michal Krol2006-02-131-75/+39
* Split slang_compile.c into several smaller files - it was just too big.Michal Krol2006-01-301-4/+6
* silence gcc warningsKeith Whitwell2005-05-231-0/+6
* intermediate code generator (not finished);Michal Krol2005-05-191-0/+333