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.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-52
/
+0
|
*
mesa: added _mesa_nop_vertex/fragment_program()
Brian Paul
2009-09-29
1
-0
/
+7
|
|
|
|
For debug/test purposes.
*
mesa: gl_register_file enum typedef
Brian Paul
2009-03-07
1
-1
/
+1
|
*
glsl: make sure we replace all output reads with temporaries
Zack Rusin
2008-06-12
1
-1
/
+1
|
|
|
|
test in if.glsl
*
added _mesa_combine_parameter_lists()
Brian Paul
2008-05-14
1
-0
/
+2
|
|
|
|
cherry-picked from gallium-0.1
*
added _mesa_count_texture_indirections(), _mesa_count_texture_instructions()
Brian
2007-01-09
1
-2
/
+8
|
*
Implement _mesa_append_fog_code() for fragment program fog options.
Brian Paul
2006-10-28
1
-1
/
+1
|
*
Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code().
Brian Paul
2006-08-25
1
-1
/
+1
|
|
|
|
|
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
/
+37