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
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Report CAPs more honestly
Alyssa Rosenzweig
2020-07-16
1
-4
/
+3
*
panfrost: Implement Z32F_S8 blits
Alyssa Rosenzweig
2020-07-16
1
-0
/
+1
*
panfrost: Use Midgard-specific reloads
Alyssa Rosenzweig
2020-07-16
7
-1
/
+424
*
panfrost: Identify zs_samples field
Alyssa Rosenzweig
2020-07-15
2
-2
/
+7
*
panfrost: Include sample count in payload estimates
Alyssa Rosenzweig
2020-07-15
2
-1
/
+5
*
panfrost: Add MALI_PER_SAMPLE bit
Alyssa Rosenzweig
2020-07-15
2
-0
/
+5
*
pan/mdg: Implement gl_SampleID
Alyssa Rosenzweig
2020-07-15
1
-0
/
+20
*
pan/mdg: Identify per-sample interpolation mode
Alyssa Rosenzweig
2020-07-15
2
-0
/
+3
*
pan/mdg: Bump compiler RT maximum
Alyssa Rosenzweig
2020-07-15
1
-1
/
+5
*
pan/mdg: Skip z/s combining for dual-source writes
Icecream95
2020-07-15
1
-0
/
+3
*
pan/mdg: Dual source blend input/writeout support
Icecream95
2020-07-15
9
-7
/
+54
*
pan/mdg: Add a nir pass to reorder store_output intrinsics
Icecream95
2020-07-15
1
-0
/
+46
*
pan/mdg: Fix non-debug compiliation
Icecream95
2020-07-14
1
-1
/
+1
*
panfrost: Fix outmods on int to float conversions
Italo Nicola
2020-07-13
1
-1
/
+1
*
panfrost: Map PIPE_{DXT, RGTC, BPTC} to MALI_BCn
Alyssa Rosenzweig
2020-07-13
1
-0
/
+19
*
panfrost: Pipe in compressed texture feature mask
Alyssa Rosenzweig
2020-07-13
2
-0
/
+46
*
panfrost: Add format codes for new compressed textures
Alyssa Rosenzweig
2020-07-13
4
-36
/
+69
*
panfrost: Compact unused BO flag bits
Alyssa Rosenzweig
2020-07-13
1
-6
/
+2
*
panfrost: Remove PAN_BO_DONT_REUSE
Alyssa Rosenzweig
2020-07-13
2
-7
/
+6
*
panfrost: Remove PAN_BO_COHERENT_LOCAL
Alyssa Rosenzweig
2020-07-13
1
-3
/
+1
*
panfrost: Merge PAN_BO_IMPORTED/PAN_BO_EXPORTED
Alyssa Rosenzweig
2020-07-13
2
-8
/
+5
*
panfrost: Index BOs from the BO map sparse array
Alyssa Rosenzweig
2020-07-13
3
-54
/
+22
*
panfrost: Add a sparse array to map GEM handles to BOs
Alyssa Rosenzweig
2020-07-13
2
-0
/
+14
*
panfrost: Fix write to free'd memory
Alyssa Rosenzweig
2020-07-13
1
-1
/
+1
*
panfrost: Extend fetched framebuffer results
Alyssa Rosenzweig
2020-07-13
1
-0
/
+17
*
panfrost: Always use SOFTWARE for pure formats
Alyssa Rosenzweig
2020-07-13
1
-0
/
+9
*
panfrost: Use f2fmp for framebuffer lowering conversions
Icecream95
2020-07-13
1
-9
/
+9
*
panfrost: Stop keying on rt format when using native loads
Icecream95
2020-07-13
1
-0
/
+3
*
pan/mdg: Use a 32-bit ld_color_buffer op when needed
Icecream95
2020-07-13
3
-2
/
+16
*
pan/mdg: Set the z/s store intrinsic base correctly
Icecream95
2020-07-13
1
-1
/
+6
*
pan/mdg: Support MRT in output load lowering
Icecream95
2020-07-13
2
-2
/
+38
*
pan/mdg: Handle non-blend framebuffer lowering
Icecream95
2020-07-13
3
-9
/
+32
*
pan/mdg: Emit a tilebuffer wait loop when needed
Icecream95
2020-07-13
1
-1
/
+20
*
pan/mdg: Do the pan_lower_framebuffer pass later
Icecream95
2020-07-13
3
-16
/
+31
*
panfrost: Add rt formats to shader state
Icecream95
2020-07-13
1
-0
/
+3
*
pan/mdg: Use the writeout tag for tilebuffer wait loops
Icecream95
2020-07-13
1
-1
/
+4
*
pan/mdg: Handle tilebuffer wait loops
Icecream95
2020-07-13
2
-2
/
+10
*
panfrost: Fix MALI_READS_TILEBUFFER
Icecream95
2020-07-13
1
-1
/
+1
*
panfrost: Handle PIPE_FORMAT_S8_UINT
Alyssa Rosenzweig
2020-07-09
2
-0
/
+10
*
panfrost: Handle PIPE_FORMAT_X24S8_UINT
Alyssa Rosenzweig
2020-07-09
2
-1
/
+10
*
panfrost: Move scoreboarding routines to common
Alyssa Rosenzweig
2020-07-09
4
-0
/
+271
*
panfrost: Move pool routines to common code
Alyssa Rosenzweig
2020-07-09
4
-0
/
+183
*
panfrost: Drop Gallium-local pan_bo_create wrapper
Alyssa Rosenzweig
2020-07-09
1
-0
/
+9
*
panfrost: Move debug flags into the device
Alyssa Rosenzweig
2020-07-09
2
-7
/
+3
*
panfrost: add some missing fallthrough comments to bi_pack.c
Timothy Arceri
2020-07-08
1
-0
/
+3
*
panfrost: hide more unused code in bi_lower_combine.c
Timothy Arceri
2020-07-08
1
-1
/
+3
*
panfrost: add some missing fallthrough comments
Timothy Arceri
2020-07-08
1
-0
/
+2
*
pan/decode: Make mapped memory read-only while decoding
Icecream95
2020-07-07
3
-3
/
+38
*
panfrost: Identify depth/stencil layer strides
Alyssa Rosenzweig
2020-07-07
2
-12
/
+11
*
panfrost: Implement alpha-to-coverage
Alyssa Rosenzweig
2020-07-07
2
-3
/
+2
[next]