Merge branch 'dri2'
[mesa.git] / src / mesa / shader / slang /
2007-03-24 Brianfix some mem leaks
2007-03-24 Brianfix mistake in _slang_free_ir()
2007-03-24 BrianProperly free the slang_ir_node->Store data (use ref...
2007-03-24 Brianmove some code into new slang_ir.c file
2007-03-24 BrianIR utility functions
2007-03-23 BrianFix issues related to the 'continue' statement.
2007-03-23 BrianAdd the ability to generate programs that doesn't use...
2007-03-23 Brianminor tweaks
2007-03-23 Brianupdated comment
2007-03-22 BrianOverhaul emit_compare() function.
2007-03-22 BrianFirst pass at implementing structure compares.
2007-03-22 BrianIn _mesa_add_unnamed_constant() and _mesa_lookup_parame...
2007-03-21 BrianSupport for user-defined structures.
2007-03-21 Briandisable apparently unused code
2007-03-21 Brianindent
2007-03-21 Brianmerge from master
2007-03-14 Brians/Tranpose/Transpose/
2007-03-14 Briancontinue prev check-in: save ptr to slang_function...
2007-03-14 BrianAfter we've found the slang_function ptr for a SLANG_OP...
2007-03-14 Brianmake _slang_typeof_function() static
2007-03-14 Brianremove old assertion
2007-03-13 BrianCheck for, simplify vec2/3/4(x). Only do call adapting...
2007-03-13 Brianimprove literal printing
2007-03-13 Briandisable some debug output
2007-03-13 Brianbetter error msg for undefined function, disable some...
2007-03-13 Brianget rid of float_multiply, float_add, float_divide
2007-03-13 BrianShuffle some code around in the emit_tex() and emit_mov...
2007-03-12 BrianImplement GL_ARB_texture_rectangle support
2007-03-12 BrianAdd array bounds checking, fix memleaks, add null ptr...
2007-03-11 Brianadd NULL ptr check
2007-03-11 BrianImplement support for GL_ARB_draw_buffers with GL_MAX_D...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-10 BrianImplement gl_FrontFacing for fragment shaders.
2007-03-10 Brianadd NULL ptr check in emit_cond()
2007-03-10 Brianuse gl_ModelViewProjectionMatrixTranspose in ftransform()
2007-03-09 Brianadd NULL ptr check
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-08 Brianadded missing bvec2/3/4 constructors
2007-03-08 Brianfix broken vec4_seq, vec4_sne instructions
2007-03-08 BrianUpdate lessThan(), lessThanEqual() functions, improve...
2007-03-08 BrianAdded IR_SLE and IR_SLT for <= and < operations.
2007-03-08 Brianfix tmp storage problem for IR_I_TO_F
2007-03-08 Brianfix assertion
2007-03-08 Brian; and {} statements were broken
2007-03-08 Brianremove unused new_cjump()
2007-03-08 BrianIR_CJUMP0/1 no longer used/needed
2007-03-08 Brianrewrite _slang_gen_select() to use IF node
2007-03-08 Brians/_slang_gen_hl_if/_slang_gen_if/
2007-03-08 Brians/_slang_gen_hl_if/_slang_gen_if/
2007-03-08 Brianremove old assertion
2007-03-08 Briancheck for attempted writes to read-only vars
2007-03-08 BrianRework matrix-related code.
2007-03-08 Brianfix ProjectionMatrix typo
2007-03-08 Brianfix gl_TextureMatrix indexing
2007-03-07 Brianremove unneeded return stmt
2007-03-07 Brianadd missing gl_Point state, fix IR storage bug
2007-03-07 Brians/diffuset/diffuse/
2007-03-07 Brianregenerated
2007-03-07 Brianremove end_label field
2007-03-07 BrianFix problem with nested function calls such as y =...
2007-03-07 Brians/equal/EQUAL/, fix bugs in logical or/and code.
2007-03-07 Brianfix broken __postDecr()
2007-03-07 Brianfix swizzled writemask bug
2007-03-07 Brianremove bogus assertion
2007-03-07 Brianfix incorrect HPOS write test
2007-03-07 Brianadditional error detection
2007-03-07 BrianGenerate an error if the vertex shader does not write...
2007-03-06 Brianmore integer arithmetic updates
2007-03-06 Brianfix some int arithmetic problems
2007-03-06 Brianfix vert/frag typo
2007-02-27 BrianAdd EmitHighLevelInstructions, EmitComments booleans...
2007-02-27 Brianre-enable var scope destruct in slang_operation_destruct()
2007-02-27 BrianFix a few bugs in slang_operation variable scoping...
2007-02-27 Brianformatting fixes
2007-02-26 Brianfix logic for reporting errors
2007-02-26 Brianfix error flagging
2007-02-26 Brianre-enable some code
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianRemove old error logging code. New slang_log.[ch]...
2007-02-26 BrianOverhaul of error handling.
2007-02-26 BrianOverhaul of error logging.
2007-02-26 BrianUse new slang_emit_info struct for passing context...
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-23 Brianreplace GLint with gl_state_index
2007-02-23 Briancomments, clean-up
2007-02-23 Brianremove unused slang_atom_pool_gen()
2007-02-23 Briancomments, clean-up
2007-02-23 BrianReplace slang_ir_node::Target w/ Field. Remove Comment...
2007-02-23 Brianremove old _slang_gen_if()
2007-02-23 BrianRe-implement branching with slang_labels.
2007-02-23 Brianlabel routines for implementing branches, jumps
2007-02-23 Briandebug code for emitting variable allocation comments
2007-02-22 Brianemit high-level IF/ELSE/ENDIF for vertex progs now
2007-02-22 Brianremove unneeded #includes, misc clean-up
2007-02-22 Brianget rid of some unused slang_variable fields
2007-02-22 BrianReplace slang_allocate_storage() with simpler _slang_at...
2007-02-22 BrianUndo some STATE_POINT/FOG changes. Max length of state...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-21 Briandisable debug
2007-02-21 Brianremove unneeded #includes
next