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_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: s/varient/variant/
Brian Paul
2010-12-16
1
-1
/
+1
*
draw/llvm: don't flush in vs_llvm_delete()
Brian Paul
2010-12-09
1
-12
/
+0
*
draw: Include missing header in draw_vs_llvm.c.
Vinson Lee
2010-08-28
1
-0
/
+1
*
draw: reduce the size of the llvm variant key
Keith Whitwell
2010-08-22
1
-0
/
+5
*
gallium: implement bounds checking for constant buffers
Brian Paul
2010-07-29
1
-0
/
+1
*
draw: Remove unnecessary header.
Vinson Lee
2010-06-26
1
-1
/
+0
*
draw: limit the number of vertex shader variants kept around
Zack Rusin
2010-06-25
1
-0
/
+121
*
draw: Remove draw_vs_llvm.c.
José Fonseca
2010-04-20
1
-130
/
+0
*
scons: Make LLVM a black-white dependency.
José Fonseca
2010-04-11
1
-1
/
+1
*
gallium/draw: initial code to properly support llvm in the draw module
Zack Rusin
2010-02-22
1
-5
/
+4
*
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2010-02-08
1
-31
/
+0
*
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
/
+3
*
draw: correct address for machine struct in llvm path
Keith Whitwell
2009-07-23
1
-1
/
+1
*
Gallivm: make it compile again, add some opcodes.
Stephane Marchesin
2008-10-02
1
-0
/
+1
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+0
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
1
-1
/
+1
*
llvm: build fixes.
Stephane Marchesin
2008-07-13
1
-5
/
+5
*
draw: create specialized vs varients incorporating fetch & emit
Keith Whitwell
2008-05-23
1
-0
/
+2
*
move the swizzling code to gallivm in preperation for code-generating it
Zack Rusin
2008-05-17
1
-48
/
+10
*
gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()
Brian Paul
2008-05-17
1
-2
/
+5
*
actually write the results
Zack Rusin
2008-04-21
1
-8
/
+9
*
make llvm draw paths compile with the latest changes
Zack Rusin
2008-04-21
1
-6
/
+7
*
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
-108
/
+0
*
draw: split off all the extra functionality in the vertex shader
Keith Whitwell
2008-04-18
1
-21
/
+18
*
draw: add vertex shader run_linear function
Keith Whitwell
2008-04-17
1
-2
/
+64
*
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
-1
/
+1
*
return true if one of the vertices has been clipped
Zack Rusin
2008-04-14
1
-7
/
+11
*
gallium: move duplicated compute_clipmask() code to draw_vs.h
Brian
2008-04-12
1
-27
/
+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
-15
/
+27
*
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: use the same bypass_clipping logic on all vs paths
Keith Whitwell
2008-03-10
1
-19
/
+29
*
Update for llvm -> gallivm rename.
José Fonseca
2008-02-18
1
-1
/
+1
*
draw: subclass vertex shaders according to execution method
Keith Whitwell
2008-02-15
1
-0
/
+237