gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
[mesa.git] / src / gallium / drivers / ddebug / dd_context.c
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()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-02-14 Marek Olšákgallium: set pipe_context uploaders in drivers (v3)
2017-01-17 Ilia Mirkingallium: add flags parameter to texture barrier
2016-10-05 Nicolai Hähnleddebug: add pass-through of set_device_reset_callback
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_shader_images()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-07-26 Marek Olšákddebug: implement pipelined hang detection mode
2016-07-26 Marek Olšákddebug: move all states into a separate structure
2016-07-26 Marek Olšákddebug: implement create_batch_query
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-04 Marek Olšákddebug: record and dump apitrace call numbers
2016-07-04 Marek Olšákddebug: implement emit_string_marker
2016-06-20 Rob Clarkgallium: make image_view const
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-20 Rob Clarkgallium: make shader_buffers const
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Support compute states.
2016-04-22 Nicolai Hähnlegallium: add bool return to pipe_context::end_query
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Marek Olšákgallium: add pipe_context::set_active_query_state for...
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
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...