Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code movement | Brian | 2006-12-15 | 2 | -50/+47 |
| | |||||
* | Lots of assorted changes. | Brian | 2006-12-15 | 7 | -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 vec4s | Brian | 2006-12-15 | 2 | -507/+535 |
| | |||||
* | use MAX_VARYING | Brian | 2006-12-15 | 1 | -2/+2 |
| | |||||
* | use MAX_VARYING | Brian | 2006-12-15 | 1 | -1/+1 |
| | |||||
* | more debug output | Brian | 2006-12-15 | 1 | -2/+11 |
| | |||||
* | Renamed s_nvfragprog.[ch] to s_fragprog.[ch], program_instruction.h to ↵ | Brian | 2006-12-15 | 1 | -364/+0 |
| | | | | prog_instruction.h | ||||
* | remove unneeded includes | Brian | 2006-12-14 | 1 | -2/+1 |
| | |||||
* | remove unneeded includes | Brian | 2006-12-14 | 3 | -7/+0 |
| | |||||
* | remove unneded includes | Brian | 2006-12-14 | 2 | -4/+0 |
| | |||||
* | remove some unneeded includes | Brian | 2006-12-14 | 1 | -3/+0 |
| | |||||
* | include prog_print.h | Brian | 2006-12-14 | 1 | -0/+1 |
| | |||||
* | Remove some moved extern decls. | Brian | 2006-12-14 | 1 | -15/+0 |
| | |||||
* | Move some code from prog_print.c to prog_instruction.c | Brian | 2006-12-14 | 2 | -112/+112 |
| | |||||
* | chmod a-x | Brian | 2006-12-14 | 1 | -0/+0 |
| | |||||
* | Updated includes. | Brian | 2006-12-14 | 3 | -2/+6 |
| | |||||
* | Updated includes. | Brian | 2006-12-14 | 4 | -4/+9 |
| | |||||
* | Updated #includes after splitting program.h | Brian | 2006-12-14 | 4 | -3/+11 |
| | |||||
* | Move many functions into new files. | Brian | 2006-12-14 | 2 | -1855/+4 |
| | |||||
* | Split the program.[ch] files into several new files. | Brian | 2006-12-14 | 8 | -0/+2482 |
| | |||||
* | Updates for new linker (merged varying/uniform vars). | Brian | 2006-12-14 | 1 | -7/+11 |
| | |||||
* | Assorted fix-ups for the new linker. | Brian | 2006-12-14 | 2 | -3/+18 |
| | | | | Disable some of the excessive debug output. | ||||
* | The new linker actually does a few things right now: | Brian | 2006-12-14 | 1 | -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. | Brian | 2006-12-14 | 2 | -11/+131 |
| | |||||
* | Obsolete. | Brian | 2006-12-13 | 2 | -180/+0 |
| | |||||
* | Remove unused 3Dlabs code. | Brian | 2006-12-13 | 58 | -25555/+0 |
| | |||||
* | Remove unused 3Dlabs code. | Brian | 2006-12-13 | 4 | -405/+0 |
| | |||||
* | Not needed. | Brian | 2006-12-13 | 1 | -78/+0 |
| | |||||
* | Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes. | Brian | 2006-12-13 | 16 | -1190/+1527 |
| | |||||
* | Rewrite/simplify most built-in functions to use updated set of __asm ↵ | Brian | 2006-12-13 | 3 | -670/+1105 |
| | | | | instructions. | ||||
* | Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly ↵ | Brian | 2006-12-13 | 29 | -339/+5016 |
| | | | | instructions. | ||||
* | call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ↵ | Roland Scheidegger | 2006-11-29 | 1 | -0/+2 |
| | | | | the change in the r200 driver accordingly. | ||||
* | indent, comments, etc | Brian Paul | 2006-11-28 | 2 | -61/+87 |
| | |||||
* | comments | Brian Paul | 2006-11-27 | 1 | -2/+2 |
| | |||||
* | call slang_variable_construct() inside slang_variable_scope_grow() | Brian Paul | 2006-11-24 | 2 | -7/+6 |
| | |||||
* | new slang_variable_scope_grow() function | Brian Paul | 2006-11-24 | 3 | -32/+38 |
| | |||||
* | const correctness, clean-ups | Brian Paul | 2006-11-23 | 4 | -24/+30 |
| | |||||
* | indent | Brian Paul | 2006-11-23 | 2 | -96/+105 |
| | |||||
* | fix several program-related bugs (bug 9136) | Brian Paul | 2006-11-23 | 2 | -2/+12 |
| | |||||
* | s/ource/source/ | Brian Paul | 2006-11-23 | 1 | -1/+1 |
| | |||||
* | move comments | Brian Paul | 2006-11-23 | 2 | -26/+33 |
| | |||||
* | indent | Brian Paul | 2006-11-23 | 1 | -303/+305 |
| | |||||
* | clean-up, comments | Brian Paul | 2006-11-23 | 1 | -1/+3 |
| | |||||
* | indent | Brian Paul | 2006-11-22 | 1 | -76/+76 |
| | |||||
* | const correctness | Brian Paul | 2006-11-22 | 2 | -3/+3 |
| | |||||
* | new comments | Brian Paul | 2006-11-22 | 1 | -9/+9 |
| | |||||
* | clean-up, comments | Brian Paul | 2006-11-22 | 1 | -15/+23 |
| | |||||
* | reindent | Brian Paul | 2006-11-22 | 1 | -269/+281 |
| | |||||
* | fix comments | Brian Paul | 2006-11-22 | 2 | -3/+3 |
| | |||||
* | list header files in sources files (Dan Nicholson) | Brian Paul | 2006-11-21 | 3 | -0/+44 |
| |