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_pt_fetch_shade_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
geometry shaders: make gs work with changable primitives and variable number ...
Zack Rusin
2010-06-09
1
-6
/
+5
*
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
2010-05-05
1
-6
/
+6
*
draw: Pass-through pipe_buffer::max_index to translate.
José Fonseca
2010-04-26
1
-1
/
+2
*
draw: Use translate function instead of switch cases
Jakob Bornecrantz
2010-03-26
1
-25
/
+4
*
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
1
-2
/
+1
*
draw: Remove unnecessary headers.
Vinson Lee
2010-01-21
1
-1
/
+0
*
gallium: remove // comment and extra whitespace
Brian Paul
2009-10-02
1
-7
/
+0
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
1
-1
/
+2
*
draw: second argument to unmap is max, not count
Keith Whitwell
2009-02-17
1
-3
/
+3
*
draw: add map/unmap directives for swtnl driver interface
Keith Whitwell
2009-02-17
1
-49
/
+55
*
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
1
-2
/
+2
*
gallium: change 65535 to UNDEFINED_VERTEX_ID
Alan Hourihane
2008-12-10
1
-3
/
+3
*
gallium: more vertex count checks
Alan Hourihane
2008-12-10
1
-2
/
+12
*
gallium: temporary check for > 65535 vertices
Alan Hourihane
2008-12-10
1
-0
/
+3
*
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
2008-10-06
1
-3
/
+3
*
draw: don't keep refetching constant inputs
Keith Whitwell
2008-10-02
1
-18
/
+19
*
draw: attempt atomic submit of large drawelements calls
Keith Whitwell
2008-08-26
1
-3
/
+4
*
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: split long prims into chunks with an even number of vertices
Brian Paul
2008-06-18
1
-0
/
+9
*
draw: fix intermediate buffer confusion in draw_vs_varient.c
Keith Whitwell
2008-06-06
1
-0
/
+7
*
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-06-04
1
-7
/
+10
*
draw: draw_range_elements trial
Keith Whitwell
2008-05-29
1
-0
/
+49
*
draw: share machine
Keith Whitwell
2008-05-29
1
-6
/
+0
*
draw: support psize in vs_varient paths
Keith Whitwell
2008-05-27
1
-32
/
+3
*
draw: add disabled debug code
Keith Whitwell
2008-05-27
1
-1
/
+27
*
draw: ensure vs outputs mapped correctly to vinfo attribs
Keith Whitwell
2008-05-27
1
-0
/
+1
*
draw: explicitly list nr_inputs, outputs in varient key
Keith Whitwell
2008-05-27
1
-5
/
+9
*
draw: Fix for EMIT_4UB case
Jakob Bornecrantz
2008-05-27
1
-1
/
+4
*
draw: hook up viewport / rhw emit to varient key state
Keith Whitwell
2008-05-27
1
-2
/
+2
*
draw: fse works with elts, remove assert
Keith Whitwell
2008-05-23
1
-8
/
+2
*
draw: add viewport to varient state
Keith Whitwell
2008-05-23
1
-1
/
+8
*
draw: create specialized vs varients incorporating fetch & emit
Keith Whitwell
2008-05-23
1
-0
/
+338
*
draw: get rid of fetch-shade-emit frontend hack
Keith Whitwell
2008-05-23
1
-677
/
+0
*
draw: turn fse path into a middle end
Keith Whitwell
2008-05-12
1
-38
/
+1
*
draw: add fetch-shade-emit path
Keith Whitwell
2008-05-12
1
-0
/
+714