summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-1/+2
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* i915g: s/Elements/ARRAY_SIZE/Brian Paul2016-05-031-4/+4
* draw: nuke the interp parameter from vertex_infoRoland Scheidegger2016-01-071-1/+0
* gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-6/+4
* i915g: handle more formats in copyStéphane Marchesin2014-05-261-0/+21
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-2/+20
* i915g: Fix assertStephane Marchesin2013-10-121-1/+1
* i915g: Rename sampler to fragment_samplerStéphane Marchesin2013-10-071-3/+3
* i915g: Fix the sampler bind functionStéphane Marchesin2013-10-071-19/+30
* i915g: remove old bind_vertex/fragment_sampler_states() hooksBrian Paul2013-10-031-2/+0
* i915g: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+22
* i915g: Implement writemask fixupStéphane Marchesin2013-09-041-8/+7
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-5/+10
* i915g: Release old fragment shader sampler views with current pipeStuart Abercrombie2013-04-171-3/+8
* 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