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_screen.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Move pool routines to common code
Alyssa Rosenzweig
2020-07-09
1
-1
/
+1
*
panfrost: Split panfrost_device from panfrost_screen
Alyssa Rosenzweig
2020-03-31
1
-61
/
+8
*
panfrost: Query core count and thread tls alloc
Alyssa Rosenzweig
2019-12-13
1
-0
/
+2
*
panfrost: Add quirks system to cmdstream
Tomeu Vizoso
2019-12-03
1
-1
/
+1
*
panfrost: Try to evict unused BOs from the cache
Boris Brezillon
2019-11-08
1
-0
/
+6
*
panfrost: Move BO cache related fields to a sub-struct
Boris Brezillon
2019-11-08
1
-5
/
+8
*
panfrost: Keep track of active BOs
Tomeu Vizoso
2019-10-17
1
-0
/
+4
*
panfrost: Prepare panfrost_fence for batch pipelining
Boris Brezillon
2019-10-03
1
-1
/
+2
*
panfrost: Move the BO API to its own header
Boris Brezillon
2019-09-18
1
-47
/
+0
*
panfrost: s/PAN_ALLOCATE_/PAN_BO_/
Boris Brezillon
2019-09-18
1
-5
/
+5
*
panfrost: Get rid of pan_drm.c
Boris Brezillon
2019-09-18
1
-20
/
+10
*
panfrost: Stop passing has_draws to panfrost_drm_submit_vs_fs_batch()
Boris Brezillon
2019-09-18
1
-1
/
+1
*
panfrost: Move the batch submission logic to panfrost_batch_submit()
Boris Brezillon
2019-09-13
1
-2
/
+0
*
panfrost: Move the fence creation in panfrost_flush()
Boris Brezillon
2019-09-13
1
-2
/
+1
*
panfrost: Get rid of the now unused SLAB allocator
Boris Brezillon
2019-09-08
1
-11
/
+0
*
panfrost: Make transient allocation rely on the BO cache
Boris Brezillon
2019-09-08
1
-21
/
+0
*
panfrost: Pass a batch to panfrost_drm_submit_vs_fs_batch()
Boris Brezillon
2019-09-08
1
-1
/
+2
*
panfrost: s/job/batch/
Boris Brezillon
2019-09-08
1
-1
/
+1
*
panfrost: protect access to shared bo cache and transient pool
Rohan Garg
2019-08-30
1
-0
/
+4
*
panfrost: Jobs must be per context, not per screen
Rohan Garg
2019-08-30
1
-6
/
+0
*
panfrost: Remove unused argument from panfrost_drm_submit_vs_fs_job()
Rohan Garg
2019-08-29
1
-2
/
+1
*
panfrost: Mark BOs as NOEXEC
Tomeu Vizoso
2019-08-08
1
-0
/
+3
*
panfrost: Move require_sfbd to screen
Alyssa Rosenzweig
2019-07-25
1
-0
/
+3
*
panfrost: Add BO cache data structure
Alyssa Rosenzweig
2019-07-15
1
-0
/
+16
*
panfrost: Stub out panfrost_bo_cache_evict
Alyssa Rosenzweig
2019-07-15
1
-0
/
+3
*
panfrost: Stub out panfrost_bo_cache_put
Alyssa Rosenzweig
2019-07-15
1
-1
/
+6
*
panfrost: Stub out panfrost_bo_cache_get
Alyssa Rosenzweig
2019-07-15
1
-0
/
+5
*
panfrost: Allocate UBOs on the stack, not the heap
Alyssa Rosenzweig
2019-07-15
1
-0
/
+3
*
panfrost: Remove all old allocators
Alyssa Rosenzweig
2019-07-15
1
-3
/
+0
*
panfrost: Delay resource mmaps
Alyssa Rosenzweig
2019-07-15
1
-0
/
+2
*
panfrost: Cleanup PAN_ALLOCATE_*
Alyssa Rosenzweig
2019-07-15
1
-4
/
+18
*
panfrost: Add pan_bo_for_screen helper
Alyssa Rosenzweig
2019-07-12
1
-0
/
+10
*
panfrost: Add panfrost_transient_bo array
Alyssa Rosenzweig
2019-07-12
1
-0
/
+27
*
panfrost: Remove unused display target field
Alyssa Rosenzweig
2019-07-11
1
-3
/
+0
*
panfrost: Style main Gallium driver
Alyssa Rosenzweig
2019-07-10
1
-3
/
+3
*
panfrost: Check GPU version before loading
Alyssa Rosenzweig
2019-07-10
1
-0
/
+1
*
panfrost: Add the panfrost_drm_{create,release}_bo() helpers
Boris Brezillon
2019-07-02
1
-0
/
+5
*
panfrost: Avoid passing winsys handles to import/export BO funcs
Boris Brezillon
2019-07-02
1
-4
/
+2
*
panfrost: Stop exposing internal panfrost_drm_*() functions
Boris Brezillon
2019-07-02
1
-5
/
+0
*
panfrost: Get rid of the "free imported BO" logic
Boris Brezillon
2019-07-02
1
-3
/
+0
*
panfrost: Update copyright identifiers
Alyssa Rosenzweig
2019-06-26
1
-1
/
+1
*
panfrost: Remove the panfrost_driver abstraction
Boris Brezillon
2019-06-21
1
-30
/
+46
*
panfrost: Remove the perf counters interface
Boris Brezillon
2019-06-21
1
-4
/
+0
*
panfrost: Replace pantrace with direct decoding
Alyssa Rosenzweig
2019-06-12
1
-1
/
+0
*
panfrost: Move pan_screen() to pan_screen.h
Alyssa Rosenzweig
2019-06-10
1
-0
/
+6
*
panfrost: Track BO lifetime with jobs and reference counts
Alyssa Rosenzweig
2019-04-19
1
-1
/
+4
*
panfrost: Properly align stride
Daniel Stone
2019-03-20
1
-1
/
+1
*
panfrost: Add backend targeting the DRM driver
Tomeu Vizoso
2019-03-10
1
-7
/
+12
*
panfrost: Expose perf counters in environment
Alyssa Rosenzweig
2019-02-27
1
-2
/
+0
*
panfrost/nondrm: Split out dump_counters
Alyssa Rosenzweig
2019-02-25
1
-0
/
+1
[next]