summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug
Commit message (Expand)AuthorAgeFilesLines
...
* rbug: update data structures, functions for future changesBrian Paul2012-08-163-76/+71
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-162-3/+3
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-3/+0
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-23/+0
* 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/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-212-3/+0
* rbug: Silence warningJakob Bornecrantz2012-01-111-1/+2
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* 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-112-3/+1
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-4/+2
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-8/+4
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-18/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-2/+4
* 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
* rbug: Fix surface reference leakJakob Bornecrantz2011-01-251-3/+3
* gallium: support for array textures and related changesRoland Scheidegger2010-12-025-73/+68
* scons: Add aliases for several pipe drivers.José Fonseca2010-11-021-0/+2
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-15/+1
* rbug: fix rbug when contexts are being destroyedZack Rusin2010-09-221-0/+1
* rbug: Fix 'assignment from incompatible pointer type' warning.Vinson Lee2010-09-131-1/+1
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-0/+12
* 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-122-14/+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-212-42/+56
* rbug: remove extra semicolonBrian Paul2010-05-171-1/+1
* rbug: Update and add READMEsJakob Bornecrantz2010-05-121-0/+58
* rbug: Add to all targets that link against traceJakob Bornecrantz2010-05-122-0/+9
* rbug: Use container of macroJakob Bornecrantz2010-05-121-7/+10
* rbug: Fix draw blockingJakob Bornecrantz2010-05-123-2/+84
* rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz2010-05-124-19/+39
* rbug: Fix shadersJakob Bornecrantz2010-05-125-36/+188
* rbug: Break out of traceJakob Bornecrantz2010-05-1210-0/+2797