aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel/fs: Add INTEL_DEBUG=no32 debugging flag.Francisco Jerez2020-04-283-2/+5
* intel/fs: Implement performance analysis-based SIMD32 heuristic for fragment ...Francisco Jerez2020-04-281-7/+17
* intel/fs: Heap-allocate fs_visitors in brw_compile_fs().Francisco Jerez2020-04-281-38/+39
* intel/ir: Import shader performance analysis pass.Francisco Jerez2020-04-288-1/+1660
* intel/vec4: Fix constness of vec4_instruction::reads_flag() and ::writes_flag().Francisco Jerez2020-04-281-2/+2
* intel/fs: Replace fs_visitor::bank_conflict_cycles() with stand-alone function.Francisco Jerez2020-04-284-17/+17
* intel/fs: Fix constness of argument of fs_instruction_scheduler::is_compresse...Francisco Jerez2020-04-281-2/+2
* intel/fs: Rename half() helpers to quarter(), allow index up to 3.Francisco Jerez2020-04-284-14/+14
* intel/ir: Add missing initialization of backend_reg::offset during construction.Francisco Jerez2020-04-281-1/+1
* intel/fs/gen12: Fix Render Target Read header setup for new thread payload la...Francisco Jerez2020-04-281-0/+17
* intel/fs/gen12: Work around dual-source blending hangs in combination with SI...Francisco Jerez2020-04-281-2/+3
* intel/fs/gen12: Fix hangs with per-sample SIMD32 fragment shader dispatch.Francisco Jerez2020-04-281-3/+10
* anv: Claim VK_EXT_robustness2 supportJason Ekstrand2020-04-282-0/+18
* anv: Handle null vertex buffer bindingsJason Ekstrand2020-04-281-11/+20
* anv: Handle NULL descriptorsJason Ekstrand2020-04-285-73/+150
* anv: Allow all clear colors for texturing on Gen11+Jason Ekstrand2020-04-281-6/+14
* anv: Use anv_layout_to_aux_usage for color during render passesJason Ekstrand2020-04-282-120/+27
* anv: Split color_attachment_compute_aux_usage in twoJason Ekstrand2020-04-281-72/+92
* anv: Rework depth_stencil_attachment_compute_aux_usageJason Ekstrand2020-04-281-45/+36
* anv: Refactor cmd_buffer_setup_attachmentsJason Ekstrand2020-04-281-15/+16
* anv: Stop allowing non-zero clear colors in input attachmentsJason Ekstrand2020-04-282-9/+3
* anv: Disallow fast-clears which require format-reinterpretationJason Ekstrand2020-04-281-51/+33
* intel: Move swizzle_color_value from blorp to ISLJason Ekstrand2020-04-284-28/+31
* anv: Allocate surface states per-subpassJason Ekstrand2020-04-282-119/+138
* anv: Split command buffer attachment setup in threeJason Ekstrand2020-04-281-101/+144
* anv: Mark images written in end_subpassJason Ekstrand2020-04-281-43/+53
* anv: Use ANV_FROM_HANDLE for pInheritanceInfo fieldsJason Ekstrand2020-04-281-6/+10
* anv: Assert surface states are validJason Ekstrand2020-04-281-0/+5
* anv: Stop filling out the clear color in compute_aux_usageJason Ekstrand2020-04-281-7/+6
* anv: Add TRANSFER_SRC to pass usage not subpass usageJason Ekstrand2020-04-282-3/+16
* anv: Return an error if allocating attachment memory failsJason Ekstrand2020-04-281-0/+4
* anv: Expose CS workgroup sizes based on a maximum of 64 threadsJason Ekstrand2020-04-281-1/+2
* intel/devinfo: Compute the correct L3$ size for Gen12Jason Ekstrand2020-04-281-0/+11