index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
freedreno
/
vulkan
/
tu_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
turnip: more descriptor sets
Jonathan Marek
2019-10-15
1
-7
/
+8
*
turnip: push constants
Jonathan Marek
2019-10-15
1
-1
/
+1
*
turnip: depth/stencil
Jonathan Marek
2019-10-15
1
-0
/
+1
*
turnip: improve CmdCopyImage and implement CmdBlitImage
Jonathan Marek
2019-10-15
1
-0
/
+2
*
turnip: Set up the correct tiling mode for small attachments.
Eric Anholt
2019-10-15
1
-0
/
+3
*
turnip: Drop unused tu_pack_clear_value() return.
Eric Anholt
2019-10-15
1
-1
/
+1
*
turnip: update setup_slices
Jonathan Marek
2019-10-15
1
-0
/
+3
*
turnip: fix segmentation fault in events
Jonathan Marek
2019-10-15
1
-1
/
+1
*
turnip: Add a .editorconfig and .dir-locals.el
Eric Anholt
2019-09-27
1
-1
/
+0
*
turnip: emit texture and uniform state
Jonathan Marek
2019-09-26
1
-0
/
+10
*
turnip: add some shader information in pipeline state
Jonathan Marek
2019-09-26
1
-0
/
+16
*
turnip: lower samplers and uniform buffer indices
Jonathan Marek
2019-09-26
1
-0
/
+11
*
turnip: basic descriptor sets (uniform buffer and samplers)
Jonathan Marek
2019-09-26
1
-2
/
+4
*
turnip: implement image view descriptor
Jonathan Marek
2019-09-26
1
-2
/
+3
*
turnip: implement sampler state
Jonathan Marek
2019-09-26
1
-0
/
+7
*
freedreno: Move msm_drm.h to the same spot as other DRM uapi.
Eric Anholt
2019-05-14
1
-1
/
+1
*
turnip: preliminary support for Wayland WSI
Chia-I Wu
2019-03-11
1
-0
/
+8
*
turnip: Use Vulkan 1.1 names instead of KHR
Chad Versace
2019-03-11
1
-2
/
+2
*
turnip: preliminary support for draw state binding
Chia-I Wu
2019-03-11
1
-3
/
+21
*
turnip: add draw_cs to tu_cmd_buffer
Chia-I Wu
2019-03-11
1
-0
/
+1
*
turnip: parse VkPipelineVertexInputStateCreateInfo
Chia-I Wu
2019-03-11
1
-0
/
+16
*
turnip: parse VkPipelineShaderStageCreateInfo
Chia-I Wu
2019-03-11
1
-0
/
+2
*
turnip: compile VkPipelineShaderStageCreateInfo
Chia-I Wu
2019-03-11
1
-0
/
+5
*
turnip: preliminary support for shader modules
Chia-I Wu
2019-03-11
1
-3
/
+55
*
turnip: parse VkPipeline{Multisample,ColorBlend}StateCreateInfo
Chia-I Wu
2019-03-11
1
-0
/
+8
*
turnip: parse VkPipelineDepthStencilStateCreateInfo
Chia-I Wu
2019-03-11
1
-0
/
+16
*
turnip: parse VkPipelineRasterizationStateCreateInfo
Chia-I Wu
2019-03-11
1
-0
/
+17
*
turnip: parse VkPipelineViewportStateCreateInfo
Chia-I Wu
2019-03-11
1
-1
/
+12
*
turnip: parse VkPipelineInputAssemblyStateCreateInfo
Chia-I Wu
2019-03-11
1
-0
/
+6
*
turnip: create a less dummy pipeline
Chia-I Wu
2019-03-11
1
-10
/
+2
*
turnip: use 32-bit offset in tu_cs_entry
Chia-I Wu
2019-03-11
1
-1
/
+1
*
turnip: Add tu6_rb_fmt_to_ifmt.
Bas Nieuwenhuizen
2019-03-11
1
-0
/
+6
*
turnip: Make tu6_emit_event_write shared.
Bas Nieuwenhuizen
2019-03-11
1
-0
/
+6
*
turnip: Add buffer memory binding.
Bas Nieuwenhuizen
2019-03-11
1
-0
/
+3
*
turnip: respect color attachment formats
Chia-I Wu
2019-03-11
1
-1
/
+15
*
turnip: preliminary support for fences
Chia-I Wu
2019-03-11
1
-7
/
+20
*
turnip: fix VkClearValue packing
Chia-I Wu
2019-03-11
1
-35
/
+2
*
turnip: add functions to import/export prime fd
Chia-I Wu
2019-03-11
1
-0
/
+13
*
turnip: preliminary support for loadOp and storeOp
Chia-I Wu
2019-03-11
1
-2
/
+5
*
turnip: add TU_CS_MODE_SUB_STREAM
Chia-I Wu
2019-03-11
1
-0
/
+10
*
turnip: add tu_cs_mode
Chia-I Wu
2019-03-11
1
-27
/
+51
*
turnip: add tu_cs_sanity_check
Chia-I Wu
2019-03-11
1
-3
/
+1
*
turnip: specify initial size in tu_cs_init
Chia-I Wu
2019-03-11
1
-0
/
+2
*
turnip: add tu_tiling_config
Chia-I Wu
2019-03-11
1
-0
/
+34
*
turnip: preliminary support for tu_GetRenderAreaGranularity
Chia-I Wu
2019-03-11
1
-0
/
+2
*
turnip: emit HW init in tu_BeginCommandBuffer
Chia-I Wu
2019-03-11
1
-1
/
+10
*
turnip: add tu_cs_reserve_space(_assert)
Chia-I Wu
2019-03-11
1
-0
/
+3
*
turnip: preliminary support for tu_CmdBeginRenderPass
Chia-I Wu
2019-03-11
1
-0
/
+5
*
turnip: preliminary support for tu_image_view_init
Chia-I Wu
2019-03-11
1
-2
/
+8
*
turnip: preliminary support for tu_BindImageMemory2
Chia-I Wu
2019-03-11
1
-0
/
+4
[next]