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: 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
*
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
[next]