summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* nir: fix opt_if_loop_last_continue()Timothy Arceri2019-03-221-10/+6
* anv: fix build on NougatGurchetan Singh2019-03-214-6/+22
* anv: move anv_GetMemoryAndroidHardwareBufferANDROID up a bitGurchetan Singh2019-03-211-28/+28
* configure.ac / meson: depend on libnativewindow when appropriateGurchetan Singh2019-03-213-1/+23
* v3d: Remove some dead members of struct v3d_compile.Eric Anholt2019-03-211-12/+0
* v3d: Upload all of UBO[0] if any indirect load occurs.Eric Anholt2019-03-214-167/+20
* v3d: Move constant offsets to UBO addresses into the main uniform stream.Eric Anholt2019-03-215-11/+22
* v3d: Rename v3d_tmu_config_data to v3d_unit_data.Eric Anholt2019-03-213-13/+13
* configure.ac/meson.build: Add options for library suffixesBenjamin Gordon2019-03-218-21/+54
* nir: Record non-vector/scalar varyings as unmovable when compactingKenneth Graunke2019-03-211-1/+3
* freedreno/ir3: dynamic UBO indexing vs 64b pointersRob Clark2019-03-211-2/+2
* freedreno/ir3: fix bit_countRob Clark2019-03-211-2/+23
* freedreno/ir3: additional loweringRob Clark2019-03-211-0/+6
* freedreno/ir3: optimize sam.s2en to samRob Clark2019-03-213-6/+36
* freedreno/ir3: enable indirect tex/samp (sam.s2en)Rob Clark2019-03-212-22/+73
* freedreno/ir3: find # of samplers from uniform varsRob Clark2019-03-213-13/+13
* nir: move gls_type_get_{sampler,image}_count()Rob Clark2019-03-213-42/+45
* freedreno/ir3: fix regmask for merged regsRob Clark2019-03-212-3/+13
* freedreno/ir3: fix sam.s2en encodingRob Clark2019-03-212-9/+12
* freedreno/ir3: fix sam.s2en decodingRob Clark2019-03-211-3/+5
* freedreno/ir3/ra: fix half-class conflictsRob Clark2019-03-211-7/+14
* freedreno/ir3 better cat6 encoding detectionRob Clark2019-03-212-8/+24
* ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7Samuel Pitoiset2019-03-211-4/+4
* ac: fix 16-bit shiftsSamuel Pitoiset2019-03-211-12/+21
* ac: add 16-bit support to fractSamuel Pitoiset2019-03-211-1/+4
* ac: add 16-bit support fo fsignSamuel Pitoiset2019-03-211-1/+5