aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-6/+6
* gallium: add a shader stage/type param to some draw functionsBrian Paul2012-08-161-0/+3
* i915g: silence a const pointer warningBrian Paul2012-08-041-1/+1
* draw: simplify index buffer specificationBrian Paul2012-05-311-3/+0
* i915g: Check for geometry shader earlier in i915_set_constant_buffer.Vinson Lee2012-05-241-4/+4
* gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-0/+9
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-1/+0
* gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-1/+3
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+2
* Revert "i915g: Implement stipple with draw."Stéphane Marchesin2012-04-121-1/+1
* i915g: Remove useless draw calls.Stéphane Marchesin2012-02-121-36/+0
* i915g: Don't emit state when it's already bound.Stéphane Marchesin2012-02-121-0/+32
* i915g: Implement stipple with draw.Stéphane Marchesin2012-02-121-1/+4
* i915g: Separate declarations and program in the fragment program struct.Stéphane Marchesin2012-02-121-0/+6
* i915g: Make the pipe_sampler_state struct non const and get rid of useless me...Stéphane Marchesin2011-12-191-1/+1
* i915g: Put the templates at the beggining of the structures.Stéphane Marchesin2011-12-191-2/+2
* i915g: Cleanup the vertex sampler interface a bit.Stéphane Marchesin2011-10-251-3/+3
* i915g: fix warning about void pointer arithmeticBrian Paul2011-10-111-1/+1
* i915g: Fix comment.Stéphane Marchesin2011-10-081-1/+1
* i915g: Implement vertex textures.Stéphane Marchesin2011-10-081-2/+136
* gallium: move border color to be a color unionDave Airlie2011-09-271-4/+4
* i915g: Move back to the old method for target format fixup.Stéphane Marchesin2011-07-061-1/+1
* i915g: If we have a program, that means the other fields are ours and we can ...Stéphane Marchesin2011-06-281-3/+5
* i915g: fix shadow compare.Stéphane Marchesin2011-06-281-1/+1
* i915g: Add a comment about a bug.Stéphane Marchesin2011-06-271-0/+1
* i915g: Fix point sprites.Stéphane Marchesin2011-06-241-0/+3
* i915g: implement copy_region using u_blitterDaniel Vetter2011-03-121-0/+63
* i915g: fix use after freeDaniel Vetter2011-03-121-2/+2
* i915g: make set_framebuffer_state more robustDaniel Vetter2011-03-101-1/+2
* i915g: Enable mirror repeat wrap modeJakob Bornecrantz2011-02-241-3/+1
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* i915g: Remove draw_flushes and state that we don't need to trackJakob Bornecrantz2011-01-241-13/+16
* i915g: Improve constant handlingJakob Bornecrantz2011-01-241-7/+17
* i915g: Don't do unnecessary copies of constantsJakob Bornecrantz2011-01-211-19/+23
* i915g: Don't emit FS constants when VS contants changeJakob Bornecrantz2011-01-211-2/+9
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-2/+3
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-251-1/+2
* galahad, i915g: Copy over constant buffer index check.Corbin Simpson2010-08-201-2/+0
* galahad, i915g: Move over a few state asserts.Corbin Simpson2010-08-201-3/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+14
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-0/+7
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+7
* | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-7/+13
|/
* Merge branch '7.8'Brian Paul2010-04-191-1/+2
|\
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-1/+2
* | i915g: Fix possible null pointer deference in debug builds.Vinson Lee2010-04-111-1/+1
* | Squashed commit of the following:Keith Whitwell2010-04-101-17/+13
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-1/+4
|\ \
| * | i915g: Prevent NULL dereference.Chia-I Wu2010-03-101-1/+4
* | | gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7