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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
Marek Olšák
2018-04-13
9
-3674
/
+0
*
Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"
Roland Scheidegger
2018-02-07
1
-7
/
+7
*
gallium: build ddebug, noop, rbug, trace as part of auxiliary
Marek Olšák
2018-02-07
1
-7
/
+7
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-0
/
+2
*
ddebug: fix the hang detection timeout calculation
Nicolai Hähnle
2017-11-20
1
-2
/
+2
*
ddebug: fix use-after-free of streamout targets
Nicolai Hähnle
2017-11-20
1
-1
/
+1
*
ddebug: optionally handle transfer commands like draws
Nicolai Hähnle
2017-11-09
4
-66
/
+288
*
ddebug: dump context and before/after times of draws
Nicolai Hähnle
2017-11-09
2
-0
/
+10
*
ddebug: generalize print_named_xxx via a PRINT_NAMED macro
Nicolai Hähnle
2017-11-09
1
-15
/
+10
*
ddebug: rewrite to always use a threaded approach
Nicolai Hähnle
2017-11-09
4
-515
/
+546
*
ddebug: use an atomic increment when numbering files
Nicolai Hähnle
2017-11-09
1
-1
/
+3
*
dd/util: extract dd_get_debug_filename_and_mkdir
Nicolai Hähnle
2017-11-09
1
-12
/
+18
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
meson: build gallium helper drivers
Dylan Baker
2017-10-16
1
-0
/
+28
*
gallium: add pipe_screen::check_resource_capability
Marek Olšák
2017-10-12
1
-0
/
+11
*
ddebug: write out final driver log messages with GALLIUM_DDEBUG=always
Nicolai Hähnle
2017-09-13
3
-2
/
+15
*
gallium: remove unused PIPE_DUMP_* defines
Nicolai Hähnle
2017-08-22
1
-17
/
+4
*
ddebug: remove dd_draw_record::driver_state_log
Nicolai Hähnle
2017-08-22
2
-58
/
+0
*
ddebug: add driver log to record dumps
Nicolai Hähnle
2017-08-22
3
-0
/
+30
*
gallium: introduce device/driver UUID queries
Andres Rodriguez
2017-08-06
1
-0
/
+18
*
gallium: introduce memory object
Dave Airlie
2017-08-06
1
-0
/
+40
*
ddebug: handle get_query_result_resource as a GPU call
Nicolai Hähnle
2017-08-02
3
-32
/
+92
*
gallium: add util_dump_query_type and use it in ddebug
Nicolai Hähnle
2017-08-02
1
-11
/
+1
*
gallium: rename util_dump_* to util_str_* for enum-to-string conversion
Nicolai Hähnle
2017-08-02
1
-1
/
+1
*
ddebug: fix parsing of the pipelined mode
Samuel Pitoiset
2017-07-17
1
-1
/
+1
*
ddebug: handle some cases of non-TGSI shaders
Nicolai Hähnle
2017-07-05
3
-6
/
+28
*
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
3
-24
/
+18
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
2
-16
/
+33
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-9
/
+6
*
ddebug: implement dd_dump_launch_grid
Nicolai Hähnle
2017-05-10
2
-1
/
+7
*
ddebug: extract dd_dump_shader
Nicolai Hähnle
2017-05-10
1
-74
/
+82
*
ddebug: implement get_query_result_resource
Marek Olšák
2017-04-25
1
-0
/
+16
*
gallium/ddebug: dump missing members of pipe_draw_info
Nicolai Hähnle
2017-04-14
1
-0
/
+2
*
ddebug: add resource_commit pass-through
Nicolai Hähnle
2017-04-05
1
-0
/
+11
*
ddebug: implement clear_texture
Marek Olšák
2017-03-30
2
-0
/
+34
*
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: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
1
-1
/
+2
*
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
2017-03-07
2
-2
/
+4
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
2
-4
/
+4
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
2
-4
/
+4
*
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/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughs
Timothy Arceri
2017-02-23
1
-0
/
+9
*
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
2017-02-14
1
-0
/
+2
[next]