summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-1/+2
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-1/+4
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-3/+3
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-4/+8
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-17/+35
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* rbug: s/Elements/ARRAY_SIZE/Brian Paul2016-05-031-1/+1
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-3/+6
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+12
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-4/+6
* 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