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
/
intel
/
vulkan
/
anv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Add support for new MMAP_OFFSET ioctl.
Rafael Antognolli
2020-04-20
1
-1
/
+8
*
anv: Add anv_device parameter to anv_gem_munmap.
Rafael Antognolli
2020-04-20
1
-1
/
+2
*
util/os_file: extend os_read_file to return the file size
Pierre-Eric Pelloux-Prayer
2020-03-24
1
-1
/
+1
*
anv: Stop fetching the timestamp frequency ourselves
Jason Ekstrand
2020-03-24
1
-13
/
+0
*
anv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
Jason Ekstrand
2020-03-07
1
-10
/
+45
*
anv: Rework CCS memory handling on TGL-LP
Jason Ekstrand
2020-01-25
1
-3
/
+20
*
anv: Make anv_vma_alloc/free a lot dumber
Jason Ekstrand
2020-01-25
1
-52
/
+21
*
anv: Delete a redundant calculation
Jason Ekstrand
2020-01-25
1
-3
/
+0
*
intel/compiler: Split has_64bit_types into float/int
Matt Turner
2020-01-22
1
-2
/
+2
*
anv: don't report error with other vendor DRM devices
Lionel Landwerlin
2020-01-21
1
-4
/
+11
*
anv: Allow enumerating multiple physical devices
Jason Ekstrand
2020-01-20
1
-70
/
+70
*
anv: Re-arrange physical_device_init
Jason Ekstrand
2020-01-20
1
-23
/
+27
*
anv: Drop separate chipset_id fields
Jason Ekstrand
2020-01-20
1
-9
/
+7
*
anv: Move the physical device dispatch table to anv_instance
Jason Ekstrand
2020-01-20
1
-6
/
+5
*
anv: Drop the instance pointer from anv_device
Jason Ekstrand
2020-01-20
1
-5
/
+7
*
anv: Take an anv_device in vk_errorf
Jason Ekstrand
2020-01-20
1
-31
/
+28
*
anv: Add an anv_physical_device field to anv_device
Jason Ekstrand
2020-01-20
1
-27
/
+16
*
anv: Enable Vulkan 1.2 support
Iván Briano
2020-01-15
1
-5
/
+5
*
anv: Implement the new core version property queries
Jason Ekstrand
2020-01-15
1
-152
/
+261
*
anv: Implement the new core version feature queries
Jason Ekstrand
2020-01-15
1
-56
/
+156
*
vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first
Jason Ekstrand
2020-01-14
1
-0
/
+1
*
anv: Memset array properties
Jason Ekstrand
2020-01-13
1
-0
/
+5
*
anv: Don't over-advertise descriptor indexing features
Jason Ekstrand
2020-01-13
1
-15
/
+17
*
anv: Drop unneeded struct keywords
Jason Ekstrand
2020-01-03
1
-1
/
+1
*
anv: Properly advertise sampledImageIntegerSampleCounts
Jason Ekstrand
2019-12-24
1
-1
/
+1
*
anv: Export filter_minmax support only when it's really supported
Iván Briano
2019-12-16
1
-1
/
+1
*
ANV: Stop advertising smoothLines support on gen10+
Jason Ekstrand
2019-12-10
1
-1
/
+9
*
anv: fix incorrect VMA alignment for CCS main surfaces
Lionel Landwerlin
2019-12-10
1
-3
/
+14
*
anv: Return VK_ERROR_OUT_OF_DEVICE_MEMORY for too-large buffers
Jason Ekstrand
2019-12-06
1
-0
/
+9
*
anv: Use submit-time implicit sync instead of allocate-time
Jason Ekstrand
2019-12-06
1
-13
/
+0
*
anv: Implement VK_KHR_buffer_device_address
Jason Ekstrand
2019-12-05
1
-7
/
+52
*
anv: Use a pNext loop in AllocateMemory
Jason Ekstrand
2019-12-05
1
-25
/
+45
*
anv: Add allocator support for client-visible addresses
Jason Ekstrand
2019-12-05
1
-3
/
+36
*
anv: Add an explicit_address parameter to anv_device_alloc_bo
Jason Ekstrand
2019-12-05
1
-2
/
+7
*
anv: Stop advertising two heaps just for the VF cache WA
Jason Ekstrand
2019-12-05
1
-63
/
+6
*
anv: Set up VMA heaps independently from memory heaps
Jason Ekstrand
2019-12-05
1
-29
/
+15
*
anv: Stop tracking VMA allocations
Jason Ekstrand
2019-12-05
1
-11
/
+5
*
anv: Disallow allocating above heap sizes
Jason Ekstrand
2019-12-05
1
-9
/
+27
*
anv: Don't leak when set_tiling fails
Jason Ekstrand
2019-12-05
1
-3
/
+4
*
anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA
Jason Ekstrand
2019-12-05
1
-5
/
+9
*
anv: Add a has_softpin boolean
Jason Ekstrand
2019-12-05
1
-2
/
+3
*
anv: Drop bo_flags from anv_bo_pool
Jason Ekstrand
2019-12-05
1
-7
/
+1
*
anv: Respect the always_flush_cache driconf option
Jason Ekstrand
2019-12-03
1
-0
/
+7
*
anv: Rework push constant handling
Jason Ekstrand
2019-11-18
1
-1
/
+1
*
intel/compiler: Add a flag to avoid compacting push constants
Jason Ekstrand
2019-11-18
1
-0
/
+1
*
anv: Use mocs settings from isl_dev.
Rafael Antognolli
2019-11-12
1
-1
/
+1
*
anv: implement VK_KHR_timeline_semaphore
Lionel Landwerlin
2019-11-11
1
-0
/
+14
*
anv: prepare driver to report submission error through queues
Lionel Landwerlin
2019-11-11
1
-2
/
+24
*
anv: allow NULL batch parameter to anv_queue_submit_simple_batch
Lionel Landwerlin
2019-11-11
1
-10
/
+2
*
anv: move queue init/finish to anv_queue.c
Lionel Landwerlin
2019-11-11
1
-22
/
+11
[next]