summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use _mesa_free_linked_program_data()Brian2006-12-181-40/+6
|
* commentsBrian2006-12-182-26/+32
|
* fix comment, handle NOPBrian2006-12-161-1/+3
|
* 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
|
* cases for NOP, BRABrian2006-12-161-0/+7
|
* start implementing relational operatorsBrian2006-12-153-18/+40
|
* start rewriting the matrix/vector functionsBrian2006-12-152-204/+260
|
* added assertion to catch use of too many temporariesBrian2006-12-151-0/+1
|
* 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
| | | | | | Implement assignment/move for types larger than 4 floats. Fix codegen bug for "return expr" in inlined functions. More clean-up of storage allocation code (slang_resolve_storage).
* redo mat4 addition, mat4 constructor from vec4sBrian2006-12-152-507/+535
|
* vertex/fragment program field changesBrian2006-12-152-3/+2
|
* varying var changesBrian2006-12-151-6/+12
|
* varying var changesBrian2006-12-153-17/+17
|
* varying changesBrian2006-12-152-2/+2
|
* updated includesBrian2006-12-151-1/+1
|
* updated includesBrian2006-12-153-4/+10
|
* use MAX_VARYINGBrian2006-12-151-2/+2
|
* use MAX_VARYINGBrian2006-12-151-1/+1
|
* more debug outputBrian2006-12-151-2/+11
|
* Lots of assorted changes for new GLSL compiler backend.Brian2006-12-159-126/+265
| | | | New datatypes, constants, variables.
* change/add/rm several filenamesBrian2006-12-151-3/+10
|
* Renamed s_nvfragprog.[ch] to s_fragprog.[ch]Brian2006-12-153-17/+9
|
* Renamed s_nvfragprog.[ch] to s_fragprog.[ch], program_instruction.h to ↵Brian2006-12-153-2093/+0
| | | | prog_instruction.h
* 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
|
* Renamed from s_nvfragprog.[ch]Brian2006-12-142-0/+1729
|
* Updated includes.Brian2006-12-142-2/+4
|
* 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
|
* Modify _mesa_strdup() so it handles NULL correctly.Brian2006-12-141-6/+14
|
* 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
| | | | Disable some of the excessive debug output.
* The new linker actually does a few things right now:Brian2006-12-141-140/+261
| | | | | | | | The varying vars used by the vertex and fragment shader are merged so they agree. Similarly, uniforms are merged (along with constants, etc). The vertex/fragment program instructions are then cloned and rewritten with the newly resolved uniform/varying locations.
* New functions for cloning programs and parameter lists.Brian2006-12-142-11/+131
|
* Remove include of s_arbshader.hBrian2006-12-141-1/+0
|
* Remove unneeded -I directories (3Dlabs headers).Brian2006-12-131-2/+0
|
* Obsolete.Brian2006-12-132-180/+0
|