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/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
*
gallium: add pipe_screen::resource_changed callback wrappers
Philipp Zabel
2017-01-20
1
-0
/
+10
*
gallium: add flags parameter to texture barrier
Ilia Mirkin
2017-01-16
1
-2
/
+2
*
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: add pass-through of set_device_reset_callback
Nicolai Hähnle
2016-10-05
1
-0
/
+10
*
ddebug: dump shader buffers and images
Marek Olšák
2016-09-13
1
-3
/
+27
*
ddebug: fix a crash in resource_get_handle
Marek Olšák
2016-09-13
1
-1
/
+1
*
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
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-1
/
+3
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
2
-2
/
+4
*
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
4
-4
/
+567
*
ddebug: don't save pointers to call parameters
Marek Olšák
2016-07-26
2
-6
/
+6
*
ddebug: move dd_call into dd_pipe.h
Marek Olšák
2016-07-26
2
-66
/
+66
*
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
3
-129
/
+140
*
ddebug: write contents of dmesg into hang reports
Marek Olšák
2016-07-26
1
-4
/
+25
*
ddebug: implement create_batch_query
Marek Olšák
2016-07-26
1
-0
/
+27
*
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
*
ddebug: clean up ddebug_screen_create
Marek Olšák
2016-07-26
1
-16
/
+23
*
gallium: rework flags for pipe_context::dump_debug_state
Marek Olšák
2016-07-26
1
-2
/
+10
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-9
/
+21
*
ddebug: Fix trivial typo in stderr message
Andreas Boll
2016-07-19
1
-1
/
+1
*
Add c99_alloca.h include to fix compilation on Cygwin
Jon Turney
2016-07-13
1
-0
/
+1
*
ddebug: add an option to dump info about a specific apitrace call
Marek Olšák
2016-07-05
3
-3
/
+29
*
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
4
-1
/
+31
*
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: Add passthrough for query_memory_info.
Bas Nieuwenhuizen
2016-05-27
1
-0
/
+9
*
gallium/ddebug: Implement launch_grid.
Bas Nieuwenhuizen
2016-05-13
1
-0
/
+29
*
gallium/ddebug: Support compute states.
Bas Nieuwenhuizen
2016-05-13
1
-16
/
+40
*
gallium/ddebug: Add passthrough for get_compute_param.
Bas Nieuwenhuizen
2016-05-13
1
-0
/
+12
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-2
/
+2
[next]