glsl: Enable derivative builtins for NV_compute_shader_derivatives
[mesa.git] / src / freedreno /
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-03-30 Rob Clarkfreedreno/ir3: convert to "new style" frag inputs
2019-03-30 Rob Clarkfreedreno/ir3: add pass to move varying loads
2019-03-30 Rob Clarkfreedreno/ir3: rework varying packing
2019-03-30 Rob Clarkfreedreno/ir3: re-indent comment
2019-03-28 Rob Clarkfreedreno/ir3: reads/writes to unrelated arrays are...
2019-03-28 Rob Clarkfreedreno/ir3: sched fix
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Add workaround for VS samgq
2019-03-28 Kristian H. Kristensenfreedreno/ir3: Don't access beyond available regs
2019-03-27 Kristian H. Kristensenfreedreno/ir3: Push UBOs to constant file
2019-03-27 Kristian H. Kristensenfreedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Fix operand order for DSX/DSY
2019-03-26 Kristian H. Kristensenfreedreno/ir3: Track whether shader needs derivatives
2019-03-22 Samuel Pitoisetspirv,nir: lower frexp_exp/frexp_sig inside a new NIR...
2019-03-22 Rob Clarkfreedreno/ir3: disable early-z for SSBO/image writes
2019-03-22 Rob Clarkfreedreno/ir3: rename has_kill to no_earlyz
2019-03-21 Rob Clarkfreedreno/ir3: dynamic UBO indexing vs 64b pointers
2019-03-21 Rob Clarkfreedreno/ir3: fix bit_count
2019-03-21 Rob Clarkfreedreno/ir3: additional lowering
2019-03-21 Rob Clarkfreedreno/ir3: optimize sam.s2en to sam
2019-03-21 Rob Clarkfreedreno/ir3: enable indirect tex/samp (sam.s2en)
2019-03-21 Rob Clarkfreedreno/ir3: find # of samplers from uniform vars
2019-03-21 Rob Clarkfreedreno/ir3: fix regmask for merged regs
2019-03-21 Rob Clarkfreedreno/ir3: fix sam.s2en encoding
2019-03-21 Rob Clarkfreedreno/ir3: fix sam.s2en decoding
2019-03-21 Rob Clarkfreedreno/ir3/ra: fix half-class conflicts
2019-03-21 Rob Clarkfreedreno/ir3 better cat6 encoding detection
2019-03-21 Jason Ekstrandanv,radv,turnip: Lower TG4 offsets with nir_lower_tex
2019-03-20 Rob Clarkfreedreno/ir3/a6xx: fix ssbo comp_swap
2019-03-16 Bas Nieuwenhuizenturnip: Deconflict vk_format_table regeneration
2019-03-16 Bas Nieuwenhuizenturnip: Fix GCC compiles.
2019-03-15 Rob Clarkfreedreno/ir3/cp: fix ldib bug
2019-03-13 Eduardo Lima Mitevir3/lower_io_offsets: Try propagate SSBO's SHR into...
2019-03-13 Eduardo Lima Mitevir3/compiler: Enable lower_io_offsets pass and handle...
2019-03-13 Eduardo Lima Mitevir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'
2019-03-11 Chia-I Wuturnip: preliminary support for Wayland WSI
2019-03-11 Chia-I Wuturnip: preliminary support for tu_GetImageSubresourceL...
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: parse VkPipelineVertexInputStateCreateInfo
2019-03-11 Chia-I Wuturnip: parse VkPipelineShaderStageCreateInfo
2019-03-11 Chia-I Wuturnip: compile VkPipelineShaderStageCreateInfo
2019-03-11 Chia-I Wuturnip: preliminary support for shader modules
2019-03-11 Chia-I Wuturnip: parse VkPipeline{Multisample,ColorBlend}StateCr...
2019-03-11 Chia-I Wuturnip: parse VkPipelineDepthStencilStateCreateInfo
2019-03-11 Chia-I Wuturnip: parse VkPipelineRasterizationStateCreateInfo
2019-03-11 Chia-I Wuturnip: parse VkPipelineViewportStateCreateInfo
2019-03-11 Chia-I Wuturnip: parse VkPipelineInputAssemblyStateCreateInfo
2019-03-11 Chia-I Wuturnip: parse VkPipelineDynamicStateCreateInfo
2019-03-11 Chia-I Wuturnip: create a less dummy pipeline
2019-03-11 Chia-I Wuturnip: simplify tu_cs sub-streams usage
2019-03-11 Chia-I Wuturnip: fix tu_cs sub-streams
2019-03-11 Chia-I Wuturnip: tu_cs_emit_array
2019-03-11 Chia-I Wuturnip: add tu_cs_discard_entries
2019-03-11 Chia-I Wuturnip: more/better asserts for tu_cs
2019-03-11 Chia-I Wuturnip: use 32-bit offset in tu_cs_entry
2019-03-11 Chia-I Wuturnip: mark IBs for dumping
2019-03-11 Eric Engestromturnip: use the platform defines in vk.xml instead...
2019-03-11 Bas Nieuwenhuizenturnip: Add todo for copies.
2019-03-11 Bas Nieuwenhuizenturnip: Add buffer->image DMA copies.
2019-03-11 Bas Nieuwenhuizenturnip: Add image->buffer DMA copies.
2019-03-11 Bas Nieuwenhuizenturnip: Implement buffer->buffer DMA copies.
2019-03-11 Bas Nieuwenhuizenturnip: Add tu6_rb_fmt_to_ifmt.
2019-03-11 Bas Nieuwenhuizenturnip: Make tu6_emit_event_write shared.
2019-03-11 Bas Nieuwenhuizenturnip: Add buffer memory binding.
2019-03-11 Chia-I Wuturnip: respect color attachment formats
2019-03-11 Chia-I Wuturnip: preliminary support for fences
2019-03-11 Chia-I Wuturnip: fix VkClearValue packing
2019-03-11 Chia-I Wuturnip: add support for VK_KHR_external_memory_{fd...
2019-03-11 Chia-I Wuturnip: advertise VK_KHR_external_memory
2019-03-11 Chia-I Wuturnip: advertise VK_KHR_external_memory_capabilities
2019-03-11 Chia-I Wuturnip: add functions to import/export prime fd
2019-03-11 Chad Versaceturnip: Fix error behavior for VkPhysicalDeviceExternal...
2019-03-11 Chia-I Wuturnip: add a more complete format table
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_mode
2019-03-11 Chia-I Wuturnip: provide both emit_ib and emit_call
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_cs_{reserve,add}_entry
2019-03-11 Chia-I Wuturnip: add internal helpers for tu_cs
2019-03-11 Chia-I Wuturnip: add tu_tiling_config
2019-03-11 Chia-I Wuturnip: preliminary support for tu_GetRenderAreaGranularity
2019-03-11 Chia-I Wuturnip: emit HW init in tu_BeginCommandBuffer
2019-03-11 Chia-I Wuturnip: add tu_cs_reserve_space(_assert)
2019-03-11 Chad Versaceturnip: Annotate vkGetImageSubresourceLayout with tu_stub
2019-03-11 Chia-I Wuturnip: preliminary support for tu_CmdBeginRenderPass
2019-03-11 Chia-I Wuturnip: preliminary support for tu_image_view_init
2019-03-11 Chia-I Wuturnip: preliminary support for tu_BindImageMemory2
2019-03-11 Chia-I Wuturnip: add cmdbuf->bo_list to bo_list in queue submit
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: add more tu_cs helpers
2019-03-11 Chia-I Wuturnip: inline tu_cs_check_space
2019-03-11 Chia-I Wuturnip: update cs->start in tu_cs_end
2019-03-11 Chia-I Wuturnip: minor cleanup to tu_cs_end
next