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
/
pandecode
/
decode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-119
/
+130
*
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
*
pan/decode: Check for a number of potential issues
Alyssa Rosenzweig
2019-08-21
1
-16
/
+62
*
panfrost: Correct polygon size computations
Alyssa Rosenzweig
2019-08-21
1
-2
/
+1
*
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
*
pan/decode: Bounds check polygon list and tiler heap
Alyssa Rosenzweig
2019-08-21
1
-3
/
+18
*
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: Silence workgroups_x_shift_2
Alyssa Rosenzweig
2019-08-21
1
-3
/
+5
*
pan/decode: Don't print canonical workgroup encoding
Alyssa Rosenzweig
2019-08-21
1
-24
/
+60
*
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/decode: Dump FBD tagged pointer
Alyssa Rosenzweig
2019-08-14
1
-2
/
+7
*
pan/decode: Decode invalid access type upon fault
Alyssa Rosenzweig
2019-08-14
1
-2
/
+18
*
pan/decode: Fix duplicate heap_end property
Alyssa Rosenzweig
2019-08-14
1
-1
/
+1
*
panfrost: Note "MFBD preload disable" bit
Alyssa Rosenzweig
2019-08-14
1
-1
/
+4
*
pan/midgard: Prefix blobber-db output for grepping
Alyssa Rosenzweig
2019-08-14
1
-1
/
+9
*
pan/midgard: Implement blobber-db
Alyssa Rosenzweig
2019-08-14
1
-4
/
+7
*
panfrost: prepare for p_compiler.h dependency removal
Lionel Landwerlin
2019-08-09
1
-0
/
+1
*
pan/decode: Resolve crash with NULL attr/varyings
Alyssa Rosenzweig
2019-08-09
1
-0
/
+5
*
panfrost: Take into account a index_bias for glDrawElementsBaseVertex calls
Rohan Garg
2019-08-06
1
-4
/
+4
*
panfrost: Add support for decoding gl_FrontFacing
Alyssa Rosenzweig
2019-08-01
1
-0
/
+1
*
pan/decode: Use max varying index as varying buffer count
Alyssa Rosenzweig
2019-08-01
1
-6
/
+6
*
panfrost: Add MALI_SAMP_NORM_COORDS flag
Alyssa Rosenzweig
2019-07-31
1
-0
/
+1
*
panfrost: Simplify filter_mode definition
Alyssa Rosenzweig
2019-07-31
1
-5
/
+12
[next]