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
/
include
/
pipe
/
p_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-16
/
+16
*
gallium: add writable_bitmask parameter into set_shader_buffers
Marek Olšák
2019-04-04
1
-1
/
+4
*
gallium/docs: clarify set_sampler_views (v2)
Rob Clark
2019-03-30
1
-1
/
+1
*
gallium: fix typo
Rob Clark
2018-12-07
1
-1
/
+1
*
gallium: add pipe_context::set_context_param for tuning perf on AMD Zen (v2)
Marek Olšák
2018-09-07
1
-0
/
+7
*
gallium: add support for programmable sample locations
Rhys Perry
2018-06-14
1
-2
/
+39
*
gallium: add fence_server_signal() v2
Andres Rodriguez
2018-01-30
1
-0
/
+6
*
gallium: add type parameter to create_fence_fd
Andres Rodriguez
2018-01-30
1
-3
/
+5
*
gallium: add hw atomic buffer binding API.
Dave Airlie
2017-11-10
1
-0
/
+16
*
gallium: add pipe_context::callback
Nicolai Hähnle
2017-11-09
1
-0
/
+11
*
gallium: add PIPE_FLUSH_ASYNC and PIPE_FLUSH_HINT_FINISH
Nicolai Hähnle
2017-11-09
1
-1
/
+7
*
gallium: clarify the constraints on sampler_view_destroy
Nicolai Hähnle
2017-11-09
1
-0
/
+10
*
gallium: add pipe_context::set_log_context
Nicolai Hähnle
2017-08-22
1
-0
/
+14
*
gallium: add ARB_bindless_texture interface
Samuel Pitoiset
2017-06-14
1
-0
/
+59
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-4
/
+0
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
1
-0
/
+13
*
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: add common uploaders into pipe_context (v2)
Marek Olšák
2017-02-14
1
-0
/
+11
*
gallium: add flags parameter to texture barrier
Ilia Mirkin
2017-01-16
1
-1
/
+1
*
gallium: support for native fence fd's
Rob Clark
2016-12-01
1
-0
/
+13
*
gallium: wire up server_wait_sync
Rob Clark
2016-12-01
1
-0
/
+6
*
gallium: add pipe_context::set_device_reset_callback
Nicolai Hähnle
2016-10-05
1
-0
/
+8
*
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_shader_buffers()
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
-2
/
+3
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-2
/
+4
*
gallium: rework flags for pipe_context::dump_debug_state
Marek Olšák
2016-07-26
1
-1
/
+1
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-10
/
+17
*
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: add API for setting window rectangles
Ilia Mirkin
2016-06-18
1
-0
/
+5
*
gallium: add bool return to pipe_context::end_query
Nicolai Hähnle
2016-04-21
1
-1
/
+1
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+6
*
gallium/p_context.h: Make comment more readable
Edward O'Callaghan
2016-03-27
1
-1
/
+1
*
gallium: make image views non-persistent objects
Ilia Mirkin
2016-02-15
1
-12
/
+2
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
1
-15
/
+2
*
gallium: add a way to store query result into buffer
Ilia Mirkin
2016-02-04
1
-0
/
+22
*
gallium: add GREMEDY_string_marker
Rob Clark
2016-01-21
1
-0
/
+7
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+12
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
1
-2
/
+6
*
gallium: add the concept of batch queries
Nicolai Hähnle
2015-11-20
1
-0
/
+19
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
1
-0
/
+10
*
gallium: expose a debug message callback settable by context owner
Ilia Mirkin
2015-11-05
1
-0
/
+8
*
gallium/st: add pipe_context::get_timestamp()
Brian Paul
2015-09-02
1
-0
/
+7
*
gallium: add an interface for dumping debug driver state
Marek Olšák
2015-08-26
1
-0
/
+12
*
gallium: add interface for writable shader buffers
Marek Olšák
2015-07-16
1
-0
/
+18
*
gallium: add interface for writable shader images
Marek Olšák
2015-07-16
1
-11
/
+24
[next]