index
:
~miku/mesa
flusha0
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-29
aco: consider blocks unreachable if they are in the logical cfg
Rhys Perry
1
-4
/
+2
2020-04-29
egl/wayland: Fix zwp_linux_dmabuf usage
Christopher James Halse Rogers
1
-12
/
+20
2020-04-29
iris/bufmgr: Check if iris_bo_gem_mmap failed
Danylo Piliaiev
1
-0
/
+8
2020-04-29
anv: remove assert from GetImageMemoryRequirements[2]
Tapani Pälli
1
-12
/
+0
2020-04-29
radv: advertise VK_EXT_robustness2
Samuel Pitoiset
2
-0
/
+16
2020-04-29
radv: handle NULL vertex bindings
Samuel Pitoiset
1
-4
/
+7
2020-04-29
radv: handle NULL descriptors
Samuel Pitoiset
1
-2
/
+24
2020-04-29
aco: fix adjusting the sample index with FMASK if value is negative
Samuel Pitoiset
1
-2
/
+6
2020-04-29
aco: fix nir_texop_texture_samples with NULL descriptors
Samuel Pitoiset
1
-2
/
+12
2020-04-29
ac/llvm: fix nir_texop_texture_samples with NULL descriptors
Samuel Pitoiset
1
-1
/
+22
2020-04-29
intel/fs: Only stall after sending all memory fence messages
Caio Marcelo de Oliveira Filho
1
-19
/
+16
2020-04-29
intel/fs,vec4: Pull stall logic for memory fences up into the IR
Caio Marcelo de Oliveira Filho
7
-109
/
+118
2020-04-29
intel/fs: Allow FS_OPCODE_SCHEDULING_FENCE stall on registers
Caio Marcelo de Oliveira Filho
2
-2
/
+30
2020-04-29
radv: Expose 4G element texel buffers.
Bas Nieuwenhuizen
1
-1
/
+1
2020-04-29
iris: Fix downcast of bound_vertex_buffers from uint64_t to int
Kenneth Graunke
1
-1
/
+1
2020-04-28
intel/ir: Remove scheduling-based cycle count estimates.
Francisco Jerez
3
-26
/
+1
2020-04-28
intel/ir: Pass block cycle count information explicitly to disassembler.
Francisco Jerez
5
-6
/
+11
2020-04-28
intel/ir: Use brw::performance object instead of CFG cycle counts for codegen...
Francisco Jerez
9
-22
/
+45
2020-04-28
intel/fs: Add INTEL_DEBUG=no32 debugging flag.
Francisco Jerez
3
-2
/
+5
2020-04-28
intel/fs: Implement performance analysis-based SIMD32 heuristic for fragment ...
Francisco Jerez
1
-7
/
+17
2020-04-28
intel/fs: Heap-allocate fs_visitors in brw_compile_fs().
Francisco Jerez
1
-38
/
+39
2020-04-28
intel/ir: Import shader performance analysis pass.
Francisco Jerez
8
-1
/
+1660
2020-04-28
intel/vec4: Fix constness of vec4_instruction::reads_flag() and ::writes_flag().
Francisco Jerez
1
-2
/
+2
2020-04-28
intel/fs: Replace fs_visitor::bank_conflict_cycles() with stand-alone function.
Francisco Jerez
4
-17
/
+17
2020-04-28
intel/fs: Fix constness of argument of fs_instruction_scheduler::is_compresse...
Francisco Jerez
1
-2
/
+2
2020-04-28
intel/fs: Rename half() helpers to quarter(), allow index up to 3.
Francisco Jerez
4
-14
/
+14
2020-04-28
intel/ir: Add missing initialization of backend_reg::offset during construction.
Francisco Jerez
1
-1
/
+1
2020-04-28
intel/fs/gen12: Fix Render Target Read header setup for new thread payload la...
Francisco Jerez
1
-0
/
+17
2020-04-28
intel/fs/gen12: Work around dual-source blending hangs in combination with SI...
Francisco Jerez
1
-2
/
+3
2020-04-28
intel/fs/gen12: Fix hangs with per-sample SIMD32 fragment shader dispatch.
Francisco Jerez
1
-3
/
+10
2020-04-29
mesa: Follow OpenGL conversion rules for values that exceed storage size
Dylan Baker
1
-4
/
+33
2020-04-29
pan/bit: Add BITWISE test
Alyssa Rosenzweig
1
-0
/
+32
2020-04-29
pan/bit: Interpret BI_BITWISE
Alyssa Rosenzweig
1
-2
/
+22
2020-04-29
pan/bi: Handle iand/ior/ixor in NIR->BIR
Alyssa Rosenzweig
1
-0
/
+18
2020-04-29
pan/bi: Pack BI_BITWISE
Alyssa Rosenzweig
2
-2
/
+77
2020-04-29
pan/bi: Add bitwise modifiers
Alyssa Rosenzweig
2
-0
/
+12
2020-04-29
freedreno/a6xx: invalidate tex state cache entries on rebind
Rob Clark
3
-1
/
+30
2020-04-29
freedreno: rebind_resource() *before* bo changes
Rob Clark
1
-4
/
+2
2020-04-29
freedreno: rebind resource in all contexts
Rob Clark
5
-15
/
+27
2020-04-29
freedreno: optimize rebind_resource()
Rob Clark
4
-38
/
+123
2020-04-29
freedreno: mark more state dirty when rebinding resources
Rob Clark
2
-6
/
+16
2020-04-29
freedreno: don't realloc idle bo's
Rob Clark
2
-5
/
+13
2020-04-29
freedreno: small whitespace fix
Rob Clark
1
-1
/
+1
2020-04-28
gallium/swr: Fix crashes and failures in vertex fetch
Jan Zielinski
2
-3
/
+7
2020-04-28
freedreno/log-parser: support to read gzip'd logs
Rob Clark
1
-1
/
+8
2020-04-28
freedreno/a6xx: pre-calculate expected vsc stream sizes
Rob Clark
8
-1
/
+229
2020-04-28
freedreno: add helper to estimate # of bins per pipe
Rob Clark
2
-6
/
+24
2020-04-28
freedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2
Rob Clark
8
-134
/
+129
2020-04-28
aco: fix vgpr nir_op_vecn with sgpr operands
Rhys Perry
1
-2
/
+7
2020-04-28
aco: improve clamped integer addition disassembly workaround
Rhys Perry
1
-3
/
+8
[next]