index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
st/mesa: rename state -> tgsi, updated comments
Brian Paul
2010-02-12
1
-1
/
+1
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-02-03
1
-1
/
+0
*
st/mesa: remove duplicate calculation of fp input mapping
Keith Whitwell
2010-02-01
1
-17
/
+1
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-01-31
1
-1
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-2
/
+1
|
\
|
*
st/mesa: change instruction count assertion to > 0
Brian Paul
2010-01-18
1
-1
/
+1
|
*
st/mesa: Remove unnecessary header from st_atom_shader.c.
Vinson Lee
2010-01-16
1
-1
/
+0
|
*
st/mesa: move assert on nr vs insns until after pos_invarient expansion
Keith Whitwell
2009-12-18
1
-2
/
+0
|
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-1
/
+1
*
|
st/mesa: comments, whitespace
Brian Paul
2010-01-11
1
-8
/
+15
*
|
gallium: don't use edgeflags if the app didn't supply them
Roland Scheidegger
2009-12-19
1
-4
/
+6
*
|
gallium: fix not generating new vp varient when polygon mode changes
Roland Scheidegger
2009-12-19
1
-1
/
+1
*
|
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-14
1
-2
/
+2
*
|
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-09
1
-1
/
+10
*
|
mesa/st: refactor vertex and fragment shader translation
Keith Whitwell
2009-11-15
1
-239
/
+87
|
/
*
mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs
Brian Paul
2009-07-29
1
-17
/
+0
*
gallium: compare the actual register, not all the inputs
Zack Rusin
2009-07-11
1
-1
/
+1
*
gallium: fixup register indexes for fog/frontface/point coord
Zack Rusin
2009-07-07
1
-3
/
+12
*
gallium: more fog extraction fixes
Zack Rusin
2009-07-06
1
-14
/
+7
*
gallium: fix the front face semantics
Zack Rusin
2009-07-01
1
-2
/
+17
*
mesa: rework vertex shader output / fragment shader input attribute matching
Brian Paul
2009-06-11
1
-20
/
+33
*
st/mesa: fix typo s/BFC0/BFC1/
Brian Paul
2009-06-11
1
-2
/
+2
*
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-03-13
1
-6
/
+1
*
mesa: Free the util shaders with the gallium's FREE.
José Fonseca
2009-02-19
1
-1
/
+1
*
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2009-02-12
1
-1
/
+1
*
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
1
-2
/
+2
*
gallium: remove old assertions
Brian Paul
2008-08-27
1
-5
/
+0
*
gallium: fix vertex program output translation/mapping bug
Brian Paul
2008-08-18
1
-10
/
+50
*
gallium: fix a bug in vertex program output mapping
Brian Paul
2008-07-02
1
-9
/
+24
*
gallium: don't free shader.tokens in get_passthrough_fs()
Brian Paul
2008-05-08
1
-0
/
+2
*
gallium: fix some render to texture bugs
Brian Paul
2008-05-07
1
-1
/
+25
*
gallium: implement full reference counting for vertex/fragment programs
Brian Paul
2008-05-07
1
-2
/
+5
*
Some changed for non-C99 compilers
Alan Hourihane
2008-05-02
1
-5
/
+5
*
use cso fs/vs handle functions
Keith Whitwell
2008-04-21
1
-2
/
+2
*
gallium: Use CSO cache for shaders.
Michel Dänzer
2008-04-21
1
-2
/
+2
*
gallium: fix a few more shader-related mem leaks
Brian
2008-03-22
1
-28
/
+15
*
gallium: rework CSO-related code in state tracker
Brian
2008-03-11
1
-21
/
+7
*
gallium: remove input_map[] from pipe_shader_state
Brian
2008-02-26
1
-1
/
+1
*
Code reorganization: update build.
José Fonseca
2008-02-15
1
-1
/
+1
*
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
[next]