summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-25nir: Add a lowering pass for non-uniform resource accessJason Ekstrand5-0/+286
2019-03-25nir/lower_io: Add a bounds-checked 64-bit global address formatJason Ekstrand2-6/+93
2019-03-26draw/gs: fix point size outputs from geometry shader.Dave Airlie1-8/+1
2019-03-26draw: bail instead of assert on instance count (v2)Dave Airlie1-1/+3
2019-03-25vl/dri3: remove the wait before getting back bufferLeo Liu1-15/+3
2019-03-25compiler/nir: add lowering for 16-bit ldexpIago Toral Quiroga1-2/+7
2019-03-25compiler/nir: add lowering for 16-bit flrpIago Toral Quiroga3-0/+3
2019-03-25compiler/nir: add lowering option for 16-bit fmodIago Toral Quiroga3-0/+3
2019-03-25st/mesa: fix texture deletion context mix-up issues (v2)Brian Paul1-12/+39
2019-03-25nir: fix a few signed/unsigned comparison warningsBrian Paul1-2/+2
2019-03-25android: static link with libexpat with Android O+Kishore Kadiyala5-4/+45
2019-03-25radv: write availability status vkGetQueryPoolResults() when the data is not ...Samuel Iglesias Gonsálvez1-15/+4
2019-03-25radv: don't overwrite results in VkGetQueryPoolResults() when queries are not...Samuel Iglesias Gonsálvez1-16/+32
2019-03-25st/mesa: fix warnings about implicit conversion on enumeration typeTapani Pälli2-2/+2
2019-03-25st/mesa: fix compilation warning on storage_flags_to_buffer_flagsTapani Pälli1-1/+1
2019-03-25nir/split_vars: fixup some more explicit_stride related issues.Dave Airlie1-2/+1
2019-03-23spirv: Use interface type for block and buffer blockCaio Marcelo de Oliveira Filho2-4/+36
2019-03-23intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE_STRUCTCaio Marcelo de Oliveira Filho3-3/+3
2019-03-23spirv: Add an execution environment to the optionsCaio Marcelo de Oliveira Filho2-0/+9
2019-03-22egl: Add a 565 pbuffer-only EGL config under X11.Eric Anholt1-0/+47
2019-03-22nir: Handle array-deref-of-vector case in loop analysisCaio Marcelo de Oliveira Filho1-3/+6
2019-03-22docs: update freedreno statusRob Clark1-17/+17
2019-03-22freedreno: add ESSL capRob Clark1-0/+7
2019-03-22mesa/st: use ESSL cap top enable gpu_shader5Rob Clark1-3/+14
2019-03-22gallium: add PIPE_CAP_ESSL_FEATURE_LEVELRob Clark3-0/+14
2019-03-22swr: Fix build with llvm-9.0.Vinson Lee2-0/+24
2019-03-22bin/install_megadrivers.py: Fix regression for set DESTDIRDylan Baker1-1/+5
2019-03-22spirv,nir: lower frexp_exp/frexp_sig inside a new NIR passSamuel Pitoiset9-133/+221
2019-03-22nir: use generic float types for frexp_exp and frexp_sigSamuel Pitoiset1-2/+2
2019-03-22nir: Fix anonymous union initialization with older GCC.Vinson Lee1-4/+6
2019-03-22iris: Push heavy memchecker code to DEBUGChris Wilson2-1/+13
2019-03-22iris: Fix batch chaining map_next increment.Kenneth Graunke1-1/+1
2019-03-22freedreno/ir3: disable early-z for SSBO/image writesRob Clark1-0/+12
2019-03-22freedreno/ir3: rename has_kill to no_earlyzRob Clark9-10/+10
2019-03-22ac/nir: implement 16-bit pack/unpack opcodesRhys Perry1-0/+24
2019-03-22vulkan/overlay: improve error reportingLionel Landwerlin1-125/+89
2019-03-22vulkan/overlay: check return value of swapchain get imagesLionel Landwerlin1-8/+11
2019-03-22vulkan/overlay: silence validation layer warningsLionel Landwerlin1-5/+5
2019-03-22vulkan/overlay: properly register layer object with loaderLionel Landwerlin1-9/+24
2019-03-22radv: Fix driverUUIDJózef Kucia1-1/+1
2019-03-21glsl: Cross validate variable's invariance by explicit invariance onlyDanylo Piliaiev7-9/+30
2019-03-22mesa: Fix GL_NUM_DEVICE_UUIDS_EXTJózef Kucia1-0/+3
2019-03-21iris: Skip resolves and flushes altogether if unnecessaryKenneth Graunke3-9/+27
2019-03-21iris: Skip framebuffer resolve tracking if framebuffer isn't dirtyKenneth Graunke2-70/+84
2019-03-21iris: Skip input resolve handling if bindings haven't changedKenneth Graunke3-10/+19
2019-03-21iris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADERKenneth Graunke1-1/+1
2019-03-22softpipe: fix integer texture swizzling for 1 vs 1.0fDave Airlie1-4/+5
2019-03-22softpipe: remove shadow_ref assert.Dave Airlie1-1/+0
2019-03-22softpipe: handle 32-bit bitfield insertsDave Airlie1-3/+7
2019-03-22softpipe: fix 32-bit bitfield extractDave Airlie1-2/+12