summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* android: anv: import include path of libmesa_nirChih-Wei Huang2019-07-101-18/+18
* android: anv: eliminate libmesa_anv_entrypointsChih-Wei Huang2019-07-101-62/+20
* android: vulkan/util: fix export pathChih-Wei Huang2019-07-101-1/+0
* android: anv: fix improper use of LOCAL_WHOLE_STATIC_LIBRARIESChih-Wei Huang2019-07-101-9/+9
* android: anv: remove unused LOCAL_EXPORT_C_INCLUDE_DIRSChih-Wei Huang2019-07-101-2/+0
* anv: Set maxComputeSharedMemorySize to 64kCaio Marcelo de Oliveira Filho2019-07-081-1/+1
* intel/vec4: Delete vec4_visitor::emit_lrpIan Romanick2019-07-083-32/+5
* intel/vec4: Reswizzle VF immediates tooIan Romanick2019-07-081-1/+23
* anv: disable repacking for compression for applicable genDongwon Kim2019-07-081-0/+18
* intel: add disable_ccs_repack to gen_device_infoDongwon Kim2019-07-082-0/+4
* intel/genxml: correct bit fields in CACHE_MODE_0 reg for gen11Dongwon Kim2019-07-081-16/+14
* anv: Advertise VK_EXT_shader_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-07-083-0/+8
* intel/fs: Implement "demote to helper invocation"Caio Marcelo de Oliveira Filho2019-07-081-1/+23
* intel/nir: Extract add_const_offset_to_baseConnor Abbott2019-07-081-74/+23
* radv: Make FragCoord a sysvalConnor Abbott2019-07-081-1/+1
* anv,nir: Move lower_input_attachments pass from ANV to NIR.Daniel Schürmann2019-07-085-149/+1
* anv: fix VkExternalBufferProperties for host allocationChia-I Wu2019-07-071-0/+10
* anv: fix VkExternalBufferProperties for unsupported handlesChia-I Wu2019-07-071-1/+7
* anv: manually add KHR_display to the list of platformsLionel Landwerlin2019-07-071-0/+2
* intel: fix wrong format usageJuan A. Suarez Romero2019-07-031-1/+1
* anv: Advertise a more accurate minTexelBufferOffsetAlignmentJason Ekstrand2019-07-021-1/+4
* anv: Implement VK_EXT_texel_buffer_alignmentJason Ekstrand2019-07-022-0/+38
* intel/fs: Use nir_lower_interpolation on gen11+Jason Ekstrand2019-07-024-48/+3
* intel/fs: Implement nir_intrinsic_load_fs_input_interp_deltasJason Ekstrand2019-07-022-1/+14
* intel/fs: Actually implement the load_barycentric intrinsicsJason Ekstrand2019-07-022-12/+93
* intel/tools: Add assembler unit tests for ROL/ROR instructionsSagar Ghuge2019-07-015-0/+5
* intel/tools: Add ROL/ROR support in assemblerSagar Ghuge2019-07-012-0/+10
* intel/compiler: Emit ROR and ROL instructionSagar Ghuge2019-07-012-0/+9
* intel/compiler: Enable the emission of ROR/ROL instructionsSagar Ghuge2019-07-016-2/+26
* anv: fix indentationEric Engestrom2019-06-291-15/+14
* anv: fix typoEric Engestrom2019-06-291-1/+1
* anv: replace hard-coded platform list with vk.xml parseEric Engestrom2019-06-291-5/+11
* intel/compiler: don't use byte operands for src1 on ICLLionel Landwerlin2019-06-294-20/+192
* intel/vec4: Try both sources as candidates for being immediatesIan Romanick2019-06-281-41/+80
* intel/vec4: Try immediate sources for dot products tooIan Romanick2019-06-281-0/+4
* intel/vec4: Try emitting non-scalar immediatesIan Romanick2019-06-281-4/+31
* Revert "anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-281-12/+0
* isl: Don't align phys_level0_sa by block dimensionNanley Chery2019-06-272-31/+19
* intel: Add and use helpers for level0 extentNanley Chery2019-06-273-15/+37
* intel/compiler: fix derivative on y axis implementationLionel Landwerlin2019-06-271-21/+5
* intel/blorp: Disable sampler state prefetching on Gen11Kenneth Graunke2019-06-251-0/+4
* anv/descriptor_set: Only write texture swizzles if we have an image viewJason Ekstrand2019-06-251-1/+1
* intel/compiler: silence a warning of using different enum typeTapani Pälli2019-06-251-1/+1
* anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_formatNataraj Deshpande2019-06-243-3/+13
* anv: Implement "pop-free" clippingJason Ekstrand2019-06-212-4/+86
* anv: Enable the guardband clip testJason Ekstrand2019-06-212-3/+21
* i965,iris: Move guardband calculations to a common locationJason Ekstrand2019-06-213-0/+119
* iris: Implement INTEL_DEBUG=pc for pipe control logging.Kenneth Graunke2019-06-202-0/+2
* anv: only resort to sync fds internally with no syncobj supportLionel Landwerlin2019-06-202-8/+45
* isl: tag unreachable path as suchEric Engestrom2019-06-201-0/+2