panfrost: Add BO cache data structure
[mesa.git] / src / gallium / drivers / panfrost / pan_screen.h
2019-07-15 Alyssa Rosenzweigpanfrost: Add BO cache data structure
2019-07-15 Alyssa Rosenzweigpanfrost: Stub out panfrost_bo_cache_evict
2019-07-15 Alyssa Rosenzweigpanfrost: Stub out panfrost_bo_cache_put
2019-07-15 Alyssa Rosenzweigpanfrost: Stub out panfrost_bo_cache_get
2019-07-15 Alyssa Rosenzweigpanfrost: Allocate UBOs on the stack, not the heap
2019-07-15 Alyssa Rosenzweigpanfrost: Remove all old allocators
2019-07-15 Alyssa Rosenzweigpanfrost: Delay resource mmaps
2019-07-15 Alyssa Rosenzweigpanfrost: Cleanup PAN_ALLOCATE_*
2019-07-12 Alyssa Rosenzweigpanfrost: Add pan_bo_for_screen helper
2019-07-12 Alyssa Rosenzweigpanfrost: Add panfrost_transient_bo array
2019-07-11 Alyssa Rosenzweigpanfrost: Remove unused display target field
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-10 Alyssa Rosenzweigpanfrost: Check GPU version before loading
2019-07-02 Boris Brezillonpanfrost: Add the panfrost_drm_{create,release}_bo...
2019-07-02 Boris Brezillonpanfrost: Avoid passing winsys handles to import/export...
2019-07-02 Boris Brezillonpanfrost: Stop exposing internal panfrost_drm_*() functions
2019-07-02 Boris Brezillonpanfrost: Get rid of the "free imported BO" logic
2019-06-26 Alyssa Rosenzweigpanfrost: Update copyright identifiers
2019-06-21 Boris Brezillonpanfrost: Remove the panfrost_driver abstraction
2019-06-21 Boris Brezillonpanfrost: Remove the perf counters interface
2019-06-12 Alyssa Rosenzweigpanfrost: Replace pantrace with direct decoding
2019-06-10 Alyssa Rosenzweigpanfrost: Move pan_screen() to pan_screen.h
2019-04-19 Alyssa Rosenzweigpanfrost: Track BO lifetime with jobs and reference...
2019-03-20 Daniel Stonepanfrost: Properly align stride
2019-03-10 Tomeu Vizosopanfrost: Add backend targeting the DRM driver
2019-02-27 Alyssa Rosenzweigpanfrost: Expose perf counters in environment
2019-02-25 Alyssa Rosenzweigpanfrost/nondrm: Split out dump_counters
2019-02-25 Alyssa Rosenzweigpanfrost/nondrm: Make COHERENT_LOCAL explicit
2019-02-25 Alyssa Rosenzweigpanfrost/nondrm: Flag CPU-invisible regions
2019-02-21 Alyssa Rosenzweigpanfrost: Implement pantrace (command stream dump)
2019-02-18 Alyssa Rosenzweigpanfrost: Free imported BOs
2019-02-18 Alyssa Rosenzweigpanfrost: Fix various leaks unmapping resources
2019-02-10 Alyssa Rosenzweigpanfrost: Add kernel-agnostic resource management
2019-02-07 Alyssa Rosenzweigpanfrost: Include glue for out-of-tree legacy code
2019-02-07 Alyssa Rosenzweigpanfrost: Check in sources for command stream
2019-02-05 Alyssa Rosenzweigpanfrost: Initial stub for Panfrost driver