index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
1
-1
/
+2
2017-11-09
util: move os_time.[ch] to src/util
Nicolai Hähnle
1
-1
/
+1
2017-10-16
meson: build gallium helper drivers
Dylan Baker
1
-0
/
+29
2017-10-12
gallium: add pipe_screen::check_resource_capability
Marek Olšák
1
-0
/
+11
2017-09-18
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
1
-0
/
+1
2017-08-06
gallium: introduce device/driver UUID queries
Andres Rodriguez
1
-0
/
+31
2017-08-06
gallium: introduce memory object
Dave Airlie
1
-0
/
+69
2017-08-02
gallium: rename util_dump_* to util_str_* for enum-to-string conversion
Nicolai Hähnle
1
-1
/
+1
2017-08-02
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
1
-0
/
+1
2017-07-25
trace: Correct transfer box size calculation.
Jose Fonseca
1
-9
/
+8
2017-06-14
trace: add ARB_bindless_texture support
Samuel Pitoiset
1
-0
/
+112
2017-05-10
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
3
-43
/
+3
2017-05-10
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
1
-2
/
+10
2017-05-10
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
1
-2
/
+2
2017-04-25
trace: don't trace resource_destroy
Marek Olšák
1
-7
/
+4
2017-04-13
trace: remove some unused trace_dump_tag*() functions
Samuel Pitoiset
1
-52
/
+0
2017-04-05
trace: add resource_commit pass-through
Nicolai Hähnle
1
-0
/
+20
2017-03-17
trace: remove leftover assertions after pipe_resource wrapping removal
Marek Olšák
1
-6
/
+0
2017-03-08
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
1
-1
/
+1
2017-03-08
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
1
-1
/
+1
2017-03-08
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
1
-2
/
+3
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
1
-5
/
+5
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
1
-5
/
+5
2017-03-07
gallium/util: remove pipe_static_mutex()
Timothy Arceri
1
-1
/
+1
2017-02-25
trace: remove pipe_resource wrapping
Marek Olšák
7
-260
/
+40
2017-02-23
ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughs
Timothy Arceri
1
-0
/
+21
2017-02-14
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
1
-0
/
+2
2017-01-20
gallium: add pipe_screen::resource_changed callback wrappers
Philipp Zabel
1
-0
/
+23
2017-01-16
gallium: add flags parameter to texture barrier
Ilia Mirkin
1
-2
/
+3
2016-10-11
trace: add invalidate_resource callback
Ilia Mirkin
1
-0
/
+21
2016-08-29
gallium: Use enum pipe_shader_type in set_shader_images()
Kai Wasserbäch
1
-1
/
+1
2016-08-29
gallium: Use enum pipe_shader_type in set_shader_buffers()
Kai Wasserbäch
1
-1
/
+1
2016-08-29
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
1
-1
/
+1
2016-08-29
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
1
-1
/
+1
2016-08-25
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
1
-1
/
+4
2016-08-17
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
1
-2
/
+2
2016-08-17
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
1
-2
/
+2
2016-08-10
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
1
-1
/
+4
2016-08-10
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
1
-4
/
+10
2016-07-23
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
1
-15
/
+52
2016-06-20
gallium: make image_view const
Rob Clark
1
-1
/
+1
2016-06-20
gallium: make constant_buffer const
Rob Clark
1
-1
/
+1
2016-06-20
gallium: make shader_buffers const
Rob Clark
1
-1
/
+1
2016-05-03
trace: s/Elements/ARRAY_SIZE/
Brian Paul
1
-4
/
+4
2016-04-25
gallium: fix warnings in release build
Grazvydas Ignotas
1
-1
/
+1
2016-04-21
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
1
-2
/
+4
2016-04-12
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
1
-0
/
+19
2016-04-07
trace: add missing set_shader_images()
Samuel Pitoiset
3
-0
/
+81
2016-04-07
gallium/trace: Dump no.of samples and layers in fb state
Edward O'Callaghan
1
-0
/
+2
2016-04-02
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
1
-1
/
+3
[next]