summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Drop draws with complete scissorAlyssa Rosenzweig2019-06-172-4/+20
* panfrost: Disable pipelining temporarilyAlyssa Rosenzweig2019-06-171-2/+4
* panfrost/mfbd: Handle rendering to linear mipmapAlyssa Rosenzweig2019-06-171-4/+18
* panfrost: Implement sampling from non-zero initial levelsAlyssa Rosenzweig2019-06-171-15/+14
* panfrost: Resource management for linear 2D texture arraysAlyssa Rosenzweig2019-06-171-1/+2
* panfrost/midgard: Adjust swizzles for 2D arraysAlyssa Rosenzweig2019-06-171-0/+10
* panfrost: Set array_size to permit array texturesAlyssa Rosenzweig2019-06-171-0/+11
* panfrost: Decode array texturesAlyssa Rosenzweig2019-06-172-4/+5
* panfrost: Implement 3D texture resource managementAlyssa Rosenzweig2019-06-171-5/+45
* panfrost: Specify 3D in texture descriptorAlyssa Rosenzweig2019-06-172-1/+4
* panfrost/midgard: Fix 3D texture masks/swizzlesAlyssa Rosenzweig2019-06-171-3/+8
* panfrost/midgard: Add swizzle_of/mask_of helpersAlyssa Rosenzweig2019-06-171-6/+30
* panfrost: Enable helper invocations when texturingAlyssa Rosenzweig2019-06-174-76/+25
* panfrost: Handle missing texture caseAlyssa Rosenzweig2019-06-171-18/+29
* panfrost: Remove forced flush on clearsAlyssa Rosenzweig2019-06-171-4/+0
* panfrost: Flush scanout tooAlyssa Rosenzweig2019-06-171-3/+6
* panfrost: Improve viewport (clipping) robustnessAlyssa Rosenzweig2019-06-171-6/+35
* panfrost: Disable the tiler for clear-only jobsAlyssa Rosenzweig2019-06-176-37/+50
* panfrost: Identify and decode mfbd_flagsAlyssa Rosenzweig2019-06-173-10/+22
* panfrost: Stub out hierarchy mask selectionAlyssa Rosenzweig2019-06-171-0/+21
* panfrost: Rename misc_0 -> tiler_polygon_listAlyssa Rosenzweig2019-06-173-10/+9
* panfrost: Sanity check tiler polygon list sizeAlyssa Rosenzweig2019-06-171-0/+5
* panfrost: Compute and use polygon list body sizeAlyssa Rosenzweig2019-06-172-1/+20
* panfrost: Use polygon list header size computationAlyssa Rosenzweig2019-06-171-5/+16
* panfrost: Calculate polygon list header sizeAlyssa Rosenzweig2019-06-172-1/+107
* panfrost: Add pan_tiler.h headerAlyssa Rosenzweig2019-06-171-0/+44
* panfrost: Document tile size heuristicAlyssa Rosenzweig2019-06-171-0/+65
* panfrost: Rename tiler fields per tiler researchAlyssa Rosenzweig2019-06-173-60/+54
* panfrost: Add notes about the tiler allocationsAlyssa Rosenzweig2019-06-171-0/+86
* panfrost: Integrate kernel names for tiler FBDAlyssa Rosenzweig2019-06-173-48/+66
* radv: Add asserts that buffer descriptors are created with valid buffer formats.Bas Nieuwenhuizen2019-06-171-0/+3
* radv: Decompress DCC when the image format is not allowed for buffers.Bas Nieuwenhuizen2019-06-173-2/+40
* radv: make sure to init the DCC decompress compute path stateSamuel Pitoiset2019-06-171-0/+8
* ac: make ac_compute_cmask() a static functionSamuel Pitoiset2019-06-172-7/+3
* radv: rely on ac_compute_cmask() for CMASK infoSamuel Pitoiset2019-06-171-42/+3
* radv: silent a compiler warning in radv_CmdPushDescriptorSetKHR()Samuel Pitoiset2019-06-171-1/+1
* panfrost: ci: Speed things up a bit by skipping a git cloneTomeu Vizoso2019-06-171-2/+5
* panfrost: ci: Exclude all blend tests from resultsTomeu Vizoso2019-06-171-41/+3
* ac: update llvm.amdgcn.icmp intrinsic name for LLVM 9+Samuel Pitoiset2019-06-171-3/+4
* lima: lower fmod in ppir and gpirErico Nunes2019-06-161-0/+2
* freedreno/a6xx: re-enable UBWC for depth/stencilRob Clark2019-06-151-0/+2
* freedreno/a6xx: handle z24s8/z24x8 blits with u_blitterRob Clark2019-06-152-25/+11
* freedreno/a6xx: handle fallback for rewritten blits ourselfRob Clark2019-06-151-11/+37
* freedreno/a6xx: rename variableRob Clark2019-06-151-39/+39
* freedreno/a6xx: consolidate z/s blit handlingRob Clark2019-06-151-67/+46
* gallium: add z24s8_as_r8g8b8a8 formatRob Clark2019-06-153-0/+10
* st/mesa: Respect GL_TEXTURE_SRGB_DECODE_EXT in GenerateMipmaps()Kenneth Graunke2019-06-141-0/+3
* lima: fix dynarray usage in lima_submit_add_boErico Nunes2019-06-141-1/+1
* panfrost: Fix variant selectionAlyssa Rosenzweig2019-06-141-4/+10
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-1419-77/+33