summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disable free() until other issues can be fixed...glsl-compiler-1Brian2007-03-261-0/+2
* fix mem leak, add commentsBrian2007-03-261-3/+15
* fix mem leakBrian2007-03-241-7/+3
* disable free(var->aux) -- can lead to segfaultBrian2007-03-241-0/+2
* fix mem leakBrian2007-03-241-0/+3
* fix some mem leaksBrian2007-03-241-6/+9
* Free shader-related context state: _mesa_free_shader_state()Brian2007-03-243-0/+20
* free prog->Attributes in _mesa_delete_program()Brian2007-03-241-1/+3
* fix mistake in _slang_free_ir()Brian2007-03-241-1/+1
* Properly free the slang_ir_node->Store data (use ref counting).Brian2007-03-242-12/+46
* When computing render_inputs_bitset, omit primary color if we have a fragment...Brian2007-03-241-10/+11
* move some code into new slang_ir.c fileBrian2007-03-244-334/+30
* IR utility functionsBrian2007-03-241-0/+354
* document internal compiler optionsBrian2007-03-231-1/+45
* Fix issues related to the 'continue' statement.Brian2007-03-233-52/+126
* consolidate some codeBrian2007-03-231-7/+2
* Add the ability to generate programs that doesn't use condition codes.Brian2007-03-238-51/+176
* minor tweaksBrian2007-03-231-2/+2
* updated commentBrian2007-03-231-1/+1
* updated commentBrian2007-03-221-1/+1
* Overhaul emit_compare() function.Brian2007-03-223-36/+143
* First pass at implementing structure compares.Brian2007-03-221-9/+28
* use _mesa_copy_instructions()Brian2007-03-224-8/+5
* In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow s...Brian2007-03-223-43/+61
* print conditional writemask, if enabledBrian2007-03-221-0/+6
* added SWIZZLE_XYZWBrian2007-03-211-0/+1
* Support for user-defined structures.Brian2007-03-213-23/+119
* disable apparently unused codeBrian2007-03-212-0/+4
* indentBrian2007-03-211-107/+111
* merge from masterBrian2007-03-2187-1674/+2138
|\
| * document 1D convolution fixBrian2007-03-211-0/+1
| * 1D convolution (and post-conv scale/bias) were inadvertantly applied to 2D im...Brian2007-03-213-1/+15
| * fix copy and paste bug from last commit in fog generation code for GL_LINEAR fogRoland Scheidegger2007-03-211-2/+2
| * nouveau: update for drm interface changes (0.0.5)Ben Skeggs2007-03-214-9/+13
| * nouveau: SwapBuffers() needs to perform a glFlush()Ben Skeggs2007-03-211-0/+1
| * mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao2007-03-213-16/+6
| * r300: Remove the program-global const_sin indexNicolai Haehnle2007-03-212-31/+23
| * r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle2007-03-201-26/+26
| * fix for bug#10347Xiang, Haihao2007-03-201-9/+3
| * use passed target parameterAlan Hourihane2007-03-201-1/+1
| * nouveau: fix typoBen Skeggs2007-03-201-1/+1
| * nouveau: fail translate if we use too many params somehowBen Skeggs2007-03-203-5/+31
| * nouveau: NVSDBG macroBen Skeggs2007-03-205-0/+24
| * r300: Cleanup fragment program constant allocation, share constantsNicolai Haehnle2007-03-192-73/+61
| * r300: Fix special case (tmp.x <= 0) in fragment program LIT instructionNicolai Haehnle2007-03-191-2/+2
| * r300: Clear fragment program instruction slots on first useNicolai Haehnle2007-03-191-0/+2
| * r300: Dump fragment program after translation if RADEON_DEBUG=pixel is setNicolai Haehnle2007-03-191-1/+1
| * r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle2007-03-191-109/+109
| * r300: Fix WRITEMASK handling when writing to result.depthNicolai Haehnle2007-03-191-3/+8
| * r300: Streamlined fragment program LIT implementationNicolai Haehnle2007-03-191-62/+101