summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_screen_buffer.c
AgeCommit message (Expand)Author
2010-11-30util: rename u_mempool -> u_slabMarek Olšák
2010-07-19r300g: use memory pools for buffer_create and get_transferMarek Olšák
2010-07-18r300g: u_upload optimisationDave Airlie
2010-07-16r300g: inline winsys_buffer_destroyMarek Olšák
2010-07-16r300g: do not make copies of constant buffers, emit them directlyMarek Olšák
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák
2010-06-30r300g: add workaround for multiple contextsMarek Olšák
2010-06-14r300g: rewrite occlusion queriesMarek Olšák
2010-06-13r300g: upload only vertex buffers referenced by vertex elementsMarek Olšák
2010-06-02r300g: store the GEM domain in buffer and texture structsMarek Olšák
2010-06-02r300g: let the driver determine the GEM domain for buffer_createMarek Olšák
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-18r300g: Remove unnecessary headers.Vinson Lee
2010-04-18r300g: more solid is_buffer_referenced implementationMarek Olšák
2010-04-18r300g: do not tell st that a buffer is referenced by hwMarek Olšák
2010-04-17r300g: Cast rbuf->user_buffer to 'uint8_t *' before arithmetic.Vinson Lee
2010-04-18r300g: various other cleanupsMarek Olšák
2010-04-18r300g: inline screen_buffer functionsMarek Olšák
2010-04-18r300g: remove use of c++ keywordsMarek Olšák
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-21r300g: remove unused codeMarek Olšák
2010-03-15r300g: rebuild screen/winsys interfaceDave Airlie
2010-02-22Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie
2010-02-22r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie