summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel/compiler: Treat b32csel as potentially producing a Boolean result for r...Ian Romanick2019-06-051-2/+4
* intel/fs: Improve discard_if code generationIan Romanick2019-06-051-3/+43
* intel/fs: Add need_dest parameter to fs_visitor::nir_emit_aluIan Romanick2019-06-052-4/+7
* intel/fs: Allow cmod propagation across reads and writes of different flagsIan Romanick2019-06-052-6/+272
* intel/fs: Fix flag_subreg handling in cmod propagationIan Romanick2019-06-052-0/+196
* intel/fs: Add missing tests for cmod_propagate_notIan Romanick2019-06-051-0/+278
* intel/blorp: Handle SINT/UINT clamping on blits.Kenneth Graunke2019-06-052-0/+38
* anv/pipeline: Move lowering of nir_var_mem_global laterCaio Marcelo de Oliveira Filho2019-06-051-3/+3
* nir: Combine lower_fmod16/32 back into a single lower_fmod.Kenneth Graunke2019-06-051-2/+1
* nir: Drop lower_fmod64 option.Kenneth Graunke2019-06-051-1/+0
* intel/perf: improve dynamic loading config detectionLionel Landwerlin2019-06-051-15/+3
* intel/nir: Take nir_shader*s in brw_nir_link_shadersJason Ekstrand2019-06-053-39/+37
* intel/nir: Stop returning the shader from helpersJason Ekstrand2019-06-059-51/+45