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_pipe_vbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: handle out of memory conditions
Brian Paul
2011-11-11
1
-3
/
+5
*
draw: Respect max_indices from the renderer.
Kurt Daverman
2011-09-22
1
-1
/
+1
*
draw: fix point/line/tri flushing bug in vbuf code
Brian Paul
2011-04-22
1
-4
/
+10
*
draw: No need to make max_vertices even.
Chia-I Wu
2010-08-16
1
-3
/
+0
*
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
2010-05-05
1
-3
/
+3
*
gallium: rework provoking vertex code
Brian Paul
2010-05-05
1
-13
/
+2
*
draw: Pass-through pipe_buffer::max_index to translate.
José Fonseca
2010-04-26
1
-2
/
+2
*
draw: Cosmetic cleanups and comments.
José Fonseca
2010-04-18
1
-1
/
+1
*
draw: Use translate function instead of switch cases
Jakob Bornecrantz
2010-03-26
1
-30
/
+7
*
draw: Rename pipe formats.
José Fonseca
2010-03-01
1
-1
/
+1
*
Add lame support for instanceID to draw module.
Michal Krol
2009-12-30
1
-1
/
+2
*
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-29
1
-1
/
+2
*
draw: implement flatshade_first for drawing pipeline
Brian Paul
2009-06-09
1
-2
/
+13
*
gallium/draw: add ability to print out active pipeline stages
Keith Whitwell
2009-04-28
1
-0
/
+1
*
Merge commit 'origin/draw-vbuf-interface'
Keith Whitwell
2009-02-18
1
-54
/
+37
|
\
|
*
draw: second argument to unmap is max, not count
Keith Whitwell
2009-02-17
1
-1
/
+1
|
*
draw: add map/unmap directives for swtnl driver interface
Keith Whitwell
2009-02-17
1
-54
/
+37
*
|
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-2
/
+2
|
/
*
draw: Cap max vertices instead of failing assert.
José Fonseca
2009-02-11
1
-2
/
+3
*
gallium: change 65535 to UNDEFINED_VERTEX_ID
Alan Hourihane
2008-12-10
1
-1
/
+1
*
gallium: temporary check for > 65535 vertices
Alan Hourihane
2008-12-10
1
-0
/
+2
*
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
2008-10-06
1
-2
/
+2
*
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: additional fixes to ensure even number of vertices per buffer
Brian Paul
2008-06-18
1
-0
/
+3
*
draw: don't assume vertex position is in data[0]
Keith Whitwell
2008-06-11
1
-0
/
+2
*
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-06-04
1
-0
/
+6
*
gallium: MSVC warning fixes.
José Fonseca
2008-05-29
1
-1
/
+1
*
draw: fix translate double-free, minor cleanups
Keith Whitwell
2008-05-09
1
-3
/
+0
*
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
2008-05-09
1
-6
/
+14
*
draw: remove stupid debug (Keith)
Keith Whitwell
2008-04-23
1
-1
/
+1
*
draw: add missing break (Jakob)
Keith Whitwell
2008-04-23
1
-1
/
+2
*
draw: propogate lots of errors
Keith Whitwell
2008-04-21
1
-3
/
+2
*
draw: rearrange debug code
Keith Whitwell
2008-04-19
1
-54
/
+1
*
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-04-19
1
-0
/
+1
*
draw: rename pipeline files to draw_pipe_*
Keith Whitwell
2008-04-19
1
-0
/
+529