aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug/rbug_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-20/+0
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-2/+5
* gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul2017-03-081-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-64/+64
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-62/+62
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-3/+3
* gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2017-03-071-1/+1
* gallium: set pipe_context uploaders in drivers (v3)Marek Olšák2017-02-141-0/+2
* 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 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: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-3/+4
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* gallium/rbug: unlock a mutex in rbug_create_queryMarek Olšák2014-09-241-3/+5
* 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/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-281-1/+1
* 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
* 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-211-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-3/+3
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-2/+2
* gallium: unify transfer functionsMarek Olšák2012-10-111-46/+14
* rbug: update data structures, functions for future changesBrian Paul2012-08-161-56/+57
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-1/+1
* 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: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* 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-111-2/+0
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-18/+0
* 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