aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_device.c
Commit message (Expand)AuthorAgeFilesLines
* anv/gen7: Save kernel command parser versionJordan Justen2016-03-281-0/+11
* anv/device: Advertise version 1.0.5Jason Ekstrand2016-03-221-1/+1
* anv/device: Ignore the patch portion of the requested API versionJason Ekstrand2016-03-221-1/+1
* anv/batch_chain: Fall back to growing batches when chaining isn't availableJason Ekstrand2016-03-211-0/+7
* anv/allocator: Make the bo_pool dynamically sizedJason Ekstrand2016-03-181-3/+2
* anv/allocator: Add a size field to bo_pool_allocJason Ekstrand2016-03-181-2/+2
* anv/device: Flush the fence batch rather than the start of the BOJason Ekstrand2016-03-151-1/+1
* anv: Store CPU-side fence information in the BOJason Ekstrand2016-03-071-18/+15
* anv/device: Up device limits for 3D and array texture dimensionsNanley Chery2016-03-071-2/+2
* anv/device: Actually free the CPU-side fence struct againJason Ekstrand2016-03-071-0/+1
* anv: Create fences from the batch BO poolJason Ekstrand2016-03-061-8/+2
* anv: Don't advertise pipelineStatisticsQueryKristian Høgsberg Kristensen2016-02-291-1/+1
* anv: Use isl to fill buffer surface statesJason Ekstrand2016-02-271-18/+6
* anv/device: Properly handle apiVersion == 0Jason Ekstrand2016-02-251-3/+8
* anv: Zero out the WSI array when initializing the instanceJason Ekstrand2016-02-201-0/+2
* Move the intel vulkan driver to src/intel/vulkanJason Ekstrand2016-02-181-0/+1789