index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: handle VK_QUEUE_FAMILY_IGNORED in image transitions (v3)
Dave Airlie
2017-02-02
4
-12
/
+15
*
radv: Enable VK_KHR_shader_draw_parameters.
Bas Nieuwenhuizen
2017-02-01
2
-0
/
+5
*
radv: Pass draw index to shader.
Bas Nieuwenhuizen
2017-02-01
1
-5
/
+9
*
radv: Enable Float64 support.
Bas Nieuwenhuizen
2017-02-01
2
-1
/
+2
*
radv/geom: check if esgs and gsvs ring exists before filling geom rings
Dave Airlie
2017-01-31
1
-3
/
+6
*
radv: enable geometryShader and multiViewport capabilities.
Dave Airlie
2017-01-31
1
-2
/
+2
*
radv: handle layer export from vs->fs properly
Dave Airlie
2017-01-31
1
-0
/
+14
*
radv: emit esgs itemsize register.
Dave Airlie
2017-01-31
1
-0
/
+2
*
radv: handle prim id inputs to fragment shader.
Dave Airlie
2017-01-31
1
-1
/
+15
*
radv: emit geometry shaders to hardware
Dave Airlie
2017-01-31
1
-2
/
+96
*
radv: emit geometry ring size and pointers via preamble (v2)
Dave Airlie
2017-01-31
3
-11
/
+230
*
radv: add gs ring size calculations to pipeline.
Dave Airlie
2017-01-31
2
-0
/
+34
*
radv: add pipeline creation support for geometry shaders (v2.1)
Dave Airlie
2017-01-31
3
-8
/
+124
*
radv: emit vertex shader to correct hw block.
Dave Airlie
2017-01-31
1
-1
/
+20
*
radv: extend shader stage code to cover geometry shaders.
Dave Airlie
2017-01-31
1
-8
/
+22
*
radv: move hw vertex shader emit to separate function
Dave Airlie
2017-01-31
1
-29
/
+40
*
radv: fixup ia multi vgt param code to handle geom shaders.
Dave Airlie
2017-01-31
1
-11
/
+9
*
radv: add code to set gs_table_depth.
Dave Airlie
2017-01-31
2
-0
/
+35
*
radv: add small helper to denote when a geom shader is in the pipeline.
Dave Airlie
2017-01-31
1
-0
/
+5
*
radv: Prevent Coverity warning
Robert Foss
2017-01-30
1
-0
/
+2
*
radv: handle transfer_write as a dst flag.
Dave Airlie
2017-01-31
1
-0
/
+1
*
radv: Expose VK_KHR_maintenance1
Andres Rodriguez
2017-01-30
1
-0
/
+4
*
radv: Fix vkCmdCopyImage for 2d slices into 3d Images
Andres Rodriguez
2017-01-30
1
-1
/
+4
*
radv: Expose transfer format features.
Bas Nieuwenhuizen
2017-01-30
1
-0
/
+11
*
radv: Don't allow any operations on non-supported depth/stencil formats.
Bas Nieuwenhuizen
2017-01-30
1
-4
/
+5
*
radv: use new error codes for AllocateDescriptorSets
Andres Rodriguez
2017-01-30
1
-1
/
+1
*
radv: vkAllocateCommandBuffers should NULL all output handles
Andres Rodriguez
2017-01-30
1
-0
/
+3
*
radv: add trim command pool stub
Andres Rodriguez
2017-01-30
1
-0
/
+7
*
radv: Handle command buffers that need scratch memory.
Bas Nieuwenhuizen
2017-01-30
3
-6
/
+199
*
radv: Track scratch usage across pipelines & command buffers.
Bas Nieuwenhuizen
2017-01-30
4
-8
/
+119
*
radv/ac: Add compiler support for spilling.
Bas Nieuwenhuizen
2017-01-30
1
-1
/
+2
*
radv/amdgpu: Support a preamble CS.
Bas Nieuwenhuizen
2017-01-30
4
-15
/
+56
*
radv: drop support for VK_AMD_NEGATIVE_VIEWPORT_HEIGHT
Andres Rodriguez
2017-01-28
1
-4
/
+0
*
radv: implement VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2
Dave Airlie
2017-01-28
2
-1
/
+73
*
radv: use proper maximum slice for layered view
Dave Airlie
2017-01-28
1
-2
/
+4
*
radv: automake: Don't install vk_platform.h or vulkan.h.
Emil Velikov
2017-01-27
1
-3
/
+1
*
radv: add missing extension errors in vk_errorf()
Eric Engestrom
2017-01-27
1
-0
/
+6
*
radv: add missing core errors in vk_errorf()
Eric Engestrom
2017-01-27
1
-0
/
+4
*
radv: program a default point size.
Dave Airlie
2017-01-25
1
-1
/
+2
*
radv: don't resubmit the same cs over and over while tracing
Grazvydas Ignotas
2017-01-23
1
-2
/
+1
*
radv: fix include order for installed headers v2
Andres Rodriguez
2017-01-19
1
-4
/
+4
*
radv: disable vertex reuse when writing viewport index
Dave Airlie
2017-01-18
1
-0
/
+2
*
radv: add support for layered clears (v2)
Dave Airlie
2017-01-18
1
-6
/
+22
*
radv: add support for writing layer/viewport index (v2)
Dave Airlie
2017-01-18
1
-1
/
+5
*
radv/meta: split color renderpass creation out.
Dave Airlie
2017-01-17
1
-38
/
+49
*
radv: Support multiple devices.
Bas Nieuwenhuizen
2017-01-16
2
-44
/
+19
*
radv: Get physical device from radv_device instead of the instance.
Bas Nieuwenhuizen
2017-01-16
9
-49
/
+50
*
radv/meta: consolidate the depth stencil clear renderpasses
Dave Airlie
2017-01-17
2
-41
/
+48
*
radv: generate entrypoints from vk.xml
Lionel Landwerlin
2017-01-14
2
-60
/
+56
*
radv: make device extension setup dynamic
Andres Rodriguez
2017-01-14
2
-65
/
+130
[next]