turnip: Enable geometryShader device feature
[mesa.git] / src / freedreno / vulkan /
2020-04-07 Brian Hoturnip: Enable geometryShader device feature
2020-04-07 Brian Hoturnip: Enable geometry shaders for CP_DRAWs
2020-04-07 Brian Hoturnip: Populate tu_pipeline.active_stages
2020-04-07 Brian Hoturnip: Update maxGeometryShaderInvocations to match...
2020-04-07 Brian Hoturnip: Selectively configure GRAS_LAYER_CNTL
2020-04-07 Brian Hoturnip: Set up REG_A6XX_SP_GS_CONFIG
2020-04-07 Brian Hoturnip: Configure VFD_CONTROL with gsheader and primitiveid
2020-04-07 Brian Hoturnip: Configure VPC for geometry shaders
2020-04-07 Brian Hoturnip: Emit geometry shader obj and related consts
2020-04-07 Brian Hoturnip: Set has_gs in ir3_shader_key
2020-04-03 Brian Hoturnip: Advertise 8 bit subpixel precision
2020-04-02 Connor Abbottfreedreno: Rename RB_DONE_TS
2020-03-31 Connor Abbotttu: Return the correct alignment for images
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-24 Jonathan Marekturnip: implement depth clamp
2020-03-24 Jonathan Marekturnip: fix znear clipping
2020-03-24 Jonathan Marekfreedreno/registers: more GRAS_CL_CNTL bits, Z_CLAMP
2020-03-21 Eduardo Lima Mitevturnip: Instance can be NULL resolving 'GetInstanceProc...
2020-03-18 Hyunjun Koturnip: Do gathering xfb info after nir_remove_dead_var...
2020-03-18 Hyunjun Koturnip: Fix wrong assignment of xfb output's offset.
2020-03-17 Connor Abbotttu: Fix border color with compute shaders
2020-03-16 Connor Abbotttu: Rewrite border color handling
2020-03-12 Hyunjun Koturnip: Add tu6_control struct.
2020-03-12 Hyunjun Koturnip: Enable VK_EXT_transform_feedback
2020-03-12 Hyunjun Koturnip: Implement an empty function vkCmdDrawIndirectBy...
2020-03-12 Hyunjun Koturnip: Implement stream-out emit and vkApis for transf...
2020-03-12 Hyunjun Koturnip: Setup stream-output when linking program
2020-03-12 Hyunjun Koturnip: Define structs for transform feedback
2020-03-12 Hyunjun Koturnip: Gather information for transform feedback
2020-03-05 Jonathan Marekturnip: fix tile->slot calculation
2020-03-05 Jonathan Marekturnip: improve binning pipe layout config
2020-03-04 Hyunjun Koturnip: support indirect draw
2020-03-03 Brian Hoturnip: Execute main cs for secondary command buffers
2020-03-03 Brian Hoturnip: Promote tu_cs_get_size/is_empty to header
2020-02-28 Jonathan Marekturnip: increase array sizes in tu_descriptor_map
2020-02-28 Jonathan Marekturnip: fall back to sysmem when attachments don't...
2020-02-28 Jonathan Marekturnip: remove unnecessary fb size check
2020-02-28 Jonathan Marekturnip: don't hardcode gmem base for input attachment
2020-02-28 Jonathan Marekturnip: fix srgb MRT
2020-02-28 Jonathan Marekturnip: fix hw binning + render_area offset interaction
2020-02-28 Jonathan Marekturnip: minify image_view extent
2020-02-28 Jonathan Marekturnip: remove unecessary MRT_CONTROL fill
2020-02-28 Jonathan Marekturnip: move some constant state to tu6_init_hw
2020-02-28 Jonathan Marekturnip: check the right alignment requirement on shader...
2020-02-28 Jonathan Marekturnip: add r5g5b5a1_unorm/b5g5r5a1_unorm formats
2020-02-28 Jonathan Marekturnip: rework format table to support r5g5b5a1_unorm...
2020-02-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-26 Eric Anholtturnip: Fix compiler warning about casting a nondispatc...
2020-02-26 Jonathan Marekturnip: enable fullDrawIndexUint32/independentBlend...
2020-02-26 Jonathan Marekturnip: enable sampleRateShading feature
2020-02-24 Jonathan Marekturnip: move tile_load_ib/sysmem_clear_ib into draw_cs
2020-02-24 Jonathan Marekturnip: make cond_exec helper easier to use
2020-02-24 Jonathan Marekturnip: remove marker seqno
2020-02-24 Jonathan Marekturnip: automatically reserve cmdstream space in emit_p...
2020-02-24 Jonathan Marekturnip: add tu_device pointer to tu_cs
2020-02-24 Jonathan Marekturnip: fix COND_EXEC reserved size in tu_query
2020-02-24 Eric Anholtfreedreno: Switch to using lowered image intrinsics.
2020-02-24 Eduardo Lima Mitevturnip/pipeline: Don't assume tu_shader is a valid...
2020-02-19 Jonathan Marekturnip: add option to force use of hw binning
2020-02-18 Rob Clarkfreedreno/registers: cleanup CP_SET_MARKER
2020-02-14 Jonathan Marekfreedreno/a6xx: document some unknown bits
2020-02-14 Jonathan Marekfreedreno: name sysmem color/depth flush events
2020-02-13 Connor Abbotttu: Force sysmem with mipmapped non-aligned linear...
2020-02-13 Connor Abbotttu: Support input attachments with sysmem
2020-02-13 Connor Abbotttu: Support resolve ops with sysmem rendering
2020-02-13 Connor Abbotttu: Handle vkCmdClearAttachments() with sysmem
2020-02-13 Connor Abbotttu: Add helper for CP_COND_REG_EXEC
2020-02-13 Connor Abbotttu: Sysmem rendering
2020-02-13 Connor Abbotttu: Disable linear depth attachments
2020-02-13 Connor Abbotttu: Support multisample image clears
2020-02-13 Connor Abbotttu/blit: Support blits in secondary cmdstreams
2020-02-13 Connor Abbotttu: Properly set UBWC flags in RB_RENDER_CNTL
2020-02-13 Connor Abbotttu: Don't emit initial render target state in tile_load_ib
2020-02-12 Chad Versaceturnip: Add a618 support
2020-02-12 Chad Versaceturnip: Add magic register values to tu_physical_device
2020-02-12 Jonathan Marekfreedreno/a6xx: use single format enum
2020-02-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-02-05 Connor Abbotttu: Move vsc_data and vsc_data2 allocation into the...
2020-02-05 Connor Abbottfreedreno: Add CP_REG_WRITE documentation
2020-02-04 Eric Anholtfreedreno: Allow UBWC on textures with multiple mipmap...
2020-02-04 Eric Anholtfreedreno: Rename the UBWC layer size field and store...
2020-02-04 Kristian H. Kristensenturnip: Be explicit about converting vk compare func...
2020-01-30 Brian Hoturnip: Fix vkCmdCopyQueryPoolResults with available...
2020-01-30 Brian Hoturnip: Fix vkGetQueryPoolResults with available flag
2020-01-30 Brian Hoturnip: Free event->bo on vkDestroyEvent
2020-01-29 Jonathan Marekturnip: hook up cmdbuffer event set/wait
2020-01-29 Alejandro Piñeiroturnip: remove unused descriptor state dirty
2020-01-29 Eric Anholttu: Fix binning address setup after pack macros change.
2020-01-29 Brian Hoturnip: Enable occlusionQueryPrecise
2020-01-29 Samuel Pitoisetcompiler: add PERSP to the existing barycentric system...
2020-01-29 Eduardo Lima Mitevturnip: Fix issues in tu_compute_pipeline_create()...
2020-01-29 Eduardo Lima Mitevturnip: Remove failed command buffer from pool
2020-01-24 Brian Hoturnip: Implement vkCmdCopyQueryPoolResults for occlusi...
2020-01-24 Brian Hoturnip: Implement vkCmdResetQueryPool
2020-01-24 Brian Hoturnip: Implement vkGetQueryPoolResults for occlusion...
2020-01-24 Brian Hoturnip: Update query availability on render pass end
2020-01-24 Brian Hoturnip: Implement vkCmdEndQuery for occlusion queries
2020-01-24 Brian Hoturnip: Implement vkCmdBeginQuery for occlusion queries
2020-01-24 Brian Hoturnip: Implement vkCreateQueryPool for occlusion queries
2020-01-24 Brian Hoturnip: Update tu_query_pool with turnip-specific fields
next