aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno/a6xx: remove unused paramRob Clark2020-02-281-3/+2
* freedreno/ir3: remove from_tgsiRob Clark2020-02-281-5/+6
* freedreno: Switch to using lowered image intrinsics.Eric Anholt2020-02-241-0/+3
* freedreno/registers: cleanup CP_SET_MARKERRob Clark2020-02-183-7/+7
* freedreno/a6xx: document some unknown bitsJonathan Marek2020-02-141-1/+1
* freedreno: name sysmem color/depth flush eventsJonathan Marek2020-02-145-12/+12
* freedreno: allow INVALID modifierRob Clark2020-02-131-0/+1
* freedreno/a6xx: fix Z24_UNORM_S8_UINT_AS_R8G8B8A8Jonathan Marek2020-02-131-1/+1
* freedreno/a6xx: use single format enumJonathan Marek2020-02-129-377/+361
* freedreno/a6xx: Implement layout for DRM_FORMAT_MOD_QCOM_COMPRESSEDKristian H. Kristensen2020-02-051-0/+58
* freedreno: Add layout_resource_for_modifier screen vfuncKristian H. Kristensen2020-02-052-32/+17
* freedreno: Set up supported modifiers in fd*_resource_screen_init()Kristian H. Kristensen2020-02-053-17/+8
* freedreno/a6xx: Add fd6_resource_screen_init()Kristian H. Kristensen2020-02-053-3/+11
* freedreno: Add CP_REG_WRITE documentationConnor Abbott2020-02-051-1/+1
* freedreno: allow ctx->batch to be NULLRob Clark2020-02-044-30/+2
* freedreno: Allow UBWC on textures with multiple mipmap levels.Eric Anholt2020-02-048-78/+29
* freedreno: Disable UBWC on Z24S8 if not TEXTURE_2D.Eric Anholt2020-02-041-3/+11
* freedreno: Blit all array levels when uncompressing UBWC.Eric Anholt2020-02-041-1/+4
* freedreno: Swap the whole resource layout in shadowing.Eric Anholt2020-02-041-5/+1
* freedreno/a6xx: Disable the core layer-size setup.Eric Anholt2020-02-042-6/+3
* freedreno: Rename the UBWC layer size field and store it as bytes.Eric Anholt2020-02-045-8/+8
* freedreno: Move the layout debug under FD_MESA_DEBUG=layout.Eric Anholt2020-02-044-9/+6
* gallium: Add and use a helper for packing uc from a color_union.Eric Anholt2020-02-042-14/+2
* freedreno/a6xx: fix lrz overflowRob Clark2020-02-011-8/+3
* freedreno: remove flush-queueRob Clark2020-01-2914-97/+24
* freedreno: add gmem_lockRob Clark2020-01-293-0/+18
* freedreno: add gmem state cacheRob Clark2020-01-295-102/+256
* freedreno: get GMEM state from batchRob Clark2020-01-297-59/+59
* freedreno/a2xx: constify gmem stateRob Clark2020-01-291-4/+4
* freedreno/a3xx: constify gmem stateRob Clark2020-01-291-9/+9
* freedreno/a4xx: constify gmem stateRob Clark2020-01-291-10/+10
* freedreno/a5xx: constify gmem stateRob Clark2020-01-291-10/+10
* freedreno/a6xx: constify gmem stateRob Clark2020-01-291-13/+13
* freedreno: constify fd_vsc_pipeRob Clark2020-01-295-9/+9
* freedreno: constify fd_tileRob Clark2020-01-298-29/+29
* freedreno: consolidate GMEM stateRob Clark2020-01-298-19/+24
* freedreno: extract vsc pipe bo from GMEM stateRob Clark2020-01-297-35/+32
* freedreno/a6xx: convert blend state to stateobjRob Clark2020-01-295-53/+54
* freedreno/a6xx: remove special handling based on MRT formatRob Clark2020-01-291-15/+1
* freedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLENDRob Clark2020-01-2916-111/+27
* compiler: add PERSP to the existing barycentric system valuesSamuel Pitoiset2020-01-294-7/+7
* freedreno: Document CP_COND_REG_EXEC moreConnor Abbott2020-01-241-8/+8
* freedreno: Fix OUT_REG() on address regs without a .bo supplied.Eric Anholt2020-01-231-0/+3
* freedreno: Stop scattered remapping of SSBOs/images to IBOs.Eric Anholt2020-01-216-32/+37
* nir: Drop the ssbo_offset to atomic lowering.Eric Anholt2020-01-211-1/+1
* freedreno/a6xx: add PROG_FB_RAST stateobjRob Clark2020-01-172-0/+6
* freedreno/a6xx: move dynamic program state to streaming stateobjRob Clark2020-01-174-44/+61
* freedreno/a6xx: drop a few more per-draw registersRob Clark2020-01-172-8/+23
* freedreno/a6xx: separate rast stateobj for prim restartRob Clark2020-01-177-37/+67
* freedreno/a6xx: cleanup rasterizer stateRob Clark2020-01-172-89/+54