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
/
panfrost
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: don't always build bifrost_compiler
Qiang Yu
2020-05-11
1
-1
/
+1
*
pan/midgard: Use fprintf instead of printf for constants
Alyssa Rosenzweig
2020-02-18
1
-9
/
+9
*
pan/midgard: Don't crash with constants on unknown ops
Alyssa Rosenzweig
2020-02-18
1
-0
/
+4
*
pan/midgard: Fix missing prefixes
Alyssa Rosenzweig
2020-02-18
1
-1
/
+1
*
panfrost: Remove unused anonymous enum variables.
Vinson Lee
2020-02-11
1
-2
/
+2
*
pan/midgard: Fix a liveness info leak
Icecream95
2020-01-29
1
-6
/
+7
*
pan/midgard: Remove float_bitcast
Alyssa Rosenzweig
2020-01-27
1
-12
/
+0
*
panfrost/midgard: Prettify embedded constant prints
Boris Brezillon
2020-01-27
3
-68
/
+292
*
panfrost/midgard: Add a condense_writemask() helper
Boris Brezillon
2020-01-27
1
-0
/
+22
*
pan/midgard: Handle tag 0x4 as texture
Alyssa Rosenzweig
2020-01-27
1
-2
/
+2
*
pan/midgard: Validate barriers use a barrier tag
Alyssa Rosenzweig
2020-01-27
1
-1
/
+5
*
pan/midgard: Disassemble barrier instructions
Alyssa Rosenzweig
2020-01-27
2
-3
/
+60
*
pan/midgard: Record TEXTURE_OP_BARRIER
Alyssa Rosenzweig
2020-01-27
2
-0
/
+4
*
pan/decode: Drop MFBD compute shader stuff
Alyssa Rosenzweig
2020-01-27
1
-4
/
+7
*
pan/decode: Remove SHORT_SLIDE indirection
Alyssa Rosenzweig
2020-01-24
1
-15
/
+6
*
pan/midgard: Remove pack_color define
Alyssa Rosenzweig
2020-01-24
1
-1
/
+0
*
pan/decode: Remove last_size
Alyssa Rosenzweig
2020-01-24
1
-4
/
+0
*
panfrost: Don't use implicit mali_exception_status enum
Alyssa Rosenzweig
2020-01-24
2
-2
/
+2
*
pan/decode: Rotate trace files
Icecream95
2020-01-23
2
-4
/
+22
*
pan/decode: Dump to a file
Icecream95
2020-01-23
2
-1
/
+35
*
pan/decode: Support dumping to a file
Icecream95
2020-01-23
3
-19
/
+24
*
pan/bifrost: Support disassembling to a file
Icecream95
2020-01-23
5
-402
/
+407
*
pan/midgard: Support disassembling to a file
Icecream95
2020-01-23
4
-279
/
+279
*
pan/midgard: Fix a memory leak in the disassembler
Icecream95
2020-01-23
1
-0
/
+2
*
pan/midgard: Fix bundle dynarray leak
Icecream95
2020-01-23
1
-1
/
+2
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-5
/
+3
*
panfrost/midgard: Add missing lowering passes for type/size conversion ops
Boris Brezillon
2020-01-22
1
-13
/
+34
*
panfrost/midgard: Add 64 bits float <-> int converters
Boris Brezillon
2020-01-22
1
-0
/
+5
*
panfrost/midgard: Fix mir_print_instruction() for branch instructions
Boris Brezillon
2020-01-22
1
-7
/
+31
*
panfrost/midgard: Add f2f64 support
Boris Brezillon
2020-01-22
1
-2
/
+4
*
panfrost/midgard: Factorize f2f and u2u handling
Boris Brezillon
2020-01-22
1
-20
/
+7
*
panfrost/midgard: Make sure promote_fmov() only promotes 32-bit imovs
Boris Brezillon
2020-01-22
1
-0
/
+1
*
panfrost/midgard: Rework mir_adjust_constants() to make it type/size agnostic
Boris Brezillon
2020-01-22
1
-94
/
+69
*
panfrost/midgard: Use a union to manipulate embedded constants
Boris Brezillon
2020-01-22
8
-49
/
+85
*
panfrost/midgard: Print the actual source register for store operations
Boris Brezillon
2020-01-21
1
-1
/
+1
*
panfrost: Add pandecode entries for ASTC/ETC formats
Alyssa Rosenzweig
2020-01-21
1
-0
/
+9
*
panfrost: Add ASTC texture formats
Icecream95
2020-01-21
1
-0
/
+2
*
panfrost: Add ETC1/ETC2 texture formats
Icecream95
2020-01-21
1
-0
/
+11
*
panfrost: Rework linear<--->tiled conversions
Alyssa Rosenzweig
2020-01-21
2
-147
/
+203
*
panfrost,lima: De-Galliumize tiling routines
Alyssa Rosenzweig
2020-01-21
2
-21
/
+28
*
panfrost: Compile tiling routines with -O3
Alyssa Rosenzweig
2020-01-21
1
-1
/
+1
*
pan/midgard: Fix recursive csel scheduling
Alyssa Rosenzweig
2020-01-18
1
-0
/
+4
*
panfrost: Identify un/pack colour opcodes
Alyssa Rosenzweig
2020-01-18
3
-0
/
+9
*
pan/midgard: Bytemasks should round up, not round down
Alyssa Rosenzweig
2020-01-18
3
-9
/
+8
*
panfrost/midgard: Fix swizzle for store instructions
Boris Brezillon
2020-01-17
1
-3
/
+15
*
panfrost: Prefix schedule_program to prevent collision
Robert Foss
2020-01-15
6
-6
/
+6
*
panfrost: Fix linear depth textures
Alyssa Rosenzweig
2020-01-14
2
-11
/
+27
*
pan/midgard: Fix midgard_compile.h includes
Afonso Bordado
2020-01-14
1
-0
/
+1
*
panfrost: Remove unneeded phi nodes
Boris Brezillon
2020-01-13
1
-0
/
+1
*
pan/midgard: Support indirect UBO offsets
Alyssa Rosenzweig
2020-01-10
2
-22
/
+7
[next]