mesa: remove unused/obsolete __NormalMatrixTranspose matrix
[mesa.git] / src / mesa / shader / slang / library /
2007-01-20 Brianrewrite more __postIncr functions
2007-01-19 BrianRewrite normalize(vec3/vec4) to use one less register.
2007-01-19 Brianprint error msg when there's a problem
2007-01-19 Brianremove stray tab
2007-01-19 Brianchange while-loop to create new scope for loop body...
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
2007-01-09 Brianremove old comment
2007-01-09 BrianVertex program texture samplers done, but untested...
2007-01-09 BrianImplement shadow samplers and dFdx(), dFdy() code gener...
2007-01-08 Brianimplement biased texture functions
2007-01-08 Brianupdate texture1D functions
2007-01-08 BrianImplement projective texture sampling, 3D textures...
2007-01-05 BrianCheckpoint glsl compiler work: sampler uniforms now...
2007-01-04 Brianinitial code to get texture sampling limping along
2007-01-04 BrianFix some incorrect GL error values. Reorganize _mesa_c...
2006-12-22 Brianchmod a-x
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-12-13 BrianRewrite/simplify most built-in functions to use updated...
2006-09-26 Michal KrolFix Windows newlines.
2006-09-26 Michal KrolAdd syntax files for expression and directive preprocessor.
2006-08-21 Michal KrolMore GLSL preprocessor code:
2006-08-21 Michal KrolGLSL 1.20 constructors and operators.
2006-08-09 Michal KrolGLSL 1.20 built-in library.
2006-08-02 Michal KrolAdd vec4 extension.
2006-07-30 Michal KrolProgram to convert .syn file to .h headers.
2006-05-16 Michal KrolChange error message wording.
2006-05-16 Michal KrolRename print() to printMESA().
2006-04-28 Tilman Sauerbeckadded a trailing newline to pacify gcc
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-03-21 Michal KrolGLSL fixes:
2006-03-14 Michal KrolMore GLSL code:
2006-02-21 Michal KrolMore GLSL code:
2006-02-18 Michal KrolMore GLSL code.
2006-02-15 Brian PaulFix a few warnings:
2006-02-13 Michal KrolMore glsl code.
2006-02-13 Michal KrolREVISION 3.
2006-02-13 Michal KrolCosmetic changes.
2006-02-13 Michal KrolDelete most of the comments.
2006-01-16 Michal Krolremove slang_*_gc.h files;
2005-10-28 Brian Pauladd newline at end of file
2005-06-30 Brian Pauladded newline at end of file
2005-05-25 Michal Krola small utility to convert .syn files to its binary...
2005-05-25 Michal Krolremove the GLSL spec wording;
2005-04-22 Michal KrolProvide precompiled binary versions of built-in library...
2005-04-15 Brian Paulremove carriage returns
2005-04-15 Michal Krolslang #version directive syntax
2005-04-15 Michal Krolchange __asm statement semantics
2005-04-13 Michal Kroladd __fixed_input and __fixed_output qualifier support;
2005-04-13 Michal Krolcosmetic changes;
2005-04-13 Michal Krolcosmetic changes;
2005-04-13 Michal Krolcosmetic changes;
2005-04-13 Michal Krolconverts a .gc file to a C header containing string...
2005-01-28 Michal Krolmove file