aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: fix descriptor limits on gen8Arcady Goldmints-Orlov2019-09-192-4/+6
* anv: enable VK_KHR_shader_float_controls and SPV_KHR_float_controlsSamuel Iglesias Gonsálvez2019-09-173-0/+33
* vulkan: add vk_x11_strict_image_count optionLionel Landwerlin2019-09-151-0/+1
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-151-1/+3
* intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WMAnuj Phogat2019-09-111-0/+11
* intel/blorp: Use wide formats for nicely aligned stencil clearsJason Ekstrand2019-09-061-0/+14
* anv: add support for vk_x11_override_min_image_countEric Engestrom2019-09-061-0/+3
* anv: add support for driconfEric Engestrom2019-09-064-3/+19
* anv,iris: L3ALLOC register replaces L3CNTLREG for gen12Jordan Justen2019-09-061-3/+13
* anv: Bump maxComputeWorkgroupSizeJason Ekstrand2019-09-061-4/+6
* intel: Stop redirecting state cache to command streamer cache sectionKenneth Graunke2019-09-061-12/+0
* anv: fix format string in error messageEric Engestrom2019-09-041-1/+1
* anv: Build for gen12Jordan Justen2019-08-285-1/+25
* intel/fs: Drop the gl_program from fs_visitorJason Ekstrand2019-08-251-2/+2
* anv: Only re-emit non-dynamic state that has changed.Rafael Antognolli2019-08-232-24/+50
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-211-4/+8
* anv: inline uniforms blocks don't count toward descriptor set limitsArcady Goldmints-Orlov2019-08-201-0/+23
* anv: Properly initialize device->slice_hash.Rafael Antognolli2019-08-151-2/+2
* anv/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.Rafael Antognolli2019-08-123-0/+78
* anv: Implement VK_KHR_pipeline_executable_propertiesJason Ekstrand2019-08-125-4/+295
* anv: Add a ralloc context to anv_pipelineJason Ekstrand2019-08-123-0/+9
* anv: Force a full re-compile when CAPTURE_INTERNAL_REPRESENTATION_TEXT is setJason Ekstrand2019-08-123-57/+75
* anv/pipeline: Split setting up per-stage keys into its own loopJason Ekstrand2019-08-121-3/+8
* anv: Record shader compile stats in the pipeline cacheJason Ekstrand2019-08-124-9/+59
* anv/pipeline: Stash generated code in the pipeline stageJason Ekstrand2019-08-121-42/+47
* intel/compiler: Fill a compiler statistics structJason Ekstrand2019-08-121-6/+7
* anv/gen9: Optimize slice and subslice load balancing behavior.Francisco Jerez2019-08-124-0/+109
* anv: Implement VK_EXT_subgroup_size_control version 2Jason Ekstrand2019-08-122-1/+9
* anv: add missing `break`Eric Engestrom2019-08-091-0/+1
* anv: drop unused codeLionel Landwerlin2019-08-091-17/+0
* anv/android: disable shared representable image support explicitlyTapani Pälli2019-08-091-0/+10
* anv: add MAP_POPULATE fallback define for portabilityGreg V2019-08-081-0/+4
* anv: remove unused Linux-specific includeGreg V2019-08-081-1/+0
* anv,i965,iris: deduplicate setting of total_sharedRhys Perry2019-08-081-2/+0
* anv: use derefs for shared memory accessRhys Perry2019-08-081-4/+19
* anv: support GetSwapchainGrallocUsage2ANDROID for AndroidTapani Pälli2019-08-082-22/+84
* util: add anon_file.h for all memfd/temp file usageGreg V2019-08-072-35/+8
* meson,i965: Link with android deps when building for android.Bas Nieuwenhuizen2019-08-071-4/+2
* anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DJason Ekstrand2019-08-061-0/+19
* anv: Implement VK_EXT_line_rasterizationJason Ekstrand2019-08-068-12/+211
* anv: Use dirty bits for dynamic state trackingJason Ekstrand2019-08-063-23/+64
* anv: Advertise the right line width range on gen9 and CHVJason Ekstrand2019-08-061-1/+5
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-4/+6
* anv: use initialization routine for gen_device_infoMark Janes2019-08-011-15/+7
* intel/common: provide common ioctl routineMark Janes2019-08-011-50/+39
* intel: add a couple of ASSERTEDEric Engestrom2019-07-311-1/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-314-7/+7
* anv: drop MAYBE_UNUSED varEric Engestrom2019-07-311-4/+1
* intel: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-311-1/+1
* intel: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-313-4/+4