index
:
~igor.oliveira/mesa-advanced-blending
master
OpenVG advanced blending
igor.oliveira
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_program.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-09
st/mesa: remove special-case cyl-wrap code
Brian Paul
1
-9
/
+1
2010-02-09
st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag
Brian Paul
1
-1
/
+9
2010-02-05
st/mesa: 'fix' point coord semantic info
Brian Paul
1
-1
/
+10
2010-02-01
st/mesa: remove duplicate calculation of fp input mapping
Keith Whitwell
1
-12
/
+7
2010-02-01
st/mesa: remove dead stfp input_map array
Keith Whitwell
1
-9
/
+0
2010-01-14
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
1
-1
/
+0
2010-01-13
st/mesa: Remove unnecessary header from st_program.c.
Vinson Lee
1
-1
/
+0
2009-12-22
Merge branch 'gallium-edgeflags'
Roland Scheidegger
1
-6
/
+56
2009-12-21
Merge branch 'mesa_7_7_branch'
Brian Paul
1
-0
/
+2
2009-12-18
fix debug output mising from edgeflag changes
Roland Scheidegger
1
-0
/
+7
2009-12-18
gallium: fix mesa to tgsi translation for edgeflags
Roland Scheidegger
1
-13
/
+15
2009-12-16
gallium: edgeflags change fixes
Roland Scheidegger
1
-1
/
+7
2009-12-14
gallium: more work for edgeflags changes
Roland Scheidegger
1
-5
/
+10
2009-12-09
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
1
-1
/
+31
2009-12-18
st/mesa: move assert on nr vs insns until after pos_invarient expansion
Keith Whitwell
1
-0
/
+2
2009-12-07
st/mesa: fix up comment
Brian Paul
1
-2
/
+5
2009-11-26
Merge commit 'origin/st-shader-varients'
Roland Scheidegger
1
-253
/
+117
2009-11-17
Merge branch 'outputswritten64'
Ian Romanick
1
-1
/
+1
2009-11-17
mesa: fix assorted compiler warnings
Brian Paul
1
-2
/
+2
2009-11-15
mesa/st: refactor vertex and fragment shader translation
Keith Whitwell
1
-153
/
+114
2009-11-15
mesa/st: don't calculate unused output_flags data either
Keith Whitwell
1
-20
/
+2
2009-11-15
mesa/st: don't calculate unused input_flags data
Keith Whitwell
1
-14
/
+2
2009-11-15
mesa/st: don't calculate unused vs input semantic tags
Keith Whitwell
1
-69
/
+2
2009-10-05
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
1
-7
/
+13
2009-09-21
mesa: Ensure TGSI tokens are freed with gallium's free.
José Fonseca
1
-1
/
+1
2009-09-14
st/mesa: convert to new tgsi_ureg mechanism for shader emit
Keith Whitwell
1
-87
/
+41
2009-07-29
mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs
Brian Paul
1
-28
/
+14
2009-07-16
st/mesa: add some array index bounds assertions
Brian Paul
1
-0
/
+5
2009-07-04
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
1
-10
/
+24
2009-07-06
gallium: more fog extraction fixes
Zack Rusin
1
-10
/
+24
2009-07-03
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
1
-1
/
+6
2009-07-01
gallium: fix the front face semantics
Zack Rusin
1
-1
/
+6
2009-06-12
st/mesa: additional debug code (disabled)
Brian Paul
1
-0
/
+20
2009-06-08
st/mesa: remove invalid assertion
Brian Paul
1
-3
/
+0
2009-06-08
mesa: Allocate tokens from the heap.
José Fonseca
1
-18
/
+22
2009-06-04
st/mesa: increase ST_MAX_SHADER_TOKENS to 8k
Brian Paul
1
-1
/
+1
2009-04-28
mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_program
Keith Whitwell
1
-0
/
+8
2009-04-15
mesa: TGSI translation of multiple render targets.
José Fonseca
1
-3
/
+3
2009-04-08
gallium: when using gl_PointCoord ensure we use the correct attribute.
Alan Hourihane
1
-3
/
+5
2009-02-28
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
1
-5
/
+5
2009-02-12
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
1
-3
/
+3
2009-01-02
gallium: assorted state tracker fixes for > 8 texture samplers
Brian Paul
1
-2
/
+4
2008-11-24
mesa: pass shader centroid/invariant info through to the TGSI shader
Brian Paul
1
-30
/
+54
2008-11-06
gallium: added st_print_shaders() function to help w/ debugging
Brian Paul
1
-0
/
+16
2008-09-26
gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()
Brian Paul
1
-2
/
+2
2008-09-17
gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversion
Brian Paul
1
-1
/
+4
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
1
-1
/
+1
2008-08-18
gallium: fix vertex program output translation/mapping bug
Brian Paul
1
-29
/
+45
2008-08-11
gallium: added comment
Brian Paul
1
-0
/
+6
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca
1
-1
/
+1
[next]