summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/rbug
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger1-9/+9
2018-02-07gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák1-9/+9
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2017-12-25gallium/util: add util_num_layers helperMarek Olšák1-1/+1
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle1-1/+1
2017-10-16meson: build gallium helper driversDylan Baker1-0/+28
2017-10-12gallium: add pipe_screen::check_resource_capabilityMarek Olšák1-0/+14
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-04-04gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák1-1/+1
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri1-1/+1
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-1/+2
2017-03-07gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri1-1/+1
2017-03-07gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri1-2/+4
2017-03-07gallium/util: replace pipe_condvar with cnd_tTimothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_thread with thrd_tTimothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri3-113/+113
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri3-90/+90
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2-4/+4
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2-4/+4
2017-03-07gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()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-23ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughsTimothy Arceri1-0/+9
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-0/+2
2017-01-20gallium: add pipe_screen::resource_changed callback wrappersPhilipp Zabel1-0/+14
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-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-1/+4
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-3/+3
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
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák1-4/+6
2015-12-06gallium/drivers: Trivial code-style cleanupEdward O'Callaghan1-6/+6
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-3/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin3-12/+12
2015-07-05gallium: remove redundant pipe_context::fence_signalledMarek Olšák1-12/+0
2015-05-15gallium/drivers: Add extern "C" wrappers to public entryAlexander von Gluck IV1-0/+8
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-3/+4
2015-03-23gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta1-0/+10
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt4-4/+4
2014-09-24gallium/rbug: correctly unreference a sampler viewMarek Olšák1-2/+1
2014-09-24gallium/rbug: unlock a mutex in rbug_create_queryMarek Olšák1-3/+5
2014-09-05gallium/rbug: ship all files in the tarballEmil Velikov2-2/+8
2014-08-19rbug: only add textures to the listMarek Olšák1-2/+5