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
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
trace: remove leftover assertions after pipe_resource wrapping removal
Marek Olšák
2017-03-17
1
-6
/
+0
*
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
-2
/
+3
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-5
/
+5
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-5
/
+5
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
trace: remove pipe_resource wrapping
Marek Olšák
2017-02-25
7
-260
/
+40
*
ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughs
Timothy Arceri
2017-02-23
1
-0
/
+21
*
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
/
+23
*
gallium: add flags parameter to texture barrier
Ilia Mirkin
2017-01-16
1
-2
/
+3
*
trace: add invalidate_resource callback
Ilia Mirkin
2016-10-11
1
-0
/
+21
*
gallium: Use enum pipe_shader_type in set_shader_images()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in set_shader_buffers()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-1
/
+4
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+2
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+2
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-1
/
+4
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-4
/
+10
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-15
/
+52
*
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
*
trace: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
1
-4
/
+4
*
gallium: fix warnings in release build
Grazvydas Ignotas
2016-04-25
1
-1
/
+1
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-2
/
+4
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+19
*
trace: add missing set_shader_images()
Samuel Pitoiset
2016-04-07
3
-0
/
+81
*
gallium/trace: Dump no.of samples and layers in fb state
Edward O'Callaghan
2016-04-07
1
-0
/
+2
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
1
-1
/
+3
*
gallium: add compute shader IR type
Bas Nieuwenhuizen
2016-04-02
1
-1
/
+3
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-4
/
+6
*
trace: assorted whitespace and formatting fixes
Brian Paul
2016-02-19
1
-29
/
+31
*
trace: remove unneeded inline qualifiers
Brian Paul
2016-02-19
1
-46
/
+46
*
trace: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-7
/
+0
*
trace: add all compute related functions
Samuel Pitoiset
2016-02-13
4
-0
/
+164
*
scons: Eliminate MSVC2008 compatibility.
Jose Fonseca
2016-02-11
1
-1
/
+1
*
configure: Eliminate MSVC2008 compatibility.
Jose Fonseca
2016-02-11
1
-1
/
+1
*
trace: add missing pipe_context::clear_texture()
Samuel Pitoiset
2016-02-08
1
-0
/
+28
*
trace: remove useless MALLOC() in trace_context_draw_vbo()
Samuel Pitoiset
2016-02-08
1
-11
/
+6
*
trace: add support for set_shader_buffers
Ilia Mirkin
2016-01-29
3
-0
/
+60
*
trace: fix a segfault when tracing indirect draw calls
Samuel Pitoiset
2016-01-24
1
-1
/
+16
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+37
*
gallium/drivers: Trivial code-style cleanup
Edward O'Callaghan
2015-12-06
6
-40
/
+40
*
gallium/trace: remove useless NULL check from trace_screen_create()
Emil Velikov
2015-11-21
1
-3
/
+0
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-2
/
+5
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
5
-69
/
+69
[next]