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
*
nir: Add a lowering pass for non-uniform resource access
Jason Ekstrand
2019-03-25
5
-0
/
+286
*
nir/lower_io: Add a bounds-checked 64-bit global address format
Jason Ekstrand
2019-03-25
2
-6
/
+93
*
draw/gs: fix point size outputs from geometry shader.
Dave Airlie
2019-03-26
1
-8
/
+1
*
draw: bail instead of assert on instance count (v2)
Dave Airlie
2019-03-26
1
-1
/
+3
*
vl/dri3: remove the wait before getting back buffer
Leo Liu
2019-03-25
1
-15
/
+3
*
compiler/nir: add lowering for 16-bit ldexp
Iago Toral Quiroga
2019-03-25
1
-2
/
+7
*
compiler/nir: add lowering for 16-bit flrp
Iago Toral Quiroga
2019-03-25
3
-0
/
+3
*
compiler/nir: add lowering option for 16-bit fmod
Iago Toral Quiroga
2019-03-25
3
-0
/
+3
*
st/mesa: fix texture deletion context mix-up issues (v2)
Brian Paul
2019-03-25
1
-12
/
+39
*
nir: fix a few signed/unsigned comparison warnings
Brian Paul
2019-03-25
1
-2
/
+2
*
android: static link with libexpat with Android O+
Kishore Kadiyala
2019-03-25
5
-4
/
+45
*
radv: write availability status vkGetQueryPoolResults() when the data is not ...
Samuel Iglesias Gonsálvez
2019-03-25
1
-15
/
+4
*
radv: don't overwrite results in VkGetQueryPoolResults() when queries are not...
Samuel Iglesias Gonsálvez
2019-03-25
1
-16
/
+32
*
st/mesa: fix warnings about implicit conversion on enumeration type
Tapani Pälli
2019-03-25
2
-2
/
+2
*
st/mesa: fix compilation warning on storage_flags_to_buffer_flags
Tapani Pälli
2019-03-25
1
-1
/
+1
*
nir/split_vars: fixup some more explicit_stride related issues.
Dave Airlie
2019-03-25
1
-2
/
+1
*
spirv: Use interface type for block and buffer block
Caio Marcelo de Oliveira Filho
2019-03-23
2
-4
/
+36
*
intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE_STRUCT
Caio Marcelo de Oliveira Filho
2019-03-23
3
-3
/
+3
*
spirv: Add an execution environment to the options
Caio Marcelo de Oliveira Filho
2019-03-23
2
-0
/
+9
*
egl: Add a 565 pbuffer-only EGL config under X11.
Eric Anholt
2019-03-22
1
-0
/
+47
*
nir: Handle array-deref-of-vector case in loop analysis
Caio Marcelo de Oliveira Filho
2019-03-22
1
-3
/
+6
*
docs: update freedreno status
Rob Clark
2019-03-22
1
-17
/
+17
*
freedreno: add ESSL cap
Rob Clark
2019-03-22
1
-0
/
+7
*
mesa/st: use ESSL cap top enable gpu_shader5
Rob Clark
2019-03-22
1
-3
/
+14
*
gallium: add PIPE_CAP_ESSL_FEATURE_LEVEL
Rob Clark
2019-03-22
3
-0
/
+14
*
swr: Fix build with llvm-9.0.
Vinson Lee
2019-03-22
2
-0
/
+24
*
bin/install_megadrivers.py: Fix regression for set DESTDIR
Dylan Baker
2019-03-22
1
-1
/
+5
*
spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass
Samuel Pitoiset
2019-03-22
9
-133
/
+221
*
nir: use generic float types for frexp_exp and frexp_sig
Samuel Pitoiset
2019-03-22
1
-2
/
+2
*
nir: Fix anonymous union initialization with older GCC.
Vinson Lee
2019-03-22
1
-4
/
+6
*
iris: Push heavy memchecker code to DEBUG
Chris Wilson
2019-03-22
2
-1
/
+13
*
iris: Fix batch chaining map_next increment.
Kenneth Graunke
2019-03-22
1
-1
/
+1
*
freedreno/ir3: disable early-z for SSBO/image writes
Rob Clark
2019-03-22
1
-0
/
+12
*
freedreno/ir3: rename has_kill to no_earlyz
Rob Clark
2019-03-22
9
-10
/
+10
*
ac/nir: implement 16-bit pack/unpack opcodes
Rhys Perry
2019-03-22
1
-0
/
+24
*
vulkan/overlay: improve error reporting
Lionel Landwerlin
2019-03-22
1
-125
/
+89
*
vulkan/overlay: check return value of swapchain get images
Lionel Landwerlin
2019-03-22
1
-8
/
+11
*
vulkan/overlay: silence validation layer warnings
Lionel Landwerlin
2019-03-22
1
-5
/
+5
*
vulkan/overlay: properly register layer object with loader
Lionel Landwerlin
2019-03-22
1
-9
/
+24
*
radv: Fix driverUUID
Józef Kucia
2019-03-22
1
-1
/
+1
*
glsl: Cross validate variable's invariance by explicit invariance only
Danylo Piliaiev
2019-03-21
7
-9
/
+30
*
mesa: Fix GL_NUM_DEVICE_UUIDS_EXT
Józef Kucia
2019-03-22
1
-0
/
+3
*
iris: Skip resolves and flushes altogether if unnecessary
Kenneth Graunke
2019-03-21
3
-9
/
+27
*
iris: Skip framebuffer resolve tracking if framebuffer isn't dirty
Kenneth Graunke
2019-03-21
2
-70
/
+84
*
iris: Skip input resolve handling if bindings haven't changed
Kenneth Graunke
2019-03-21
3
-10
/
+19
*
iris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADER
Kenneth Graunke
2019-03-21
1
-1
/
+1
*
softpipe: fix integer texture swizzling for 1 vs 1.0f
Dave Airlie
2019-03-22
1
-4
/
+5
*
softpipe: remove shadow_ref assert.
Dave Airlie
2019-03-22
1
-1
/
+0
*
softpipe: handle 32-bit bitfield inserts
Dave Airlie
2019-03-22
1
-3
/
+7
*
softpipe: fix 32-bit bitfield extract
Dave Airlie
2019-03-22
1
-2
/
+12
[next]