util: move os_time.[ch] to src/util
[mesa.git] / src / gallium / drivers / ddebug / dd_draw.c
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-09-13 Nicolai Hähnleddebug: write out final driver log messages with GALLIU...
2017-08-22 Nicolai Hähnlegallium: remove unused PIPE_DUMP_* defines
2017-08-22 Nicolai Hähnleddebug: remove dd_draw_record::driver_state_log
2017-08-22 Nicolai Hähnleddebug: add driver log to record dumps
2017-08-02 Nicolai Hähnleddebug: handle get_query_result_resource as a GPU call
2017-08-02 Nicolai Hähnlegallium: add util_dump_query_type and use it in ddebug
2017-08-02 Nicolai Hähnlegallium: rename util_dump_* to util_str_* for enum...
2017-07-05 Nicolai Hähnleddebug: handle some cases of non-TGSI shaders
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: separate indirect stuff from pipe_draw_info...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-05-10 Nicolai Hähnleddebug: implement dd_dump_launch_grid
2017-05-10 Nicolai Hähnleddebug: extract dd_dump_shader
2017-04-14 Nicolai Hähnlegallium/ddebug: dump missing members of pipe_draw_info
2017-03-30 Marek Olšákddebug: implement clear_texture
2017-03-06 Timothy Arcerigallium/util: remove PIPE_THREAD_ROUTINE()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2016-11-29 Marek Olšákddebug: fix hang detection with deferred flushes
2016-10-05 Marek Olšákddebug: dump most driver information with GALLIUM_DDEBU...
2016-09-13 Marek Olšákddebug: dump shader buffers and images
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-08-09 Marek Olšákddebug: dump driver states and shaders for apitrace...
2016-08-03 Marek Olšákddebug: print the command line to all logs (v2)
2016-08-03 Marek Olšákddebug: don't use fmemopen on non-Linux OS
2016-07-28 Nicolai Hähnleddebug: use pclose to close a popen()'d FILE
2016-07-26 Marek Olšákddebug: implement pipelined hang detection mode
2016-07-26 Marek Olšákddebug: don't save pointers to call parameters
2016-07-26 Marek Olšákddebug: move dd_call into dd_pipe.h
2016-07-26 Marek Olšákddebug: separate draw call dumping logic
2016-07-26 Marek Olšákddebug: move all states into a separate structure
2016-07-26 Marek Olšákddebug: write contents of dmesg into hang reports
2016-07-26 Marek Olšákddebug: don't use abort()
2016-07-26 Marek Olšákddebug: make dd_get_file_stream accept the screen only
2016-07-26 Marek Olšákgallium: rework flags for pipe_context::dump_debug_state
2016-07-04 Marek Olšákddebug: add an option to dump info about a specific...
2016-07-04 Marek Olšákddebug: implement pipe_context::generate_mipmap
2016-07-04 Marek Olšákddebug: record and dump apitrace call numbers
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Implement launch_grid.
2016-02-05 Jason EkstrandMerge branch mesa-public/master into vulkan
2016-01-26 Nicolai Hähnlegallium/ddebug: add 'verbose' option
2016-01-26 Nicolai Hähnlegallium/ddebug: make 'noflush' also affect 'always...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-12 Nicolai Hähnlegallium/ddebug: regularly log the total number of draw...
2015-12-12 Nicolai Hähnlegallium/ddebug: add GALLIUM_DDEBUG_SKIP option
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-03 Marek Olšákddebug: separate creation of debug files
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Marek Olšákgallium/ddebug: new pipe for hang detection and driver...