turnip: remove duplicated stage2opcode and stage2shaderdb
[mesa.git] / src / freedreno / vulkan / tu_cmd_buffer.c
2020-06-15 Jonathan Marekturnip: remove duplicated stage2opcode and stage2shaderdb
2020-06-12 Jonathan Marekturnip: add emit renderpass cache flushes for sysmem...
2020-06-09 Eric Anholtturnip: Fix crashes in compute with no descriptors...
2020-06-09 Connor Abbotttu: Rewrite flushing to use barriers
2020-06-09 Connor Abbotttu: Remove useless event_write helpers
2020-06-09 Connor Abbotttu: Don't actually track seqno's for events
2020-06-09 Connor Abbotttu: Remove useless post-binning flushes
2020-06-04 Eric Anholtturnip: Simplify vertex buffer bindings.
2020-06-04 Eric Anholtturnip: Don't bother clamping VB size.
2020-06-04 Eric Anholtturnip: Move vertex buffer bindings to SET_DRAW_STATE.
2020-05-14 Connor Abbotttu: Move RENDER_COMPONENTS setting to pipeline state
2020-05-05 Joshua Ashtonturnip: Remove RANGE_SIZE usage
2020-04-28 Rob Clarkfreedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2
2020-04-25 Connor Abbotttu: Don't invert point coords
2020-04-25 Connor Abbotttu: Implement PrimID passthrough
2020-04-25 Connor Abbottfreedreno/a6xx: Document PrimID passthrough registers
2020-04-24 Jonathan Marekturnip: add adreno 650
2020-04-24 Jonathan Marekturnip: use RESOLVE_TS event
2020-04-23 Hyunjun Koturnip : Fix wrong offset calculation for xfb buffer.
2020-04-22 Jonathan Marekturnip: implement VK_EXT_sample_locations
2020-04-22 Jonathan Marekturnip: enable VK_FORMAT_S8_UINT as stencil format
2020-04-22 Jonathan Marekturnip: improve GMEM load/store logic
2020-04-21 Jonathan Marekturnip: fix GMEM resolve in CmdNextSubpass
2020-04-17 Connor Abbotttu: Use tu_cs_add_entries() with non-render-pass second...
2020-04-16 Jonathan Marekturnip: image_view rework
2020-04-16 Jonathan Marekturnip: compute render_components/srgb_cntl at renderpa...
2020-04-16 Connor Abbotttu: Align GMEM resolve blit scissor
2020-04-15 Brian Hofreedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LA...
2020-04-15 Brian Hoturnip: Emit geometry shader descriptor consts
2020-04-15 Brian Hoturnip: Correctly set layer stride for 3D images
2020-04-09 Connor Abbotttu: Emit CP_LOAD_STATE6 for descriptors
2020-04-09 Connor Abbotttu: Switch to the bindless descriptor model
2020-04-09 Connor Abbottir3: Rewrite UBO push analysis to support bindless
2020-04-09 Connor Abbotttu: ir3: Emit push constants directly
2020-04-09 Jonathan Marekturnip: new clear/blit implementation with shader path...
2020-04-09 Jonathan Marekturnip: use dirty bits for dynamic viewport/scissor...
2020-04-09 Jonathan Marekturnip: split up gmem/tile alignment
2020-04-09 Jonathan Marekturnip: RB_CCU_CNTL fixes
2020-04-09 Jonathan Marekfreedreno/registers: add RB_CCU_CNTL bitfields
2020-04-09 Jonathan Marekturnip: use buffer size instead of bo size for VFD_FETC...
2020-04-09 Jonathan Marekturnip: improve vertex input handling
2020-04-07 Brian Hoturnip: Enable geometry shaders for CP_DRAWs
2020-04-07 Brian Hoturnip: Selectively configure GRAS_LAYER_CNTL
2020-04-02 Connor Abbottfreedreno: Rename RB_DONE_TS
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: Implement an empty function vkCmdDrawIndirectBy...
2020-03-12 Hyunjun Koturnip: Implement stream-out emit and vkApis for transf...
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-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: move some constant state to tu6_init_hw
2020-02-28 Jonathan Marekturnip: rework format table to support r5g5b5a1_unorm...
2020-02-26 Eric Anholtturnip: Fix compiler warning about casting a nondispatc...
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-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: 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: Sysmem rendering
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 magic register values to tu_physical_device
2020-02-12 Jonathan Marekfreedreno/a6xx: use single format enum
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: Rename the UBWC layer size field and store...
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 Eduardo Lima Mitevturnip: Remove failed command buffer from pool
2020-01-24 Brian Hoturnip: Update query availability on render pass end
2020-01-24 Connor Abbottfreedreno: Document CP_COND_REG_EXEC more
2020-01-23 Eric Anholtturnip: Convert the rest of tu_cmd_buffer.c over to...
2020-01-23 Eric Anholtturnip: Convert renderpass setup to the new register...
2020-01-23 Eric Anholtturnip: Port krh's packing macros from freedreno to tu.
2020-01-21 Eric Anholtturnip: Add limited support for storage images.
2020-01-21 Eric Anholtfreedreno: Stop scattered remapping of SSBOs/images...
2020-01-15 Jason Ekstrandturnip: Pretend to support Vulkan 1.2
2019-12-19 Jonathan Marekturnip: implement secondary command buffers
2019-12-19 Jonathan Marekturnip: compute gmem offsets at renderpass creation...
2019-12-19 Jonathan Marekturnip: emit_compute_driver_params fixes
2019-12-19 Jonathan Marekturnip: emit base instance vs driver param
2019-12-19 Jonathan Marekfreedreno/registers: document vertex/instance id offset...
2019-12-19 Jonathan Marekturnip: add cache invalidate to fix input attachment...
next