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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: generate symlinks for all enabled gallium drivers
Mauro Rossi
2017-07-05
2
-1
/
+2
*
android: build imx-drm winsys
Tomeu Vizoso
2017-07-05
2
-0
/
+41
*
android: add etnaviv driver build support
Rob Herring
2017-07-05
3
-0
/
+75
*
st/glsl_to_nir: fix edgeflag passthrough
Nicolai Hähnle
2017-07-05
2
-1
/
+6
*
st/mesa: use pipe_shader_type_from_mesa
Nicolai Hähnle
2017-07-05
1
-21
/
+2
*
tgsi_from_mesa: add tgsi_get_gl_frag_result_semantic
Nicolai Hähnle
2017-07-05
2
-0
/
+40
*
tgsi_from_mesa: add pipe_shader_type_from_mesa
Nicolai Hähnle
2017-07-05
1
-0
/
+23
*
tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS
Nicolai Hähnle
2017-07-05
5
-99
/
+203
*
ddebug: handle some cases of non-TGSI shaders
Nicolai Hähnle
2017-07-05
3
-6
/
+28
*
glsl_to_nir: zero-initialize var->data.descriptor_set
Nicolai Hähnle
2017-07-05
1
-0
/
+1
*
glsl: add glsl_base_type_is_integer
Nicolai Hähnle
2017-07-05
1
-0
/
+11
*
nir: add NIR_PRINT environment variable
Nicolai Hähnle
2017-07-05
1
-0
/
+19
*
glsl/blob: add valgrind checks that written data is defined
Nicolai Hähnle
2017-07-05
2
-0
/
+13
*
glsl: explicitly zero out padding to gl_shader_variable bitfield
Nicolai Hähnle
2017-07-05
1
-1
/
+4
*
glsl: simplify add_uniform_to_shader::visit_field
Nicolai Hähnle
2017-07-05
1
-6
/
+5
*
glsl: look for multiple variables simultaneously with find_assignment_visitor
Nicolai Hähnle
2017-07-05
1
-41
/
+81
*
gallium/radeon: fix VDPAU breakage, need VRAM with WC
Marek Olšák
2017-07-05
1
-1
/
+2
*
a5xx: enable polygon offset clamps
Ilia Mirkin
2017-07-04
1
-1
/
+3
*
a5xx: implement logicop support
Ilia Mirkin
2017-07-04
3
-7
/
+13
*
a5xx: enable polygon mode selection
Ilia Mirkin
2017-07-04
4
-7
/
+24
*
a5xx: disable ARB_depth_clamp for now
Ilia Mirkin
2017-07-04
1
-1
/
+3
*
a5xx: fix clip_halfz support
Ilia Mirkin
2017-07-04
3
-4
/
+7
*
a5xx: improve 3d texture sampling
Ilia Mirkin
2017-07-04
1
-3
/
+0
*
a5xx: remove one of the MIPFILTER_LINEAR bits
Ilia Mirkin
2017-07-04
1
-1
/
+0
*
a5xx: enable formats newly added to the headers
Ilia Mirkin
2017-07-04
1
-69
/
+69
*
a5xx: include color swap when decoding vertices
Ilia Mirkin
2017-07-04
1
-0
/
+1
*
a5xx: update headers
Ilia Mirkin
2017-07-04
1
-10
/
+47
*
gallium/radeon: attempt to fix a compiler failure in radeon_winsys.h
Marek Olšák
2017-07-04
1
-1
/
+1
*
winsys/amdgpu: use 128KB BOs for suballocations of up to 64KB BOs
Marek Olšák
2017-07-04
2
-3
/
+5
*
gallium/radeon: allow suballocating textures
Marek Olšák
2017-07-04
2
-1
/
+15
*
gallium/radeon: generalize the function for in-place texture reallocation
Marek Olšák
2017-07-04
1
-21
/
+43
*
gallium/radeon: add radeon_winsys::buffer_is_suballocated
Marek Olšák
2017-07-04
3
-0
/
+17
*
gallium/radeon: clean up pb_cache bucket/usage determination
Marek Olšák
2017-07-04
3
-32
/
+30
*
gallium/radeon: enable suballocations for VRAM with no CPU access
Marek Olšák
2017-07-04
4
-4
/
+21
*
gallium/radeon: clean up (domain, flags) <-> (slab heap) translations
Marek Olšák
2017-07-04
5
-74
/
+79
*
gallium/radeon: remove RADEON_FLAG_CPU_ACCESS
Marek Olšák
2017-07-04
5
-25
/
+6
*
gallium/radeon: disallow exports of sparse and suballocated BOs
Marek Olšák
2017-07-04
2
-8
/
+6
*
gallium/radeon: clean up r600_texture_get_handle
Marek Olšák
2017-07-04
1
-24
/
+23
*
gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOC
Marek Olšák
2017-07-04
6
-9
/
+9
*
gallium/radeon: fix a possible crash for buffer exports
Marek Olšák
2017-07-04
1
-9
/
+15
*
gallium/radeon: ignore PIPE_BIND_SHARED for buffers
Marek Olšák
2017-07-04
1
-2
/
+0
*
radeonsi: add a HUD query for getting an average GFX BO list size
Marek Olšák
2017-07-04
7
-0
/
+27
*
st/mesa: release EGLImage on EGLImageTarget* error
Philipp Zabel
2017-07-04
1
-0
/
+1
*
vc4: automake: include vc4_cl_dump.h in
Juan A. Suarez Romero
2017-07-04
2
-1
/
+2
*
st/mesa: fix tessellation shaders with no support for shareable shaders
Marek Olšák
2017-07-03
1
-2
/
+2
*
radv: enable Int64 capability (v2)
Dave Airlie
2017-07-03
2
-1
/
+2
*
ac/nir: fix 64-bit shifts
Connor Abbott
2017-07-03
1
-3
/
+12
*
ac/nir: implement 64-bit packing and unpacking
Connor Abbott
2017-07-03
2
-0
/
+32
*
spirv: fix OpBitcast when the src and dst bitsize are different (v3)
Connor Abbott
2017-07-03
1
-1
/
+66
*
svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFER
Brian Paul
2017-07-03
2
-1
/
+5
[next]