summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-12/+0
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+2
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2016-05-03i915g: s/Elements/ARRAY_SIZE/Brian Paul1-4/+4
2016-01-07draw: nuke the interp parameter from vertex_infoRoland Scheidegger1-1/+0
2016-01-06gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan1-1/+1
2014-12-08Remove useless checks for NULL before freeingMatt Turner1-6/+4
2014-05-26i915g: handle more formats in copyStéphane Marchesin1-0/+21
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-2/+20
2013-10-12i915g: Fix assertStephane Marchesin1-1/+1
2013-10-07i915g: Rename sampler to fragment_samplerStéphane Marchesin1-3/+3
2013-10-07i915g: Fix the sampler bind functionStéphane Marchesin1-19/+30
2013-10-03i915g: remove old bind_vertex/fragment_sampler_states() hooksBrian Paul1-2/+0
2013-10-03i915g: implement pipe_context::bind_sampler_states()Brian Paul1-0/+22
2013-09-04i915g: Implement writemask fixupStéphane Marchesin1-8/+7
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-5/+10
2013-04-17i915g: Release old fragment shader sampler views with current pipeStuart Abercrombie1-3/+8
2012-11-12gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger1-6/+6
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-6/+6
2012-10-09i915g: fix unused variable and type conversion warningsMarek Olšák1-1/+0
2012-10-08i915g: Don't clobber I915_NEW_FS on new framebuffer.Stéphane Marchesin1-1/+1
2012-10-06i915g: Call draw_set_mapped_vertex_buffer from draw_vboStéphane Marchesin1-14/+0
2012-10-05i915g: Get rid of the fixup state functions.Stéphane Marchesin1-37/+0
2012-10-05i915g: Remove the i915_context->saved_* stuff.Stéphane Marchesin1-27/+8
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-4/+3
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-6/+6
2012-08-16gallium: add a shader stage/type param to some draw functionsBrian Paul1-0/+3
2012-08-04i915g: silence a const pointer warningBrian Paul1-1/+1
2012-05-31draw: simplify index buffer specificationBrian Paul1-3/+0
2012-05-24i915g: Check for geometry shader earlier in i915_set_constant_buffer.Vinson Lee1-4/+4
2012-04-30gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák1-0/+9
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-1/+0
2012-04-30gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák1-1/+3
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-1/+2
2012-04-12Revert "i915g: Implement stipple with draw."Stéphane Marchesin1-1/+1
2012-02-12i915g: Remove useless draw calls.Stéphane Marchesin1-36/+0
2012-02-12i915g: Don't emit state when it's already bound.Stéphane Marchesin1-0/+32
2012-02-12i915g: Implement stipple with draw.Stéphane Marchesin1-1/+4
2012-02-12i915g: Separate declarations and program in the fragment program struct.Stéphane Marchesin1-0/+6
2011-12-19i915g: Make the pipe_sampler_state struct non const and get rid of useless me...Stéphane Marchesin1-1/+1
2011-12-19i915g: Put the templates at the beggining of the structures.Stéphane Marchesin1-2/+2
2011-10-25i915g: Cleanup the vertex sampler interface a bit.Stéphane Marchesin1-3/+3
2011-10-11i915g: fix warning about void pointer arithmeticBrian Paul1-1/+1
2011-10-08i915g: Fix comment.Stéphane Marchesin1-1/+1
2011-10-08i915g: Implement vertex textures.Stéphane Marchesin1-2/+136
2011-09-27gallium: move border color to be a color unionDave Airlie1-4/+4
2011-07-06i915g: Move back to the old method for target format fixup.Stéphane Marchesin1-1/+1