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