aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_resource_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_resource::user_ptrMarek Olšák2012-04-301-1/+0
* gallium: add user_ptr in pipe_resourceMarek Olšák2012-04-241-0/+1
* Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2012-03-051-4/+0
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-051-0/+4
* svga: Flush the hwtnl primitives before writing to buffers.José Fonseca2011-10-311-4/+9
* svga: Use transfer information on buffer transfers.José Fonseca2011-03-161-93/+81
* svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.José Fonseca2011-03-151-3/+10
* svga: Ensure DMA commands are serialized with unsynchronized flag is unset.José Fonseca2011-03-151-9/+96
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-37/+0
* svga: Make sure that refcnt debugger gets the correct backtrace for createJakob Bornecrantz2011-02-181-0/+6
* svga: disable a debug_printf() callBrian Paul2011-02-161-3/+6
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+3
* svga: Remove the screen private context.José Fonseca2010-05-031-4/+0
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-0/+355