aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv: use the common code for generating extensions and dispatch tablesSamuel Pitoiset2020-05-132-335/+14
* intel/compiler: fix alignment assert in nir_emit_intrinsicArcady Goldmints-Orlov2020-05-121-1/+1
* anv,vulkan: Implement VK_EXT_private_dataJason Ekstrand2020-05-122-0/+53
* intel: Delete hardcoded devinfo->urb.size values for Gen7+ (sans DG1).Kenneth Graunke2020-05-113-35/+6
* nir: do not vectorize load/store if offset can overflow and robustness enabledSamuel Pitoiset2020-05-111-1/+2
* genxml: pack: deal with default field not being simple integersLionel Landwerlin2020-05-091-1/+7
* genxml: factor out utility functionsLionel Landwerlin2020-05-093-46/+40
* genxml: fix invalid end value for video fieldsLionel Landwerlin2020-05-094-4/+4
* genxml: run sorting scriptLionel Landwerlin2020-05-092-25/+25
* intel/dev: Add device info for RKLJordan Justen2020-05-091-0/+13
* intel/dev: Split .num_subslices out of GEN12_FEATURES macroJordan Justen2020-05-091-4/+7
* intel/dump_gpu: Fix name of LD_PRELOAD in env append logicD Scott Phillips2020-05-081-1/+1
* anv/allocator: Add a start_offset to anv_state_poolJason Ekstrand2020-05-088-25/+35
* anv: fix alignments for uniform buffersLionel Landwerlin2020-05-084-11/+12
* anv: call base finish only if pass given in DestroyRenderPassTapani Pälli2020-05-081-0/+3
* nir/algebraic: Split ibfe and ubfe with two constant sourcesIan Romanick2020-05-071-0/+1
* anv: don't expose VK_INTEL_performance_query without kernel supportLionel Landwerlin2020-05-072-1/+3
* anv: increase minUniformBufferOffsetAlignment to 64Arcady Goldmints-Orlov2020-05-061-2/+4
* anv: Remove RANGE_SIZE usageJoshua Ashton2020-05-051-3/+0
* anv: Refactor setting descriptors with immutable samplerJason Ekstrand2020-05-041-9/+6
* vulkan,anv: Move the DEFINE_HANDLE_CASTS macros to vk_object.hJason Ekstrand2020-05-041-58/+54
* vulkan,anv: Add a base object struct typeJason Ekstrand2020-05-0413-11/+132
* anv: Allocate CPU-side memory for eventsJason Ekstrand2020-05-041-9/+12
* anv: Stop clflushing eventsJason Ekstrand2020-05-041-27/+0
* vulkan,anv: Add a common base object type for VkDeviceJason Ekstrand2020-05-0416-92/+89
* i965: add support for gen 5 pipelined pointers to dumpDave Airlie2020-05-031-1/+168
* anv: Disable extensions based on Android versionsNataraj Deshpande2020-05-012-2/+93
* anv: Limit vulkan version to 1.1 for AndroidNataraj Deshpande2020-05-011-1/+1
* intel: Let drivers call brw_nir_lower_cs_intrinsics()Caio Marcelo de Oliveira Filho2020-05-012-2/+1
* intel/fs: Add and use a new load_simd_width_intel intrinsicCaio Marcelo de Oliveira Filho2020-05-014-34/+73
* intel/fs: Add an option to lower variable group size in backendCaio Marcelo de Oliveira Filho2020-05-012-1/+10
* intel/fs: Clean up variable group size handling in backendCaio Marcelo de Oliveira Filho2020-05-013-8/+4
* intel: Move anv_gem_supports_syncobj_wait to common code.Kenneth Graunke2020-05-015-28/+63
* anv: Include linux/sync_file.h instead of cut and pasting contentsKenneth Graunke2020-05-011-18/+1
* intel/dev: Bail when INTEL_DEVID_OVERRIDE is not validCaio Marcelo de Oliveira Filho2020-05-011-55/+52
* anv,iris: Fix input vertex max for tcs on gen12D Scott Phillips2020-05-013-3/+8
* intel/fs: Update location of Render Target Array Index for gen12D Scott Phillips2020-05-011-1/+9
* Revert "anv/gen12: Temporarily disable VK_KHR_buffer_device_address (and EXT)"Jason Ekstrand2020-04-301-4/+2
* intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messagesJason Ekstrand2020-04-302-10/+39
* intel: add stub_gpu toolLionel Landwerlin2020-04-303-0/+468
* intel/dev: print out error when platform is not found by nameLionel Landwerlin2020-04-301-0/+6
* intel/ir: Update performance analysis parameters for memory fence codegen cha...Francisco Jerez2020-04-291-4/+18
* intel/fs: Don't delete coalesced MOVs if they have a cmodJason Ekstrand2020-04-291-2/+15
* anv: remove assert from GetImageMemoryRequirements[2]Tapani Pälli2020-04-291-12/+0
* intel/fs: Only stall after sending all memory fence messagesCaio Marcelo de Oliveira Filho2020-04-291-19/+16
* intel/fs,vec4: Pull stall logic for memory fences up into the IRCaio Marcelo de Oliveira Filho2020-04-297-109/+118
* intel/fs: Allow FS_OPCODE_SCHEDULING_FENCE stall on registersCaio Marcelo de Oliveira Filho2020-04-292-2/+30
* intel/ir: Remove scheduling-based cycle count estimates.Francisco Jerez2020-04-283-26/+1
* intel/ir: Pass block cycle count information explicitly to disassembler.Francisco Jerez2020-04-285-6/+11
* intel/ir: Use brw::performance object instead of CFG cycle counts for codegen...Francisco Jerez2020-04-289-22/+45