summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/rbug/rbug_context.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-20/+0
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák1-2/+5
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-64/+64
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-62/+62
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-3/+3
2017-03-07gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri1-1/+1
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-0/+2
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+2
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-4/+8
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-17/+35
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2016-05-03rbug: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2016-04-21gallium: add bool return to pipe_context::end_queryNicolai Hähnle1-3/+6
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+12
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-3/+4
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt1-1/+1
2014-09-24gallium/rbug: unlock a mutex in rbug_create_queryMarek Olšák1-3/+5
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
2013-11-28gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger1-1/+1
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-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 Paul1-1/+1
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-3/+3
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-2/+2
2012-10-11gallium: unify transfer functionsMarek Olšák1-46/+14
2012-08-16rbug: update data structures, functions for future changesBrian Paul1-56/+57
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-1/+1
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-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák1-1/+0
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šák1-2/+0
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-18/+0
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