summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple/i915_prim_emit.c
Commit message (Expand)AuthorAgeFilesLines
* make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell2008-10-061-2/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+3
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-4/+1
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-1/+1
* gallium/i915: Fix emit_hw_vertex(): need to use vinfo->src_index[]Brian2008-02-251-14/+16
* gallium/i915: compute vertex size _after_ state validation in emit_prim().Brian2008-02-251-3/+7
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+215