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