summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_surface.c
Commit message (Expand)AuthorAgeFilesLines
* 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