summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_prim_vbuf.c
AgeCommit message (Expand)Author
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz
2009-09-29i915: Fix MSVC build.Vinson Lee
2009-09-27i915g: Submit direct vertex buffersJakob Bornecrantz
2009-09-27i915g: Fix warningJakob Bornecrantz
2009-09-09i915g: Reorg vbuf code a bitJakob Bornecrantz
2009-09-09i915g: Keep vertex buffers in a fifoJakob Bornecrantz
2009-09-01i915g: Switch from pipe_winsys to intel_winsysJakob Bornecrantz
2009-08-31i915g: Cleanup i915_prim_vbuf.cJakob Bornecrantz
2009-08-31i915g: Rename pipe field on context to baseJakob Bornecrantz
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-18Merge commit 'origin/draw-vbuf-interface'Keith Whitwell
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-13i915: Use the new draw vbuf interfaceJakob Bornecrantz
2009-01-30gallium: make p_winsys internalZack Rusin
2008-12-31i915: Avoid ptr->int conversion.José Fonseca
2008-09-04i915: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-06-13i915: Messed up lineloop now worksJakob Bornecrantz
2008-06-13i915: Support all primtive types in vbuf pathJakob Bornecrantz
2008-06-02i915: Fixed some warningsJakob Bornecrantz
2008-05-31i915: Add mising include.Michal Krol
2008-05-31i915: Eliminate void pointer arithmetic.José Fonseca
2008-05-28i915: Remove workaround for buggy draw moduleJakob Bornecrantz
2008-05-28i915: Made vertex submission eaven fasterJakob Bornecrantz
2008-05-28i915: Made vbuf workJakob Bornecrantz
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-17gallium: improvements, or extensions at least, to the passthrough pathKeith Whitwell
2008-02-25gallium/i915: make sure state is up to date in i915_vbuf_render_get_vertex_in...Brian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca