summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_compile.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: glsl: remove reads of output regs from fragment shaders tooBrian Paul2008-08-121-8/+9
* mesa: glsl: finish up support for precision qualifiersBrian Paul2008-08-071-4/+17
* mesa: Extend GLSL syntax to accept type precision in full type specifiers.Michal Krol2008-08-071-6/+23
* mesa: glsl: disallow user-defined functions/vars prefixed with gl_Brian Paul2008-08-051-0/+27
* mesa: glsl: generate error for main(any args)Brian Paul2008-08-051-0/+6
* mesa: disable debug codeBrian Paul2008-07-291-1/+1
* mesa: glsl: assorted fixes for resolving polymorphic functionsBrian Paul2008-07-251-5/+25
* mesa: glsl: only try to link shaders defining main()Brian Paul2008-07-241-25/+22
* mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul2008-07-161-3/+131
* mesa: assemble main() after all other functionsBrian Paul2008-07-141-14/+22
* mesa: check for null shader->SourceBrian Paul2008-07-091-0/+3
* mesa: compute global var size before doing codegenBrian Paul2008-07-081-9/+9
* mesa: added some debug code (disabled)Brian Paul2008-07-021-0/+6
* mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca2008-06-241-1/+1
* glsl: make sure we replace all output reads with temporariesZack Rusin2008-06-121-1/+2
* glsl: fix array size initialiazers using const variablesZack Rusin2008-06-091-2/+26
* fix incorrect sampler numbering/indexing.Brian Paul2008-05-201-3/+0
* mesa: dead code removalBrian Paul2008-05-141-3/+0
* mesa: call _mesa_remove_varying_reads() after compiling vertex shadersBrian2008-04-071-0/+15
* Re-implement GLSL texture sampler variables.Brian2007-10-261-0/+6
* Implement gl_PointCoord attribute for GLSL fragment shaders.Brian2007-10-241-0/+11
* call ctx->Driver.NewProgram() instead of _mesa_new_program()Brian2007-07-241-1/+1
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-5/+5
* don't ignore return value of _slang_codegen_global_variable()Brian2007-05-111-1/+2
* Remove all the USE_MEMPOOL debug code.Brian2007-04-211-95/+18
* Use new memory pool allocator. Lots of debug code still in place...Brian2007-04-211-0/+84
* init A.curFuncEndLabel = NULLBrian2007-04-191-0/+1
* update SLANG version testBrian2007-04-101-2/+10
* plug in GLSL 1.20 unitBrian2007-04-091-1/+18
* support for GLSL 1.20 non-square matricesBrian2007-04-081-0/+25
* fix some mem leaksBrian2007-03-241-6/+9
* Implement GL_ARB_texture_rectangle supportBrian2007-03-121-2/+10
* s/equal/EQUAL/, fix bugs in logical or/and code.Brian2007-03-071-2/+2
* fix logic for reporting errorsBrian2007-02-261-9/+23
* fix error flaggingBrian2007-02-261-9/+2
* Overhaul of error handling.Brian2007-02-261-109/+5
* get rid of some unused slang_variable fieldsBrian2007-02-221-1/+0
* forgot to return length in parse_array_len()Brian2007-02-201-0/+2
* change all enum tokens to uppercaseBrian2007-02-161-112/+112
* abort upon errors (temporary)Brian2007-02-161-1/+4
* Add literal_size field to slang_operation.Brian2007-02-031-0/+3
* clean-upsBrian2007-02-021-18/+2
* s/slang_assembly_name_space/slang_name_space/Brian2007-02-021-1/+1
* remove more assembly-related codeBrian2007-02-021-69/+1
* move some functions, disable some code in preparation for removing assembly codeBrian2007-02-021-5/+8
* remove slang_export.c and related codeBrian2007-02-021-51/+0
* Remove all dependencies on the old slang interpreter/executor.Brian2007-02-021-27/+1
* use _slang_simplify() to evaluate array sizesBrian2007-02-021-2/+6
* disable all x86 code, broken and will eventually be removedBrian2007-01-311-3/+2
* Lots of vartable clean-ups, fixes. Report an error message when we run outBrian2007-01-281-1/+14