freedreno: Generate headers from xml files
[mesa.git] / src / freedreno / vulkan / tu_cmd_buffer.c
2019-07-10 Kristian H. Kristensenfreedreno: Generate headers from xml files
2019-04-25 Rob Clarkfreedreno: update generated headers
2019-03-11 Chad Versaceturnip: Use Vulkan 1.1 names instead of KHR
2019-03-11 Chia-I Wuturnip: preliminary support for tu_CmdDraw
2019-03-11 Chia-I Wuturnip: preliminary support for draw state binding
2019-03-11 Chia-I Wuturnip: add draw_cs to tu_cmd_buffer
2019-03-11 Chia-I Wuturnip: simplify tu_cs sub-streams usage
2019-03-11 Chia-I Wuturnip: mark IBs for dumping
2019-03-11 Bas Nieuwenhuizenturnip: Make tu6_emit_event_write shared.
2019-03-11 Chia-I Wuturnip: respect color attachment formats
2019-03-11 Chia-I Wuturnip: fix VkClearValue packing
2019-03-11 Chia-I Wuturnip: preliminary support for loadOp and storeOp
2019-03-11 Chia-I Wuturnip: add TU_CS_MODE_SUB_STREAM
2019-03-11 Chia-I Wuturnip: add tu_cs_sanity_check
2019-03-11 Chia-I Wuturnip: never fail tu_cs_begin/tu_cs_end
2019-03-11 Chia-I Wuturnip: specify initial size in tu_cs_init
2019-03-11 Chia-I Wuturnip: add tu_tiling_config
2019-03-11 Chia-I Wuturnip: emit HW init in tu_BeginCommandBuffer
2019-03-11 Chia-I Wuturnip: preliminary support for tu_CmdBeginRenderPass
2019-03-11 Chia-I Wuturnip: add tu_bo_list_merge
2019-03-11 Chia-I Wuturnip: build drm_msm_gem_submit_bo array directly
2019-03-11 Chia-I Wuturnip: minor cleanup to tu_cs_end
2019-03-11 Chia-I Wuturnip: add tu_cs_add_bo
2019-03-11 Chia-I Wuturnip: run sed and clang-format on tu_cs
2019-03-11 Bas Nieuwenhuizenturnip: Move stream functions to tu_cs.c
2019-03-11 Bas Nieuwenhuizenturnip: Add emit functions in a header.
2019-03-11 Bas Nieuwenhuizenturnip: Shorten primary_cmd_stream name.
2019-03-11 Bas Nieuwenhuizenturnip: Fill command buffer
2019-03-11 Bas Nieuwenhuizenturnip: Make bo_list functions not static
2019-03-11 Bas Nieuwenhuizenturnip: Add a command stream.
2019-03-11 Bas Nieuwenhuizenturnip: Implement a slow bo list
2019-03-11 Chia-I Wuturnip: add .clang-format
2019-03-11 Chad Versaceturnip: Fix 'unused' warnings
2019-03-11 Chad Versaceturnip: Fix indentation in function signatures
2019-03-11 Bas Nieuwenhuizenturnip: Add driver skeleton (v2)