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
/
draw
/
draw_vs_exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: reduce recursive include of tgsi_exec.h
Keith Whitwell
2009-07-16
1
-0
/
+1
*
gallium: proper constructor and destructor for tgsi_exec_machine
Keith Whitwell
2009-07-16
1
-1
/
+1
*
draw: added some inf/nan debug code (disabled)
Brian Paul
2009-05-01
1
-0
/
+6
*
draw: added Nan/Inf assertion in debug code
Brian Paul
2009-03-31
1
-0
/
+1
*
gallium: added draw_texture_samplers() to support texture fetches from vertex...
Brian
2008-12-04
1
-2
/
+2
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-05
1
-0
/
+6
|
\
|
*
gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL code
Brian Paul
2008-11-05
1
-0
/
+6
*
|
gallium: fix the test in vs_exec_prepare() to avoid redundant bindings
Brian Paul
2008-10-15
1
-3
/
+1
*
|
draw: Silence compiler warnings on Windows.
Michal Krol
2008-09-14
1
-1
/
+1
*
|
gallium: avoid redundant tgsi_exec_machine_bind_shader() calls on draw exec path
Brian Paul
2008-09-12
1
-6
/
+11
|
/
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+2
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
1
-2
/
+2
*
draw: create specialized vs varients incorporating fetch & emit
Keith Whitwell
2008-05-23
1
-0
/
+2
*
draw: move some state into a new 'vs' area
Keith Whitwell
2008-05-23
1
-1
/
+1
*
gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()
Brian Paul
2008-05-17
1
-4
/
+7
*
draw: remove old vertex_shader->run() functions
Keith Whitwell
2008-04-18
1
-137
/
+0
*
draw: split off all the extra functionality in the vertex shader
Keith Whitwell
2008-04-18
1
-21
/
+61
*
draw: add vertex shader run_linear function
Keith Whitwell
2008-04-17
1
-10
/
+85
*
pass vertex size to shaders so that callee can decide on the size
Zack Rusin
2008-04-14
1
-2
/
+3
*
draw: move vertex header init out of fetch_shade_pipeline.c
Keith Whitwell
2008-04-14
1
-0
/
+1
*
Make shaders operate on a block of memory instead of arrays of vertex_header's
Zack Rusin
2008-04-14
1
-26
/
+28
*
return true if one of the vertices has been clipped
Zack Rusin
2008-04-14
1
-1
/
+4
*
pass arbitrary number of vertices to the shader execution cycle
Zack Rusin
2008-04-14
1
-71
/
+73
*
gallium: move duplicated compute_clipmask() code to draw_vs.h
Brian
2008-04-12
1
-26
/
+0
*
draw: associate rhw divide with clipping not viewport flag
Keith Whitwell
2008-04-01
1
-6
/
+6
*
gallium: move the test for bypass_vs into the vs_XXX_run() functions
Brian
2008-03-31
1
-7
/
+17
*
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-03-27
1
-2
/
+2
*
gallium: make a copy of the vertex shader's token array.
Brian
2008-03-24
1
-1
/
+6
*
gallium: added some debug code (disabled)
Brian
2008-03-14
1
-0
/
+13
*
gallium: change draw_vertex_shader->state from pointer to struct
Brian
2008-03-12
1
-2
/
+2
*
draw: dont' compute clipmask or apply viewport when not clipping (rename bypa...
Keith Whitwell
2008-03-04
1
-14
/
+24
*
gallium: remove dependencies on pipe_shader_state's semantic info
Brian
2008-02-27
1
-1
/
+1
*
draw: subclass vertex shaders according to execution method
Keith Whitwell
2008-02-15
1
-0
/
+186