Bug #13492: Only call ProgramStringNotify if program parsing succeeded.
[mesa.git] / src / mesa / shader / slang /
2007-03-27 Brianadded _slang_label_new_unique()
2007-03-27 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-03-27 BrianCheckpoint: implementing true CAL/RET instructions...
2007-03-26 BrianGet rid of IR_JUMP and related code.
2007-03-26 BrianGet rid of SLANG_OPER_GOTO, start rewrite of 'return...
2007-03-26 Brianremove debug abort() calls
2007-03-26 BrianAdditional error checking for 'return' statements.
2007-03-26 Brianundo some debugging hacks
2007-03-26 Briandead code elimination for constant-valued if/then/else
2007-03-26 BrianFix a few issues with computing storage sizes with...
2007-03-26 Brianremove incorrect assertions
2007-03-26 Briandisable printing shader program debug info
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-26 Briandisable free() until other issues can be fixed...
2007-03-24 Brianfix mem leak
2007-03-24 Briandisable free(var->aux) -- can lead to segfault
2007-03-24 Brianfix mem leak
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...
next