summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv: Disable transform feedback on gen7Jason Ekstrand2019-07-261-1/+1
* anv: report HOST_ALLOCATION as supported for imagesArcady Goldmints-Orlov2019-07-261-0/+4
* intel/compiler: don't use a keyword struct for a class fs_regAndrii Simiklit2019-07-251-1/+1
* anv: fix use of comma operatorLionel Landwerlin2019-07-241-1/+1
* intel/fs: Stop stack allocating large arraysJason Ekstrand2019-07-231-6/+12
* anv: fix alphaToCoverage when there is no color attachmentSamuel Iglesias Gonsálvez2019-07-181-10/+33
* anv: fix format mapping for depth/stencil formatsLionel Landwerlin2019-07-181-0/+3
* anv: report timestampComputeAndGraphics trueLionel Landwerlin2019-07-181-1/+1
* anv: Account for dynamic stencil write disables in the PMA fixJason Ekstrand2019-07-171-0/+2
* nir,intel: Add support for lowering 64-bit nir_opt_extract_*Jason Ekstrand2019-07-161-1/+2
* anv: Add android dependencies on android.Bas Nieuwenhuizen2019-07-161-0/+1
* anv: fix crash in vkCmdClearAttachments with unused attachmentLionel Landwerlin2019-07-161-3/+3
* anv: Fix pool allocator when first alloc needs to growCaio Marcelo de Oliveira Filho2019-07-153-3/+71
* anv: Set Stateless Data Port Access MOCSJason Ekstrand2019-07-151-0/+2
* intel/vec4: Reswizzle VF immediates tooIan Romanick2019-07-091-1/+23
* anv: fix VkExternalBufferProperties for host allocationChia-I Wu2019-07-091-0/+10
* anv: fix VkExternalBufferProperties for unsupported handlesChia-I Wu2019-07-091-1/+7
* intel: fix wrong format usageJuan A. Suarez Romero2019-07-041-1/+1
* intel/compiler: don't use byte operands for src1 on ICLLionel Landwerlin2019-07-014-20/+192
* Revert "anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-07-011-12/+0
* isl: Don't align phys_level0_sa by block dimensionNanley Chery2019-06-282-31/+19
* intel: Add and use helpers for level0 extentNanley Chery2019-06-283-15/+37
* intel/compiler: fix derivative on y axis implementationLionel Landwerlin2019-06-281-21/+5
* anv/descriptor_set: Only write texture swizzles if we have an image viewJason Ekstrand2019-06-261-1/+1
* anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7Ville Syrjälä2019-06-253-140/+107
* anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_formatNataraj Deshpande2019-06-253-3/+13
* anv: Fix vulkan build in meson.Bas Nieuwenhuizen2019-06-201-1/+7
* anv: Set STATE_BASE_ADDRESS upper bounds on gen7Jason Ekstrand2019-06-181-0/+17
* intel/dump: fix segfault when the app hasn't accessed the deviceLionel Landwerlin2019-06-141-3/+5
* anv: do not parse genxml data without INTEL_DEBUG=batLionel Landwerlin2019-06-141-10/+13
* anv/cmd_buffer: Initalize the clear color struct for CNL+Nanley Chery2019-06-091-13/+7
* anv: Fix check for isl_fmt in assertNataraj Deshpande2019-06-061-1/+1
* intel/perf: improve dynamic loading config detectionLionel Landwerlin2019-06-061-15/+3
* intel/perf: fix EuThreadsCount value in performance equationsLionel Landwerlin2019-06-061-2/+1
* intel/compiler: Fix assertions in brw_alu3Sagar Ghuge2019-06-041-3/+3
* intel/fs: Do a stalling MFENCE in endInvocationInterlock()Jason Ekstrand2019-05-315-8/+28
* intel/fs,vec4: Use g0 as the header for MFENCEJason Ekstrand2019-05-316-12/+13
* anv: fix apply_pipeline_layout pass for arrays of YCbCr descriptorsLionel Landwerlin2019-05-281-2/+15
* anv/android: fix missing dependencies issue during parallel buildChenglei Ren2019-05-281-9/+9
* anv: Do not emulate texture swizzle for INPUT_ATTACHMENT, STORAGE_IMAGEDanylo Piliaiev2019-05-272-6/+12
* vulkan: fix build dependency issue with generated filesLionel Landwerlin2019-05-231-14/+14
* anv: Only consider minSampleShading when sampleShadingEnable is setJason Ekstrand2019-05-211-2/+2
* anv: Stop forcing bindless for imagesJason Ekstrand2019-05-211-4/+5
* anv: Emulate texture swizzle in the shader when neededJason Ekstrand2019-05-214-2/+133
* anv: Fix some depth buffer sampling cases on ICL+Nanley Chery2019-05-211-1/+7
* intel/fs/ra: Stop adding RA interference to too many SENDS nodesJason Ekstrand2019-05-151-8/+3
* intel/fs/ra: Only add dest interference to sources that existJason Ekstrand2019-05-151-1/+1
* anv: Fix limits when VK_EXT_descriptor_indexing is usedCaio Marcelo de Oliveira Filho2019-05-131-9/+14
* anv: Use corresponding type from the vector allocationLionel Landwerlin2019-05-102-10/+10
* anv: fix use after freeLionel Landwerlin2019-05-091-3/+3