aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tu: Fix context faults loading unused descriptor setsConnor Abbott2020-06-093-0/+28
* i965: Work around incorrect usage of glDrawRangeElements in UE4Danylo Piliaiev2020-06-091-0/+20
* tu: Rewrite flushing to use barriersConnor Abbott2020-06-094-154/+1049
* tu: Remove useless event_write helpersConnor Abbott2020-06-091-19/+7
* tu: Don't actually track seqno's for eventsConnor Abbott2020-06-094-76/+78
* tu: Remove useless post-binning flushesConnor Abbott2020-06-091-25/+9
* panfrost: Mark PIPE_BUFFER BOs as not renderableIcecream952020-06-091-1/+2
* winsys/radeon: do not cast bo->va as void*Pierre-Eric Pelloux-Prayer2020-06-093-11/+11
* ci: use separate docker images for baremetal buildsChristian Gmeiner2020-06-096-178/+54
* ci: add arm_test-base docker imageChristian Gmeiner2020-06-094-61/+189
* radv/llvm: expose VK_EXT_shader_demote_to_helper_invocation with LLVM 9+Samuel Pitoiset2020-06-094-3/+4
* glthread: sync in glFlush for multiple contextsMarek Olšák2020-06-091-1/+7
* gallium/u_vbuf: add a faster path for uploading non-interleaved attribsMarek Olšák2020-06-091-34/+83
* gallium/u_vbuf: get rid of some pointer dereferencesMarek Olšák2020-06-091-9/+11
* nir: use bitfield_insert instead of bfi in nir_lower_double_opsBen Skeggs2020-06-091-1/+3
* turnip: fix VFD_CONTROL for binning passJonathan Marek2020-06-081-1/+1
* turnip: use common emit_xs_cntl to fill a6xx_sp_xs_ctrl_reg0Jonathan Marek2020-06-081-28/+28
* turnip: fix HW binning with geometry shaderJonathan Marek2020-06-081-2/+6
* turnip: correctly emit non-binning vs in transform feedback caseJonathan Marek2020-06-081-3/+5
* freedreno/a6xx: use nonbinning VS when GS is usedJonathan Marek2020-06-081-4/+5
* turnip: clamp sampler minLod/maxLodJonathan Marek2020-06-081-2/+4
* 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-087-45/+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-052-9/+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