summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_context.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-10-07i915g: Rename sampler to fragment_samplerStéphane Marchesin1-2/+2
2012-10-05i915g: Get rid of the fixup state functions.Stéphane Marchesin1-8/+0
2012-10-05i915g: Remove the i915_context->saved_* stuff.Stéphane Marchesin1-10/+6
2012-10-02i915g: Implement srgb textures the easy way.Stéphane Marchesin1-2/+0
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-3/+3
2012-06-26i915g: Implement sRGB texturesStéphane Marchesin1-0/+2
2012-04-12Revert "i915g: Remove unused poly stipple state."Stéphane Marchesin1-0/+1
2012-02-12i915g: Remove unused poly stipple state.Stéphane Marchesin1-1/+0
2012-02-12i915g: Separate declarations and program in the fragment program struct.Stéphane Marchesin1-0/+3
2012-01-15i915g: Fix the blending for the A8 destination buffer case.Stéphane Marchesin1-1/+1
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-3/+3
2011-10-25i915g: Cleanup the vertex sampler interface a bit.Stéphane Marchesin1-3/+1
2011-10-08i915g: Implement vertex textures.Stéphane Marchesin1-0/+17
2011-10-07i915g: make fixup swizzle into a real hw stateDaniel Vetter1-0/+2
2011-09-21i915g: Fix some whitespace problems.Stéphane Marchesin1-10/+10
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-3/+6
2011-08-25i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin1-1/+4
2011-07-06i915g: Improve flushing using heuristics.Stéphane Marchesin1-0/+2
2011-06-24i915g: Fix point sprites.Stéphane Marchesin1-0/+3
2011-06-06i915g: Do generic remapping.Stéphane Marchesin1-0/+6
2011-03-15i915g: split up static stateDaniel Vetter1-3/+10
2011-03-12i915g: don't recalculate fb dimensionDaniel Vetter1-2/+0
2011-03-12i915g: implement copy_region using u_blitterDaniel Vetter1-2/+21
2011-03-12i915g: fix use after freeDaniel Vetter1-1/+1
2011-03-10i915g: implement surface clear functions using hw-clearDaniel Vetter1-0/+6
2011-03-10i915g: implement hw clearDaniel Vetter1-2/+6
2011-02-27i915g: implement cache flushingDaniel Vetter1-0/+13
2011-02-27i915g: buffer validation for render stateDaniel Vetter1-0/+3
2011-02-27i915g: cleanup static state calculation, part 2Daniel Vetter1-0/+2
2011-02-27i915g: cleanup static state calculation, part 1Daniel Vetter1-0/+7
2011-02-24i915g: Lazy emit dynamic stateJakob Bornecrantz1-0/+1
2011-02-24i915g: Lazy emit immediate stateJakob Bornecrantz1-0/+1
2011-01-24i915g: Remove draw_flushes and state that we don't need to trackJakob Bornecrantz1-2/+0
2011-01-21i915g: Don't do unnecessary copies of constantsJakob Bornecrantz1-2/+0
2011-01-21i915g: Don't emit FS constants when VS contants changeJakob Bornecrantz1-3/+5
2011-01-21i915g: Use slab allocator for transfersJakob Bornecrantz1-0/+4
2010-12-16i915g: s/varient/variant/Brian Paul1-1/+1
2010-12-02i915g: implement unfenced color&depth buffer using tiling bitsDaniel Vetter1-2/+1
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+1
2010-07-04i915g: Minor cleanupsJakob Bornecrantz1-3/+0
2010-06-22i915g: Rework debug print codeJakob Bornecrantz1-2/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-37/+2
2010-03-26i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz1-7/+7
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-0/+6
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-0/+6
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-4/+11
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger1-2/+6
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger1-1/+1