summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_surface.c
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+7
* llvmpipe: fixes for conditional renderingRoland Scheidegger2013-06-181-2/+40
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+1
* llvmpipe: move create_surface/destroy_surface functions to lp_surface.cRoland Scheidegger2013-06-071-1/+58
* llvmpipe: implement support for multiple viewportsZack Rusin2013-05-251-2/+2
* llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger2013-05-291-4/+2
* llvmpipe: check buffers in llvmpipe_is_resource_referenced.Roland Scheidegger2013-02-281-7/+7
* llvmpipe: lp_resource_copy cleanupRoland Scheidegger2013-02-201-43/+44
* llvmpipe: fix lp_resource_copy using more than one 3d sliceRoland Scheidegger2013-02-201-84/+86
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-061-2/+2
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-2/+1
* llvmpipe: implement blitMarek Olšák2012-09-301-0/+61
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-211-0/+7
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+0
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-20/+26
* llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell2010-09-071-4/+4
* llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell2010-08-251-2/+4
* llvmpipe: don't crash/assert on out of memoryBrian Paul2010-06-291-7/+9
* llvmpipe: set WRITE_ALL only a per-tile basis in lp_resource_copy().José Fonseca2010-06-281-9/+17
* llvmpipe: Actually flush in lp_resource_copy()José Fonseca2010-06-281-2/+2
* llvmpipe: use util_clear_render_target/depth_stencil fallbacksRoland Scheidegger2010-06-071-0/+2
* llvmpipe: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+0
* llvmpipe: adapt to interface changesRoland Scheidegger2010-05-171-19/+22
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-0/+1
* llvmpipe: move/rename llvmpipe_init_surface_functions()Brian Paul2010-04-281-1/+1
* llvmpipe: Cleanup/improve llvmpipe_flush_resource usage.José Fonseca2010-04-251-10/+10
* llvmpipe: llvmpipe_flush_texture -> llvmpipe_flush_resourceJosé Fonseca2010-04-251-2/+2
* llvmpipe: rename lp_tile_size.h to lp_limits.hBrian Paul2010-04-231-1/+1
* llvmpipe: use llvmpipe_resource_stride()Brian Paul2010-04-191-2/+3
* llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul2010-04-191-2/+2
* llvmpipe: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* llvmpipe: clean-up lp_surface_copy()Brian Paul2010-04-161-74/+64
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-3/+101
* llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca2010-03-131-0/+15
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+50