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_sse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: put 'create' in the vs varient create function names
Brian Paul
2010-04-28
1
-2
/
+2
*
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
1
-1
/
+1
*
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
1
-2
/
+2
*
tgsi: get texturing working in vertex shader sse2 path
Keith Whitwell
2009-07-20
1
-0
/
+4
*
tgsi: reduce x86 reg usage in tgsi_sse generated programs
Keith Whitwell
2009-07-16
1
-19
/
+5
*
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
*
gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics only
Brian
2008-11-09
1
-1
/
+1
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-05
1
-0
/
+14
|
\
|
*
gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL code
Brian Paul
2008-11-05
1
-0
/
+14
*
|
gallium: Introduce PIPE_ARCH_SSE define for SSE support.
José Fonseca
2008-10-07
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
/
+2
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
1
-2
/
+2
*
draw: init vsvg draw pointer
Keith Whitwell
2008-06-04
1
-2
/
+4
*
gallium: Replace XSTDCALL by PIPE_CDECL.
José Fonseca
2008-06-02
1
-1
/
+1
*
draw: Remove const qualifier.
Michal Krol
2008-05-31
1
-1
/
+1
*
draw: Eliminate stdio usage.
José Fonseca
2008-05-31
1
-1
/
+1
*
Merge branch 'gallium-tex-surfaces' into gallium-0.1
Jakob Bornecrantz
2008-05-30
1
-4
/
+10
|
\
|
*
draw: enable FSE by default
Keith Whitwell
2008-05-28
1
-4
/
+10
*
|
Merge branch 'gallium-vertex-linear' into gallium-0.1
Jakob Bornecrantz
2008-05-28
1
-50
/
+5
|
\
|
|
*
draw: add viewport to varient state
Keith Whitwell
2008-05-23
1
-2
/
+2
|
*
draw: add aos vertex shader varient
Keith Whitwell
2008-05-23
1
-0
/
+1
|
*
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
|
*
draw: remove disabled non-sse swizzle code
Keith Whitwell
2008-05-23
1
-49
/
+1
*
|
gallium: Windows CE portability fixes.
José Fonseca
2008-05-28
1
-1
/
+3
|
/
*
if x86_get_func() returns NULL, handle it properly instead of aborting
Brian Paul
2008-05-19
1
-0
/
+3
*
gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()
Brian Paul
2008-05-17
1
-2
/
+3
*
draw: label fn args -- shouldn't this be defined where the fn is created?
Keith Whitwell
2008-05-01
1
-11
/
+11
*
draw: turn on SSE swizzle code
Keith Whitwell
2008-05-01
1
-1
/
+1
*
gallium: Set SSE_SWIZZLES to 0 by default.
Michal Krol
2008-04-28
1
-1
/
+1
*
gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.
Michal Krol
2008-04-28
1
-9
/
+43
*
gallium: Centralize SSE usage logic.
José Fonseca
2008-04-21
1
-1
/
+2
*
draw: remove draw_vertex_fetch.c
Keith Whitwell
2008-04-18
1
-1
/
+0
*
draw: remove old vertex_shader->run() functions
Keith Whitwell
2008-04-18
1
-126
/
+0
*
draw: split off all the extra functionality in the vertex shader
Keith Whitwell
2008-04-18
1
-20
/
+18
*
draw: add vertex shader run_linear function
Keith Whitwell
2008-04-17
1
-4
/
+72
*
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
-22
/
+34
*
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
-69
/
+70
*
gallium: move duplicated compute_clipmask() code to draw_vs.h
Brian
2008-04-12
1
-28
/
+0
*
gallium: handle TGSI immediates in SSE code for vertex shaders
Brian Paul
2008-04-11
1
-3
/
+6
*
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
-11
/
+21
*
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
/
+5
*
gallium: change draw_vertex_shader->state from pointer to struct
Brian
2008-03-12
1
-2
/
+2
*
gallium: use the same bypass_clipping logic on all vs paths
Keith Whitwell
2008-03-10
1
-14
/
+24
[next]