summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_screen_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: use memory pools for buffer_create and get_transferMarek Olšák2010-07-191-24/+56
* r300g: u_upload optimisationDave Airlie2010-07-181-2/+6
* r300g: inline winsys_buffer_destroyMarek Olšák2010-07-161-12/+4
* r300g: do not make copies of constant buffers, emit them directlyMarek Olšák2010-07-161-8/+13
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-161-17/+14
* r300g: add workaround for multiple contextsMarek Olšák2010-06-301-0/+7
* r300g: rewrite occlusion queriesMarek Olšák2010-06-141-4/+0
* r300g: upload only vertex buffers referenced by vertex elementsMarek Olšák2010-06-131-17/+20
* r300g: store the GEM domain in buffer and texture structsMarek Olšák2010-06-021-17/+8
* r300g: let the driver determine the GEM domain for buffer_createMarek Olšák2010-06-021-1/+1
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* r300g: Remove unnecessary headers.Vinson Lee2010-04-181-1/+0
* r300g: more solid is_buffer_referenced implementationMarek Olšák2010-04-181-6/+12
* r300g: do not tell st that a buffer is referenced by hwMarek Olšák2010-04-181-1/+1
* r300g: Cast rbuf->user_buffer to 'uint8_t *' before arithmetic.Vinson Lee2010-04-171-1/+1
* r300g: various other cleanupsMarek Olšák2010-04-181-10/+3
* r300g: inline screen_buffer functionsMarek Olšák2010-04-181-84/+36
* r300g: remove use of c++ keywordsMarek Olšák2010-04-181-2/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-106/+166
* r300g: remove unused codeMarek Olšák2010-03-211-1/+1
* r300g: rebuild screen/winsys interfaceDave Airlie2010-03-151-0/+314
* Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-221-222/+0
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-221-0/+222