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_varient.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: implement bounds checking for constant buffers
Brian Paul
2010-07-29
1
-2
/
+4
*
draw: put 'create' in the vs varient create function names
Brian Paul
2010-04-28
1
-2
/
+3
*
draw: Pass-through pipe_buffer::max_index to translate.
José Fonseca
2010-04-26
1
-6
/
+12
*
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
1
-2
/
+2
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
draw: Remove unnecessary headers.
Vinson Lee
2010-01-21
1
-1
/
+0
*
|
Merge branch 'master' into instanced-arrays
Michal Krol
2010-01-05
1
-2
/
+3
|
\
\
|
*
|
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-2
/
+3
|
|
/
*
|
Add lame support for instanceID to draw module.
Michal Krol
2009-12-30
1
-0
/
+3
*
|
Implement instanced indexed draw.
Michal Krol
2009-12-30
1
-0
/
+1
*
|
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-29
1
-0
/
+6
|
/
*
draw: don't keep refetching constant inputs
Keith Whitwell
2008-10-02
1
-5
/
+5
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+2
*
gallium: fix an assertion
Brian Paul
2008-08-19
1
-1
/
+1
*
draw: don't assume vertex position is in data[0]
Keith Whitwell
2008-06-11
1
-0
/
+4
*
draw: fix temp vs output buffer typo in vsvg_run_elts
Keith Whitwell
2008-06-07
1
-1
/
+1
*
draw: fix intermediate buffer confusion in draw_vs_varient.c
Keith Whitwell
2008-06-06
1
-83
/
+92
*
draw: init vsvg draw pointer
Keith Whitwell
2008-06-04
1
-1
/
+4
*
draw: Put PIPE_CDECL in the right places.
José Fonseca
2008-05-29
1
-8
/
+8
*
draw: share machine
Keith Whitwell
2008-05-29
1
-35
/
+14
*
draw: Decorate callbacks with PIPE_CDECL.
Michal Krol
2008-05-28
1
-8
/
+8
*
draw: support psize in vs_varient paths
Keith Whitwell
2008-05-27
1
-5
/
+19
*
draw: explicitly list nr_inputs, outputs in varient key
Keith Whitwell
2008-05-27
1
-5
/
+5
*
draw: hook up viewport / rhw emit to varient key state
Keith Whitwell
2008-05-27
1
-9
/
+43
*
draw: add viewport support to generic vs varient code
Keith Whitwell
2008-05-25
1
-2
/
+41
*
draw: add viewport to varient state
Keith Whitwell
2008-05-23
1
-0
/
+10
*
draw: create specialized vs varients incorporating fetch & emit
Keith Whitwell
2008-05-23
1
-0
/
+229