mesa: move some glsl compiler functions to different files to be more consistant
[mesa.git] / src / mesa / shader / slang / slang_compile_variable.c
2008-12-12 Brian Paulmesa: move some glsl compiler functions to different...
2008-11-24 Brian Paulmesa: copy precision/variant/centroid info in slang_ful...
2008-11-21 Brian Paulmesa: better variable name: s/aux/store/
2008-08-16 Brian Paulmesa: import latest GLSL code from gallium-0.1 branch
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-07-29 Brian Paulmesa: glsl: assorted fixes for resolving polymorphic...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-21 BrianRemove all the USE_MEMPOOL debug code.
2007-04-21 BrianUse new memory pool allocator. Lots of debug code still...
2007-04-18 Brianadded _slang_gltype_from_specifier()
2007-04-11 Brians/Shadow/SHADOW/
2007-04-08 Briansupport for GLSL 1.20 non-square matrices
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 Briandisable free(var->aux) -- can lead to segfault
2007-03-24 Brianfix mem leak
2007-03-21 Brianmerge from master
2007-03-12 BrianImplement GL_ARB_texture_rectangle support
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 Brianget rid of some unused slang_variable fields
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-16 Brianchange all enum tokens to uppercase
2007-02-02 Brianclean-ups
2007-02-02 Brianremove slang_export.c and related code
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-13 Brianslang_variable_scope now stores array of pointers to...
2007-01-11 BrianFix a problem with inlined "return" statements. Make...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...
2006-11-24 Brian Paulcall slang_variable_construct() inside slang_variable_s...
2006-11-24 Brian Paulnew slang_variable_scope_grow() function
2006-11-22 Brian Paulconst correctness
2006-11-22 Brian Paulreindent
2006-11-15 Brian Pauls/int/GLboolean/
2006-05-16 Michal KrolCleanup code. Change constructor prototype.
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-02-27 Michal KrolMore GLSL code:
2006-02-21 Michal KrolMore GLSL code:
2006-02-18 Michal KrolMore GLSL code.
2006-02-13 Michal KrolGet it running for ARB_vertex_shader.
2006-01-30 Michal KrolSplit slang_compile.c into several smaller files -...