aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug
Commit message (Expand)AuthorAgeFilesLines
* rbug: add missing pipe->blit() entrypointRob Clark2014-05-211-0/+21
* gallium: Use C11 thread abstractions.José Fonseca2014-01-231-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-2/+2
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-283-4/+4
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-10/+3
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-28/+2
* rbug: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-53/+1
* rbug: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+34
* rbug: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-11/+9
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+15
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-10/+12
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* rbug: silence some MSVC signed/unsigned warningsBrian Paul2013-03-212-2/+2
* gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst2013-03-161-0/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* rbug: Convert to automakeMatt Turner2013-01-103-12/+44
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-042-4/+4
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-2/+2
* gallium: unify transfer functionsMarek Olšák2012-10-113-56/+19
* 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