summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/rbug
AgeCommit message (Expand)AuthorFilesLines
2014-08-19rbug: only add textures to the listMarek Olšák1-2/+5
2014-08-19rbug: fix a crash in sampler_view_destroy caused by incorrect contextMarek Olšák1-1/+1
2014-08-19rbug: send the actual number of layers to the clientMarek Olšák1-1/+4
2014-08-19rbug: implement streamout context functionsMarek Olšák1-0/+46
2014-08-19rbug: fix crash in set_vertex_buffersMarek Olšák1-1/+1
2014-08-19rbug: remove contexts from the list properlyMarek Olšák1-1/+3
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-2/+4
2014-05-21rbug: add missing pipe->blit() entrypointRob Clark1-0/+21
2014-01-23gallium: Use C11 thread abstractions.José Fonseca1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-2/+2
2013-11-28gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger3-4/+4
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-10/+3
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-28/+2
2013-10-03rbug: remove old bind_*_sampler_states() functionsBrian Paul1-53/+1
2013-10-03rbug: implement pipe_context::bind_sampler_states()Brian Paul1-0/+34
2013-10-01rbug: consolidate C sources list into Makefile.sourcesEmil Velikov3-11/+9
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+15
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-10/+12
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-03-21rbug: silence some MSVC signed/unsigned warningsBrian Paul2-2/+2
2013-03-16gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst1-0/+1
2013-01-13Remove hacks for static MakefilesMatt Turner1-3/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10rbug: Convert to automakeMatt Turner3-12/+44
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2-4/+4
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-2/+2
2012-10-11gallium: unify transfer functionsMarek Olšák3-56/+19
2012-08-16rbug: update data structures, functions for future changesBrian Paul3-76/+71
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2-3/+3
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt1-3/+0
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák1-23/+0
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-16/+0
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-7/+6
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-1/+1
2012-03-14gallium/drivers: Use automake to generate makefileTom Stellard1-0/+3
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2-3/+0
2012-01-11rbug: Silence warningJakob Bornecrantz1-1/+2
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák1-1/+1
2011-09-23Allow RBUG to start blockedAlex Corscadden1-0/+4
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-4/+4
2011-03-13rbug: Use the call mutexJakob Bornecrantz1-19/+187
2011-03-13rbug: Skip drawing on disabled shadersJakob Bornecrantz1-1/+4
2011-03-11gallium: remove flags from the flush functionMarek Olšák2-3/+1
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-4/+2
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-8/+4
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-18/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-2/+4
2011-03-03rbug: Fix depth stencil surface not being sent to the clientJakob Bornecrantz1-0/+3
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+14