summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_device.c
Commit message (Expand)AuthorAgeFilesLines
* anv: move to using vk_alloc helpers.Dave Airlie2016-10-191-13/+13
* anv: Make entrypoint resolution take a gen_device_infoJason Ekstrand2016-10-141-5/+4
* anv: Get rid of the ANV_CALL macroJason Ekstrand2016-10-141-1/+1
* anv: Get rid of metaJason Ekstrand2016-10-141-6/+0
* anv: Return correct result in EnumeratePhysicalDevicesNicolas Koch2016-10-111-0/+2
* anv: turn on samplerAnisotropy in VkPhysicalDeviceFeaturesLionel Landwerlin2016-10-101-1/+1
* anv: Move BindImageMemory to anv_image.cJason Ekstrand2016-10-071-20/+0
* anv: fix GetPhysicalDeviceProperties to return timestampPeriod in nsPhilipp Zabel2016-10-061-1/+1
* anv: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-15/+7
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-30/+29
* anv: device: calculate compute thread numbers using subslices numbersLionel Landwerlin2016-09-211-4/+39
* anv: Add initial blorp supportJason Ekstrand2016-09-131-0/+4
* intel: Rename brw_get_device_name/info to gen_get_device_name/infoJason Ekstrand2016-09-031-2/+2
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* anv: Rework pipeline cachingJason Ekstrand2016-08-301-1/+0
* anv: Add a struct for storing a compiled shaderJason Ekstrand2016-08-301-0/+3
* anv: Throw INCOMPATIBLE_DRIVER for non-fatal initialization errorsJason Ekstrand2016-08-221-5/+3
* anv: remove dummy VK_DEBUG_MARKER_EXT entry pointsmil Velikov2016-08-181-20/+0
* anv: automake: use VISIBILITY_CFLAGS to restrict symbol visibilityEmil Velikov2016-08-181-2/+4
* anv/x11: Add support for Xlib platformKevin Strasser2016-08-151-0/+6
* anv/device: Add limits for InterpolationOffsetAnuj Phogat2016-08-121-3/+3
* anv/device: Enable sample shading on gen7+Anuj Phogat2016-08-091-1/+1
* anv: Enable per sample shading on gen8+Anuj Phogat2016-07-281-1/+1
* anv: Enable independentBlend on gen7Jason Ekstrand2016-07-151-1/+1
* anv/device: Fix max buffer range limitsNanley Chery2016-07-151-2/+6
* anv: use cache uuid based on the build timestamp.Emil Velikov2016-07-051-2/+2
* anv: Use different BOs for different scratch sizes and stagesJason Ekstrand2016-06-221-2/+2
* anv: Add proper support for depth clampingJason Ekstrand2016-06-201-1/+1
* anv: Remove the PhysicalDeviceLimits FINISHMEJason Ekstrand2016-06-101-2/+0
* 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