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
/
panfrost
/
pandecode
Commit message (
Expand
)
Author
Age
Files
Lines
*
pan/decode: Add missing format specifier
Alyssa Rosenzweig
2019-09-03
1
-1
/
+1
*
pan/decode: Use portable format specifier for 64-bit
Alyssa Rosenzweig
2019-09-03
1
-1
/
+1
*
pan/decode: Use %zu instead of %d
Alyssa Rosenzweig
2019-09-03
1
-3
/
+3
*
pan/decode: Fix uninitialized variables
Alyssa Rosenzweig
2019-09-03
1
-2
/
+5
*
pan/decode: Validate and quiet helper invocation flag
Alyssa Rosenzweig
2019-08-23
1
-1
/
+8
*
pan/decode: Handle special varyings
Alyssa Rosenzweig
2019-08-22
1
-5
/
+41
*
pan/decode: Remove size/stride divisibility check
Alyssa Rosenzweig
2019-08-22
1
-7
/
+3
*
pan/decode: Decouple attribute/meta printing
Alyssa Rosenzweig
2019-08-22
1
-4
/
+8
*
pan/decode: Print stub for uniforms
Alyssa Rosenzweig
2019-08-22
1
-1
/
+11
*
pan/decode: Decode actual varying_meta address
Alyssa Rosenzweig
2019-08-22
1
-1
/
+1
*
pan/decode: Downgrade shader property mismatch to warning
Alyssa Rosenzweig
2019-08-22
1
-1
/
+2
*
pan/decode: Validate, but do not print, index buffer
Alyssa Rosenzweig
2019-08-22
1
-30
/
+26
*
pan/decode: Validate mali_shader_meta stats
Alyssa Rosenzweig
2019-08-22
1
-35
/
+78
*
pan/decode: Disassemble before printing shader descriptor
Alyssa Rosenzweig
2019-08-22
1
-10
/
+8
*
pan/decode: Promote <no shader> to an error
Alyssa Rosenzweig
2019-08-22
1
-1
/
+1
*
pan/decode: Fix uniform printing
Alyssa Rosenzweig
2019-08-22
1
-3
/
+3
*
pan/decode: Validate blend shaders don't access I/O
Alyssa Rosenzweig
2019-08-22
1
-2
/
+21
*
pan/decode: Validate and simplify FRAGMENT payloads
Alyssa Rosenzweig
2019-08-22
1
-12
/
+38
*
pan/decode: Validate MFBD tags
Alyssa Rosenzweig
2019-08-22
1
-33
/
+76
*
pan/decode: Eliminate non-FBD dumped case
Alyssa Rosenzweig
2019-08-22
1
-29
/
+7
*
pan/decode: Removing uniform buffer framing
Alyssa Rosenzweig
2019-08-22
1
-13
/
+2
*
pan/decode: Remove mali_attr(_meta) framing
Alyssa Rosenzweig
2019-08-22
1
-13
/
+2
*
pan/decode: Hoist shader-db stats to shared decode
Alyssa Rosenzweig
2019-08-22
1
-8
/
+34
*
pan/decode: Remove all_zero
Alyssa Rosenzweig
2019-08-21
1
-13
/
+7
*
pan/decode: Don't leak FBD pointer
Alyssa Rosenzweig
2019-08-21
1
-3
/
+5
*
pan/decode: Cleanup mali_attr printing
Alyssa Rosenzweig
2019-08-21
1
-20
/
+44
*
pan/decode: Validate attribute/varying buffer pointer
Alyssa Rosenzweig
2019-08-21
1
-0
/
+3
*
pan/decode: Include address in union mali_attr
Alyssa Rosenzweig
2019-08-21
1
-19
/
+7
*
pan/decode: Use concise texture printing
Alyssa Rosenzweig
2019-08-21
1
-33
/
+35
*
panfrost: Break up usage2 field
Alyssa Rosenzweig
2019-08-21
1
-5
/
+10
*
pan/decode: Pretty-print sRGB format
Alyssa Rosenzweig
2019-08-21
1
-4
/
+11
*
panfrost: nr_mipmap_levels -> levels
Alyssa Rosenzweig
2019-08-21
1
-3
/
+4
*
pan/decode: Validate texture dimensionality
Alyssa Rosenzweig
2019-08-21
1
-6
/
+33
*
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
1
-12
/
+5
*
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
[next]