summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ddebug/dd_draw.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16gallium: add user_stride parameter to pipe_context::transfer_mapNicolai Hähnle1-1/+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ähnle1-0/+234
2017-11-09ddebug: dump context and before/after times of drawsNicolai Hähnle1-0/+8
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ähnle1-406/+384
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle1-1/+1
2017-09-13ddebug: write out final driver log messages with GALLIUM_DDEBUG=alwaysNicolai Hähnle1-1/+1
2017-08-22gallium: remove unused PIPE_DUMP_* definesNicolai Hähnle1-17/+4
2017-08-22ddebug: remove dd_draw_record::driver_state_logNicolai Hähnle1-57/+0
2017-08-22ddebug: add driver log to record dumpsNicolai Hähnle1-0/+17
2017-08-02ddebug: handle get_query_result_resource as a GPU callNicolai Hähnle1-0/+64
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-05ddebug: handle some cases of non-TGSI shadersNicolai Hähnle1-4/+13
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-11/+18
2017-05-10gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák1-15/+27
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ähnle1-1/+5
2017-05-10ddebug: extract dd_dump_shaderNicolai Hähnle1-74/+82
2017-04-14gallium/ddebug: dump missing members of pipe_draw_infoNicolai Hähnle1-0/+2
2017-03-30ddebug: implement clear_textureMarek Olšák1-0/+33
2017-03-07gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri1-1/+2
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-3/+3
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-3/+3
2016-11-29ddebug: fix hang detection with deferred flushesMarek Olšák1-1/+1
2016-10-05ddebug: dump most driver information with GALLIUM_DDEBUG=alwaysMarek Olšák1-1/+5
2016-09-13ddebug: dump shader buffers and imagesMarek Olšák1-3/+27
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-1/+1
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-4/+8
2016-08-09ddebug: dump driver states and shaders for apitrace callsMarek Olšák1-1/+4
2016-08-03ddebug: print the command line to all logs (v2)Marek Olšák1-0/+4
2016-08-03ddebug: don't use fmemopen on non-Linux OSMarek Olšák1-0/+5
2016-07-28ddebug: use pclose to close a popen()'d FILENicolai Hähnle1-1/+1
2016-07-26ddebug: implement pipelined hang detection modeMarek Olšák1-0/+449
2016-07-26ddebug: don't save pointers to call parametersMarek Olšák1-4/+4
2016-07-26ddebug: move dd_call into dd_pipe.hMarek Olšák1-66/+0
2016-07-26ddebug: separate draw call dumping logicMarek Olšák1-21/+26
2016-07-26ddebug: move all states into a separate structureMarek Olšák1-101/+103
2016-07-26ddebug: write contents of dmesg into hang reportsMarek Olšák1-4/+25
2016-07-26ddebug: don't use abort()Marek Olšák1-1/+1
2016-07-26ddebug: make dd_get_file_stream accept the screen onlyMarek Olšák1-7/+8
2016-07-26gallium: rework flags for pipe_context::dump_debug_stateMarek Olšák1-2/+10
2016-07-05ddebug: add an option to dump info about a specific apitrace callMarek Olšák1-0/+8
2016-07-05ddebug: implement pipe_context::generate_mipmapMarek Olšák1-1/+52
2016-07-05ddebug: record and dump apitrace call numbersMarek Olšák1-0/+4
2016-05-13gallium/ddebug: Implement launch_grid.Bas Nieuwenhuizen1-0/+29
2016-01-26gallium/ddebug: add 'verbose' optionNicolai Hähnle1-1/+2
2016-01-26gallium/ddebug: make 'noflush' also affect 'always' modeNicolai Hähnle1-0/+3