index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
ddebug
/
dd_draw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-16
gallium: add user_stride parameter to pipe_context::transfer_map
Nicolai Hähnle
1
-1
/
+2
2017-11-20
ddebug: fix the hang detection timeout calculation
Nicolai Hähnle
1
-2
/
+2
2017-11-20
ddebug: fix use-after-free of streamout targets
Nicolai Hähnle
1
-1
/
+1
2017-11-09
ddebug: optionally handle transfer commands like draws
Nicolai Hähnle
1
-0
/
+234
2017-11-09
ddebug: dump context and before/after times of draws
Nicolai Hähnle
1
-0
/
+8
2017-11-09
ddebug: generalize print_named_xxx via a PRINT_NAMED macro
Nicolai Hähnle
1
-15
/
+10
2017-11-09
ddebug: rewrite to always use a threaded approach
Nicolai Hähnle
1
-406
/
+384
2017-11-09
util: move os_time.[ch] to src/util
Nicolai Hähnle
1
-1
/
+1
2017-09-13
ddebug: write out final driver log messages with GALLIUM_DDEBUG=always
Nicolai Hähnle
1
-1
/
+1
2017-08-22
gallium: remove unused PIPE_DUMP_* defines
Nicolai Hähnle
1
-17
/
+4
2017-08-22
ddebug: remove dd_draw_record::driver_state_log
Nicolai Hähnle
1
-57
/
+0
2017-08-22
ddebug: add driver log to record dumps
Nicolai Hähnle
1
-0
/
+17
2017-08-02
ddebug: handle get_query_result_resource as a GPU call
Nicolai Hähnle
1
-0
/
+64
2017-08-02
gallium: add util_dump_query_type and use it in ddebug
Nicolai Hähnle
1
-11
/
+1
2017-08-02
gallium: rename util_dump_* to util_str_* for enum-to-string conversion
Nicolai Hähnle
1
-1
/
+1
2017-07-05
ddebug: handle some cases of non-TGSI shaders
Nicolai Hähnle
1
-4
/
+13
2017-05-10
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
1
-11
/
+18
2017-05-10
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
1
-15
/
+27
2017-05-10
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
1
-9
/
+6
2017-05-10
ddebug: implement dd_dump_launch_grid
Nicolai Hähnle
1
-1
/
+5
2017-05-10
ddebug: extract dd_dump_shader
Nicolai Hähnle
1
-74
/
+82
2017-04-14
gallium/ddebug: dump missing members of pipe_draw_info
Nicolai Hähnle
1
-0
/
+2
2017-03-30
ddebug: implement clear_texture
Marek Olšák
1
-0
/
+33
2017-03-07
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
1
-1
/
+2
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
1
-3
/
+3
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
1
-3
/
+3
2016-11-29
ddebug: fix hang detection with deferred flushes
Marek Olšák
1
-1
/
+1
2016-10-05
ddebug: dump most driver information with GALLIUM_DDEBUG=always
Marek Olšák
1
-1
/
+5
2016-09-13
ddebug: dump shader buffers and images
Marek Olšák
1
-3
/
+27
2016-08-10
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
1
-1
/
+1
2016-08-10
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
1
-4
/
+8
2016-08-09
ddebug: dump driver states and shaders for apitrace calls
Marek Olšák
1
-1
/
+4
2016-08-03
ddebug: print the command line to all logs (v2)
Marek Olšák
1
-0
/
+4
2016-08-03
ddebug: don't use fmemopen on non-Linux OS
Marek Olšák
1
-0
/
+5
2016-07-28
ddebug: use pclose to close a popen()'d FILE
Nicolai Hähnle
1
-1
/
+1
2016-07-26
ddebug: implement pipelined hang detection mode
Marek Olšák
1
-0
/
+449
2016-07-26
ddebug: don't save pointers to call parameters
Marek Olšák
1
-4
/
+4
2016-07-26
ddebug: move dd_call into dd_pipe.h
Marek Olšák
1
-66
/
+0
2016-07-26
ddebug: separate draw call dumping logic
Marek Olšák
1
-21
/
+26
2016-07-26
ddebug: move all states into a separate structure
Marek Olšák
1
-101
/
+103
2016-07-26
ddebug: write contents of dmesg into hang reports
Marek Olšák
1
-4
/
+25
2016-07-26
ddebug: don't use abort()
Marek Olšák
1
-1
/
+1
2016-07-26
ddebug: make dd_get_file_stream accept the screen only
Marek Olšák
1
-7
/
+8
2016-07-26
gallium: rework flags for pipe_context::dump_debug_state
Marek Olšák
1
-2
/
+10
2016-07-05
ddebug: add an option to dump info about a specific apitrace call
Marek Olšák
1
-0
/
+8
2016-07-05
ddebug: implement pipe_context::generate_mipmap
Marek Olšák
1
-1
/
+52
2016-07-05
ddebug: record and dump apitrace call numbers
Marek Olšák
1
-0
/
+4
2016-05-13
gallium/ddebug: Implement launch_grid.
Bas Nieuwenhuizen
1
-0
/
+29
2016-01-26
gallium/ddebug: add 'verbose' option
Nicolai Hähnle
1
-1
/
+2
2016-01-26
gallium/ddebug: make 'noflush' also affect 'always' mode
Nicolai Hähnle
1
-0
/
+3
[next]