aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ddebug
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: add pipe_screen::resource_changed callback wrappersPhilipp Zabel2017-01-201-0/+10
* gallium: add flags parameter to texture barrierIlia Mirkin2017-01-161-2/+2
* ddebug: fix hang detection with deferred flushesMarek Olšák2016-11-291-1/+1
* ddebug: dump most driver information with GALLIUM_DDEBUG=alwaysMarek Olšák2016-10-051-1/+5
* ddebug: add pass-through of set_device_reset_callbackNicolai Hähnle2016-10-051-0/+10
* ddebug: dump shader buffers and imagesMarek Olšák2016-09-131-3/+27
* ddebug: fix a crash in resource_get_handleMarek Olšák2016-09-131-1/+1
* gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch2016-08-291-1/+2
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+2
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-1/+2
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-1/+3
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-102-2/+4
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-4/+8
* ddebug: dump driver states and shaders for apitrace callsMarek Olšák2016-08-091-1/+4
* ddebug: print the command line to all logs (v2)Marek Olšák2016-08-031-0/+4
* ddebug: don't use fmemopen on non-Linux OSMarek Olšák2016-08-031-0/+5
* ddebug: use pclose to close a popen()'d FILENicolai Hähnle2016-07-281-1/+1
* ddebug: implement pipelined hang detection modeMarek Olšák2016-07-264-4/+567
* ddebug: don't save pointers to call parametersMarek Olšák2016-07-262-6/+6
* ddebug: move dd_call into dd_pipe.hMarek Olšák2016-07-262-66/+66
* ddebug: separate draw call dumping logicMarek Olšák2016-07-261-21/+26
* ddebug: move all states into a separate structureMarek Olšák2016-07-263-129/+140
* ddebug: write contents of dmesg into hang reportsMarek Olšák2016-07-261-4/+25
* ddebug: implement create_batch_queryMarek Olšák2016-07-261-0/+27
* ddebug: don't use abort()Marek Olšák2016-07-261-1/+1
* ddebug: make dd_get_file_stream accept the screen onlyMarek Olšák2016-07-261-7/+8
* ddebug: clean up ddebug_screen_createMarek Olšák2016-07-261-16/+23