index
:
~mattst88/mesa
add-f-d-d
arb_gpu_shader5
ballot
bug-109404
compact
dead/csel
dead/double-scheduler
dead/g45-transposed-read
dead/i965-sched-v3
dead/lround
dead/lround2
dead/lvn
dead/nir-vec4-rc
dead/pspom
dead/spf
dead/validate-old
dead/vec4-neg-mul-cse
dead/vec4-rc
dead/vector-logic
deferred/locking
deferred/no-peephole-sel
double-scheduler
experiment/brwinst-struct
experiment/cfg
experiment/demorgan-reverse
experiment/fsgenerator
experiment/glsl_ir_ssa
experiment/opt-1-minus-x-into-swiz
experiment/sample_lz
experiment/single-i965-gen
experiment/ssa
experiment/ssa-before-fixups
for-mark
for-rafael
fp64
jenkins
lvn
master
musl
sched
sched-eot
single-i965-gen
tag/oct-18-2013
tag/oct-2-2014
tag/oct-2-2014-2
vec4-lower-int-mul
vf-component-packing
wip/arb_shader_group_vote
wip/bool
wip/const-vf
wip/const-vf2
wip/dot
wip/gen4-optimize-int-conv
wip/lround
wip/nir-gvn
wip/nir-optimization-progress
wip/packing
wip/pending-scheduler
wip/predicate-block
wip/sample_lz
wip/sched-eot
wip/unorm
wip/validate
wip/vec4-builder
wip/vec4-lower-int-mul
mattst88's mesa repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-25
nir: Add a lowering pass for non-uniform resource access
Jason Ekstrand
5
-0
/
+286
2019-03-25
nir/lower_io: Add a bounds-checked 64-bit global address format
Jason Ekstrand
2
-6
/
+93
2019-03-26
draw/gs: fix point size outputs from geometry shader.
Dave Airlie
1
-8
/
+1
2019-03-26
draw: bail instead of assert on instance count (v2)
Dave Airlie
1
-1
/
+3
2019-03-25
vl/dri3: remove the wait before getting back buffer
Leo Liu
1
-15
/
+3
2019-03-25
compiler/nir: add lowering for 16-bit ldexp
Iago Toral Quiroga
1
-2
/
+7
2019-03-25
compiler/nir: add lowering for 16-bit flrp
Iago Toral Quiroga
3
-0
/
+3
2019-03-25
compiler/nir: add lowering option for 16-bit fmod
Iago Toral Quiroga
3
-0
/
+3
2019-03-25
st/mesa: fix texture deletion context mix-up issues (v2)
Brian Paul
1
-12
/
+39
2019-03-25
nir: fix a few signed/unsigned comparison warnings
Brian Paul
1
-2
/
+2
2019-03-25
android: static link with libexpat with Android O+
Kishore Kadiyala
5
-4
/
+45
2019-03-25
radv: write availability status vkGetQueryPoolResults() when the data is not ...
Samuel Iglesias Gonsálvez
1
-15
/
+4
2019-03-25
radv: don't overwrite results in VkGetQueryPoolResults() when queries are not...
Samuel Iglesias Gonsálvez
1
-16
/
+32
2019-03-25
st/mesa: fix warnings about implicit conversion on enumeration type
Tapani Pälli
2
-2
/
+2
2019-03-25
st/mesa: fix compilation warning on storage_flags_to_buffer_flags
Tapani Pälli
1
-1
/
+1
2019-03-25
nir/split_vars: fixup some more explicit_stride related issues.
Dave Airlie
1
-2
/
+1
2019-03-23
spirv: Use interface type for block and buffer block
Caio Marcelo de Oliveira Filho
2
-4
/
+36
2019-03-23
intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE_STRUCT
Caio Marcelo de Oliveira Filho
3
-3
/
+3
2019-03-23
spirv: Add an execution environment to the options
Caio Marcelo de Oliveira Filho
2
-0
/
+9
2019-03-22
egl: Add a 565 pbuffer-only EGL config under X11.
Eric Anholt
1
-0
/
+47
2019-03-22
nir: Handle array-deref-of-vector case in loop analysis
Caio Marcelo de Oliveira Filho
1
-3
/
+6
2019-03-22
docs: update freedreno status
Rob Clark
1
-17
/
+17
2019-03-22
freedreno: add ESSL cap
Rob Clark
1
-0
/
+7
2019-03-22
mesa/st: use ESSL cap top enable gpu_shader5
Rob Clark
1
-3
/
+14
2019-03-22
gallium: add PIPE_CAP_ESSL_FEATURE_LEVEL
Rob Clark
3
-0
/
+14
2019-03-22
swr: Fix build with llvm-9.0.
Vinson Lee
2
-0
/
+24
2019-03-22
bin/install_megadrivers.py: Fix regression for set DESTDIR
Dylan Baker
1
-1
/
+5
2019-03-22
spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass
Samuel Pitoiset
9
-133
/
+221
2019-03-22
nir: use generic float types for frexp_exp and frexp_sig
Samuel Pitoiset
1
-2
/
+2
2019-03-22
nir: Fix anonymous union initialization with older GCC.
Vinson Lee
1
-4
/
+6
2019-03-22
iris: Push heavy memchecker code to DEBUG
Chris Wilson
2
-1
/
+13
2019-03-22
iris: Fix batch chaining map_next increment.
Kenneth Graunke
1
-1
/
+1
2019-03-22
freedreno/ir3: disable early-z for SSBO/image writes
Rob Clark
1
-0
/
+12
2019-03-22
freedreno/ir3: rename has_kill to no_earlyz
Rob Clark
9
-10
/
+10
2019-03-22
ac/nir: implement 16-bit pack/unpack opcodes
Rhys Perry
1
-0
/
+24
2019-03-22
vulkan/overlay: improve error reporting
Lionel Landwerlin
1
-125
/
+89
2019-03-22
vulkan/overlay: check return value of swapchain get images
Lionel Landwerlin
1
-8
/
+11
2019-03-22
vulkan/overlay: silence validation layer warnings
Lionel Landwerlin
1
-5
/
+5
2019-03-22
vulkan/overlay: properly register layer object with loader
Lionel Landwerlin
1
-9
/
+24
2019-03-22
radv: Fix driverUUID
Józef Kucia
1
-1
/
+1
2019-03-21
glsl: Cross validate variable's invariance by explicit invariance only
Danylo Piliaiev
7
-9
/
+30
2019-03-22
mesa: Fix GL_NUM_DEVICE_UUIDS_EXT
Józef Kucia
1
-0
/
+3
2019-03-21
iris: Skip resolves and flushes altogether if unnecessary
Kenneth Graunke
3
-9
/
+27
2019-03-21
iris: Skip framebuffer resolve tracking if framebuffer isn't dirty
Kenneth Graunke
2
-70
/
+84
2019-03-21
iris: Skip input resolve handling if bindings haven't changed
Kenneth Graunke
3
-10
/
+19
2019-03-21
iris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADER
Kenneth Graunke
1
-1
/
+1
2019-03-22
softpipe: fix integer texture swizzling for 1 vs 1.0f
Dave Airlie
1
-4
/
+5
2019-03-22
softpipe: remove shadow_ref assert.
Dave Airlie
1
-1
/
+0
2019-03-22
softpipe: handle 32-bit bitfield inserts
Dave Airlie
1
-3
/
+7
2019-03-22
softpipe: fix 32-bit bitfield extract
Dave Airlie
1
-2
/
+12
[next]