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_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: split index cache into shared part
Vasily Khoruzhick
2020-03-10
1
-35
/
+2
*
panfrost: Implement index buffer cache
Alyssa Rosenzweig
2020-02-27
1
-1
/
+51
*
panfrost: Rewrite texture descriptor creation logic
Alyssa Rosenzweig
2020-02-21
1
-14
/
+7
*
panfrost: Move checksum routines to root panfrost
Alyssa Rosenzweig
2020-02-21
1
-24
/
+1
*
panfrost: Remove enum panfrost_memory_layout
Alyssa Rosenzweig
2020-02-18
1
-11
/
+12
*
panfrost: Cleanup transfer_map
Alyssa Rosenzweig
2020-02-18
1
-22
/
+1
*
panfrost: Use size0 when calculating the offset to a depth level
Alyssa Rosenzweig
2020-02-04
1
-5
/
+11
*
panfrost: Add ETC1/ETC2 texture formats
Icecream95
2020-01-21
1
-0
/
+3
*
panfrost: Rework linear<--->tiled conversions
Alyssa Rosenzweig
2020-01-21
1
-3
/
+5
*
panfrost,lima: De-Galliumize tiling routines
Alyssa Rosenzweig
2020-01-21
1
-2
/
+3
*
panfrost: Fix linear depth textures
Alyssa Rosenzweig
2020-01-14
1
-1
/
+5
*
panfrost: Cleanup tiling selection logic
Alyssa Rosenzweig
2020-01-06
1
-13
/
+14
*
panfrost: Store internal format
Tomeu Vizoso
2020-01-02
1
-2
/
+5
*
panfrost: Map with size of first layer for 3D textures
Tomeu Vizoso
2020-01-02
1
-2
/
+7
*
panfrost: Make sure we reset the damage region of RTs at flush time
Boris Brezillon
2019-11-29
1
-1
/
+1
*
panfrost: Disable tiling for GLOBAL resources
Alyssa Rosenzweig
2019-11-19
1
-1
/
+2
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
panfrost: Rework format encoding on SFBD
Tomeu Vizoso
2019-11-06
1
-3
/
+1
*
panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()
Boris Brezillon
2019-10-21
1
-2
/
+35
*
panfrost: Respect offset for imported resources
Daniel Stone
2019-10-18
1
-0
/
+3
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
1
-2
/
+2
*
panfrost: Do fine-grained flushing when preparing BO for CPU accesses
Boris Brezillon
2019-10-03
1
-15
/
+12
*
panfrost: Add a panfrost_flush_all_batches() helper
Boris Brezillon
2019-10-03
1
-3
/
+3
*
panfrost: Stop using panfrost_bo_release() outside of pan_bo.c
Boris Brezillon
2019-09-18
1
-1
/
+1
*
panfrost: Stop passing screen around for BO operations
Boris Brezillon
2019-09-18
1
-4
/
+4
*
panfrost: Don't check if BO is mmaped before calling panfrost_bo_mmap()
Boris Brezillon
2019-09-18
1
-5
/
+1
*
panfrost: Move the BO API to its own header
Boris Brezillon
2019-09-18
1
-0
/
+1
*
panfrost: s/PAN_ALLOCATE_/PAN_BO_/
Boris Brezillon
2019-09-18
1
-2
/
+2
*
panfrost: Move panfrost_bo_{reference,unreference}() to pan_bo.c
Boris Brezillon
2019-09-18
1
-19
/
+0
*
panfrost: Get rid of pan_drm.c
Boris Brezillon
2019-09-18
1
-7
/
+7
*
panfrost: s/job/batch/
Boris Brezillon
2019-09-08
1
-2
/
+2
*
panfrost: Fix misc. issues flagged by cppcheck
Alyssa Rosenzweig
2019-09-03
1
-2
/
+0
*
panfrost: Reset the damage area on imported resources
Boris Brezillon
2019-08-28
1
-11
/
+12
*
panfrost: Add support for KHR_partial_update()
Boris Brezillon
2019-08-13
1
-0
/
+80
*
panfrost: Handle the bo == NULL case in panfrost_bo_[un]reference()
Boris Brezillon
2019-08-02
1
-1
/
+5
*
panfrost: Disable tiled formats on SFBD systems
Alyssa Rosenzweig
2019-07-25
1
-1
/
+3
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-9
/
+9
*
panfrost: Set `initialized` in more cases
Alyssa Rosenzweig
2019-07-22
1
-5
/
+9
*
panfrost: Check for NULL surface in places
Alyssa Rosenzweig
2019-07-18
1
-1
/
+4
*
panfrost: Implement opportunistic AFBC
Alyssa Rosenzweig
2019-07-16
1
-0
/
+60
*
panfrost: AFBC buffers must be cache-line aligned
Alyssa Rosenzweig
2019-07-16
1
-0
/
+5
*
panfrost: Stub out panfrost_bo_cache_put
Alyssa Rosenzweig
2019-07-15
1
-1
/
+1
*
panfrost: Remove all old allocators
Alyssa Rosenzweig
2019-07-15
1
-66
/
+0
*
panfrost: Delay resource mmaps
Alyssa Rosenzweig
2019-07-15
1
-1
/
+11
*
panfrost: Remove unused display target field
Alyssa Rosenzweig
2019-07-11
1
-1
/
+0
*
panfrost: Style main Gallium driver
Alyssa Rosenzweig
2019-07-10
1
-96
/
+95
*
panfrost: Use standard ALIGN_POT/INFINITY macros
Alyssa Rosenzweig
2019-07-10
1
-8
/
+8
*
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
[next]