2007-01-11 |
Brian | disable some code that'll eventually go away |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Brian | new vec3 constructor, replace float_add w/ vec4_add |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Brian | tweak output |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | checkpoint: codegen for global vars/constants now working |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | checkpoint: codegen for global vars w/ initializers |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | assorted code clean-ups |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | fix size bug in _mesa_add_attribute() |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | simplify _mesa_add_state_reference() |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | Update _save_VertexAttrib() functions for non-aliasing... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIB |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | clean up a bunch of program parameter stuff |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | added a few more 2.0 functions |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | Implement vertex attribute binding. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | more debug code (disabled) |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Brian | add code for generic attributes 16..31 |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian | added _mesa_count_texture_indirections(), _mesa_count_t... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian | Moved NumTexInstructions, NumTexIndirections, etc.... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian | remove old comment |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian | Vertex program texture samplers done, but untested... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Brian | Implement shadow samplers and dFdx(), dFdy() code gener... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian | implement biased texture functions |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian | check if _Current == NULL for TXB |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian | added 1D texture functions |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian | Remove if (tObj) conditional so that texture units... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian | update texture1D functions |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian | Implement projective texture sampling, 3D textures... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian | Move some code around, add some comments. |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian | Move storage allocation functions from slang_emit.c... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian | checkpoint: more work on variable/storage allocation |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Brian | Checkpoint: re-org of (global) variable allocation... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian | Checkpoint glsl compiler work: sampler uniforms now... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian | added PROGRAM_SAMPLER |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian | added Sampler field to prog_instruction struct |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian | added PROGRAM_SAMPLER |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian | added _mesa_add_sampler() |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian | update TexturesUsed[] in slang_update_inputs_outputs() |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian | update TexturesUsed[] in slang_update_inputs_outputs() |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian | compute InputsRead/OutputsWritten with slang_update_inp... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Brian | move TexturesUsed[] into gl_program since vertex progra... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian | simplify update_texture_state() a bit, compute _Enabled... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian | minor formatting fix |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian | added texture attribs in slang_find_input() |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian | added glUniform1i_func |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian | initial code to get texture sampling limping along |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian | temporary disable some memory deallocations to work... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian | finish some loose ends in _mesa_uniform() |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian | update_texture_state() updated for new shaders |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Brian | Fix some incorrect GL error values. Reorganize _mesa_c... |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Brian | fix typos |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Brian | implement unary +, - |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Brian | chmod a-x |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Brian | checkpoint: pre/post incr/decr operators |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Brian | added INTERP_VARYING code |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Brian | s/attribute/varying/ |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | comment about uniforms |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | checkpoint: rewrite vec/mat products |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | fix typos |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | added IR_NEG for negation |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | checkpoint: matrix/float, unary negation rewrite |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | checkpoint: ivec/int and mat/mat operations |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | checkpoint: more basic math rewritting |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | checkpoint: re-org assignment operator functions |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | added glUniformMatrix2/3fv_func |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | checkpoint: more basic math operator re-org |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | Checkpoing: re-organization of basic arithmetic functions. |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | handle PROGRAM_UNIFORM, fix a _mesa_problem() call |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | Uniform matrix support. |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Brian | added _mesa_print_parameter_list() |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Brian | New IR_COND node for evaluating conditional expressions... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Brian | use cast wrappers for sanity checking |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Brian | code re-org |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Brian | Minor clean-ups, reformatting, comment changes. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Brian | Fix shader object reference counting and hash table... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Brian | Clean-up and re-org of the main GLSL object types. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Brian | Overhaul of GLSL API functions, dispatching, etc. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Brian | Overhaul of GLSL API functions, dispatching, etc. |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Brian | Massive re-org of GLSL-related API functions. |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Brian | check for null Parameters ptr in _mesa_clone_program() |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Brian | lots of clean-up and re-org |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Brian | additional error checking |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Brian | new error msg |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Brian | rewrite +=, -= etc for floats |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Brian | Implement array indexing of simple vec2/3/4 types.... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Brian | Added instruction counter to catch infinite loops ... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Brian | Check for inst->CondUpdate, print .C suffix. |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Brian | Generate IR code for for/while loops, break and continu... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Brian | Implement if-conditionals and while loops, added tempor... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Brian | GLSL API functions. |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Brian | Use _mesa_free_linked_program_data() |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Brian | fix comment, handle NOP |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Brian | Initial code for conditional constructs. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Brian | print BRA instructions |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Brian | added cases for BRA, NOP |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Brian | cases for NOP, BRA |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Brian | start implementing relational operators |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Brian | start rewriting the matrix/vector functions |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Brian | added assertion to catch use of too many temporaries |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Brian | fix double-printing of comment info |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Brian | code movement |
commit | commitdiff | tree | snapshot |
next |