| Commit message (Expand) | Author | Age | Files | Lines |
* | minor tweaks to distance() funcs | Brian | 2007-02-03 | 2 | -262/+263 |
* | remove slang_builtin_vec4.gc | Brian | 2007-02-02 | 2 | -63/+1 |
* | remove slang_builtin_vec4.gc | Brian | 2007-02-02 | 1 | -216/+0 |
* | New asm instruction and IR_CLAMP node type to allow clamping to [0,1] with in... | Brian | 2007-01-31 | 2 | -278/+255 |
* | noise functions | Brian | 2007-01-28 | 2 | -139/+137 |
* | implement mix() with LRP instruction | Brian | 2007-01-28 | 3 | -290/+281 |
* | Reimplement && and || to do short-circuit evaluation. | Brian | 2007-01-20 | 2 | -64/+45 |
* | rewrite more __postIncr functions | Brian | 2007-01-20 | 2 | -105/+137 |
* | Rewrite normalize(vec3/vec4) to use one less register. | Brian | 2007-01-19 | 2 | -335/+346 |
* | print error msg when there's a problem | Brian | 2007-01-19 | 1 | -1/+4 |
* | remove stray tab | Brian | 2007-01-19 | 1 | -1/+1 |
* | change while-loop to create new scope for loop body, per spec | Brian | 2007-01-19 | 2 | -3/+3 |
* | rewrite a bunch of assignment operators (like +=) | Brian | 2007-01-18 | 2 | -488/+495 |
* | rewrite additional matrix-related functions to reduce register needs | Brian | 2007-01-17 | 2 | -468/+463 |
* | rewrite mat4 * mat4 operator to use fewer temps | Brian | 2007-01-17 | 2 | -383/+430 |
* | rewrite matrix constructors | Brian | 2007-01-17 | 2 | -787/+928 |
* | Rewrite a bunch of constructors. It's now important that the first | Brian | 2007-01-17 | 2 | -713/+801 |
* | 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 |