summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Uniform matrix support.Brian2006-12-207-587/+638
| | | | | | | Implement _mesa_uniform_matrix() Support for program parameters/uniforms with more than 4 elements. Store 4x4 matrices in column-major order in registers. Update mat mul built-in functions accordingly.
* added _mesa_print_parameter_list()Brian2006-12-202-8/+17
|
* New IR_COND node for evaluating conditional expressions (for if/while/for).Brian2006-12-203-26/+64
|
* use cast wrappers for sanity checkingBrian2006-12-201-6/+23
|
* code re-orgBrian2006-12-201-158/+155
|
* Minor clean-ups, reformatting, comment changes.Brian2006-12-201-23/+24
|
* Fix shader object reference counting and hash table deallocation.Brian2006-12-205-31/+94
|
* Clean-up and re-org of the main GLSL object types.Brian2006-12-199-257/+288
| | | | | | | Use the gl_shader struct as it should be. Renamed gl_linked_program to gl_shader_program. Store both shaders and programs in the same hash table and use the Type field to distinguish them.
* Overhaul of GLSL API functions, dispatching, etc.Brian2006-12-1910-30/+130
|
* Overhaul of GLSL API functions, dispatching, etc.Brian2006-12-194-989/+656
|
* Massive re-org of GLSL-related API functions.Brian2006-12-195-3671/+677
| | | | | | | Added new GLSL functions to struct dd_function_table. main/shaders.c calls GLSL functions through the dd_function_table. shader/shader_api.c implements the API functions. Other assorted changes, fixes everywhere else.
* 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
|
* Added instruction counter to catch infinite loops (temporary).Brian2006-12-181-1/+11
|
* 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 ↵Brian2006-12-183-52/+167
| | | | function in linker.
* GLSL API functions.Brian2006-12-182-0/+1449
|
* 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
|