summaryrefslogtreecommitdiff
path: root/src/freedreno
AgeCommit message (Expand)AuthorFilesLines
2021-03-17ir3: fix has_src() to return correctly in ir3_nir_lower_tex_prefetchHyunjun Ko1-1/+1
2021-03-11turnip: Remove unused TU_DEBUG_IR3 flagMatt Turner2-2/+0
2020-12-23turnip: use ir3_compiler_destroy instead of ralloc_freeHyunjun Ko1-1/+1
2020-12-21ir3: Allow tesselation to use all 32 varying slotsDanylo Piliaiev2-2/+2
2020-12-17tu: pCounterBuffers can be NULL in vkCmd*TransformFeedbackEXT()Danylo Piliaiev1-2/+2
2020-12-17tu: Ignore pTessellationState if there is no tesselation shadersDanylo Piliaiev1-3/+4
2020-12-10turnip: no linear_to_srgb for alpha channel for gmem clear value packingJonathan Marek1-1/+1
2020-12-09turnip: always set LRZ registers to zero for 3d clear/blitJonathan Marek1-4/+5
2020-12-09turnip: move up LRZ invalidate in CmdClearAttachmentsJonathan Marek1-7/+7
2020-12-09turnip: always emit LRZ draw state in DIRTY_DRAW_STATE pathJonathan Marek1-2/+1
2020-12-02freedreno: Add missing dependency to buildDaniel Stone1-0/+1
2020-12-01freedreno/a6xx: Fix typo in height alignment calculation in a6xx layoutDanylo Piliaiev1-1/+1
2020-11-17turnip: Close sync_fd only if it is a valid file descriptor.Vinson Lee1-4/+4
2020-11-17freedreno: Fix leak of shader binary on disk cache hits.Eric Anholt1-1/+1
2020-11-17freedreno/ir3: Fix crash in shader compile fail pathRob Clark1-1/+1
2020-11-13turnip: Fix file descriptor return.Vinson Lee1-2/+0
2020-11-06turnip: Fix image size for 3D vkGetImageSubresourceLayout.Eric Anholt1-1/+1
2020-11-05tu: Make sure spirv_to_nir knows we support imageStorageWithoutFormat.Eric Anholt1-0/+2
2020-11-05turnip: enable VK_EXT_image_drm_format_modifierJonathan Marek4-75/+105
2020-11-05turnip: don't always fallback to linear for mutable formatsJonathan Marek2-23/+34
2020-11-05turnip: remove unnecessary/redundant tu_image fieldsJonathan Marek4-71/+50
2020-11-05turnip: remove useless tu_image assertsJonathan Marek1-26/+0
2020-11-05turnip: LAYOUT_PREINITIALIZED is not different for optimal tilingJonathan Marek1-5/+1
2020-11-05turnip: don't implement CreateImage as two separate functionsJonathan Marek1-235/+220
2020-11-03nir: Add and use some deref mode helpersJason Ekstrand1-1/+1
2020-11-03nir/builder: Add a nir_ieq_imm helperJason Ekstrand2-3/+3
2020-11-03android: freedreno: Add freedreno_dev_info.[ch] to Makefile.sourcesMarijn Suijten1-2/+4
2020-11-03tu: Support rasterizerDiscardEnable and RasterizationStreamSelectConnor Abbott4-6/+15
2020-11-03tu: Support geometryStreamsConnor Abbott3-18/+47
2020-11-03ir3: Support geometry streamsConnor Abbott2-0/+15
2020-11-03freedreno/a6xx: Update SO registers for streamsConnor Abbott6-54/+87
2020-11-02turnip: rework android gralloc path so it doesn't call tu_image_createJonathan Marek3-51/+58
2020-11-02tu: Use freedreno_dev_infoConnor Abbott8-58/+32
2020-11-02freedreno: Introduce common device info structConnor Abbott3-0/+186
2020-10-27Fix VMware capitalization.Vinson Lee1-1/+1
2020-10-23freedreno/a6xx: Implement user clip/cull distancesConnor Abbott4-2/+13
2020-10-23tu: Implement clip/cull distancesConnor Abbott3-6/+34
2020-10-23ir3: Handle clip+cull distancesConnor Abbott2-4/+50
2020-10-23ir3: Switch tess lowering to use locationConnor Abbott5-152/+197
2020-10-20turnip: Add error path handling for descriptor pool init.Eric Anholt1-4/+11
2020-10-20turnip: Handle the error path for tu/drm's vkResetFences().Eric Anholt1-1/+4
2020-10-20turnip: Handle some error paths in allocating CS space from a command buffer.Eric Anholt2-5/+20
2020-10-20freedreno/fdperf: Silence a compiler warning about current counter.Eric Anholt1-1/+1
2020-10-20freedreno/tools: Fix compiler warnings about using sz in the error paths.Eric Anholt2-2/+6
2020-10-20freedreno/cffdec: Fix format overflow warning.Eric Anholt1-1/+1
2020-10-19turnip: Only link libdrm in the DRM case, not KGSL.Eric Anholt1-1/+1
2020-10-19turnip: Don't link the WSI code if we don't have a WSI extension.Eric Anholt2-2/+22
2020-10-19turnip: Use Mesa's libsync.h instead of libdrm's libsync.h.Eric Anholt2-1/+2
2020-10-19turnip: Drop a dead error checking path in device init.Eric Anholt1-5/+0
2020-10-08turnip: Add support for GetSwapchainGrallocUsage2ANDROID().Eric Anholt1-9/+68