gallium: remove pipe_index_buffer and set_index_buffer
[mesa.git] / src / gallium / drivers / ddebug / dd_pipe.h
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-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_thread with thrd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
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: move all states into a separate structure
2016-07-04 Marek Olšákddebug: add an option to dump info about a specific...
2016-07-04 Marek Olšákddebug: record and dump apitrace call numbers
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-16 Ilia Mirkingallium: make image views non-persistent objects
2016-02-05 Jason EkstrandMerge branch mesa-public/master into vulkan
2016-01-26 Nicolai Hähnlegallium/ddebug: add 'verbose' option
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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...