aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ddebug
Commit message (Expand)AuthorAgeFilesLines
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-139-3674/+0
* Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger2018-02-071-7/+7
* gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2018-02-071-7/+7
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* ddebug: fix the hang detection timeout calculationNicolai Hähnle2017-11-201-2/+2
* ddebug: fix use-after-free of streamout targetsNicolai Hähnle2017-11-201-1/+1
* ddebug: optionally handle transfer commands like drawsNicolai Hähnle2017-11-094-66/+288
* ddebug: dump context and before/after times of drawsNicolai Hähnle2017-11-092-0/+10
* ddebug: generalize print_named_xxx via a PRINT_NAMED macroNicolai Hähnle2017-11-091-15/+10
* ddebug: rewrite to always use a threaded approachNicolai Hähnle2017-11-094-515/+546
* ddebug: use an atomic increment when numbering filesNicolai Hähnle2017-11-091-1/+3
* dd/util: extract dd_get_debug_filename_and_mkdirNicolai Hähnle2017-11-091-12/+18
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* meson: build gallium helper driversDylan Baker2017-10-161-0/+28
* gallium: add pipe_screen::check_resource_capabilityMarek Olšák2017-10-121-0/+11
* ddebug: write out final driver log messages with GALLIUM_DDEBUG=alwaysNicolai Hähnle2017-09-133-2/+15
* gallium: remove unused PIPE_DUMP_* definesNicolai Hähnle2017-08-221-17/+4
* ddebug: remove dd_draw_record::driver_state_logNicolai Hähnle2017-08-222-58/+0
* ddebug: add driver log to record dumpsNicolai Hähnle2017-08-223-0/+30
* gallium: introduce device/driver UUID queriesAndres Rodriguez2017-08-061-0/+18
* gallium: introduce memory objectDave Airlie2017-08-061-0/+40
* ddebug: handle get_query_result_resource as a GPU callNicolai Hähnle2017-08-023-32/+92
* gallium: add util_dump_query_type and use it in ddebugNicolai Hähnle2017-08-021-11/+1
* gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle2017-08-021-1/+1
* ddebug: fix parsing of the pipelined modeSamuel Pitoiset2017-07-171-1/+1
* ddebug: handle some cases of non-TGSI shadersNicolai Hähnle2017-07-053-6/+28
* ddebug: add ARB_bindless_texture supportSamuel Pitoiset2017-06-141-0/+60
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-103-24/+18
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-102-16/+33
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-9/+6
* ddebug: implement dd_dump_launch_gridNicolai Hähnle2017-05-102-1/+7
* ddebug: extract dd_dump_shaderNicolai Hähnle2017-05-101-74/+82
* ddebug: implement get_query_result_resourceMarek Olšák2017-04-251-0/+16
* gallium/ddebug: dump missing members of pipe_draw_infoNicolai Hähnle2017-04-141-0/+2
* ddebug: add resource_commit pass-throughNicolai Hähnle2017-04-051-0/+11
* ddebug: implement clear_textureMarek Olšák2017-03-302-0/+34
* gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri2017-03-121-1/+1
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-081-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-072-2/+4
* 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-072-4/+4
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-072-4/+4
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy 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