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
/
state_tracker
/
st_atom_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rename st_fragment_program's fs field to cso to match st_vertex_program
Brian
2008-02-12
1
-4
/
+4
*
Fix problem in mapping vertex program outputs (found with "spring" game engine)
Brian
2008-01-31
1
-4
/
+6
*
Fix problems with vertex shaders and the private draw module.
Brian
2008-01-14
1
-10
/
+13
*
special-case PSIZE too
Brian
2007-12-19
1
-1
/
+6
*
Don't always declare frag shader INPUT[0] as fragment position.
Brian
2007-12-14
1
-6
/
+19
*
gallium: reorg tgsi directories.
Michal Krol
2007-11-23
1
-1
/
+1
*
simplify code which access the current vertex/fragment shaders
Brian
2007-10-29
1
-23
/
+4
*
Move mesa_to_tgsi.[ch] to state_tracker
Brian
2007-10-27
1
-1
/
+1
*
Get rid of ST_NEW_SHADER flag and the dependency on _NEW_PROGRAM
Zack Rusin
2007-10-03
1
-2
/
+2
*
assert that program length > 1 (some code, plus END)
Brian
2007-10-02
1
-0
/
+3
*
fix a few vert/frag program items to get i915 driver going again
Brian
2007-10-01
1
-1
/
+4
*
fix bug causing unnecessary translations
Brian
2007-09-28
1
-1
/
+1
*
Instead of linked program pairs, keep a list of vertex programs translated fo...
Brian
2007-09-28
1
-226
/
+111
*
check for _NEW_PROGRAM mesa state (fixes arbfplight)
Brian
2007-09-26
1
-1
/
+1
*
some clean-up of ST_NEW_ shader flags
Brian
2007-09-25
1
-1
/
+1
*
vertex/fragment shader state and linking
Brian
2007-09-25
1
-0
/
+422