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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
2015-07-05
1
-24
/
+0
*
trace: Add missing p_compiler.h include.
Jose Fonseca
2015-06-12
1
-0
/
+2
*
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
2
-0
/
+28
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-2
/
+4
*
gallium: implement get_device_vendor() for existing drivers
Giuseppe Bilotta
2015-03-23
1
-0
/
+22
*
softpipe,trace: Set MSVC 2008 compat flags.
Jose Fonseca
2015-03-04
2
-1
/
+4
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
3
-3
/
+3
*
gallium/trace: ship all files in the tarball
Emil Velikov
2014-09-05
2
-1
/
+12
*
gallium: add facilities for indirect drawing
Christoph Bumiller
2014-07-02
1
-0
/
+3
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-2
/
+4
*
gallium: add support for stream in so info
Ilia Mirkin
2014-07-01
1
-0
/
+1
[next]