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
...
*
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
*
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
10
-21
/
+21
*
trace: Re-license trace.xsl under MIT license.
José Fonseca
2014-01-17
1
-14
/
+22
*
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
2013-12-13
1
-2
/
+3
*
trace: Reorder dumping of pipe_rasterizer_state.
José Fonseca
2013-12-05
1
-3
/
+11
*
trace: Dump pipe_sampler_state::seamless_cube_map.
José Fonseca
2013-12-05
1
-0
/
+1
*
trace: Dump PIPE_QUERY_* enums.
José Fonseca
2013-11-28
5
-15
/
+62
*
trace: Dump query results faithfully.
José Fonseca
2013-11-28
3
-15
/
+133
*
gallium/drivers: support more sampler views than samplers for more drivers
Roland Scheidegger
2013-11-28
1
-1
/
+1
*
gallium/drivers: compact compiler flags into Automake.inc
Emil Velikov
2013-11-16
1
-2
/
+1
*
trace: Dump user_buffer members.
José Fonseca
2013-11-15
1
-0
/
+2
*
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
*
trace: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
3
-13
/
+10
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
1
-0
/
+21
*
trace: Support bigger TGSI shaders.
José Fonseca
2013-09-12
1
-1
/
+1
*
trace: Handle null tokens.
José Fonseca
2013-08-22
1
-2
/
+6
[prev]
[next]