index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
panfrost
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost/midgard: Remove assembler
Alyssa Rosenzweig
2019-04-24
1
-643
/
+0
*
panfrost: Adds Bifrost shader disassembler utility
Ryan Houdek
2019-04-24
5
-0
/
+2434
*
panfrost/midgard: Add "op commutes?" property
Alyssa Rosenzweig
2019-04-24
2
-49
/
+36
*
panfrost/midgard: Refactor opcode tables
Alyssa Rosenzweig
2019-04-24
4
-227
/
+124
*
panfrost/midgard: Optimize MIR in progress loop
Alyssa Rosenzweig
2019-04-24
1
-5
/
+11
*
panfrost/midgard: Implement copy propagation
Alyssa Rosenzweig
2019-04-24
2
-1
/
+78
*
panfrost/midgard: Set integer mods
Alyssa Rosenzweig
2019-04-24
1
-10
/
+28
*
panfrost/midgard: Document sign-extension/zero-extension bits (vector)
Alyssa Rosenzweig
2019-04-24
3
-18
/
+57
*
panfrost/midgard: Update integer op list
Alyssa Rosenzweig
2019-04-24
1
-10
/
+21
*
panfrost/midgard: Remove unused mir_next_block
Alyssa Rosenzweig
2019-04-24
1
-7
/
+0
*
panfrost/midgard: Fix off-by-one in successor analysis
Alyssa Rosenzweig
2019-04-24
1
-2
/
+4
*
panfrost/midgard: Track loop depth
Alyssa Rosenzweig
2019-04-24
1
-7
/
+10
*
panfrost/midgard: Dead code eliminate MIR
Alyssa Rosenzweig
2019-04-24
1
-15
/
+10
*
panfrost: Use actual imov instruction
Alyssa Rosenzweig
2019-04-24
1
-1
/
+1
*
panfrost: Disable indirect outputs for now
Alyssa Rosenzweig
2019-04-24
2
-3
/
+8
*
panfrost/midgard: imul can only run on *mul
Alyssa Rosenzweig
2019-04-24
1
-1
/
+1
*
panfrost/midgard: Don't try to inline constants on branches
Alyssa Rosenzweig
2019-04-24
1
-0
/
+3
*
panfrost: Respect backwards branches in RA
Alyssa Rosenzweig
2019-04-24
1
-14
/
+69
*
panfrost/midgard: Remove useless MIR dump
Alyssa Rosenzweig
2019-04-24
1
-2
/
+0
*
panfrost/midgard: Respect component of bcsel condition
Alyssa Rosenzweig
2019-04-24
1
-7
/
+22
*
panfrost/midgard: Implement indirect loads of varyings/UBOs
Alyssa Rosenzweig
2019-04-24
2
-16
/
+76
*
panfrost/midgard: Pipe through varying arrays
Alyssa Rosenzweig
2019-04-24
1
-1
/
+5
*
panfrost/mdg/disasm: Print raw varying_parameters
Alyssa Rosenzweig
2019-04-24
1
-1
/
+1
*
panfrost/mdg: Use shared fsign lowering
Alyssa Rosenzweig
2019-04-19
4
-11
/
+4
*
panfrost: Fixup vertex offsets to prevent shadow copy
Alyssa Rosenzweig
2019-04-19
2
-43
/
+67
*
panfrost: Track BO lifetime with jobs and reference counts
Alyssa Rosenzweig
2019-04-19
9
-37
/
+207
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-1
/
+1
*
panfrost/midgard: Use shared nir_lower_viewport_transform
Alyssa Rosenzweig
2019-04-14
1
-101
/
+4
*
panfrost: Cleanup indexed draw handling
Alyssa Rosenzweig
2019-04-14
1
-52
/
+28
*
panfrost/midgard: Drop dependence on mesa/st
Alyssa Rosenzweig
2019-04-14
2
-9
/
+1
*
panfrost: use os_mmap and os_munmap
Mateusz Krzak
2019-04-12
1
-3
/
+4
*
panfrost: cast bo_handles pointer to uintptr_t first
Mateusz Krzak
2019-04-12
1
-1
/
+1
*
nir/i965/freedreno/vc4: add a bindless bool to type size functions
Timothy Arceri
2019-04-12
1
-3
/
+3
*
panfrost: Guard against reading past end of buffer
Tomeu Vizoso
2019-04-12
1
-0
/
+3
*
panfrost: split asserts in pandecode
Tomeu Vizoso
2019-04-12
1
-3
/
+2
*
st: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFORMS case as well.
Eric Anholt
2019-04-10
1
-2
/
+1
*
panfrost: Remove "mali_unknown6" nonsense
Alyssa Rosenzweig
2019-04-07
1
-8
/
+0
*
panfrost/midgard: Enable lower_find_lsb
Alyssa Rosenzweig
2019-04-07
1
-0
/
+1
*
panfrost/midgard: Add ibitcount8 op
Alyssa Rosenzweig
2019-04-07
2
-0
/
+3
*
panfrost/midgard: Add ilzcnt op
Alyssa Rosenzweig
2019-04-07
2
-0
/
+3
*
panfrost/midgard: Add umin/umax opcodes
Alyssa Rosenzweig
2019-04-07
3
-0
/
+8
*
panfrost: Add tilebuffer load? branch
Alyssa Rosenzweig
2019-04-07
2
-1
/
+37
*
panfrost/decode: Add flags for tilebuffer readback
Alyssa Rosenzweig
2019-04-07
2
-3
/
+21
*
panfrost/midgard: use nir_src_is_const and nir_src_as_uint
Karol Herbst
2019-04-07
1
-7
/
+4
*
panfrost: Size tiled temp buffers correctly
Alyssa Rosenzweig
2019-04-04
3
-8
/
+13
*
panfrost: Respect box->width in tiled stores
Alyssa Rosenzweig
2019-04-04
3
-4
/
+6
*
panfrost: Cleanup some indirection in pan_resource
Alyssa Rosenzweig
2019-04-04
1
-24
/
+21
*
panfrost: Implement system values
Alyssa Rosenzweig
2019-04-04
7
-188
/
+229
*
panfrost: Remove support for legacy kernels
Alyssa Rosenzweig
2019-04-03
5
-25
/
+3
*
panfrost: Implement FIXED formats
Alyssa Rosenzweig
2019-03-31
1
-0
/
+9
[next]