2007-01-19 |
Brian | _mesa_add_unnamed_constant() now tries to re-use consta... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian | Reimplement code for swizzling so that expressions... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian | rewrite a bunch of assignment operators (like +=) |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian | remove debug code |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian | remove swizzle param from new_var() |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian | rewrite additional matrix-related functions to reduce... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian | rewrite mat4 * mat4 operator to use fewer temps |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian | do bounds check in _slang_push_var_table(), added comment |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian | rewrite matrix constructors |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Brian | handle var size > 4 in _slang_pop_var_table() |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian | minor fprintf() change |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian | Rewrite a bunch of constructors. It's now important... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian | _slang_gen_function_call_name() now tries to adapt... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian | New _slang_adapt_call() function. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian | code clean-up, re-org. Added IR_F_TO_I support. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian | added IR_F_TO_I, update comments |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian | Added OPCODE_INT to convert 4 floats to 4 ints. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian | add texturing, other options |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian | Fix/clean-up a number of things related to variable... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Brian | Implement codegen for the selection operator ( b ?... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | fix typo |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | draw a box, press 'a' to animate |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | added some VerteAttrib funcs |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | Added toyball and bumpmap tests using shaders from... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | when automatically binding vertex attributes, start... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | remove dead code |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | implement logical or, xor, not |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | some additional vector constructors |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | fix _slang_gen_subscript() for the case when a simple... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | Use arrow keys to pan and z/Z to zoom in/out to explore... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Brian | Added new directory of GL shading language demos: glsl |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | Reimplement the post-increment/decrement functions. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | Implement the ++var and --var operators, improve some... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | added vec3 constructor code |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | added IR_ELEMENT |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | checkpoint: ++, -- and && operators |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | Redo the way array indexes are handled. Resolve storag... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | remove old globals |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | Move some global vars into slang_assemble_ctx. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | fix the subassig, mulassign and divassign cases |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Brian | clean-up slang_allocate_storage() |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Brian | added glUniform1fv_func, glUniform2fv_func |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Brian | Rework code related to temp register allocation, both... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Brian | slang_variable_scope now stores array of pointers to... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Brian | added another vec4 constructor, updated += operator |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Brian | Fix a problem with inlined "return" statements. Make... |
commit | commitdiff | tree | snapshot |
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 |
next |