| Commit message (Expand) | Author | Age | Files | Lines |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | draw: try to prevent overflows on index buffers | Zack Rusin | 2013-05-14 | 1 | -2/+2 |
* | draw: don't crash on vertex buffer overflow | Zack Rusin | 2013-05-14 | 1 | -2/+2 |
* | i915g: Call draw_set_mapped_vertex_buffer from draw_vbo | Stéphane Marchesin | 2012-10-06 | 1 | -1/+17 |
* | i915g: Get rid of the fixup state functions. | Stéphane Marchesin | 2012-10-05 | 1 | -3/+0 |
* | i915g: implement blit | Marek Olšák | 2012-09-30 | 1 | -4/+7 |
* | draw: simplify index buffer specification | Brian Paul | 2012-05-31 | 1 | -2/+4 |
* | gallium: add void *user_buffer in pipe_index_buffer | Marek Olšák | 2012-04-30 | 1 | -3/+6 |
* | Revert "i915g: Implement stipple with draw." | Stéphane Marchesin | 2012-04-12 | 1 | -1/+0 |
* | gallium: remove unused winsys pointers in pipe_screen and pipe_context | Marek Olšák | 2012-02-21 | 1 | -1/+0 |
* | i915g: Remove useless draw calls. | Stéphane Marchesin | 2012-02-12 | 1 | -3/+2 |
* | i915g: Implement stipple with draw. | Stéphane Marchesin | 2012-02-12 | 1 | -0/+1 |
* | i915g: Add missing draw_flush call. | Stéphane Marchesin | 2011-12-28 | 1 | -0/+7 |
* | i915g: Cleanup the vertex sampler interface a bit. | Stéphane Marchesin | 2011-10-25 | 1 | -3/+1 |
* | i915g: Implement vertex textures. | Stéphane Marchesin | 2011-10-08 | 1 | -0/+8 |
* | i915g: fixup context desdruction | Daniel Vetter | 2011-07-13 | 1 | -2/+2 |
* | i915g: Remove unused cbuf_dirty. | Stéphane Marchesin | 2011-06-27 | 1 | -2/+0 |
* | i915g: always upload the vs constants.7.11-branchpoint | Stéphane Marchesin | 2011-06-24 | 1 | -9/+7 |
* | i915g: add fake occlusion queries. | Stéphane Marchesin | 2011-06-24 | 1 | -0/+2 |
* | i915g: Fix point sprites. | Stéphane Marchesin | 2011-06-24 | 1 | -1/+3 |
* | i915g: Add draw point sprites. | Stéphane Marchesin | 2011-06-22 | 1 | -0/+1 |
* | i915g: split up static state | Daniel Vetter | 2011-03-15 | 1 | -0/+1 |
* | i915g: fix transfer coherency | Daniel Vetter | 2011-03-12 | 1 | -4/+4 |
* | i915g: implement copy_region using u_blitter | Daniel Vetter | 2011-03-12 | 1 | -0/+3 |
* | i915g: implement surface clear functions using hw-clear | Daniel Vetter | 2011-03-10 | 1 | -0/+7 |
* | i915g: implement hw clear | Daniel Vetter | 2011-03-10 | 1 | -1/+4 |
* | i915g: remove extra semicolon | Brian Paul | 2011-03-01 | 1 | -1/+1 |
* | i915g: implement cache flushing | Daniel Vetter | 2011-02-27 | 1 | -0/+1 |
* | i915g: Handle null constants properly | Jakob Bornecrantz | 2011-02-26 | 1 | -3/+6 |
* | i915g: Lazy emit dynamic state | Jakob Bornecrantz | 2011-02-24 | 1 | -0/+1 |
* | i915g: Lazy emit immediate state | Jakob Bornecrantz | 2011-02-24 | 1 | -0/+1 |
* | i915g: Use debug get once options | Jakob Bornecrantz | 2011-02-21 | 1 | -1/+4 |
* | i915g: Remove draw_flushes and state that we don't need to track | Jakob Bornecrantz | 2011-01-24 | 1 | -20/+0 |
* | i915g: Don't do unnecessary copies of constants | Jakob Bornecrantz | 2011-01-21 | 1 | -1/+6 |
* | i915g: Don't emit FS constants when VS contants change | Jakob Bornecrantz | 2011-01-21 | 1 | -4/+14 |
* | i915g: Use slab allocator for transfers | Jakob Bornecrantz | 2011-01-21 | 1 | -0/+4 |
* | gallium: drivers should reference vertex buffers | Marek Olšák | 2011-01-06 | 1 | -0/+4 |
* | gallium: Use draw_set_index_buffer and others. | Chia-I Wu | 2010-08-25 | 1 | -16/+6 |
* | gallium: Avoid void pointer arithmetic. | Chia-I Wu | 2010-07-29 | 1 | -2/+2 |
* | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu | 2010-07-29 | 1 | -62/+0 |
* | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu | 2010-07-29 | 1 | -17/+53 |
* | Merge branch 'gallium-index-bias' | José Fonseca | 2010-04-20 | 1 | -6/+7 |
|\ |
|
| * | i915: Implement index bias. | José Fonseca | 2010-04-19 | 1 | -6/+7 |
* | | Merge branch '7.8' | Brian Paul | 2010-04-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | gallium/draw: use correct rasterization state for wide/AA points/lines | Brian Paul | 2010-04-19 | 1 | -1/+1 |
* | | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -44/+8 |
* | | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 1 | -0/+1 |
|/ |
|
* | gallium: squash-merge of gallium screen context | Keith Whitwell | 2010-02-08 | 1 | -1/+2 |
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | gallium: Enable multiple constant buffers for vertex and geometry shaders. | Michal Krol | 2010-01-28 | 1 | -1/+1 |