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
/
amd
/
vulkan
/
radv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: store the dispatch initiator into the device
Samuel Pitoiset
2017-12-14
1
-0
/
+10
*
radv: Don't use local BOs when allocating with export options.
Bas Nieuwenhuizen
2017-12-10
1
-1
/
+3
*
radv: track different status of a command buffer
Samuel Pitoiset
2017-12-08
1
-0
/
+2
*
radv: Add LLVM version to the device name string
Alex Smith
2017-12-07
1
-25
/
+36
*
radv: fix a case statement in GetMemoryFdPropertiesKHR
Fredrik Höglund
2017-12-06
1
-1
/
+1
*
radv/wsi: drop allocate memory special case
Dave Airlie
2017-12-04
1
-10
/
+6
*
radv: Move wsi initialization later in physical_device_init
Jason Ekstrand
2017-12-04
1
-6
/
+7
*
radv/image: Implement the wsi "extension"
Jason Ekstrand
2017-12-04
1
-0
/
+6
*
radv: Implement VK_EXT_external_memory_dma_buf
Jason Ekstrand
2017-12-04
1
-10
/
+22
*
radv: do not set DISABLE_LSB_CEIL on GFX9
Samuel Pitoiset
2017-11-30
1
-1
/
+1
*
radv: remove set but unnecessary radv_color_buffer_info::micro_tile_mode
Samuel Pitoiset
2017-11-30
1
-1
/
+0
*
radv: do not store gfx9_epitch in radv_color_buffer_info
Samuel Pitoiset
2017-11-30
1
-3
/
+0
*
radv: Use the suffixed versions of VK_QUEUE_GLOBAL_PRIORITY_*
Jason Ekstrand
2017-11-27
1
-4
/
+4
*
radv: it isn't an error to not support a format or driver
Dave Airlie
2017-11-16
1
-1
/
+1
*
radv: use an unsigned 32-bit integer for radv_queue::family_index
Samuel Pitoiset
2017-11-15
1
-1
/
+1
*
radv: force enable LLVM sisched for The Talos Principle
Samuel Pitoiset
2017-11-14
1
-0
/
+20
*
radv: add nosisched debug option
Samuel Pitoiset
2017-11-14
1
-0
/
+9
*
radv: Free temporary syncobj after waiting on it.
Bas Nieuwenhuizen
2017-11-14
1
-4
/
+18
*
radv: Free syncobj with multiple imports.
Bas Nieuwenhuizen
2017-11-14
1
-2
/
+8
*
radv: use vk_zalloc instead of vk_alloc+memset
Samuel Pitoiset
2017-11-13
1
-9
/
+5
*
radv: remove useless memset() in radv_CreateFence()
Samuel Pitoiset
2017-11-13
1
-1
/
+0
*
radv: use vk_error() everywhere an error is returned
Samuel Pitoiset
2017-11-13
1
-18
/
+18
*
amd/addrlib: update to latest version
Marek Olšák
2017-11-08
1
-1
/
+0
*
radv: wrap cs_add_buffer in an inline. (v2)
Dave Airlie
2017-11-06
1
-7
/
+7
*
radv: Don't expose heaps with 0 memory.
Bas Nieuwenhuizen
2017-11-02
1
-52
/
+83
*
radv: make sure we set buffers as shareable properly.
Dave Airlie
2017-11-02
1
-2
/
+5
*
radv: Implement VK_AMD_shader_info
Alex Smith
2017-10-29
1
-0
/
+9
*
radv: add support for local bos. (v3)
Dave Airlie
2017-10-26
1
-8
/
+12
*
radv: Fix truncation issue hexifying the cache uuid for the disk cache.
Bas Nieuwenhuizen
2017-10-25
1
-2
/
+2
*
radv: use device name in cache creation like radeonsi.
Dave Airlie
2017-10-25
1
-2
/
+3
*
radv: disable implicit sync for radv allocated bos v3
Andres Rodriguez
2017-10-21
1
-0
/
+3
*
radv: factor out radv_alloc_memory
Andres Rodriguez
2017-10-21
1
-5
/
+14
*
radv: Expose VK_EXT_global_priority
Andres Rodriguez
2017-10-21
1
-0
/
+2
*
radv: Implement VK_EXT_global_priority
Andres Rodriguez
2017-10-21
1
-3
/
+29
*
radv: enable GS on GFX9
Bas Nieuwenhuizen
2017-10-20
1
-3
/
+1
*
radv: Enable tessellation shaders for GFX9.
Bas Nieuwenhuizen
2017-10-20
1
-1
/
+1
*
radv: Set correct registers for merged shader rings.
Bas Nieuwenhuizen
2017-10-19
1
-12
/
+24
*
radv: port to using updated anv entrypoint/extension generator.
Dave Airlie
2017-10-17
1
-266
/
+5
*
radv: enable VK_KHX_multiview always.
Dave Airlie
2017-10-17
1
-4
/
+4
*
radv: add has_clear_state and enable it on CIK+ only
Samuel Pitoiset
2017-10-12
1
-0
/
+5
*
radv: create on-disk shader cache
Timothy Arceri
2017-10-12
1
-0
/
+13
*
radv: remove duplicate debug_flags field
Timothy Arceri
2017-10-12
1
-3
/
+1
*
radv: export KHR_relaxed_block_layout
Dave Airlie
2017-10-10
1
-0
/
+4
*
radv: add radv_htile_enabled() helper
Samuel Pitoiset
2017-10-06
1
-3
/
+2
*
radv: Enable VK_KHR_maintenance2 extension.
Bas Nieuwenhuizen
2017-10-06
1
-0
/
+4
*
radv: Implement querying the point clipping behavior.
Bas Nieuwenhuizen
2017-10-06
1
-0
/
+6
*
radv: Implement TC compatible HTILE.
Bas Nieuwenhuizen
2017-10-04
1
-2
/
+26
*
radv: add radv_vi_dcc_enabled() helper
Samuel Pitoiset
2017-10-02
1
-1
/
+1
*
radv: init the trace BO before compiling meta shaders
Samuel Pitoiset
2017-09-25
1
-5
/
+5
*
radv: make use of ATI_VENDOR_ID everywhere
Samuel Pitoiset
2017-09-25
1
-2
/
+2
[next]