aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_prim_vbuf.c
Commit message (Collapse)AuthorAgeFilesLines
* i915g: Revert debug hunks from last commitJakob Bornecrantz2010-06-221-2/+2
|
* i915g: Reduce state emission by using a index biasJakob Bornecrantz2010-06-221-27/+122
|
* i915g: Drop fifo code in vbufJakob Bornecrantz2010-06-221-43/+2
|
* i915g: Change state code in vbuf codeJakob Bornecrantz2010-06-221-12/+23
|
* gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-051-4/+4
| | | | | Now we have draw_elements() and draw_arrays() to be consistent with the pipe_context drawing functions.
* i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz2010-03-261-8/+8
| | | | Since the winsys isn't shared with i965 and never will be
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
|
* i915g: Fix MSVC build.Vinson Lee2009-10-071-1/+1
|
* i915g: Use buffer write instead of map for lit verticesJakob Bornecrantz2009-10-071-2/+37
|
* i915g: Disable vbuf fifo and minor commenting of vbuf codeJakob Bornecrantz2009-10-071-11/+26
| | | | | The vbuf fifo doesn't appear to help once the libdrm reuse flag has been set.
* i915g: Tweek vertexbuffer sizeJakob Bornecrantz2009-10-061-4/+4
|
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-051-0/+645
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing.