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_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
1
-1
/
+1
*
draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.
Chia-I Wu
2010-08-25
1
-11
/
+0
*
draw: No need to make max_vertices even.
Chia-I Wu
2010-08-16
1
-9
/
+0
*
draw: Add prim flags to middle ends.
Chia-I Wu
2010-08-16
1
-3
/
+6
*
draw: don't try to precalculate the pipeline output primitive
Keith Whitwell
2010-06-23
1
-2
/
+7
*
geometry shaders: make gs work with changable primitives and variable number ...
Zack Rusin
2010-06-09
1
-1
/
+2
*
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
-2
/
+4
*
draw: Use translate function instead of switch cases
Jakob Bornecrantz
2010-03-26
1
-32
/
+7
*
Add lame support for instanceID to draw module.
Michal Krol
2009-12-30
1
-0
/
+1
*
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
/
+3
*
draw: Fix assertion failure at fetch_emit_prepare
Mike Kaplinksiy
2009-05-27
1
-0
/
+6
*
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
-32
/
+37
*
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
1
-1
/
+1
*
gallium: added missing brace to fix broken build
Brian Paul
2008-12-10
1
-1
/
+1
*
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
-0
/
+10
*
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
-2
/
+2
*
draw: attempt atomic submit of large drawelements calls
Keith Whitwell
2008-08-26
1
-5
/
+4
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
gallium: additional fixes to ensure even number of vertices per buffer
Brian Paul
2008-06-18
1
-0
/
+9
*
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-06-04
1
-1
/
+5
*
draw: draw_range_elements trial
Keith Whitwell
2008-05-29
1
-0
/
+48
*
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
2008-05-12
1
-1
/
+2
*
draw: fix translate double-free, minor cleanups
Keith Whitwell
2008-05-09
1
-1
/
+2
*
redo the linear paths
Zack Rusin
2008-05-08
1
-10
/
+8
*
implement linear path for fetch_emit pipeline
Zack Rusin
2008-05-08
1
-4
/
+60
*
Add translate cache to fetch_emit stage and add out of memory
Zack Rusin
2008-04-23
1
-7
/
+13
*
draw: squash a couple of memory leaks
Keith Whitwell
2008-04-21
1
-0
/
+5
*
draw: propogate lots of errors
Keith Whitwell
2008-04-21
1
-0
/
+2
*
draw: rearrange debug code
Keith Whitwell
2008-04-19
1
-3
/
+13
*
draw: add missing translate->set_buffer for fetch emit path
Keith Whitwell
2008-04-19
1
-0
/
+8
*
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-19
1
-3
/
+3
*
draw: make draw_pt_fetch_emit use translate facility
Keith Whitwell
2008-04-19
1
-116
/
+70
*
draw: add comment
Keith Whitwell
2008-04-17
1
-0
/
+5
*
draw: make pt run pipeline when need_pipeline is true, not just when clipped
Keith Whitwell
2008-04-16
1
-1
/
+2
*
silence some warnings
Zack Rusin
2008-04-14
1
-2
/
+0
*
draw: flush pipeline before trying to allocate more hw vertices
Keith Whitwell
2008-04-14
1
-0
/
+4
*
remove usage of vertex_header
Keith Whitwell
2008-04-10
1
-6
/
+0
*
draw: strip edgeflags out of fetch-emit path
Keith Whitwell
2008-04-07
1
-1
/
+1
*
draw: add passthrough path to the pipeline
Keith Whitwell
2008-04-03
1
-61
/
+3
*
draw: add missing break statement
Keith Whitwell
2008-04-02
1
-0
/
+1
*
draw: Set the backend prim in the pt 'prepare' operation
Keith Whitwell
2008-04-02
1
-15
/
+18
*
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-03-27
1
-1
/
+1
*
draw: rename emit functions to match pipe_format names
Keith Whitwell
2008-03-23
1
-22
/
+17
*
draw: restructure fetch/emit as a pair of function calls
Keith Whitwell
2008-03-23
1
-109
/
+152
*
gallium: beginnings of draw module vertex rework
Keith Whitwell
2008-03-23
1
-0
/
+326