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
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: Fix index buffer uploads
Thomas Hellstrom
2019-06-20
6
-172
/
+142
*
winsys/svga: Make it possible to specify coherent resources
Thomas Hellstrom
2019-06-20
6
-17
/
+18
*
gallium/util: Make u_debug_flush support persistent maps
Thomas Hellstrom
2019-06-20
2
-29
/
+66
*
virgl: Add debug flag to bypass driconf to enable the BGRA tweaks
Gert Wollny
2019-06-20
2
-0
/
+8
*
virgl: Add a tweak to set the value for emulated queries of GL_SAMPLES_PASSED
Gert Wollny
2019-06-20
6
-1
/
+17
*
virgl: Add tweak to apply a swizzle when drawing/blitting to a emulated BGRA ...
Gert Wollny
2019-06-20
6
-0
/
+13
*
virgl: Add driconf tweak for emulating BGRA surfaces on GLES
Gert Wollny
2019-06-20
5
-1
/
+44
*
virgl: Add override for BGRA format to use swizzled SRGB format
Gert Wollny
2019-06-20
4
-1
/
+27
*
virgl: Add code to accept BGRx_SRGB as RGBx_SRGB
Gert Wollny
2019-06-20
2
-3
/
+23
*
virgl: Add skeleton to evaluate cap and send tweaks
Gert Wollny
2019-06-20
5
-0
/
+31
*
virgl: factor out format host bits check
Gert Wollny
2019-06-20
1
-16
/
+17
*
gallium/virgl: Add code path for virgl to read driconf
Gert Wollny
2019-06-20
9
-8
/
+17
*
virgl: Add driinfo file and tie it into the build
Gert Wollny
2019-06-20
3
-2
/
+36
*
glspirv: Call pass to lower frexp instructions
Caio Marcelo de Oliveira Filho
2019-06-19
1
-0
/
+2
*
spirv: Restrict use of descriptor intrinsics to Vulkan
Caio Marcelo de Oliveira Filho
2019-06-19
1
-1
/
+8
*
ac/rtld: report better error messages for LDS overallocation
Nicolai Hähnle
2019-06-19
1
-2
/
+11
*
ac/rtld: check correct LDS max size
Marek Olšák
2019-06-19
3
-1
/
+12
*
radeonsi: add s_sethalt to shaders for debugging
Nicolai Hähnle
2019-06-19
4
-0
/
+22
*
ac/rtld: fix sorting of LDS symbols by alignment
Nicolai Hähnle
2019-06-19
1
-2
/
+2
*
anv: Fix vulkan build in meson.
Bas Nieuwenhuizen
2019-06-19
1
-1
/
+7
*
radv: Fix vulkan build in meson.
Bas Nieuwenhuizen
2019-06-19
1
-0
/
+7
*
anv/image: Set different usage flags for shadow surfaces
Jason Ekstrand
2019-06-19
1
-1
/
+6
*
anv: Flush caches in anv_image_copy_to_shadow
Jason Ekstrand
2019-06-19
1
-0
/
+13
*
nir: Make nir_constant a vector rather than a matrix
Jason Ekstrand
2019-06-19
8
-132
/
+136
*
glsl/nir: Fix handling of 64-bit values in uniform storage
Jason Ekstrand
2019-06-19
1
-1
/
+2
*
spirv: Only copy needed components for OpSpecConstantOp
Jason Ekstrand
2019-06-19
1
-1
/
+6
*
spirv: Use a single path for OpSpecConstantOp of OpVectorShuffle
Jason Ekstrand
2019-06-19
1
-37
/
+19
*
spirv: Use vtn_constan_uint() for array lengths and gather components
Jason Ekstrand
2019-06-19
1
-4
/
+2
*
spirv: Add a vtn_constant_int helper
Jason Ekstrand
2019-06-19
2
-17
/
+19
*
glsl/types: Add a real is_integer helper
Jason Ekstrand
2019-06-19
3
-2
/
+10
*
glsl/types: Rename is_integer to is_integer_32
Jason Ekstrand
2019-06-19
14
-32
/
+33
*
glsl/types: Ignore bit sizes in contains_integer()
Jason Ekstrand
2019-06-19
1
-1
/
+1
*
glsl/types: Handle all bit sizes in glsl_type_is_integer
Jason Ekstrand
2019-06-19
1
-1
/
+1
*
glsl/nir_opt_access: Update uniforms correctly when only vars change
Caio Marcelo de Oliveira Filho
2019-06-19
1
-1
/
+13
*
glsl/nir: Fix getting the sampler dim when arrays are involved
Caio Marcelo de Oliveira Filho
2019-06-19
1
-1
/
+2
*
meson: Search for execinfo.h
Jory Pratt
2019-06-19
3
-6
/
+6
*
util: Heap-allocate 256K zlib buffer
Jory Pratt
2019-06-19
1
-1
/
+8
*
anv: Fix wrong printf formatter
Kenneth Graunke
2019-06-19
1
-1
/
+1
*
iris: Bail on queries for INTEL_NO_HW=1.
Kenneth Graunke
2019-06-19
1
-0
/
+5
*
virgl: Support VIRGL_BIND_SHARED
David Riley
2019-06-19
2
-0
/
+3
*
anv: write spirv-nir logs back to the application
Lionel Landwerlin
2019-06-19
1
-0
/
+35
*
ac/nir: Set speculatable for buffer loads where allowed
Connor Abbott
2019-06-19
1
-3
/
+4
*
nir: Use reorderable access flag
Connor Abbott
2019-06-19
1
-4
/
+12
*
nir: Add a helper to determine if an intrinsic can be reordered
Connor Abbott
2019-06-19
3
-11
/
+13
*
st/nir: Use gl_nir_opt_access
Connor Abbott
2019-06-19
1
-0
/
+2
*
glsl/nir: Add optimization pass for access flags
Connor Abbott
2019-06-19
4
-0
/
+324
*
nir: Add reorderable memory access enum
Connor Abbott
2019-06-19
2
-1
/
+10
*
nir/copy_prop_vars: Ignore volatile accesses
Connor Abbott
2019-06-19
1
-0
/
+13
*
glsl/nir: Propagate access qualifiers
Connor Abbott
2019-06-19
2
-6
/
+59
*
nir: Allow qualifiers on copy_deref and image instructions
Connor Abbott
2019-06-19
6
-12
/
+48
[next]