aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* turnip: update some properties based on blob driverJonathan Marek2020-06-081-8/+8
* turnip: move HLSQ_UPDATE_CNTL write to before xs config writesJonathan Marek2020-06-081-3/+3
* nir: Fix logic that ends combine barrier sequenceCaio Marcelo de Oliveira Filho2020-06-081-1/+1
* intel/fs: Add Fall-through commentCaio Marcelo de Oliveira Filho2020-06-081-0/+1
* spirv: Memory semantics is optional for OpControlBarrierCaio Marcelo de Oliveira Filho2020-06-081-9/+9
* nir: Fix printing execution scope of a scoped barrierCaio Marcelo de Oliveira Filho2020-06-081-1/+4
* etnaviv: drop translate_blend(..)Christian Gmeiner2020-06-082-22/+9
* glsl: inline functions with unsupported return type before converting to nirDanylo Piliaiev2020-06-081-0/+6
* aco: use v_xor3_b32Rhys Perry2020-06-081-0/+3
* ac/gpu_info, radv: set max_wave64_per_simd to 20 on GFX10Rhys Perry2020-06-082-4/+12
* nir/lower_explicit_io: fix NON_UNIFORM access for UBO loadsSamuel Pitoiset2020-06-081-1/+1
* nir/spirv/glsl450: increase asin(x) precisionArcady Goldmints-Orlov2020-06-081-9/+33
* ac/nir: adjust an assertion for D16 on GFX6-GFX7Samuel Pitoiset2020-06-081-1/+2
* v3d_bufmgr: fix time_t printfPeter Seiderer2020-06-071-1/+1
* pan_bo.h: add time.h include for time_tPeter Seiderer2020-06-071-0/+1
* vc4_bufmgr: fix time_t printfPeter Seiderer2020-06-071-1/+1
* glsl: fix potential slow compile times for GLSLOptimizeConservativelyTimothy Arceri2020-06-071-1/+14
* llvmpipe: do not enable tessellation shader without llvm coroutines supportCharmaine Lee2020-06-061-1/+2
* intel/compiler: fix Android buildMarcin Ĺšlusarz2020-06-061-0/+1
* intel/genxml: Migrate from deprecated xml.etree.ElementTree getchildren.Vinson Lee2020-06-061-6/+6
* android: svga: fix build for GL4.1 supportMauro Rossi2020-06-061-0/+2
* android: util: fix build for GL4.1 supportMauro Rossi2020-06-061-0/+2
* Switch from cElementTree to ElementTree.Vinson Lee2020-06-0511-11/+11
* Revert "panfrost: Keep cached BOs mmap'd"Icecream952020-06-051-5/+17
* pan/midgard: Use a signed value for checking inline constantsIcecream952020-06-051-1/+1
* freedreno/ir3: Handle cases where we decide not to lower UBO 0 loads.Eric Anholt2020-06-051-39/+39
* freedreno/ir3: Drop the max_const on a6xx to 512.Eric Anholt2020-06-051-1/+4
* freedreno/ir3: Account for driver params in UBO max const upload.Eric Anholt2020-06-053-7/+26
* freedreno/ir3: Stop shifting UBO 1 down to be UBO 0.Eric Anholt2020-06-053-25/+12
* freedreno/ir3: Drop unnecessary alignment of pushed UBO size.Eric Anholt2020-06-051-1/+1
* freedreno/ir3: Stop pushing immediates once we've filled the constbuf.Eric Anholt2020-06-051-1/+8
* freedreno/ir3: Refactor ir3_cp's lower_immed().Eric Anholt2020-06-051-20/+24
* freedreno: Upload gallium constbufs as needed when referenced as a UBO.Eric Anholt2020-06-052-6/+34
* freedreno/a6xx: Add support for ALPHA_TO_ONE.Eric Anholt2020-06-051-0/+1
* turnip: Add support for alphaToOne.Eric Anholt2020-06-053-4/+4
* turnip: Use tu_cs_emit_regs() for BLEND_CONTROL.Eric Anholt2020-06-051-23/+13
* radv: set keep_statistic_info with RADV_DEBUG=shaderstatsRhys Perry2020-06-051-1/+3
* intel: fix gen_sort_tags.pyEric Engestrom2020-06-051-1/+1
* radv/aco: enable VK_KHR_shader_subgroup_extended_types on GFX6-GFX7Samuel Pitoiset2020-06-052-2/+2
* aco: fix nir_intrinsic_quad_* with 8-bit in GFX6-GFX7Samuel Pitoiset2020-06-051-2/+8
* aco: fix sign-extend 8-bit subgroup operations on GFX6-GFX7Samuel Pitoiset2020-06-051-9/+21
* aco: use v_bfe_u32 for unsigned reductions sign-extension on GFX6-GFX7Samuel Pitoiset2020-06-051-1/+8
* intel/genxml: drop sort_xml.sh and move the loop directly in gen_sort_tags.pyEric Engestrom2020-06-053-19/+12
* radv: Use ac_surface to allocate aux surfaces.Bas Nieuwenhuizen2020-06-051-104/+18
* amd/common: Add total alignment calculation.Bas Nieuwenhuizen2020-06-052-0/+6
* radv: Allocate values/predicates at the end of the image.Bas Nieuwenhuizen2020-06-051-17/+26
* radv: Disable HTILE in ac_surface.Bas Nieuwenhuizen2020-06-051-10/+11
* radv: Disable DCC in ac_surface.Bas Nieuwenhuizen2020-06-051-29/+22
* radv: Use offsets in surface struct.Bas Nieuwenhuizen2020-06-055-37/+33
* radv: Rely on ac_surface for avoiding cmask for linear images.Bas Nieuwenhuizen2020-06-052-3/+2