summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_surface.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2017-06-08i915g: Add blitter_context argument.Vinson Lee1-1/+1
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-4/+8
2015-08-21util/u_blitter: implement alpha blending for pipe->blitMarek Olšák1-1/+2
2014-11-22i915g: Fallback copy_render for ZS formatsStéphane Marchesin1-1/+11
2014-11-22i915g: Don't limit blitter to POT texturesStéphane Marchesin1-3/+2
2014-11-22i915g: Fix typosStéphane Marchesin1-2/+2
2014-05-28i915g: Fix copy region codeStéphane Marchesin1-34/+14
2014-05-26i915g: Fallback to sw for npot copiesStéphane Marchesin1-2/+3
2014-05-26i915g: handle more formats in copyStéphane Marchesin1-11/+64
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-14gallium/u_blitter: remove useless parameters from some functionsMarek Olšák1-3/+2
2013-10-07i915g: Rename sampler to fragment_samplerStéphane Marchesin1-1/+1
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+6
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-1/+0
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-1/+1
2012-10-09i915g: fix unused variable and type conversion warningsMarek Olšák1-1/+1
2012-10-05i915g: Remove the i915_context->saved_* stuff.Stéphane Marchesin1-9/+9
2012-09-30i915g: implement blitMarek Olšák1-19/+54
2012-09-30gallium/u_blitter: add gallium blit implementationMarek Olšák1-2/+2
2012-08-15gallium/u_blitter: implement blitting multisample resourcesMarek Olšák1-2/+2
2012-08-04gallium/u_blitter: add a query for checking whether copying is supportedMarek Olšák1-0/+7
2012-08-04gallium/u_blitter: remove fallback for stencil copy that all drivers skippedMarek Olšák1-1/+1
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-1/+0
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-1/+1
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-4/+4
2011-08-16u_blitter: rename util_blitter_copy_region -> util_blitter_copy_textureMarek Olšák1-1/+1
2011-04-21gallium: add fallback for copying buffers to all driversMarek Olšák1-0/+15
2011-03-12i915g: implement copy_region using u_blitterDaniel Vetter1-7/+41
2011-03-10i915g: implement surface clear functions using hw-clearDaniel Vetter1-14/+89
2011-03-10i915g: blitter handles overlapping blitsDaniel Vetter1-1/+0
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-63/+38
2010-12-02i915g: switch rendering to mipmapped textures to (x,y) offsetsDaniel Vetter1-0/+3
2010-12-02i915g: postpone mipmap/face offset calculationDaniel Vetter1-9/+9
2010-06-05i915g: fix bug in ds clear logic (still disabled)Roland Scheidegger1-2/+2
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-14/+14
2010-05-29i915g: adapt to clear interface changesRoland Scheidegger1-26/+57
2010-05-19i915g: remove unused flip parameterRoland Scheidegger1-1/+0
2010-05-17i915g: adapt to interface changesRoland Scheidegger1-16/+53
2010-04-10Squashed commit of the following:Keith Whitwell1-7/+71
2010-01-26i915g: Remove unnecessary headers.Vinson Lee1-2/+0
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-4/+0
2010-01-21i915g: Remove unnecessary header.Vinson Lee1-1/+0
2010-01-19i915g: Remove unnecessary headers.Vinson Lee1-5/+0
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-9/+10
2009-12-02gallium: adapt drivers to interface cleanupsRoland Scheidegger1-9/+12
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz1-0/+94