aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: add framebuffer fetching support (v1.1)HEADmasterDave Airlie2020-07-206-123/+256
* llvmpipe/cs: respect render conditionDave Airlie2020-07-191-0/+4
* freedreno/ir3/ra: fix array conflicts for split/mergedRob Clark2020-07-181-18/+61
* freedreno/ir3/ra: assign vreg names to all array elementsRob Clark2020-07-181-29/+9
* freedreno/ir3/ra: debug msgs tweakRob Clark2020-07-181-14/+21
* freedreno/ir3: fix half-reg array storesRob Clark2020-07-181-3/+11
* freedreno/ir3: set array precision on creationRob Clark2020-07-182-6/+8
* freedreno/ir3/parser: half-precision relative regsRob Clark2020-07-182-0/+7
* freedreno: whitespace fixRob Clark2020-07-181-3/+3
* freedreno: small comment re-wordRob Clark2020-07-181-1/+1
* zink: free all ntv allocations after creating shader moduleMike Blumenkrantz2020-07-181-0/+3
* zink: free pipeline cache during program destroyMike Blumenkrantz2020-07-181-5/+15
* zink: destroy descriptor pools on context destroyMike Blumenkrantz2020-07-181-1/+3
* zink: destroy gfx program when a shader is freedMike Blumenkrantz2020-07-186-15/+17
* android: panfrost/encoder: add libmesa_nir static dependencyMauro Rossi2020-07-181-0/+1
* panfrost: Fix calls to panfrost_flush_batches_accessing_boIcecream952020-07-182-2/+2
* panfrost: Make panfrost_bo_wait take a wait_readers boolIcecream952020-07-184-20/+10
* freedreno/ir3: Add unit tests for derivatives disasm.Eric Anholt2020-07-181-0/+8
* freedreno/ir3: Fix duplicated fine derivatives instructions.Eric Anholt2020-07-186-12/+51
* amd/addrlib: Clean up unused colorFlags argumentBas Nieuwenhuizen2020-07-184-8/+0
* amd/common: Cache intra-tile addresses for retile map.Bas Nieuwenhuizen2020-07-181-43/+183
* aco: use s_waitcnt_depctr to mitigate VMEMtoScalarWriteHazardRhys Perry2020-07-181-3/+10
* aco: properly recognize that s_waitcnt mitigates VMEMtoScalarWriteHazardRhys Perry2020-07-181-6/+8
* meson: Enable GCing of functions and data from compilation units by default.Eric Anholt2020-07-171-0/+13
* panfrost: Enable FP16 by defaultAlyssa Rosenzweig2020-07-172-5/+5
* gitlab-ci: re-enable all a630 jobsRob Clark2020-07-171-9/+5
* freedreno/a2xx: Fix compiler warning in disasm.Eric Anholt2020-07-171-1/+2
* gitlab-ci: Re-add kernels for bare-metalTomeu Vizoso2020-07-174-16/+73
* nir: Set the alignment for SSBO loweringIcecream952020-07-171-0/+3
* intel/perf: Move perf query register programming to static tables.Eric Anholt2020-07-174-12/+21
* intel/perf: Fix unused var warning in release builds.Eric Anholt2020-07-171-1/+1
* intel: Fix release-build warnings about sf_entry_size.Eric Anholt2020-07-171-1/+1
* zink: use ralloc for spirv_builder as wellErik Faye-Lund2020-07-173-56/+64
* zink: pass mem_ctx to ralloc_size-callErik Faye-Lund2020-07-171-1/+1
* zink: use ralloc for plain malloc-callsErik Faye-Lund2020-07-171-5/+6
* zink: use ralloc in nir-to-spirvErik Faye-Lund2020-07-171-8/+8
* radv: enable more float_controls featuresRhys Perry2020-07-171-11/+10
* aco: set tcs_in_out_eq=false if float controls of VS and TCS stages differRhys Perry2020-07-171-4/+9
* aco: fix nir_op_f2f16_rtne with non-default rounding modesRhys Perry2020-07-173-1/+19
* aco: flush denormals before fp16 fabs/fneg if neededRhys Perry2020-07-171-0/+4
* aco: use s_round_mode/s_denorm_modeRhys Perry2020-07-172-15/+34
* panfrost: Set depth_enabled when stencil is enabledIcecream952020-07-171-4/+11
* radv: return better Vulkan error codes when VkQueueSubmit() failsSamuel Pitoiset2020-07-173-136/+159
* radv: improve the error messages when a CS submission failedSamuel Pitoiset2020-07-171-21/+10
* radv: remove one useless goto in radv_queue_submit_deferred()Samuel Pitoiset2020-07-171-3/+0
* panfrost: Report TEXTURE_BUFFER_OBJECTS cap when gl3 flag setIcecream952020-07-171-1/+1
* nir: Fix lower_two_sided_color when the face is an inputIcecream952020-07-171-1/+35
* nir: Add a face_sysval argument to nir_lower_two_sided_colorIcecream952020-07-176-6/+7
* panfrost: Do per-sample shading when outputs are readIcecream952020-07-171-2/+7
* pan/mdg: Do per-sample framebuffer loadsIcecream952020-07-173-3/+24