summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-29android: fix libsync dependenciesmauro_sync_fixMauro Rossi4-3/+6
2020-10-28glsl: Update loop_terminator constructor to accept parameters.Vinson Lee2-6/+4
2020-10-28aco/ngg: Incorporate GS invocations into workgroup size calculation.Timur Kristóf1-3/+4
2020-10-28aco/ngg: Export a zero-area triangle when primitive count is 0.Timur Kristóf1-0/+34
2020-10-28aco: Add a few assertions about LDS usage.Timur Kristóf1-0/+5
2020-10-28aco: Make emitting reduction instructions a bit more convenient.Timur Kristóf1-14/+10
2020-10-28aco: Add some validation for PSEUDO_REDUCTION instructions.Timur Kristóf1-0/+13
2020-10-28aco/ngg: Put shader query reduction operand into a VGPR.Timur Kristóf1-0/+2
2020-10-28aco: Assert that workgroup barriers are not used inappropriately.Timur Kristóf1-0/+5
2020-10-28ci/bare-metal: suppress 'No such file or directory'Christian Gmeiner1-1/+1
2020-10-28aco: switch aco_print_asm to a FILE *Rhys Perry4-47/+42
2020-10-28aco: refactor repeated instruction disassemblyRhys Perry1-12/+21
2020-10-28aco: move individual instruction disassembly to its own helperRhys Perry1-41/+57
2020-10-28docs/features: Update extensions for swrAdam Jackson1-10/+10
2020-10-28docs/features: Update extensions for softpipeAdam Jackson1-13/+13
2020-10-28aco: use mubuf helper in select_gs_copy_shaderRhys Perry1-20/+9
2020-10-28aco: use control flow creation helpers in select_gs_copy_shaderRhys Perry1-42/+8
2020-10-28aco: round bytes_written to dwords if larger than 4 bytesRhys Perry1-0/+1
2020-10-28aco: default to a definition size of 32Rhys Perry1-4/+4
2020-10-28docs: s3tc -> S3TCErik Faye-Lund1-3/+3
2020-10-28docs: clang -> ClangErik Faye-Lund3-3/+3
2020-10-28docs: gcc -> GCCErik Faye-Lund3-6/+6
2020-10-28docs: fbo -> FBOErik Faye-Lund1-1/+1
2020-10-28docs: hud -> HUDErik Faye-Lund1-5/+5
2020-10-28docs: api -> APIErik Faye-Lund1-1/+1
2020-10-28docs: anistropy -> anisotropyErik Faye-Lund1-2/+2
2020-10-28docs: eg. -> e.g.Erik Faye-Lund3-3/+3
2020-10-28docs: ie. -> i.e.Erik Faye-Lund4-11/+11
2020-10-28radv: remove call to nir_lower_pack()Daniel Schürmann1-1/+0
2020-10-28radv: lower pack_[64/32]_* via nir_lower_alu_to_scalar()Daniel Schürmann1-0/+3
2020-10-28nir: add options to lower nir_op_pack_[64/32]_* via nir_lower_alu_to_scalar()Daniel Schürmann2-0/+31
2020-10-28ac/nir: implement nir_op_[un]pack_64_4x16Daniel Schürmann1-0/+9
2020-10-28aco: implement nir_op_unpack_[64/32]_*Daniel Schürmann1-0/+6
2020-10-28v3dv: enable alphaToOne featureIago Toral Quiroga1-1/+1
2020-10-28radv: Do not access set layout during vkCmdBindDescriptorSets.Bas Nieuwenhuizen3-7/+13
2020-10-28radv: Fix 1D compressed mipmaps on GFX9.Bas Nieuwenhuizen1-12/+39
2020-10-27intel/mi_builder: Support gen11 command-streamer based register offsetsJordan Justen1-8/+61
2020-10-27Fix VMware capitalization.Vinson Lee9-9/+9
2020-10-27util: use dllexport for mingw tooMichel Zou1-4/+4
2020-10-27lavapipe: configure suffix in icd jsonMichel Zou2-4/+11
2020-10-27gallium: use libpipe_loader_linksMichel Zou1-1/+1
2020-10-27wsi: move drm code to wsi_common_drm.cMichel Zou3-587/+625
2020-10-27lavapipe: fix usleep usage in lvp_deviceMichel Zou2-3/+4
2020-10-27intel/dev: Add device info for ADL-SJordan Justen2-0/+20
2020-10-27aco: ignore the ACO-inserted continue in create_continue_phis()Rhys Perry1-1/+1
2020-10-28CI: remove llvmpipe cl flake testDave Airlie2-3/+3
2020-10-27anv: Drop warning about gen12 not being supportedJordan Justen1-4/+2
2020-10-27panfrost: AFBC compress Z16 depth buffersIcecream951-0/+1
2020-10-27panfrost: Z16 depth buffer supportIcecream955-2/+13
2020-10-27panfrost: Move zs format handling code out of the !afbc caseIcecream951-41/+35