index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
trace
/
tr_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
Marek Olšák
2018-04-13
1
-1948
/
+0
*
trace: add ARB_bindless_texture support
Samuel Pitoiset
2017-06-14
1
-0
/
+112
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-19
/
+0
*
trace: add resource_commit pass-through
Nicolai Hähnle
2017-04-05
1
-0
/
+20
*
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
*
trace: remove pipe_resource wrapping
Marek Olšák
2017-02-25
1
-140
/
+16
*
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
2017-02-14
1
-0
/
+2
*
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 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
*
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
1
-0
/
+39
*
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
1
-0
/
+75
*
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
1
-0
/
+40
*
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
1
-5
/
+5
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-50
/
+50
*
gallium: use const in set_tess_state
Marek Olšák
2015-05-26
1
-2
/
+2
*
trace: implement new tessellation functions
Marek Olšák
2015-05-16
1
-0
/
+26
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-2
/
+4
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
1
-1
/
+1
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-2
/
+4
*
gallium: allow setting of the internal stream output offset
Zack Rusin
2014-03-07
1
-3
/
+3
*
gallium: add interface for persistent and coherent buffer mappings
Marek Olšák
2014-02-25
1
-0
/
+16
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
trace: Dump PIPE_QUERY_* enums.
José Fonseca
2013-11-28
1
-1
/
+2
*
trace: Dump query results faithfully.
José Fonseca
2013-11-28
1
-15
/
+67
*
gallium/drivers: support more sampler views than samplers for more drivers
Roland Scheidegger
2013-11-28
1
-1
/
+1
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-57
/
+5
*
trace: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-75
/
+7
*
trace: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-28
/
+42
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
1
-0
/
+21
[next]