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
/
gallium
/
drivers
/
panfrost
/
pan_mfbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Fix linear depth textures
Alyssa Rosenzweig
2020-01-14
1
-13
/
+19
*
panfrost: Support rendering to non-zero Z/S layers
Alyssa Rosenzweig
2020-01-06
1
-5
/
+5
*
panfrost: Pass size to panfrost_batch_get_scratchpad
Alyssa Rosenzweig
2019-12-13
1
-2
/
+8
*
panfrost: Emit SFBD/MFBD after a batch, instead of before
Alyssa Rosenzweig
2019-12-13
1
-0
/
+37
*
panfrost: Fix gnu-empty-initializer build errors.
Vinson Lee
2019-11-28
1
-2
/
+2
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
panfrost: Set depth and stencil for SFBD based on the format
Tomeu Vizoso
2019-11-11
1
-14
/
+0
*
panfrost: Rework format encoding on SFBD
Tomeu Vizoso
2019-11-06
1
-27
/
+3
*
panfrost: Move the BO API to its own header
Boris Brezillon
2019-09-18
1
-0
/
+1
*
panfrost: Pass a batch to functions emitting FB descs
Boris Brezillon
2019-09-13
1
-15
/
+10
*
panfrost: Pass a batch to panfrost_{allocate,upload}_transient()
Boris Brezillon
2019-09-13
1
-1
/
+2
*
panfrost: Allow testing if a specific batch is targeting a scanout FB
Boris Brezillon
2019-09-13
1
-2
/
+1
*
panfrost: s/job/batch/
Boris Brezillon
2019-09-08
1
-15
/
+15
*
pan/decode: Validate MFBD tags
Alyssa Rosenzweig
2019-08-22
1
-1
/
+1
*
panfrost: Clarify intention with PIPE_SWIZZLE_X check
Alyssa Rosenzweig
2019-08-21
1
-1
/
+2
*
pan/mfbd: Stuff in RT count
Alyssa Rosenzweig
2019-08-14
1
-8
/
+10
*
panfrost: Note "MFBD preload disable" bit
Alyssa Rosenzweig
2019-08-14
1
-2
/
+2
*
panfrost: Set rt_count
Alyssa Rosenzweig
2019-07-18
1
-6
/
+10
*
panfrost/mfbd: Unify depth-only with masked FBO path
Alyssa Rosenzweig
2019-07-18
1
-22
/
+24
*
panfrost: Check for NULL surface in places
Alyssa Rosenzweig
2019-07-18
1
-0
/
+4
*
panfrost: Implement Z32F(_S8) support
Alyssa Rosenzweig
2019-07-18
1
-0
/
+14
*
panfrost/mfbd: Zero out framebuffer_stride
Alyssa Rosenzweig
2019-07-16
1
-2
/
+3
*
panfrost/mfbd: Add Z32 rendering support
Alyssa Rosenzweig
2019-07-15
1
-4
/
+24
*
panfrost: Fix build warnings
Alyssa Rosenzweig
2019-07-12
1
-3
/
+2
*
panfrost: Don't lie about Z/S formats
Alyssa Rosenzweig
2019-07-11
1
-0
/
+8
*
panfrost: Style main Gallium driver
Alyssa Rosenzweig
2019-07-10
1
-97
/
+97
*
panfrost/mfbd: Cleanup format code selection
Alyssa Rosenzweig
2019-07-10
1
-72
/
+90
*
panfrost/mfbd: Handle PIPE_FORMAT_B10G10R10A2_UNORM
Alyssa Rosenzweig
2019-07-10
1
-1
/
+10
*
panfrost: Implement ES3-format writeout
Alyssa Rosenzweig
2019-07-10
1
-2
/
+17
*
panfrost/mfbd: Handle pure int formats
Alyssa Rosenzweig
2019-07-10
1
-4
/
+16
*
panfrost: Set rt_count_2 for bpp>4 formats
Alyssa Rosenzweig
2019-07-10
1
-0
/
+7
*
panfrost: Extend clear colour packing
Alyssa Rosenzweig
2019-07-10
1
-7
/
+11
*
panfrost/mfbd: Include codes for float framebuffers
Alyssa Rosenzweig
2019-07-10
1
-1
/
+28
*
panfrost: Move BO meta-data out of panfrost_bo
Boris Brezillon
2019-07-02
1
-12
/
+12
*
panfrost: Allow R11G11B10 rendering
Alyssa Rosenzweig
2019-06-28
1
-1
/
+5
*
panfrost: Invert swizzle for rendering
Alyssa Rosenzweig
2019-06-25
1
-2
/
+30
*
panfrost: Merge checksum buffer with main BO
Alyssa Rosenzweig
2019-06-25
1
-4
/
+11
*
panfrost: Sanity check layer
Alyssa Rosenzweig
2019-06-25
1
-0
/
+1
*
panfrost: Use get_texture_address for framebuffer computations
Alyssa Rosenzweig
2019-06-25
1
-6
/
+5
*
panfrost: Merge AFBC slab with BO backing
Alyssa Rosenzweig
2019-06-25
1
-11
/
+12
*
panfrost: Specify sRGB in the render target
Alyssa Rosenzweig
2019-06-18
1
-1
/
+4
*
panfrost: Implement tiled rendering
Alyssa Rosenzweig
2019-06-18
1
-0
/
+4
*
panfrost: Decode rendering block type
Alyssa Rosenzweig
2019-06-18
1
-3
/
+5
*
panfrost/mfbd: Handle rendering to linear mipmap
Alyssa Rosenzweig
2019-06-17
1
-4
/
+18
*
panfrost: Disable the tiler for clear-only jobs
Alyssa Rosenzweig
2019-06-17
1
-2
/
+2
*
panfrost: Identify and decode mfbd_flags
Alyssa Rosenzweig
2019-06-17
1
-6
/
+6
*
panfrost: Don't flip scanout
Alyssa Rosenzweig
2019-06-05
1
-12
/
+4
*
panfrost: Support RGB565 FBOs
Alyssa Rosenzweig
2019-05-04
1
-2
/
+9
*
panfrost: Preliminary work for mipmaps
Alyssa Rosenzweig
2019-03-27
1
-5
/
+5
*
panfrost: Properly align stride
Daniel Stone
2019-03-20
1
-8
/
+3
[next]