summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv: Fix vulkan build in meson.Bas Nieuwenhuizen2019-06-191-1/+7
* anv/image: Set different usage flags for shadow surfacesJason Ekstrand2019-06-191-1/+6
* anv: Flush caches in anv_image_copy_to_shadowJason Ekstrand2019-06-191-0/+13
* anv: Fix wrong printf formatterKenneth Graunke2019-06-191-1/+1
* anv: write spirv-nir logs back to the applicationLionel Landwerlin2019-06-191-0/+35
* anv: Make border colors the right size and alignment on HSWJason Ekstrand2019-06-182-12/+48
* anv: Set STATE_BASE_ADDRESS upper bounds on gen7Jason Ekstrand2019-06-171-0/+17
* anv:Use VK_EXT_separate_stencil_usage to avoid stencil shadows on gen7Jason Ekstrand2019-06-174-2/+16
* anv: Add stencil texturing support for gen7Jason Ekstrand2019-06-173-7/+96
* anv/blorp: Update shadow images when clearing or uploadingJason Ekstrand2019-06-171-11/+104
* anv/cmd_buffer: Add a stencil transition helperJason Ekstrand2019-06-171-35/+75
* anv/blorp: Take an aspect in anv_image_copy_to_shadowJason Ekstrand2019-06-173-3/+4
* anv/formats: Re-arrange the way se set some flag bitsJason Ekstrand2019-06-171-6/+5
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-121-1/+1
* anv: do not parse genxml data without INTEL_DEBUG=batLionel Landwerlin2019-06-121-10/+13
* intel/dump: fix segfault when the app hasn't accessed the deviceLionel Landwerlin2019-06-121-3/+5
* anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7Ville Syrjälä2019-06-113-140/+107
* intel/fs: Mark source 0 of bcsel as needing Boolean resolveIan Romanick2019-06-111-0/+6
* anv: ignore inline uniform blocks in anv_CmdPushDescriptorSetKHR()Samuel Iglesias Gonsálvez2019-06-111-13/+0
* intel/gpu_dump: fix argument passingLionel Landwerlin2019-06-092-3/+3
* intel/blorp: Only double the fast-clear rect alignment on HSWJason Ekstrand2019-06-071-10/+15
* anv/cmd_buffer: Initalize the clear color struct for CNL+Nanley Chery2019-06-071-13/+7
* isl: Mark enum isl_channel_select packed so it becomes 1 byte.Kenneth Graunke2019-06-071-1/+1
* anv: allow NV12 <--> AHARDWAREBUFFER_FORMAT_Y8Cb8Cr8_420 inter-opGurchetan Singh2019-06-061-0/+5
* anv: Fix check for isl_fmt in assertNataraj Deshpande2019-06-061-1/+1