aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_device.c
Commit message (Expand)AuthorAgeFilesLines
* automake: move the git_sha1.h rule a level upEmil Velikov2016-05-301-1/+1
* anv: bail out if anv_wsi_init() failsEmil Velikov2016-05-301-1/+3
* anv: Try the first 8 render nodes instead of just renderD128Jason Ekstrand2016-05-271-4/+10
* anv: strdup the device path into the physical deviceJason Ekstrand2016-05-271-1/+3
* anv: Enable textureCompressionASTC_LDR on Gen9+Nanley Chery2016-05-201-1/+1
* anv/device: Add a boolean for robust buffer accessJason Ekstrand2016-05-191-0/+3
* anv/device: Fix viewportBoundsRangeNanley Chery2016-05-181-1/+1
* anv/wsi: Make WSI per-physical-device rather than per-instanceJason Ekstrand2016-05-171-6/+3
* anv: Don't advertise shaderImageGatherExtendedJason Ekstrand2016-05-121-1/+1
* anv: factor out the X11/XCB buildEmil Velikov2016-05-011-0/+2
* anv: kill of custom define HAVE_WAYLAND_PLATFORMEmil Velikov2016-05-011-1/+1
* anv/device: Set the compressed texture feature flags correctlyNanley Chery2016-04-271-2/+3
* anv: s/anv_batch_emit_blk/anv_batch_emit/Jason Ekstrand2016-04-201-4/+4
* anv/device: Use the new emit macroJason Ekstrand2016-04-201-4/+4
* anv/device: Images are only enabled in scalar stagesJason Ekstrand2016-04-151-2/+2
* anv: Advertise vertexPipelineStoresAndAtomics based on scalar stagesJason Ekstrand2016-04-151-1/+5
* 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