summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug
Commit message (Expand)AuthorAgeFilesLines
* gallium/drivers: Trivial code-style cleanupEdward O'Callaghan2015-12-061-6/+6
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-3/+3
* gallium: replace INLINE with inlineIlia Mirkin2015-07-213-12/+12
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-12/+0
* gallium/drivers: Add extern "C" wrappers to public entryAlexander von Gluck IV2015-05-151-0/+8
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-3/+4
* 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-284-4/+4
* gallium/rbug: correctly unreference a sampler viewMarek Olšák2014-09-241-2/+1
* gallium/rbug: unlock a mutex in rbug_create_queryMarek Olšák2014-09-241-3/+5
* gallium/rbug: ship all files in the tarballEmil Velikov2014-09-052-2/+8
* rbug: only add textures to the listMarek Olšák2014-08-191-2/+5
* rbug: fix a crash in sampler_view_destroy caused by incorrect contextMarek Olšák2014-08-191-1/+1
* rbug: send the actual number of layers to the clientMarek Olšák2014-08-191-1/+4
* rbug: implement streamout context functionsMarek Olšák2014-08-191-0/+46
* rbug: fix crash in set_vertex_buffersMarek Olšák2014-08-191-1/+1
* rbug: remove contexts from the list properlyMarek Olšák2014-08-191-1/+3
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-2/+4
* 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