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