summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ddebug
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin1-2/+2
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-10-05ddebug: add pass-through of set_device_reset_callbackNicolai Hähnle1-0/+10
2016-09-13ddebug: dump shader buffers and imagesMarek Olšák1-3/+27
2016-09-13ddebug: fix a crash in resource_get_handleMarek Olšák1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch1-1/+2
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+2
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+2
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-1/+3
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák2-2/+4
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šák4-4/+567
2016-07-26ddebug: don't save pointers to call parametersMarek Olšák2-6/+6
2016-07-26ddebug: move dd_call into dd_pipe.hMarek Olšák2-66/+66
2016-07-26ddebug: separate draw call dumping logicMarek Olšák1-21/+26
2016-07-26ddebug: move all states into a separate structureMarek Olšák3-129/+140
2016-07-26ddebug: write contents of dmesg into hang reportsMarek Olšák1-4/+25
2016-07-26ddebug: implement create_batch_queryMarek Olšák1-0/+27
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