aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug/rbug_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-16/+0
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-7/+6
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-1/+1
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* Allow RBUG to start blockedAlex Corscadden2011-09-231-0/+4
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-4/+4
* rbug: Use the call mutexJakob Bornecrantz2011-03-131-19/+187
* rbug: Skip drawing on disabled shadersJakob Bornecrantz2011-03-131-1/+4
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+0
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-18/+0
* rbug: Fix depth stencil surface not being sent to the clientJakob Bornecrantz2011-03-031-0/+3
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+14
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-24/+48
* rbug: fix rbug when contexts are being destroyedZack Rusin2010-09-221-0/+1
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-86/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+34
* os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled2010-07-121-8/+0
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+1
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-30/+30
* rbug: adapt to clear interface changesRoland Scheidegger2010-05-291-28/+48
* rbug: add set sample mask passthrough.Dave Airlie2010-05-261-0/+12
* rbug: fix breakage due to interface changesRoland Scheidegger2010-05-211-42/+54
* rbug: Fix draw blockingJakob Bornecrantz2010-05-121-0/+82
* rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz2010-05-121-11/+29
* rbug: Fix shadersJakob Bornecrantz2010-05-121-18/+82
* rbug: Break out of traceJakob Bornecrantz2010-05-121-0/+908