summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2007-03-24fix mem leakBrian
2007-03-24disable free(var->aux) -- can lead to segfaultBrian
2007-03-24fix mem leakBrian
2007-03-24fix some mem leaksBrian
2007-03-24Free shader-related context state: _mesa_free_shader_state()Brian
2007-03-24free prog->Attributes in _mesa_delete_program()Brian
2007-03-24fix mistake in _slang_free_ir()Brian
2007-03-24Properly free the slang_ir_node->Store data (use ref counting).Brian
2007-03-24move some code into new slang_ir.c fileBrian
2007-03-24IR utility functionsBrian
2007-03-23Fix issues related to the 'continue' statement.Brian
2007-03-23consolidate some codeBrian
2007-03-23Add the ability to generate programs that doesn't use condition codes.Brian
2007-03-23minor tweaksBrian
2007-03-23updated commentBrian
2007-03-22updated commentBrian
2007-03-22Overhaul emit_compare() function.Brian
2007-03-22First pass at implementing structure compares.Brian
2007-03-22use _mesa_copy_instructions()Brian
2007-03-22In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow s...Brian
2007-03-22print conditional writemask, if enabledBrian
2007-03-21added SWIZZLE_XYZWBrian
2007-03-21Support for user-defined structures.Brian
2007-03-21disable apparently unused codeBrian
2007-03-21indentBrian
2007-03-21merge from masterBrian
2007-03-18Use _mesa_copy_instructions rather than memcpy in _mesa_insert_mvp_code.Oliver McFadden
2007-03-15Fixed a minor typo in the comment near _mesa_copy_instructions.Oliver McFadden
2007-03-15r300: Added _mesa_copy_instructions.Oliver McFadden
2007-03-15added SWIZZLE_XXXX, YYYY, etc. macrosBrian
2007-03-14s/Tranpose/Transpose/Brian
2007-03-14continue prev check-in: save ptr to slang_function for SLANG_OPER_CALLBrian
2007-03-14After we've found the slang_function ptr for a SLANG_OPER_CALL node, save the...Brian
2007-03-14make _slang_typeof_function() staticBrian
2007-03-14remove old assertionBrian
2007-03-13more bug fixing, error checkingBrian
2007-03-13fix a number of issues in _mesa_uniform()Brian
2007-03-13remove bogus assertionBrian
2007-03-13Check for, simplify vec2/3/4(x). Only do call adapting for constructors.Brian
2007-03-13improve literal printingBrian
2007-03-13disable some debug outputBrian
2007-03-13better error msg for undefined function, disable some debug outputBrian
2007-03-13get rid of float_multiply, float_add, float_divideBrian
2007-03-13Shuffle some code around in the emit_tex() and emit_move() instructions.Brian
2007-03-12Implement GL_ARB_texture_rectangle supportBrian
2007-03-12Add array bounds checking, fix memleaks, add null ptr checks.Brian
2007-03-11add NULL ptr checkBrian
2007-03-11Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1.Brian
2007-03-10Implement gl_FrontFacing for fragment shaders.Brian
2007-03-10add NULL ptr check in emit_cond()Brian