aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug/rbug_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-4/+6
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-3/+3
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-12/+0
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+10
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-2/+2
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-23/+0
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-2/+0
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+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: add timeout parameter to fence_finishMarek Olšák2011-03-081-2/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-40/+6
* 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
* rbug: fix breakage due to interface changesRoland Scheidegger2010-05-211-0/+2
* rbug: remove extra semicolonBrian Paul2010-05-171-1/+1
* rbug: Add to all targets that link against traceJakob Bornecrantz2010-05-121-0/+6
* rbug: Break out of traceJakob Bornecrantz2010-05-121-0/+345