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
/
gallium
/
drivers
/
panfrost
/
pan_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Add the panfrost_drm_{create,release}_bo() helpers
Boris Brezillon
2019-07-02
1
-29
/
+3
*
panfrost: Avoid passing winsys handles to import/export BO funcs
Boris Brezillon
2019-07-02
1
-5
/
+11
*
panfrost: Move BO meta-data out of panfrost_bo
Boris Brezillon
2019-07-02
1
-61
/
+65
*
panfrost: Get rid of the "free imported BO" logic
Boris Brezillon
2019-07-02
1
-13
/
+8
*
panfrost: Move scanout res creation out of panfrost_resource_create()
Boris Brezillon
2019-07-02
1
-32
/
+41
*
panfrost: Only tag AFBC addresses when sampling
Tomeu Vizoso
2019-06-28
1
-6
/
+1
*
panfrost: Fix checksumming typo
Alyssa Rosenzweig
2019-06-26
1
-1
/
+1
*
panfrost: Update copyright identifiers
Alyssa Rosenzweig
2019-06-26
1
-1
/
+1
*
panfrost: Merge checksum buffer with main BO
Alyssa Rosenzweig
2019-06-25
1
-16
/
+44
*
panfrost: Use get_texture_address for framebuffer computations
Alyssa Rosenzweig
2019-06-25
1
-0
/
+18
*
panfrost: Merge AFBC slab with BO backing
Alyssa Rosenzweig
2019-06-25
1
-14
/
+15
*
panfrost: Z/S can't be tiled
Alyssa Rosenzweig
2019-06-25
1
-0
/
+3
*
panfrost: Handle generate_mipmap ourselves
Alyssa Rosenzweig
2019-06-25
1
-0
/
+52
*
panfrost: Remove the panfrost_driver abstraction
Boris Brezillon
2019-06-21
1
-8
/
+10
*
panfrost: Track buffer initialization
Alyssa Rosenzweig
2019-06-21
1
-2
/
+10
*
panfrost: Load from tiled images
Alyssa Rosenzweig
2019-06-20
1
-2
/
+15
*
panfrost: Switch to lima tiling
Alyssa Rosenzweig
2019-06-20
1
-27
/
+10
*
panfrost: Fix tiled NPOT textures with bpp<4
Alyssa Rosenzweig
2019-06-20
1
-3
/
+3
*
panfrost: Move to use ralloc for some allocations
Tomeu Vizoso
2019-06-19
1
-17
/
+22
*
panfrost: Resource management for linear 2D texture arrays
Alyssa Rosenzweig
2019-06-17
1
-1
/
+2
*
panfrost: Implement 3D texture resource management
Alyssa Rosenzweig
2019-06-17
1
-5
/
+45
*
panfrost: Enable AFBC on depth/stencil
Alyssa Rosenzweig
2019-06-11
1
-6
/
+0
*
panfrost: Linear depth/stencil should be aligned
Alyssa Rosenzweig
2019-06-11
1
-1
/
+2
*
panfrost: Align linear renderable resources
Alyssa Rosenzweig
2019-06-10
1
-3
/
+10
*
panfrost: Refactor blitting code
Alyssa Rosenzweig
2019-06-10
1
-36
/
+25
*
panfrost: Always align strides to cache line (64)
Alyssa Rosenzweig
2019-06-10
1
-1
/
+7
*
panfrost: Cleanup leak todos
Alyssa Rosenzweig
2019-05-17
1
-2
/
+8
*
panfrost: Support RGB565 FBOs
Alyssa Rosenzweig
2019-05-04
1
-6
/
+15
*
panfrost: Track BO lifetime with jobs and reference counts
Alyssa Rosenzweig
2019-04-19
1
-4
/
+63
*
panfrost: Size tiled temp buffers correctly
Alyssa Rosenzweig
2019-04-04
1
-5
/
+7
*
panfrost: Respect box->width in tiled stores
Alyssa Rosenzweig
2019-04-04
1
-1
/
+3
*
panfrost: Cleanup some indirection in pan_resource
Alyssa Rosenzweig
2019-04-04
1
-24
/
+21
*
panfrost: Extend tiling for cubemaps
Alyssa Rosenzweig
2019-03-31
1
-14
/
+14
*
panfrost: Implement command stream for linear cubemaps
Alyssa Rosenzweig
2019-03-31
1
-1
/
+1
*
panfrost: Preliminary work for cubemaps
Alyssa Rosenzweig
2019-03-31
1
-2
/
+6
*
panfrost: Preliminary work for mipmaps
Alyssa Rosenzweig
2019-03-27
1
-118
/
+91
*
panfrost: Properly align stride
Daniel Stone
2019-03-20
1
-12
/
+11
*
panfrost: Workaround buffer overrun with mip level
Alyssa Rosenzweig
2019-03-19
1
-1
/
+0
*
panfrost; Disable AFBC for depth buffers
Alyssa Rosenzweig
2019-03-14
1
-0
/
+6
*
panfrost: Allocate extra data for depth buffer
Alyssa Rosenzweig
2019-03-14
1
-0
/
+5
*
panfrost: Set bo->gem_handle when creating a linear BO
Tomeu Vizoso
2019-03-13
1
-1
/
+3
*
panfrost: Allocate dedicated slab for linear BOs
Alyssa Rosenzweig
2019-03-12
1
-13
/
+20
*
panfrost: Combine has_afbc/tiled in layout enum
Alyssa Rosenzweig
2019-03-12
1
-8
/
+26
*
panfrost: Cleanup needless if in create_bo
Alyssa Rosenzweig
2019-03-12
1
-30
/
+26
*
panfrost: Add support for PAN_MESA_DEBUG
Tomeu Vizoso
2019-03-12
1
-7
/
+8
*
panfrost: Add backend targeting the DRM driver
Tomeu Vizoso
2019-03-10
1
-19
/
+20
*
panfrost: Stub out separate stencil functions
Alyssa Rosenzweig
2019-02-21
1
-4
/
+23
*
panfrost: Swap order of tiled texture (de)alloc
Alyssa Rosenzweig
2019-02-18
1
-6
/
+6
*
panfrost: Free imported BOs
Alyssa Rosenzweig
2019-02-18
1
-0
/
+4
*
panfrost: Fix various leaks unmapping resources
Alyssa Rosenzweig
2019-02-18
1
-8
/
+11
[next]