aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug
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: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-041-1/+1
* gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri2017-03-121-1/+1
* gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul2017-03-081-1/+1
* gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2017-03-081-1/+2
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-071-2/+4
* gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-073-113/+113
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-073-90/+90
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-072-4/+4
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-072-4/+4
* gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()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
* ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughsTimothy Arceri2017-02-231-0/+9
* gallium: set pipe_context uploaders in drivers (v3)Marek Olšák2017-02-141-0/+2
* gallium: add pipe_screen::resource_changed callback wrappersPhilipp Zabel2017-01-201-0/+14
* 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