summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* Fix shader object reference counting and hash table deallocation.Brian2006-12-202-8/+66
* Clean-up and re-org of the main GLSL object types.Brian2006-12-196-239/+269
* Overhaul of GLSL API functions, dispatching, etc.Brian2006-12-194-989/+656
* Massive re-org of GLSL-related API functions.Brian2006-12-194-3902/+0
* check for null Parameters ptr in _mesa_clone_program()Brian2006-12-191-2/+4
* lots of clean-up and re-orgBrian2006-12-191-336/+405
* additional error checkingBrian2006-12-191-0/+7
* new error msgBrian2006-12-191-1/+1
* rewrite +=, -= etc for floatsBrian2006-12-192-527/+534
* Implement array indexing of simple vec2/3/4 types. A bit of a hack for now...Brian2006-12-181-5/+28
* Check for inst->CondUpdate, print .C suffix.Brian2006-12-181-4/+3
* Generate IR code for for/while loops, break and continue statements.Brian2006-12-181-2/+101
* Implement if-conditionals and while loops, added temporary resolve-branches f...Brian2006-12-183-52/+167
* GLSL API functions.Brian2006-12-182-0/+1449
* Use _mesa_free_linked_program_data()Brian2006-12-181-40/+6
* commentsBrian2006-12-182-26/+32
* Initial code for conditional constructs.Brian2006-12-162-16/+79
* print BRA instructionsBrian2006-12-161-1/+30
* added cases for BRA, NOPBrian2006-12-161-0/+5
* start implementing relational operatorsBrian2006-12-153-18/+40
* start rewriting the matrix/vector functionsBrian2006-12-152-204/+260
* fix double-printing of comment infoBrian2006-12-151-3/+0
* code movementBrian2006-12-152-50/+47
* Lots of assorted changes.Brian2006-12-157-154/+242
* redo mat4 addition, mat4 constructor from vec4sBrian2006-12-152-507/+535
* use MAX_VARYINGBrian2006-12-151-2/+2
* use MAX_VARYINGBrian2006-12-151-1/+1
* more debug outputBrian2006-12-151-2/+11
* Renamed s_nvfragprog.[ch] to s_fragprog.[ch], program_instruction.h to prog_i...Brian2006-12-151-364/+0
* remove unneeded includesBrian2006-12-141-2/+1
* remove unneeded includesBrian2006-12-143-7/+0
* remove unneded includesBrian2006-12-142-4/+0
* remove some unneeded includesBrian2006-12-141-3/+0
* include prog_print.hBrian2006-12-141-0/+1
* Remove some moved extern decls.Brian2006-12-141-15/+0
* Move some code from prog_print.c to prog_instruction.cBrian2006-12-142-112/+112
* chmod a-xBrian2006-12-141-0/+0
* Updated includes.Brian2006-12-143-2/+6
* Updated includes.Brian2006-12-144-4/+9
* Updated #includes after splitting program.hBrian2006-12-144-3/+11
* Move many functions into new files.Brian2006-12-142-1855/+4
* Split the program.[ch] files into several new files.Brian2006-12-148-0/+2482
* Updates for new linker (merged varying/uniform vars).Brian2006-12-141-7/+11
* Assorted fix-ups for the new linker.Brian2006-12-142-3/+18
* The new linker actually does a few things right now:Brian2006-12-141-140/+261
* New functions for cloning programs and parameter lists.Brian2006-12-142-11/+131
* Obsolete.Brian2006-12-132-180/+0
* Remove unused 3Dlabs code.Brian2006-12-1358-25555/+0
* Remove unused 3Dlabs code.Brian2006-12-134-405/+0
* Not needed.Brian2006-12-131-78/+0