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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: fix printf format specifier.
Maya Rashish
2019-01-09
1
-1
/
+1
*
llvmpipe: Always return some fence in flush (v2)
Tomasz Figa
2019-01-09
1
-0
/
+2
*
glsl: Fix buffer overflow with an atomic buffer binding out of range.
Eric Anholt
2019-01-08
1
-1
/
+2
*
nir: Make nir_deref_instr_build/get_const_offset actually use size_align.
Eric Anholt
2019-01-08
1
-3
/
+2
*
glsl/linker: Fix unmatched TCS outputs being reduced to local variable
Danylo Piliaiev
2019-01-09
1
-0
/
+6
*
v3d: Enable GL_ARB_texture_gather on V3D 4.x.
Eric Anholt
2019-01-08
1
-0
/
+5
*
nir: Add nir_lower_tex support for Broadcom's swizzled TG4 results.
Eric Anholt
2019-01-08
3
-0
/
+28
*
freedreno: Move register constant files to src/freedreno.
Bas Nieuwenhuizen
2019-01-08
14
-16
/
+12
*
nir: fix warning in nir_lower_io.c
Caio Marcelo de Oliveira Filho
2019-01-08
1
-1
/
+1
*
freedreno/drm: sync uapi again
Chia-I Wu
2019-01-08
1
-0
/
+1
*
meson: fix EGL/X11 build without GLX
Chia-I Wu
2019-01-08
1
-1
/
+1
*
wsi: drop unneeded KHR suffix
Eric Engestrom
2019-01-08
1
-15
/
+15
*
anv: drop unneeded KHR suffix
Eric Engestrom
2019-01-08
13
-54
/
+54
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
33
-108
/
+108
*
autotools: Remove tegra vdpau driver
Dylan Baker
2019-01-08
1
-2
/
+0
*
clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIR
Pierre Moreau
2019-01-08
1
-1
/
+1
*
anv: flush fast clear colors into compressed surfaces
Lionel Landwerlin
2019-01-08
1
-0
/
+49
*
anv: explictly specify format for blorp ccs/mcs op
Lionel Landwerlin
2019-01-08
3
-16
/
+30
*
dri3: initialize adaptive_sync as false before configQueryb
Tapani Pälli
2019-01-08
1
-1
/
+1
*
virgl: use primconvert provoking vertex properly
Dave Airlie
2019-01-08
2
-8
/
+24
*
anv: Sort properties and features switch statements
Jason Ekstrand
2019-01-07
1
-42
/
+42
*
spirv: Sort supported capabilities
Jason Ekstrand
2019-01-07
4
-43
/
+43
*
anv: Enable the new deref-based UBO/SSBO path
Jason Ekstrand
2019-01-08
2
-1
/
+23
*
spirv: Add support for using derefs for UBO/SSBO access
Jason Ekstrand
2019-01-08
9
-68
/
+273
*
spirv: Make better use of vtn_pointer_uses_ssa_offset
Jason Ekstrand
2019-01-08
1
-15
/
+13
*
spirv: Add explicit pointer types
Jason Ekstrand
2019-01-08
4
-20
/
+36
*
spirv: Choose atomic deref type with pointer_uses_ssa_offset
Jason Ekstrand
2019-01-08
3
-40
/
+41
*
spirv: Add error checking for Block and BufferBlock decorations
Jason Ekstrand
2019-01-08
3
-0
/
+53
*
nir/vulkan: Add a descriptor type to vulkan resource intrinsics
Jason Ekstrand
2019-01-08
4
-5
/
+56
*
nir/lower_io: Add "explicit" IO lowering
Jason Ekstrand
2019-01-08
2
-0
/
+417
*
nir/validate: Allow array derefs on vectors in more modes
Jason Ekstrand
2019-01-08
1
-4
/
+6
*
nir/intrinsics: Add access flags to load/store_deref
Jason Ekstrand
2019-01-08
2
-4
/
+5
*
nir/intrinsics: Allow deref sources to consume anything
Jason Ekstrand
2019-01-08
2
-24
/
+28
*
nir/validate: Allow derefs in phi nodes
Jason Ekstrand
2019-01-08
1
-1
/
+0
*
nir/remove_dead_variables: Properly handle deref casts
Jason Ekstrand
2019-01-08
1
-0
/
+3
*
nir/deref: Skip over casts in fixup_deref_modes
Jason Ekstrand
2019-01-08
1
-0
/
+2
*
nir/deref: Support casts and ptr_as_array in comparisons
Jason Ekstrand
2019-01-08
1
-7
/
+68
*
nir/opt_deref: Properly optimize ptr_as_array derefs
Jason Ekstrand
2019-01-08
1
-6
/
+91
*
nir/validate: Don't allow derefs in if conditions
Jason Ekstrand
2019-01-08
1
-0
/
+6
*
nir: Add a ptr_as_array deref type
Jason Ekstrand
2019-01-08
12
-13
/
+106
*
nir: Move propagation of cast derefs to a new nir_opt_deref pass
Jason Ekstrand
2019-01-08
7
-30
/
+75
*
spirv: Propagate layout decorations to created glsl_types
Jason Ekstrand
2019-01-08
3
-14
/
+78
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
15
-56
/
+258
*
glsl_type: Simplify glsl_channel_type
Jason Ekstrand
2019-01-08
1
-19
/
+10
*
glsl_type: Add a C wrapper to get struct field offsets
Jason Ekstrand
2019-01-08
2
-0
/
+10
*
glsl_type: Drop the glsl_get_array_instance C helper
Jason Ekstrand
2019-01-08
5
-13
/
+3
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
13
-38
/
+44
*
nir: Allow storing to shader_storage
Jason Ekstrand
2019-01-08
1
-4
/
+2
*
nir/validate: Require array indices to match the deref bit size
Jason Ekstrand
2019-01-08
1
-2
/
+4
*
spirv: Handle arbitrary bit sizes for deref array indices
Jason Ekstrand
2019-01-08
2
-34
/
+42
[next]