summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_context.c
AgeCommit message (Expand)Author
2011-03-15i915g: split up static stateDaniel Vetter
2011-03-12i915g: fix transfer coherencyDaniel Vetter
2011-03-12i915g: implement copy_region using u_blitterDaniel Vetter
2011-03-10i915g: implement surface clear functions using hw-clearDaniel Vetter
2011-03-10i915g: implement hw clearDaniel Vetter
2011-03-01i915g: remove extra semicolonBrian Paul
2011-02-27i915g: implement cache flushingDaniel Vetter
2011-02-26i915g: Handle null constants properlyJakob Bornecrantz
2011-02-24i915g: Lazy emit dynamic stateJakob Bornecrantz
2011-02-24i915g: Lazy emit immediate stateJakob Bornecrantz
2011-02-21i915g: Use debug get once optionsJakob Bornecrantz
2011-01-24i915g: Remove draw_flushes and state that we don't need to trackJakob Bornecrantz
2011-01-21i915g: Don't do unnecessary copies of constantsJakob Bornecrantz
2011-01-21i915g: Don't emit FS constants when VS contants changeJakob Bornecrantz
2011-01-21i915g: Use slab allocator for transfersJakob Bornecrantz
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19i915: Implement index bias.José Fonseca
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-19i915g: Remove unnecessary headers.Vinson Lee
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-11-07i915g: Fix comment in is buffer referencedJakob Bornecrantz
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz