mesa: Prefix main includes with dir to avoid conflicts.
[mesa.git] / src / mesa / shader / slang / slang_storage.c
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
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-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-21 Briandisable apparently unused code
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 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 more assembly-related code
2007-02-02 Brianremove slang_export.c and related code
2007-02-02 BrianRemove all dependencies on the old slang interpreter...
2007-02-02 Brianreindent
2007-02-02 Brian_slang_evaluate_int() no longer used
2007-02-01 Briandisable all x86 code, broken and will eventually be...
2007-01-13 BrianRework code related to temp register allocation, both...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-08-09 Michal KrolMore GLSL code - more support for vec4 operations on...
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 -...
2005-06-01 Jouk Jansen Committing in .
2005-05-25 Michal Krolmore slang code
2005-05-19 Michal Krolintermediate code generator (not finished);