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
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Move depth/stencil flushes so they actually do something
Kenneth Graunke
2019-03-11
2
-4
/
+5
*
st/dri: allow direct UYVY import
Christian Gmeiner
2019-03-11
1
-0
/
+2
*
iris: Fix TES gl_PatchVerticesIn handling.
Kenneth Graunke
2019-03-11
2
-3
/
+11
*
iris: Rework default tessellation level uploads
Kenneth Graunke
2019-03-11
2
-39
/
+33
*
iris: Face should be a system value.
Timur Kristóf
2019-03-11
1
-0
/
+1
*
vc4: Switch the post-RA scheduler over to the DAG datastructure.
Eric Anholt
2019-03-11
1
-110
/
+73
*
v3d: Use the DAG datastructure for QPU instruction scheduling.
Eric Anholt
2019-03-11
2
-117
/
+75
*
vc4: Reuse list_for_each_entry_rev().
Eric Anholt
2019-03-11
1
-2
/
+2
*
v3d: Reuse list_for_each_entry_rev().
Eric Anholt
2019-03-11
1
-2
/
+2
*
vc4: Switch over to using the DAG datastructure for QIR scheduling.
Eric Anholt
2019-03-11
1
-79
/
+55
*
util: Add a DAG datastructure.
Eric Anholt
2019-03-11
4
-0
/
+222
*
freedreno/a6xx: Remove extra parens
Kristian H. Kristensen
2019-03-11
1
-1
/
+1
*
freedreno: Use c_vis_args and no_override_init_args
Kristian H. Kristensen
2019-03-11
1
-1
/
+1
*
turnip: preliminary support for Wayland WSI
Chia-I Wu
2019-03-11
6
-1
/
+358
*
turnip: preliminary support for tu_GetImageSubresourceLayout
Chia-I Wu
2019-03-11
1
-5
/
+11
*
turnip: Use Vulkan 1.1 names instead of KHR
Chad Versace
2019-03-11
8
-100
/
+100
*
turnip: preliminary support for tu_CmdDraw
Chia-I Wu
2019-03-11
1
-0
/
+83
*
turnip: preliminary support for draw state binding
Chia-I Wu
2019-03-11
2
-4
/
+357
*
turnip: add draw_cs to tu_cmd_buffer
Chia-I Wu
2019-03-11
2
-3
/
+21
*
turnip: parse VkPipelineVertexInputStateCreateInfo
Chia-I Wu
2019-03-11
2
-0
/
+134
*
turnip: parse VkPipelineShaderStageCreateInfo
Chia-I Wu
2019-03-11
2
-0
/
+602
*
turnip: compile VkPipelineShaderStageCreateInfo
Chia-I Wu
2019-03-11
2
-0
/
+143
*
turnip: preliminary support for shader modules
Chia-I Wu
2019-03-11
5
-5
/
+411
*
turnip: parse VkPipeline{Multisample,ColorBlend}StateCreateInfo
Chia-I Wu
2019-03-11
3
-0
/
+355
*
turnip: parse VkPipelineDepthStencilStateCreateInfo
Chia-I Wu
2019-03-11
2
-2
/
+204
*
turnip: parse VkPipelineRasterizationStateCreateInfo
Chia-I Wu
2019-03-11
2
-0
/
+128
*
turnip: parse VkPipelineViewportStateCreateInfo
Chia-I Wu
2019-03-11
2
-1
/
+130
*
turnip: parse VkPipelineInputAssemblyStateCreateInfo
Chia-I Wu
2019-03-11
2
-0
/
+49
*
turnip: parse VkPipelineDynamicStateCreateInfo
Chia-I Wu
2019-03-11
1
-0
/
+46
*
turnip: create a less dummy pipeline
Chia-I Wu
2019-03-11
2
-30
/
+109
*
turnip: simplify tu_cs sub-streams usage
Chia-I Wu
2019-03-11
2
-7
/
+12
*
turnip: fix tu_cs sub-streams
Chia-I Wu
2019-03-11
1
-1
/
+5
*
turnip: tu_cs_emit_array
Chia-I Wu
2019-03-11
1
-0
/
+11
*
turnip: add tu_cs_discard_entries
Chia-I Wu
2019-03-11
1
-0
/
+11
*
turnip: more/better asserts for tu_cs
Chia-I Wu
2019-03-11
1
-2
/
+4
*
turnip: use 32-bit offset in tu_cs_entry
Chia-I Wu
2019-03-11
2
-2
/
+6
*
turnip: mark IBs for dumping
Chia-I Wu
2019-03-11
2
-3
/
+4
*
turnip: use the platform defines in vk.xml instead of hard-coding them
Eric Engestrom
2019-03-11
1
-4
/
+7
*
turnip: Add todo for copies.
Bas Nieuwenhuizen
2019-03-11
1
-0
/
+7
*
turnip: Add buffer->image DMA copies.
Bas Nieuwenhuizen
2019-03-11
1
-12
/
+195
*
turnip: Add image->buffer DMA copies.
Bas Nieuwenhuizen
2019-03-11
1
-12
/
+218
*
turnip: Implement buffer->buffer DMA copies.
Bas Nieuwenhuizen
2019-03-11
2
-9
/
+190
*
turnip: Add tu6_rb_fmt_to_ifmt.
Bas Nieuwenhuizen
2019-03-11
2
-0
/
+75
*
turnip: Make tu6_emit_event_write shared.
Bas Nieuwenhuizen
2019-03-11
2
-1
/
+7
*
turnip: Add buffer memory binding.
Bas Nieuwenhuizen
2019-03-11
2
-0
/
+14
*
turnip: respect color attachment formats
Chia-I Wu
2019-03-11
3
-22
/
+33
*
turnip: preliminary support for fences
Chia-I Wu
2019-03-11
4
-79
/
+412
*
turnip: fix VkClearValue packing
Chia-I Wu
2019-03-11
3
-46
/
+224
*
turnip: add support for VK_KHR_external_memory_{fd,dma_buf}
Chia-I Wu
2019-03-11
2
-1
/
+64
*
turnip: advertise VK_KHR_external_memory
Chia-I Wu
2019-03-11
1
-0
/
+1
[next]