mesa: checkpoint commit of GLSL 1.20 array syntax.
[mesa.git] / src / mesa / shader / slang / library / slang_core_gc.h
2008-12-12 Brian Paulmesa: checkpoint commit of GLSL 1.20 array syntax.
2008-11-24 Brian Paulmesa: support for GLSL 1.20 array types
2008-11-07 Brian Paulmesa: add support for 'centroid' qualifier in GLSL...
2008-11-07 Brian Paulmesa: add support for 'invariant' keyword for GLSL...
2008-10-31 Brian Paulmesa: fix some bugs with precision qualifier parsing
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: regenerated files
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-15 Brian Paulmesa: regenerated file
2008-07-03 Brian Paulmesa: regenerated file
2008-07-02 Brian Paulmesa: regenerated files
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-04 Brianrewrite some of the mat*mat, mat*vec intrinsics
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-03 Brianadded vec2(vec4) constructor, bug 11404
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-28 BrianHandle logical NOT and XOR without library functions...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-13 Brianget rid of float_multiply, float_add, float_divide
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-08 Brianadded missing bvec2/3/4 constructors
2007-03-08 BrianUpdate lessThan(), lessThanEqual() functions, improve...
2007-03-08 BrianRework matrix-related code.
2007-03-07 Brianregenerated
2007-03-06 Brianmore integer arithmetic updates
2007-03-06 Brianfix some int arithmetic problems
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-28 Brianimplement mix() with LRP instruction
2007-01-20 BrianReimplement && and || to do short-circuit evaluation.
2007-01-20 Brianrewrite more __postIncr functions
2007-01-18 Brianrewrite a bunch of assignment operators (like +=)
2007-01-18 Brianrewrite additional matrix-related functions to reduce...
2007-01-18 Brianrewrite mat4 * mat4 operator to use fewer temps
2007-01-18 Brianrewrite matrix constructors
2007-01-17 BrianRewrite a bunch of constructors. It's now important...
2007-01-16 Briancomments
2007-01-16 Brianimplement logical or, xor, not
2007-01-16 Briansome additional vector constructors
2007-01-15 BrianReimplement the post-increment/decrement functions.
2007-01-15 BrianImplement the ++var and --var operators, improve some...
2007-01-13 Brianadded another vec4 constructor, updated += operator
2007-01-11 Briannew vec3 constructor, replace float_add w/ vec4_add
2006-12-22 Briancheckpoint: pre/post incr/decr operators
2006-12-21 Briancheckpoint: rewrite vec/mat products
2006-12-21 Briancheckpoint: matrix/float, unary negation rewrite
2006-12-21 Briancheckpoint: ivec/int and mat/mat operations
2006-12-21 Briancheckpoint: more basic math rewritting
2006-12-21 Briancheckpoint: re-org assignment operator functions
2006-12-21 Briancheckpoint: more basic math operator re-org
2006-12-21 BrianCheckpoing: re-organization of basic arithmetic functions.
2006-12-21 BrianUniform matrix support.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-19 Brianrewrite +=, -= etc for floats
2006-12-18 Briancomments
2006-12-15 Brianstart rewriting the matrix/vector functions
2006-12-15 Brianredo mat4 addition, mat4 constructor from vec4s
2006-12-13 BrianCheckpoint of work for new GLSL compiler back-end....
2006-08-02 Michal KrolAdd vec4 extension.
2006-05-16 Michal KrolRename print() to printMESA().
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-03-21 Michal KrolGLSL fixes:
2006-02-21 Michal KrolMore GLSL code:
2006-02-13 Michal KrolDelete most of the comments.
2006-01-16 Michal Krolremove slang_*_gc.h files;
2005-05-25 Michal Krolremove the GLSL spec wording;
2005-04-22 Michal KrolProvide precompiled binary versions of built-in library...
2005-04-15 Michal Krolchange __asm statement semantics
2005-04-13 Michal Krolcosmetic changes;