index
:
~jwrdegoede/mesa
clover-tgsi-wip
master
Hans' mesa repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-09
radv: Create single RADV_DEBUG env var.
Bas Nieuwenhuizen
1
-19
/
+26
2017-01-09
radv: Dump command buffer on hang.
Bas Nieuwenhuizen
1
-9
/
+73
2016-12-31
anv,radv: disable StorageImageWriteWithoutFormat for now
Ilia Mirkin
1
-1
/
+1
2016-12-25
radv: return count of queue families written
Damien Grassart
1
-1
/
+4
2016-12-23
radv: set some proper values for interp offset limits.
Dave Airlie
1
-3
/
+3
2016-12-23
radv: bump texel offsets to align with radeonsi
Dave Airlie
1
-4
/
+4
2016-12-22
radv: enable shaderStorageImageExtendedFormats
Dave Airlie
1
-1
/
+1
2016-12-22
radv: enable shaderGatherImageExtended
Dave Airlie
1
-1
/
+1
2016-12-18
radv: Use correct workgroup size limits.
Bas Nieuwenhuizen
1
-4
/
+4
2016-12-18
radv: expose the compute queue
Dave Airlie
1
-11
/
+41
2016-12-18
radv: Create an empty CS per ring type.
Bas Nieuwenhuizen
1
-6
/
+19
2016-12-18
radv: add semaphore support
Dave Airlie
1
-8
/
+21
2016-12-18
radv: pass queue index into winsys submission
Dave Airlie
1
-2
/
+2
2016-12-18
radv/winsys: Make WaitIdle queue aware.
Bas Nieuwenhuizen
1
-2
/
+8
2016-12-18
radv: start fixing up queue allocate for multiple queues
Dave Airlie
1
-11
/
+41
2016-12-17
radv: handle fence allocation failing
Dave Airlie
1
-1
/
+4
2016-12-09
radv: Use enum for memory types.
Bas Nieuwenhuizen
1
-28
/
+13
2016-12-09
radv: Use enum for memory heaps.
Bas Nieuwenhuizen
1
-8
/
+10
2016-11-29
radv: Initialize the shader_stats_dump flag.
Bas Nieuwenhuizen
1
-0
/
+1
2016-11-29
anv: set maxFragmentDualSrcAttachments to 1
Dave Airlie
1
-1
/
+1
2016-11-28
radv: don't return VK_SUCCESS if radv_device_get_cache_uuid() fails
Emil Velikov
1
-0
/
+2
2016-11-28
radv: don't leak the fd if radv_physical_device_init() succeeds
Emil Velikov
1
-0
/
+1
2016-11-27
radv: honour the number of properties available
Emil Velikov
1
-11
/
+7
2016-11-27
radv: drop the return type for radv_queue_init()
Mun Gwan-gyeong
1
-3
/
+1
2016-11-24
radv: add support for VK_AMD_draw_indirect_count
Fredrik Höglund
1
-0
/
+4
2016-11-24
radv: add support for VK_AMD_negative_viewport_height
Fredrik Höglund
1
-0
/
+4
2016-11-24
radv: add support for VK_KHR_sampler_mirror_clamp_to_edge
Fredrik Höglund
1
-0
/
+4
2016-11-24
radv: add support for anisotropic filtering on SI-CI
Fredrik Höglund
1
-9
/
+2
2016-11-22
radv: add support for shader stats dump
Dave Airlie
1
-0
/
+1
2016-11-22
radv: Incorporate GPU family into cache UUID.
Bas Nieuwenhuizen
1
-3
/
+5
2016-11-22
radv: Use library mtime for cache UUID.
Bas Nieuwenhuizen
1
-4
/
+32
2016-11-22
radv: Store UUID in physical device.
Bas Nieuwenhuizen
1
-8
/
+10
2016-11-09
radv: use correct .specVersion for extensions
Emil Velikov
1
-4
/
+4
2016-11-09
radv: fix GetFenceStatus for signaled fences
Dave Airlie
1
-0
/
+2
2016-11-03
radv: add support for anisotropic filtering on VI+
Fredrik Höglund
1
-3
/
+27
2016-11-02
radv: expose xlib platform extension
Dave Airlie
1
-0
/
+6
2016-10-28
radv: split the device local memory heap into two
Fredrik Höglund
1
-5
/
+10
2016-10-28
radv: add a write-combining host-local memory type
Fredrik Höglund
1
-4
/
+13
2016-10-26
radv: mark the fence as submitted and signalled in vkAcquireNextImageKHR
Fredrik Höglund
1
-6
/
+0
2016-10-19
radv: move to using shared vk_alloc inlines.
Dave Airlie
1
-19
/
+19
2016-10-13
radv: Return correct result in EnumeratePhysicalDevices
Nicolas Koch
1
-0
/
+2
2016-10-12
radv: check driver name before calling amdgpu.
Dave Airlie
1
-0
/
+16
2016-10-12
radv: fix memory leak from physical device if wsi fails
Dave Airlie
1
-1
/
+3
2016-10-07
radv: Skip already signalled fences.
Gustaw Smolarczyk
1
-3
/
+3
2016-10-07
radv: add initial non-conformant radv vulkan driver
Dave Airlie
1
-0
/
+1782
[prev]