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_draw.c
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
1
-1645
/
+0
*
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
1
-0
/
+234
*
ddebug: dump context and before/after times of draws
Nicolai Hähnle
2017-11-09
1
-0
/
+8
*
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
1
-406
/
+384
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
ddebug: write out final driver log messages with GALLIUM_DDEBUG=always
Nicolai Hähnle
2017-09-13
1
-1
/
+1
*
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
1
-57
/
+0
*
ddebug: add driver log to record dumps
Nicolai Hähnle
2017-08-22
1
-0
/
+17
*
ddebug: handle get_query_result_resource as a GPU call
Nicolai Hähnle
2017-08-02
1
-0
/
+64
*
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: handle some cases of non-TGSI shaders
Nicolai Hähnle
2017-07-05
1
-4
/
+13
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-11
/
+18
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
1
-15
/
+27
*
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
1
-1
/
+5
*
ddebug: extract dd_dump_shader
Nicolai Hähnle
2017-05-10
1
-74
/
+82
*
gallium/ddebug: dump missing members of pipe_draw_info
Nicolai Hähnle
2017-04-14
1
-0
/
+2
*
ddebug: implement clear_texture
Marek Olšák
2017-03-30
1
-0
/
+33
*
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
2017-03-07
1
-1
/
+2
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-3
/
+3
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-3
/
+3
*
ddebug: fix hang detection with deferred flushes
Marek Olšák
2016-11-29
1
-1
/
+1
*
ddebug: dump most driver information with GALLIUM_DDEBUG=always
Marek Olšák
2016-10-05
1
-1
/
+5
*
ddebug: dump shader buffers and images
Marek Olšák
2016-09-13
1
-3
/
+27
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-1
/
+1
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-4
/
+8
*
ddebug: dump driver states and shaders for apitrace calls
Marek Olšák
2016-08-09
1
-1
/
+4
*
ddebug: print the command line to all logs (v2)
Marek Olšák
2016-08-03
1
-0
/
+4
*
ddebug: don't use fmemopen on non-Linux OS
Marek Olšák
2016-08-03
1
-0
/
+5
*
ddebug: use pclose to close a popen()'d FILE
Nicolai Hähnle
2016-07-28
1
-1
/
+1
*
ddebug: implement pipelined hang detection mode
Marek Olšák
2016-07-26
1
-0
/
+449
*
ddebug: don't save pointers to call parameters
Marek Olšák
2016-07-26
1
-4
/
+4
*
ddebug: move dd_call into dd_pipe.h
Marek Olšák
2016-07-26
1
-66
/
+0
*
ddebug: separate draw call dumping logic
Marek Olšák
2016-07-26
1
-21
/
+26
*
ddebug: move all states into a separate structure
Marek Olšák
2016-07-26
1
-101
/
+103
*
ddebug: write contents of dmesg into hang reports
Marek Olšák
2016-07-26
1
-4
/
+25
*
ddebug: don't use abort()
Marek Olšák
2016-07-26
1
-1
/
+1
*
ddebug: make dd_get_file_stream accept the screen only
Marek Olšák
2016-07-26
1
-7
/
+8
*
gallium: rework flags for pipe_context::dump_debug_state
Marek Olšák
2016-07-26
1
-2
/
+10
*
ddebug: add an option to dump info about a specific apitrace call
Marek Olšák
2016-07-05
1
-0
/
+8
*
ddebug: implement pipe_context::generate_mipmap
Marek Olšák
2016-07-05
1
-1
/
+52
*
ddebug: record and dump apitrace call numbers
Marek Olšák
2016-07-05
1
-0
/
+4
*
gallium/ddebug: Implement launch_grid.
Bas Nieuwenhuizen
2016-05-13
1
-0
/
+29
*
gallium/ddebug: add 'verbose' option
Nicolai Hähnle
2016-01-26
1
-1
/
+2
*
gallium/ddebug: make 'noflush' also affect 'always' mode
Nicolai Hähnle
2016-01-26
1
-0
/
+3
[next]