summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2021-03-19intel/tools: Use subprocess.Popen to read output directly from a pipeMichel Dänzer1-7/+4
2021-03-19intel/fs/vec4: add missing dependency in write-on-write fixed GRFsLionel Landwerlin1-1/+5
2021-03-17nir/opt_shrink_vectors: add option to skip shrinking image storesRhys Perry1-1/+1
2021-03-15anv: Lower ViewIndex to zero when multiview is disabledCaio Marcelo de Oliveira Filho1-3/+20
2021-03-12anv: fix MI_PREDICATE_RESULT writeLionel Landwerlin1-1/+1
2021-03-12anv: reset binary syncobj to be signaled before submissionLionel Landwerlin1-0/+7
2021-03-11intel/fs: Handle payload node interference in destinationsJason Ekstrand1-0/+10
2021-02-23anv: Fix wait_count missing incrementLionel Landwerlin1-0/+1
2021-02-23anv: don't wait for completion of work on vkQueuePresent()Lionel Landwerlin1-9/+17
2021-02-23anv/formats: Advertise linear sampling on depth formatsJason Ekstrand1-0/+3
2021-02-23intel/anv: Fix condition for planar yuv surfaceAnuj Phogat1-2/+2
2021-02-23intel/compiler: Use CMPN for min / max on Gen4 and Gen5Ian Romanick2-8/+24
2021-02-23intel/compiler: Make the CMPN builder work like the CMP builderIan Romanick2-2/+50
2021-02-23intel/compiler: Enable the ability to emit CMPN instructionsIan Romanick4-0/+51
2021-02-23intel/anv: Fix condition to set MipModeFilter for YUV surfaceAnuj Phogat1-2/+5
2021-02-23intel/fs: Shuffle can't handle source modifiersJason Ekstrand2-0/+4
2021-02-23anv: Allow null handle in DestroyDescriptorUpdateTemplate.Giovanni Mascellani1-0/+3
2021-02-23anv: discard all timeline wait/signal value=0Lionel Landwerlin1-4/+16
2021-02-23anv: only signal wsi fence BO on last command bufferLionel Landwerlin1-2/+4
2021-01-26compiler: Use util/bitset.h for system_values_readCaio Marcelo de Oliveira Filho5-33/+24
2021-01-26anv: Skip CCS ambiguate which preceed fast-clearsSagar Ghuge1-0/+17
2021-01-26intel/gen12: Fix memory corruption issues in fused Gen12 parts.Francisco Jerez1-2/+2
2021-01-26anv: Invalidate the correct AUX-TT entrySagar Ghuge1-1/+3
2021-01-26anv: fix invalid programming of BLEND_STATELionel Landwerlin1-1/+16
2021-01-25intel/fs: QUAD_SWIZZLE requires packed dataJason Ekstrand1-0/+1
2021-01-25intel/compiler: Return 1 for immediates in regs_readJason Ekstrand1-3/+5
2021-01-25anv: Fix stencil layout in render passesLionel Landwerlin2-31/+79
2021-01-15intel/mi_builder: fix self modifying batchesLionel Landwerlin1-0/+7
2021-01-14anv: add transfer usage for color/depth/stencil attachmentsLionel Landwerlin1-3/+25
2020-12-15anv: Add DRM_RDWR flag in anv_gem_handle_to_fdRobin Ole Heinemann1-1/+1
2020-12-10anv: fix calculation of buffer size in case dynamic size is usedTapani Pälli1-4/+15
2020-12-01anv: fix descriptor pool leak in VMA objectLionel Landwerlin1-1/+3
2020-11-20intel/compiler: Rotate instructions ROR and ROL cannot have source modifiersIan Romanick1-0/+2
2020-11-19intel/fs: Fix sampler message headers on Gen11+ when using scratchKenneth Graunke1-5/+22
2020-11-17anv/image: Fix isl_surf_usage_flags for stencil imagesChad Versace1-4/+4
2020-11-17anv/image: Check DISJOINT in vkGetPhysicalDeviceImageFormatProperties2 (v2)Chad Versace1-0/+25
2020-11-13intel/fs: Fix use of undefined value in fixup_nomask_control_flowJason Ekstrand1-1/+2
2020-11-09intel: Pointer to SCISSOR_RECT array should be 64B aligned20.3-branchpointAnuj Phogat1-1/+9
2020-11-09intel/nir: Lower 8-bit ops to 16-bit in NIR on Gen11+Jason Ekstrand4-35/+40
2020-11-09intel/nir: Lower 8-bit scan/reduce ops to 16-bitJason Ekstrand2-39/+33
2020-11-09intel/nir: Refactor lower_bit_size_callbackJason Ekstrand1-29/+35
2020-11-09nir/lower_bit_size: Pass a nir_instr to the callbackJason Ekstrand1-1/+5
2020-11-05anv: restrict number of subgroups per groupIván Briano1-1/+2
2020-11-05intel/tools: add missing new lines to few remaining fail_if usersMarcin Ślusarz1-4/+4
2020-11-05intel/tools: refactor logging to be easier to follow by static analyzersMarcin Ślusarz4-43/+24
2020-11-05intel/tools: handle some failuresMarcin Ślusarz1-1/+6
2020-11-05anv: remove dead code from anv_create_cmd_bufferMarcin Ślusarz1-8/+1
2020-11-05intel/tools: allow --color option to be used without argMarcin Ślusarz2-2/+2
2020-11-04intel/fs: Implement nir_intrinsic_{load,store}_shared_block_intelCaio Marcelo de Oliveira Filho1-4/+13
2020-11-04intel/fs: Implement nir_intrinsic_{load,store}_ssbo_block_intelCaio Marcelo de Oliveira Filho1-1/+78