| Commit message (Expand) | Author | Age | Files | Lines |
* | comments | Brian | 2007-01-16 | 2 | -60/+50 |
* | implement logical or, xor, not | Brian | 2007-01-16 | 2 | -45/+66 |
* | some additional vector constructors | Brian | 2007-01-16 | 2 | -724/+758 |
* | Reimplement the post-increment/decrement functions. | Brian | 2007-01-15 | 2 | -138/+182 |
* | Implement the ++var and --var operators, improve some constructors. | Brian | 2007-01-15 | 2 | -795/+832 |
* | added another vec4 constructor, updated += operator | Brian | 2007-01-13 | 2 | -483/+493 |
* | new vec3 constructor, replace float_add w/ vec4_add | Brian | 2007-01-11 | 2 | -684/+699 |
* | remove old comment | Brian | 2007-01-09 | 1 | -5/+0 |
* | Vertex program texture samplers done, but untested (need to add TEX/TXB to | Brian | 2007-01-09 | 2 | -97/+171 |
* | Implement shadow samplers and dFdx(), dFdy() code generation. | Brian | 2007-01-09 | 2 | -70/+110 |
* | implement biased texture functions | Brian | 2007-01-08 | 4 | -172/+232 |
* | update texture1D functions | Brian | 2007-01-08 | 2 | -96/+98 |
* | Implement projective texture sampling, 3D textures. Disable some debug output. | Brian | 2007-01-08 | 2 | -98/+106 |
* | Checkpoint glsl compiler work: sampler uniforms now implemented, linked prope... | Brian | 2007-01-05 | 4 | -180/+167 |
* | initial code to get texture sampling limping along | Brian | 2007-01-04 | 2 | -92/+90 |
* | Fix some incorrect GL error values. Reorganize _mesa_compile_shader() code. | Brian | 2007-01-04 | 1 | -1/+0 |
* | chmod a-x | Brian | 2006-12-21 | 9 | -0/+0 |
* | checkpoint: pre/post incr/decr operators | Brian | 2006-12-21 | 2 | -195/+208 |
* | checkpoint: rewrite vec/mat products | Brian | 2006-12-21 | 2 | -277/+287 |
* | checkpoint: matrix/float, unary negation rewrite | Brian | 2006-12-21 | 2 | -579/+709 |
* | checkpoint: ivec/int and mat/mat operations | Brian | 2006-12-21 | 2 | -465/+613 |
* | checkpoint: more basic math rewritting | Brian | 2006-12-21 | 2 | -518/+593 |
* | checkpoint: re-org assignment operator functions | Brian | 2006-12-20 | 2 | -427/+541 |
* | checkpoint: more basic math operator re-org | Brian | 2006-12-20 | 2 | -508/+530 |
* | Checkpoing: re-organization of basic arithmetic functions. | Brian | 2006-12-20 | 2 | -610/+667 |
* | Uniform matrix support. | Brian | 2006-12-20 | 2 | -498/+506 |
* | rewrite +=, -= etc for floats | Brian | 2006-12-19 | 2 | -527/+534 |
* | comments | Brian | 2006-12-18 | 2 | -26/+32 |
* | start rewriting the matrix/vector functions | Brian | 2006-12-15 | 2 | -204/+260 |
* | redo mat4 addition, mat4 constructor from vec4s | Brian | 2006-12-15 | 2 | -507/+535 |
* | Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes. | Brian | 2006-12-13 | 5 | -954/+1098 |
* | Rewrite/simplify most built-in functions to use updated set of __asm instruct... | Brian | 2006-12-13 | 3 | -670/+1105 |
* | Fix Windows newlines. | Michal Krol | 2006-09-26 | 4 | -1213/+1060 |
* | Add syntax files for expression and directive preprocessor. | Michal Krol | 2006-09-26 | 9 | -28/+1332 |
* | More GLSL preprocessor code: | Michal Krol | 2006-08-21 | 2 | -0/+190 |
* | GLSL 1.20 constructors and operators. | Michal Krol | 2006-08-21 | 1 | -0/+1716 |
* | GLSL 1.20 built-in library. | Michal Krol | 2006-08-09 | 2 | -0/+230 |
* | Add vec4 extension. | Michal Krol | 2006-08-02 | 7 | -5/+288 |
* | Program to convert .syn file to .h headers. | Michal Krol | 2006-07-30 | 1 | -0/+72 |
* | Change error message wording. | Michal Krol | 2006-05-16 | 2 | -10/+10 |
* | Rename print() to printMESA(). | Michal Krol | 2006-05-16 | 2 | -94/+101 |
* | added a trailing newline to pacify gcc | Tilman Sauerbeck | 2006-04-28 | 1 | -1/+1 |
* | Remove carriage-return chars *ONLY*. | Michal Krol | 2006-04-18 | 13 | -6362/+6362 |
* | GLSL fixes: | Michal Krol | 2006-03-21 | 10 | -553/+609 |
* | More GLSL code: | Michal Krol | 2006-03-14 | 6 | -158/+239 |
* | More GLSL code: | Michal Krol | 2006-02-21 | 8 | -2616/+1663 |
* | More GLSL code. | Michal Krol | 2006-02-18 | 2 | -318/+403 |
* | Fix a few warnings: | Brian Paul | 2006-02-15 | 1 | -1/+1 |
* | More glsl code. | Michal Krol | 2006-02-13 | 2 | -1763/+1952 |
* | REVISION 3. | Michal Krol | 2006-02-13 | 2 | -62/+50 |