Age | Commit message (Expand) | Author |
2007-03-28 | Handle logical NOT and XOR without library functions. Results in much tighte... | Brian |
2007-03-13 | get rid of float_multiply, float_add, float_divide | Brian |
2007-03-08 | added missing bvec2/3/4 constructors | Brian |
2007-03-08 | Update lessThan(), lessThanEqual() functions, improve some matrix constructors. | Brian |
2007-03-08 | Rework matrix-related code. | Brian |
2007-03-07 | fix broken __postDecr() | Brian |
2007-03-06 | more integer arithmetic updates | Brian |
2007-03-06 | fix some int arithmetic problems | Brian |
2007-01-20 | Reimplement && and || to do short-circuit evaluation. | Brian |
2007-01-20 | rewrite more __postIncr functions | Brian |
2007-01-18 | rewrite a bunch of assignment operators (like +=) | Brian |
2007-01-17 | rewrite additional matrix-related functions to reduce register needs | Brian |
2007-01-17 | rewrite mat4 * mat4 operator to use fewer temps | Brian |
2007-01-17 | rewrite matrix constructors | Brian |
2007-01-17 | Rewrite a bunch of constructors. It's now important that the first | Brian |
2007-01-16 | comments | Brian |
2007-01-16 | implement logical or, xor, not | Brian |
2007-01-16 | some additional vector constructors | Brian |
2007-01-15 | Reimplement the post-increment/decrement functions. | Brian |
2007-01-15 | Implement the ++var and --var operators, improve some constructors. | Brian |
2007-01-13 | added another vec4 constructor, updated += operator | Brian |
2007-01-11 | new vec3 constructor, replace float_add w/ vec4_add | Brian |
2007-01-04 | Fix some incorrect GL error values. Reorganize _mesa_compile_shader() code. | Brian |
2006-12-21 | chmod a-x | Brian |
2006-12-21 | checkpoint: pre/post incr/decr operators | Brian |
2006-12-21 | checkpoint: rewrite vec/mat products | Brian |
2006-12-21 | checkpoint: matrix/float, unary negation rewrite | Brian |
2006-12-21 | checkpoint: ivec/int and mat/mat operations | Brian |
2006-12-21 | checkpoint: more basic math rewritting | Brian |
2006-12-20 | checkpoint: re-org assignment operator functions | Brian |
2006-12-20 | checkpoint: more basic math operator re-org | Brian |
2006-12-20 | Checkpoing: re-organization of basic arithmetic functions. | Brian |
2006-12-20 | Uniform matrix support. | Brian |
2006-12-19 | rewrite +=, -= etc for floats | Brian |
2006-12-18 | comments | Brian |
2006-12-15 | start rewriting the matrix/vector functions | Brian |
2006-12-15 | redo mat4 addition, mat4 constructor from vec4s | Brian |
2006-12-13 | Rewrite/simplify most built-in functions to use updated set of __asm instruct... | Brian |
2006-05-16 | Rename print() to printMESA(). | Michal Krol |
2006-04-18 | Remove carriage-return chars *ONLY*. | Michal Krol |
2006-03-21 | GLSL fixes: | Michal Krol |
2006-02-21 | More GLSL code: | Michal Krol |
2006-02-13 | Delete most of the comments. | Michal Krol |
2005-05-25 | remove the GLSL spec wording; | Michal Krol |
2005-04-22 | Provide precompiled binary versions of built-in library .gc sources | Michal Krol |
2005-04-15 | change __asm statement semantics | Michal Krol |
2005-04-13 | cosmetic changes; | Michal Krol |
2005-01-28 | move file | Michal Krol |