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
/
gallium
/
auxiliary
/
util
/
u_simple_shaders.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: add lost code to util_make_fragment_tex_shader_writemask()
Keith Whitwell
2009-10-05
1
-1
/
+9
*
tgsi/ureg: VS inputs don't have any semantic tags, just an index
Keith Whitwell
2009-09-12
1
-3
/
+1
*
util: remove unneeded #includes
Brian Paul
2009-09-10
1
-6
/
+0
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-09
1
-2
/
+0
|
\
|
*
util: add version of u_blit_pixels which takes a writemask
Keith Whitwell
2009-09-02
1
-2
/
+43
*
|
util: add version of u_blit_pixels which takes a writemask
Keith Whitwell
2009-09-03
1
-2
/
+12
*
|
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-09-03
1
-1
/
+1
*
|
tgsi: Fix build error due to commit acc7da90
Cooper Yuan
2009-08-24
1
-6
/
+6
*
|
util: convert u_simple_shaders to use tgsi_ureg
Keith Whitwell
2009-08-13
1
-258
/
+60
|
/
*
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-03-13
1
-47
/
+29
*
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
1
-1
/
+0
*
mesa: Free the util shaders with the gallium's FREE.
José Fonseca
2009-02-19
1
-0
/
+7
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
gallium: make p_winsys internal
Zack Rusin
2009-01-30
1
-1
/
+1
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
1
-3
/
+3
*
util: Fix build after TGSI declaration interface changes.
Michal Krol
2008-05-31
1
-17
/
+16
*
gallium: return pipe_shader_state from the simple shader functions
Brian
2008-03-27
1
-12
/
+19
*
gallium: enable vp input semantic info
Brian
2008-03-20
1
-9
/
+6
*
gallium: Fix build on Windows.
Michal Krol
2008-03-20
1
-1
/
+1
*
gallium: Fix build on Windows.
Michal Krol
2008-03-20
1
-2
/
+2
*
gallium: remove unused local var
Keith Whitwell
2008-03-20
1
-1
/
+1
*
gallium: added util_make_fragment_passthrough_shader()
Brian
2008-03-20
1
-0
/
+95
*
gallium: utilities for creating simple vertex/fragment shaders
Brian
2008-03-18
1
-0
/
+263