index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
ddebug
/
dd_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ddebug: write out final driver log messages with GALLIUM_DDEBUG=always
Nicolai Hähnle
2017-09-13
1
-1
/
+12
*
ddebug: add driver log to record dumps
Nicolai Hähnle
2017-08-22
1
-0
/
+9
*
ddebug: handle get_query_result_resource as a GPU call
Nicolai Hähnle
2017-08-02
1
-32
/
+0
*
ddebug: handle some cases of non-TGSI shaders
Nicolai Hähnle
2017-07-05
1
-2
/
+4
*
ddebug: add ARB_bindless_texture support
Samuel Pitoiset
2017-06-14
1
-0
/
+60
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-12
/
+0
*
ddebug: implement dd_dump_launch_grid
Nicolai Hähnle
2017-05-10
1
-0
/
+2
*
ddebug: implement get_query_result_resource
Marek Olšák
2017-04-25
1
-0
/
+16
*
ddebug: add resource_commit pass-through
Nicolai Hähnle
2017-04-05
1
-0
/
+11
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
1
-1
/
+1
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
2017-02-14
1
-0
/
+2
*
gallium: add flags parameter to texture barrier
Ilia Mirkin
2017-01-16
1
-2
/
+2
*
ddebug: add pass-through of set_device_reset_callback
Nicolai Hähnle
2016-10-05
1
-0
/
+10
*
gallium: Use enum pipe_shader_type in set_shader_images()
Kai Wasserbäch
2016-08-29
1
-1
/
+2
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+2
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-1
/
+2
*
ddebug: implement pipelined hang detection mode
Marek Olšák
2016-07-26
1
-4
/
+51
*
ddebug: move all states into a separate structure
Marek Olšák
2016-07-26
1
-23
/
+27
*
ddebug: implement create_batch_query
Marek Olšák
2016-07-26
1
-0
/
+27
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-9
/
+21
*
ddebug: record and dump apitrace call numbers
Marek Olšák
2016-07-05
1
-1
/
+3
*
ddebug: implement emit_string_marker
Marek Olšák
2016-07-05
1
-3
/
+10
*
gallium: make image_view const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium: make shader_buffers const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium/ddebug: Support compute states.
Bas Nieuwenhuizen
2016-05-13
1
-16
/
+40
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-2
/
+2
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+9
*
gallium: make image views non-persistent objects
Ilia Mirkin
2016-02-15
1
-27
/
+1
*
gallium/ddebug: new pipe for hang detection and driver state dumping (v2)
Marek Olšák
2015-08-26
1
-0
/
+771