summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ddebug
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger1-7/+7
2018-02-07gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák1-7/+7
2018-01-19autotools: include meson build files in tarballDylan Baker1-0/+2
2017-11-20ddebug: fix the hang detection timeout calculationNicolai Hähnle1-2/+2
2017-11-20ddebug: fix use-after-free of streamout targetsNicolai Hähnle1-1/+1
2017-11-09ddebug: optionally handle transfer commands like drawsNicolai Hähnle4-66/+288
2017-11-09ddebug: dump context and before/after times of drawsNicolai Hähnle2-0/+10
2017-11-09ddebug: generalize print_named_xxx via a PRINT_NAMED macroNicolai Hähnle1-15/+10
2017-11-09ddebug: rewrite to always use a threaded approachNicolai Hähnle4-515/+546
2017-11-09ddebug: use an atomic increment when numbering filesNicolai Hähnle1-1/+3
2017-11-09dd/util: extract dd_get_debug_filename_and_mkdirNicolai Hähnle1-12/+18
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/+11
2017-09-13ddebug: write out final driver log messages with GALLIUM_DDEBUG=alwaysNicolai Hähnle3-2/+15
2017-08-22gallium: remove unused PIPE_DUMP_* definesNicolai Hähnle1-17/+4
2017-08-22ddebug: remove dd_draw_record::driver_state_logNicolai Hähnle2-58/+0
2017-08-22ddebug: add driver log to record dumpsNicolai Hähnle3-0/+30
2017-08-06gallium: introduce device/driver UUID queriesAndres Rodriguez1-0/+18
2017-08-06gallium: introduce memory objectDave Airlie1-0/+40
2017-08-02ddebug: handle get_query_result_resource as a GPU callNicolai Hähnle3-32/+92
2017-08-02gallium: add util_dump_query_type and use it in ddebugNicolai Hähnle1-11/+1
2017-08-02gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle1-1/+1
2017-07-17ddebug: fix parsing of the pipelined modeSamuel Pitoiset1-1/+1
2017-07-05ddebug: handle some cases of non-TGSI shadersNicolai Hähnle3-6/+28
2017-06-14ddebug: add ARB_bindless_texture supportSamuel Pitoiset1-0/+60
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák3-24/+18
2017-05-10gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2-16/+33
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák1-9/+6
2017-05-10ddebug: implement dd_dump_launch_gridNicolai Hähnle2-1/+7
2017-05-10ddebug: extract dd_dump_shaderNicolai Hähnle1-74/+82
2017-04-25ddebug: implement get_query_result_resourceMarek Olšák1-0/+16
2017-04-14gallium/ddebug: dump missing members of pipe_draw_infoNicolai Hähnle1-0/+2
2017-04-05ddebug: add resource_commit pass-throughNicolai Hähnle1-0/+11
2017-03-30ddebug: implement clear_textureMarek Olšák2-0/+34
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri1-1/+1
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul1-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 Arceri2-2/+4
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 Arceri2-4/+4
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2-4/+4
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-2/+2
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy 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/+10