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
...
*
pan/decode: Break out pandecode_texture function
Alyssa Rosenzweig
2019-08-21
1
-101
/
+108
*
pan/decode: Guard texture unknowns as zero trips
Alyssa Rosenzweig
2019-08-21
1
-9
/
+13
*
pan/decode: Use GLSL style formats/swizzles
Alyssa Rosenzweig
2019-08-21
2
-121
/
+132
*
pan/decode: Don't print the default swizzle
Alyssa Rosenzweig
2019-08-21
1
-2
/
+11
*
pan/decode: Validate swizzles against format
Alyssa Rosenzweig
2019-08-21
1
-1
/
+76
*
pan/decode: Treat RESERVED swizzles as errors
Alyssa Rosenzweig
2019-08-21
1
-2
/
+0
*
pan/decode: Handle VARYING_DISCARD
Alyssa Rosenzweig
2019-08-21
1
-0
/
+32
*
panfrost: Don't trip the prefix magic field
Alyssa Rosenzweig
2019-08-21
1
-4
/
+2
*
pan/decode: Guard attribute unknowns
Alyssa Rosenzweig
2019-08-21
1
-2
/
+10
*
pan/decode: Normalize final instances of XXX
Alyssa Rosenzweig
2019-08-21
1
-3
/
+11
*
pan/decode: Normalize case matching XXX format
Alyssa Rosenzweig
2019-08-21
1
-9
/
+16
*
pan/decode: Mark tripped zeroes with XXX
Alyssa Rosenzweig
2019-08-21
1
-20
/
+22
*
pan/decode: Check for MFBD preload chicken bit
Alyssa Rosenzweig
2019-08-21
1
-1
/
+10
*
pan/decode: Validate AFBC fields are zero when AFBC is disabled
Alyssa Rosenzweig
2019-08-21
2
-33
/
+20
*
pan/decode: Do not print uniform/buffers explicitly
Alyssa Rosenzweig
2019-08-21
1
-87
/
+28
*
pan/decode: Add static bounds checking utility
Alyssa Rosenzweig
2019-08-21
1
-0
/
+38
*
pan/decode: Don't print unreferenced attribute memory
Alyssa Rosenzweig
2019-08-21
1
-1
/
+1
*
pan/decode: Check for a number of potential issues
Alyssa Rosenzweig
2019-08-21
2
-17
/
+71
*
panfrost: Correct polygon size computations
Alyssa Rosenzweig
2019-08-21
3
-35
/
+69
*
pan/decode: Print "just right" count of texture pointers
Alyssa Rosenzweig
2019-08-21
1
-8
/
+3
*
pan/decode: Verify and omit polygon size
Alyssa Rosenzweig
2019-08-21
1
-5
/
+19
*
panfrost: Move pan_tiler.c outside of Gallium
Alyssa Rosenzweig
2019-08-21
3
-0
/
+309
*
pan/decode: Bounds check polygon list and tiler heap
Alyssa Rosenzweig
2019-08-21
1
-3
/
+18
*
pan/decode: Allow updating mmaps
Alyssa Rosenzweig
2019-08-21
1
-10
/
+31
*
pan/decode: Express tiler structures as offsets
Alyssa Rosenzweig
2019-08-21
1
-11
/
+13
*
pan/decode: Don't print zero exception_status
Alyssa Rosenzweig
2019-08-21
1
-1
/
+1
*
pan/decode: Fix missing NULL terminator
Alyssa Rosenzweig
2019-08-21
1
-2
/
+2
*
pan/decode: Silence workgroups_x_shift_2
Alyssa Rosenzweig
2019-08-21
1
-3
/
+5
*
panfrost: Implement workgroups_x_shift_2 quirk
Alyssa Rosenzweig
2019-08-21
1
-2
/
+11
*
pan/decode: Don't print canonical workgroup encoding
Alyssa Rosenzweig
2019-08-21
1
-24
/
+60
*
panfrost: Set workgroups z to 32 for non-instanced graphics
Alyssa Rosenzweig
2019-08-21
2
-3
/
+12
*
panfrost: Move pan_invocation to shared panfrost/
Alyssa Rosenzweig
2019-08-21
4
-1
/
+225
*
pan/decode: Don't print MALI_DRAW_NONE
Alyssa Rosenzweig
2019-08-21
1
-1
/
+2
*
pan/decode: Eliminate DYN_MEMORY_PROP
Alyssa Rosenzweig
2019-08-21
1
-30
/
+7
*
pan/midgard: Compute liveness per-block
Alyssa Rosenzweig
2019-08-19
2
-70
/
+169
*
pan/midgard: Analyze load/store for swizzle propagation
Alyssa Rosenzweig
2019-08-19
1
-3
/
+21
*
pan/midgard: Treat cubemaps "stores" as loads
Alyssa Rosenzweig
2019-08-19
5
-19
/
+15
*
pan/midgard: Clamp cubemap swizzle to XYXX
Alyssa Rosenzweig
2019-08-19
1
-0
/
+1
*
pan/midgard: Clamp st_vary swizzle by number of components
Alyssa Rosenzweig
2019-08-19
1
-1
/
+2
*
pan/midgard: Use type-appropriate swizzle for texture coordinate
Alyssa Rosenzweig
2019-08-19
1
-1
/
+7
*
pan/midgard: Set mask for lowered read-hazard moves
Alyssa Rosenzweig
2019-08-19
1
-0
/
+1
*
pan/midgard: Fix texw lowering with complex control flow
Alyssa Rosenzweig
2019-08-19
1
-1
/
+1
*
pan/midgard: Add mir_rewrite_index_dst_single helper
Alyssa Rosenzweig
2019-08-19
2
-2
/
+8
*
pan/midgard: Print predecessors in MIR
Alyssa Rosenzweig
2019-08-19
1
-0
/
+5
*
pan/midgard: Index blocks for printing
Alyssa Rosenzweig
2019-08-19
3
-2
/
+10
*
pan/midgard: Add mir_foreach_src
Alyssa Rosenzweig
2019-08-19
1
-0
/
+3
*
pan/midgard: Add mir_foreach_instr_in_block_rev
Alyssa Rosenzweig
2019-08-19
1
-0
/
+2
*
pan/midgard: Add mir_foreach_successor helper
Alyssa Rosenzweig
2019-08-19
1
-0
/
+8
*
pan/midgard: Add mir_foreach_predecessor utility
Alyssa Rosenzweig
2019-08-19
1
-0
/
+11
*
pan/midgard: Link exit block
Alyssa Rosenzweig
2019-08-19
1
-1
/
+9
[prev]
[next]