aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-121-6/+6
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-6/+6
* i915g: fix unused variable and type conversion warningsMarek Olšák2012-10-091-1/+0
* i915g: Don't clobber I915_NEW_FS on new framebuffer.Stéphane Marchesin2012-10-081-1/+1
* i915g: Call draw_set_mapped_vertex_buffer from draw_vboStéphane Marchesin2012-10-061-14/+0
* i915g: Get rid of the fixup state functions.Stéphane Marchesin2012-10-051-37/+0
* i915g: Remove the i915_context->saved_* stuff.Stéphane Marchesin2012-10-051-27/+8
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-4/+3
* 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