summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* egl/wayland: Fix zwp_linux_dmabuf usageChristopher James Halse Rogers2020-04-291-12/+20
* iris/bufmgr: Check if iris_bo_gem_mmap failedDanylo Piliaiev2020-04-291-0/+8
* anv: remove assert from GetImageMemoryRequirements[2]Tapani Pälli2020-04-291-12/+0
* radv: advertise VK_EXT_robustness2Samuel Pitoiset2020-04-292-0/+16
* radv: handle NULL vertex bindingsSamuel Pitoiset2020-04-291-4/+7
* radv: handle NULL descriptorsSamuel Pitoiset2020-04-291-2/+24
* aco: fix adjusting the sample index with FMASK if value is negativeSamuel Pitoiset2020-04-291-2/+6
* aco: fix nir_texop_texture_samples with NULL descriptorsSamuel Pitoiset2020-04-291-2/+12
* ac/llvm: fix nir_texop_texture_samples with NULL descriptorsSamuel Pitoiset2020-04-291-1/+22
* 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
* radv: Expose 4G element texel buffers.Bas Nieuwenhuizen2020-04-291-1/+1
* iris: Fix downcast of bound_vertex_buffers from uint64_t to intKenneth Graunke2020-04-291-1/+1
* 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
* mesa: Follow OpenGL conversion rules for values that exceed storage sizeDylan Baker2020-04-291-4/+33
* pan/bit: Add BITWISE testAlyssa Rosenzweig2020-04-291-0/+32
* pan/bit: Interpret BI_BITWISEAlyssa Rosenzweig2020-04-291-2/+22
* pan/bi: Handle iand/ior/ixor in NIR->BIRAlyssa Rosenzweig2020-04-291-0/+18
* pan/bi: Pack BI_BITWISEAlyssa Rosenzweig2020-04-292-2/+77
* pan/bi: Add bitwise modifiersAlyssa Rosenzweig2020-04-292-0/+12
* freedreno/a6xx: invalidate tex state cache entries on rebindRob Clark2020-04-293-1/+30
* freedreno: rebind_resource() *before* bo changesRob Clark2020-04-291-4/+2
* freedreno: rebind resource in all contextsRob Clark2020-04-295-15/+27
* freedreno: optimize rebind_resource()Rob Clark2020-04-294-38/+123
* freedreno: mark more state dirty when rebinding resourcesRob Clark2020-04-292-6/+16
* freedreno: don't realloc idle bo'sRob Clark2020-04-292-5/+13
* freedreno: small whitespace fixRob Clark2020-04-291-1/+1
* gallium/swr: Fix crashes and failures in vertex fetchJan Zielinski2020-04-282-3/+7
* freedreno/log-parser: support to read gzip'd logsRob Clark2020-04-281-1/+8
* freedreno/a6xx: pre-calculate expected vsc stream sizesRob Clark2020-04-288-1/+229
* freedreno: add helper to estimate # of bins per pipeRob Clark2020-04-282-6/+24
* freedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2Rob Clark2020-04-288-134/+129
* aco: fix vgpr nir_op_vecn with sgpr operandsRhys Perry2020-04-281-2/+7
* aco: improve clamped integer addition disassembly workaroundRhys Perry2020-04-281-3/+8
* aco: add various GFX10 int16 opcodesRhys Perry2020-04-281-2/+11