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