aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-291-1/+2
* anv: implement VK_EXT_index_type_uint8Lionel Landwerlin2019-07-294-22/+66
* anv: Don't claim support for 24 and 48-bit formats on IVBJason Ekstrand2019-07-291-0/+8
* anv+tu+radv: delete unusable dev_icd.jsonEric Engestrom2019-07-261-13/+0
* anv: Disable transform feedback on gen7Jason Ekstrand2019-07-251-1/+1
* anv: Disable subgroup arithmetic on gen7Jason Ekstrand2019-07-251-3/+10
* anv: report HOST_ALLOCATION as supported for imagesArcady Goldmints-Orlov2019-07-251-0/+4
* anv: Implement VK_EXT_subgroup_size_controlJason Ekstrand2019-07-243-2/+46
* anv/pipeline: Plumb pipeline shader stage create flagsJason Ekstrand2019-07-241-12/+21
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-0/+2
* anv: Implement VK_KHR_imageless_framebufferSagar Ghuge2019-07-236-34/+68
* anv: fix use of comma operatorLionel Landwerlin2019-07-231-1/+1
* util: use standard name for snprintf()Eric Engestrom2019-07-191-4/+4