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
Commit message (
Expand
)
Author
Age
Files
Lines
*
turnip: Fix vkCmdCopyQueryPoolResults with available flag
20.0-branchpoint
Brian Ho
2020-01-30
1
-46
/
+52
*
turnip: Fix vkGetQueryPoolResults with available flag
Brian Ho
2020-01-30
1
-22
/
+30
*
turnip: Free event->bo on vkDestroyEvent
Brian Ho
2020-01-30
1
-0
/
+2
*
turnip: hook up cmdbuffer event set/wait
Jonathan Marek
2020-01-29
1
-16
/
+42
*
turnip: remove unused descriptor state dirty
Alejandro PiƱeiro
2020-01-29
2
-2
/
+0
*
tu: Fix binning address setup after pack macros change.
Eric Anholt
2020-01-29
1
-1
/
+2
*
turnip: Enable occlusionQueryPrecise
Brian Ho
2020-01-29
1
-1
/
+1
*
compiler: add PERSP to the existing barycentric system values
Samuel Pitoiset
2020-01-29
1
-4
/
+4
*
turnip: Fix issues in tu_compute_pipeline_create() that may lead to crash
Eduardo Lima Mitev
2020-01-29
1
-7
/
+9
*
turnip: Remove failed command buffer from pool
Eduardo Lima Mitev
2020-01-29
1
-1
/
+3
*
turnip: Implement vkCmdCopyQueryPoolResults for occlusion queries
Brian Ho
2020-01-24
1
-0
/
+111
*
turnip: Implement vkCmdResetQueryPool
Brian Ho
2020-01-24
1
-0
/
+38
*
turnip: Implement vkGetQueryPoolResults for occlusion queries
Brian Ho
2020-01-24
1
-0
/
+125
*
turnip: Update query availability on render pass end
Brian Ho
2020-01-24
4
-9
/
+44
*
turnip: Implement vkCmdEndQuery for occlusion queries
Brian Ho
2020-01-24
1
-0
/
+82
*
turnip: Implement vkCmdBeginQuery for occlusion queries
Brian Ho
2020-01-24
1
-0
/
+68
*
turnip: Implement vkCreateQueryPool for occlusion queries
Brian Ho
2020-01-24
1
-0
/
+52
*
turnip: Update tu_query_pool with turnip-specific fields
Brian Ho
2020-01-24
1
-4
/
+3
*
freedreno: Document CP_COND_REG_EXEC more
Connor Abbott
2020-01-24
1
-4
/
+4
*
turnip: Convert the rest of tu_cmd_buffer.c over to the new pack macros.
Eric Anholt
2020-01-23
1
-112
/
+96
*
turnip: Convert renderpass setup to the new register packing macros.
Eric Anholt
2020-01-23
2
-182
/
+188
*
turnip: Port krh's packing macros from freedreno to tu.
Eric Anholt
2020-01-23
4
-17
/
+107
*
turnip: Fix execution of secondary cmd bufs with nothing in primary.
Eric Anholt
2020-01-23
1
-6
/
+2
*
turnip: simplify tu_physical_device_get_format_properties
Jonathan Marek
2020-01-23
1
-24
/
+12
*
vulkan/wsi: remove unused image_get_modifier
Jonathan Marek
2020-01-23
1
-16
/
+0
*
turnip: set linear tiling for scanout images
Jonathan Marek
2020-01-23
1
-0
/
+5
*
turnip: hook up GetImageDrmFormatModifierPropertiesEXT
Jonathan Marek
2020-01-23
2
-0
/
+24
*
turnip: Add support for fine derivatives.
Eric Anholt
2020-01-23
1
-1
/
+6
*
turnip: Add support for uniform texel buffers.
Eric Anholt
2020-01-23
4
-12
/
+55
*
turnip: Add support for non-zero (still constant) UBO buffer indices.
Eric Anholt
2020-01-22
1
-2
/
+3
*
turnip: fix array/matrix varyings
Jonathan Marek
2020-01-21
1
-2
/
+2
*
turnip: remove tu_sort_variables_by_location
Jonathan Marek
2020-01-21
1
-48
/
+0
*
turnip: Disable UBWC on images used as storage images.
Eric Anholt
2020-01-21
1
-0
/
+12
*
turnip: Add limited support for storage images.
Eric Anholt
2020-01-21
6
-19
/
+116
*
turnip: Refactor the intrinsic lowering.
Eric Anholt
2020-01-21
1
-35
/
+48
*
turnip: Fix some whitespace around binary operators.
Eric Anholt
2020-01-21
1
-3
/
+3
*
freedreno: Stop scattered remapping of SSBOs/images to IBOs.
Eric Anholt
2020-01-21
3
-17
/
+33
*
turnip: Refactor linkage state setup.
Eric Anholt
2020-01-21
1
-20
/
+20
*
turnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORY
Hyunjun Ko
2020-01-21
1
-0
/
+3
*
vulkan/wsi: Use the interface from the real modifiers extension
Jason Ekstrand
2020-01-17
2
-12
/
+14
*
turnip: Pretend to support Vulkan 1.2
Jason Ekstrand
2020-01-15
3
-13
/
+13
*
turnip: Use VK_NULL_HANDLE instead of NULL.
Bas Nieuwenhuizen
2020-01-02
1
-1
/
+1
*
turnip: disable B8G8R8 vertex formats
Jonathan Marek
2019-12-19
1
-6
/
+6
*
turnip: minor warning fixes
Jonathan Marek
2019-12-19
2
-2
/
+2
*
turnip: implement secondary command buffers
Jonathan Marek
2019-12-19
3
-2
/
+62
*
turnip: compute gmem offsets at renderpass creation time
Jonathan Marek
2019-12-19
4
-66
/
+82
*
turnip: emit_compute_driver_params fixes
Jonathan Marek
2019-12-19
1
-17
/
+14
*
turnip: emit base instance vs driver param
Jonathan Marek
2019-12-19
1
-0
/
+53
*
freedreno/registers: document vertex/instance id offset bits
Jonathan Marek
2019-12-19
1
-1
/
+1
*
freedreno/a6xx: RB6_R8G8B8 is actually 32 bit RGBX
Kristian H. Kristensen
2019-12-19
1
-1
/
+1
[next]