index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
programopt.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
added _mesa_count_texture_indirections(), _mesa_count_texture_instructions()
Brian
2007-01-09
1
-2
/
+84
|
*
remove some unneeded includes
Brian
2006-12-14
1
-3
/
+0
|
*
Updated includes.
Brian
2006-12-14
1
-1
/
+3
|
*
Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.
Brian
2006-12-13
1
-1
/
+4
|
*
Add a size parameter to _mesa_add_unnamed_constant() and
Brian Paul
2006-11-15
1
-1
/
+1
|
|
|
|
|
_mesa_add_named_constant() to indicate vector size (1, 2, 3 or 4). Always 4 for now...
*
fix wrong inequality
Brian Paul
2006-10-29
1
-1
/
+1
|
*
Change _mesa_init_instruction() to initialize an array of instructions.
Brian Paul
2006-10-29
1
-3
/
+2
|
*
Implement _mesa_append_fog_code() for fragment program fog options.
Brian Paul
2006-10-28
1
-18
/
+177
|
*
Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code().
Brian Paul
2006-08-25
1
-22
/
+23
|
|
|
|
|
The four DP4 instructions are now inserted at the top of the program instead of appended to tail.
*
Functions for vertex/fragment program transformations, optimizations, etc.
Brian Paul
2006-08-24
1
-0
/
+146