aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeon: fix printf format specifier.Maya Rashish2019-01-091-1/+1
* llvmpipe: Always return some fence in flush (v2)Tomasz Figa2019-01-091-0/+2
* glsl: Fix buffer overflow with an atomic buffer binding out of range.Eric Anholt2019-01-081-1/+2
* nir: Make nir_deref_instr_build/get_const_offset actually use size_align.Eric Anholt2019-01-081-3/+2
* glsl/linker: Fix unmatched TCS outputs being reduced to local variableDanylo Piliaiev2019-01-091-0/+6
* v3d: Enable GL_ARB_texture_gather on V3D 4.x.Eric Anholt2019-01-081-0/+5
* nir: Add nir_lower_tex support for Broadcom's swizzled TG4 results.Eric Anholt2019-01-083-0/+28
* freedreno: Move register constant files to src/freedreno.Bas Nieuwenhuizen2019-01-0814-16/+12
* nir: fix warning in nir_lower_io.cCaio Marcelo de Oliveira Filho2019-01-081-1/+1
* freedreno/drm: sync uapi againChia-I Wu2019-01-081-0/+1
* meson: fix EGL/X11 build without GLXChia-I Wu2019-01-081-1/+1
* wsi: drop unneeded KHR suffixEric Engestrom2019-01-081-15/+15
* anv: drop unneeded KHR suffixEric Engestrom2019-01-0813-54/+54
* nir: rename global/local to private/function memoryKarol Herbst2019-01-0833-108/+108
* autotools: Remove tegra vdpau driverDylan Baker2019-01-081-2/+0
* clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIRPierre Moreau2019-01-081-1/+1
* anv: flush fast clear colors into compressed surfacesLionel Landwerlin2019-01-081-0/+49
* anv: explictly specify format for blorp ccs/mcs opLionel Landwerlin2019-01-083-16/+30
* dri3: initialize adaptive_sync as false before configQuerybTapani Pälli2019-01-081-1/+1
* virgl: use primconvert provoking vertex properlyDave Airlie2019-01-082-8/+24
* anv: Sort properties and features switch statementsJason Ekstrand2019-01-071-42/+42
* spirv: Sort supported capabilitiesJason Ekstrand2019-01-074-43/+43
* anv: Enable the new deref-based UBO/SSBO pathJason Ekstrand2019-01-082-1/+23
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-089-68/+273
* spirv: Make better use of vtn_pointer_uses_ssa_offsetJason Ekstrand2019-01-081-15/+13
* spirv: Add explicit pointer typesJason Ekstrand2019-01-084-20/+36
* spirv: Choose atomic deref type with pointer_uses_ssa_offsetJason Ekstrand2019-01-083-40/+41
* spirv: Add error checking for Block and BufferBlock decorationsJason Ekstrand2019-01-083-0/+53
* nir/vulkan: Add a descriptor type to vulkan resource intrinsicsJason Ekstrand2019-01-084-5/+56
* nir/lower_io: Add "explicit" IO loweringJason Ekstrand2019-01-082-0/+417
* nir/validate: Allow array derefs on vectors in more modesJason Ekstrand2019-01-081-4/+6
* nir/intrinsics: Add access flags to load/store_derefJason Ekstrand2019-01-082-4/+5
* nir/intrinsics: Allow deref sources to consume anythingJason Ekstrand2019-01-082-24/+28
* nir/validate: Allow derefs in phi nodesJason Ekstrand2019-01-081-1/+0
* nir/remove_dead_variables: Properly handle deref castsJason Ekstrand2019-01-081-0/+3
* nir/deref: Skip over casts in fixup_deref_modesJason Ekstrand2019-01-081-0/+2
* nir/deref: Support casts and ptr_as_array in comparisonsJason Ekstrand2019-01-081-7/+68
* nir/opt_deref: Properly optimize ptr_as_array derefsJason Ekstrand2019-01-081-6/+91
* nir/validate: Don't allow derefs in if conditionsJason Ekstrand2019-01-081-0/+6
* nir: Add a ptr_as_array deref typeJason Ekstrand2019-01-0812-13/+106
* nir: Move propagation of cast derefs to a new nir_opt_deref passJason Ekstrand2019-01-087-30/+75
* spirv: Propagate layout decorations to created glsl_typesJason Ekstrand2019-01-083-14/+78
* glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand2019-01-0815-56/+258
* glsl_type: Simplify glsl_channel_typeJason Ekstrand2019-01-081-19/+10
* glsl_type: Add a C wrapper to get struct field offsetsJason Ekstrand2019-01-082-0/+10
* glsl_type: Drop the glsl_get_array_instance C helperJason Ekstrand2019-01-085-13/+3
* nir: Distinguish between normal uniforms and UBOsJason Ekstrand2019-01-0813-38/+44
* nir: Allow storing to shader_storageJason Ekstrand2019-01-081-4/+2
* nir/validate: Require array indices to match the deref bit sizeJason Ekstrand2019-01-081-2/+4
* spirv: Handle arbitrary bit sizes for deref array indicesJason Ekstrand2019-01-082-34/+42