index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pipe_vbuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-13
draw: remove unused overflow()
Samuel Pitoiset
1
-8
/
+0
2016-01-07
draw: rework handling of non-existing outputs in emit code
Roland Scheidegger
1
-21
/
+31
2015-12-06
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
1
-1
/
+1
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
1
-4
/
+4
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-4
/
+4
2013-08-02
draw: use the vertex size
Zack Rusin
1
-1
/
+1
2013-06-28
draw/translate: fix instancing
Zack Rusin
1
-1
/
+1
2011-11-11
draw: handle out of memory conditions
Brian Paul
1
-3
/
+5
2011-09-22
draw: Respect max_indices from the renderer.
Kurt Daverman
1
-1
/
+1
2011-04-22
draw: fix point/line/tri flushing bug in vbuf code
Brian Paul
1
-4
/
+10
2010-08-16
draw: No need to make max_vertices even.
Chia-I Wu
1
-3
/
+0
2010-05-05
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
1
-3
/
+3
2010-05-05
gallium: rework provoking vertex code
Brian Paul
1
-13
/
+2
2010-04-26
draw: Pass-through pipe_buffer::max_index to translate.
José Fonseca
1
-2
/
+2
2010-04-18
draw: Cosmetic cleanups and comments.
José Fonseca
1
-1
/
+1
2010-03-26
draw: Use translate function instead of switch cases
Jakob Bornecrantz
1
-30
/
+7
2010-03-01
draw: Rename pipe formats.
José Fonseca
1
-1
/
+1
2009-12-30
Add lame support for instanceID to draw module.
Michal Krol
1
-1
/
+2
2009-12-29
Implement draw_arrays_instanced() in softpipe.
Michal Krol
1
-1
/
+2
2009-06-09
draw: implement flatshade_first for drawing pipeline
Brian Paul
1
-2
/
+13
2009-04-28
gallium/draw: add ability to print out active pipeline stages
Keith Whitwell
1
-0
/
+1
2009-02-18
Merge commit 'origin/draw-vbuf-interface'
Keith Whitwell
1
-54
/
+37
2009-02-18
util: Move p_debug.h into util module.
José Fonseca
1
-2
/
+2
2009-02-17
draw: second argument to unmap is max, not count
Keith Whitwell
1
-1
/
+1
2009-02-17
draw: add map/unmap directives for swtnl driver interface
Keith Whitwell
1
-54
/
+37
2009-02-11
draw: Cap max vertices instead of failing assert.
José Fonseca
1
-2
/
+3
2008-12-10
gallium: change 65535 to UNDEFINED_VERTEX_ID
Alan Hourihane
1
-1
/
+1
2008-12-10
gallium: temporary check for > 65535 vertices
Alan Hourihane
1
-0
/
+2
2008-10-06
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
1
-2
/
+2
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
1
-1
/
+2
2008-06-18
gallium: additional fixes to ensure even number of vertices per buffer
Brian Paul
1
-0
/
+3
2008-06-11
draw: don't assume vertex position is in data[0]
Keith Whitwell
1
-0
/
+2
2008-06-04
draw: respect driver's max vertex buffer size
Keith Whitwell
1
-0
/
+6
2008-05-29
gallium: MSVC warning fixes.
José Fonseca
1
-1
/
+1
2008-05-09
draw: fix translate double-free, minor cleanups
Keith Whitwell
1
-3
/
+0
2008-05-09
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
1
-6
/
+14
2008-04-23
draw: remove stupid debug (Keith)
Keith Whitwell
1
-1
/
+1
2008-04-23
draw: add missing break (Jakob)
Keith Whitwell
1
-1
/
+2
2008-04-21
draw: propogate lots of errors
Keith Whitwell
1
-3
/
+2
2008-04-19
draw: rearrange debug code
Keith Whitwell
1
-54
/
+1
2008-04-19
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
1
-0
/
+1
2008-04-19
draw: rename pipeline files to draw_pipe_*
Keith Whitwell
1
-0
/
+529