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_drm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Print errors from kernel
Tomeu Vizoso
2019-08-08
1
-5
/
+5
*
panfrost: Mark buffers as PANFROST_BO_HEAP
Tomeu Vizoso
2019-08-08
1
-0
/
+6
*
panfrost: Mark BOs as NOEXEC
Tomeu Vizoso
2019-08-08
1
-1
/
+5
*
panfrost: Take into account flags when looking up in the BO cache
Tomeu Vizoso
2019-08-08
1
-0
/
+1
*
panfrost: Allocate shaders in their own BOs
Tomeu Vizoso
2019-08-08
1
-1
/
+3
*
panfrost: Allocate polygon lists on-demand
Alyssa Rosenzweig
2019-08-02
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
panfrost: Trace invisible BOs
Alyssa Rosenzweig
2019-07-18
1
-1
/
+5
*
panfrost: Merge varyings_mem into transient buffers
Alyssa Rosenzweig
2019-07-17
1
-1
/
+0
*
panfrost: Add Z/S and MRT BOs to the job
Alyssa Rosenzweig
2019-07-16
1
-6
/
+0
*
panfrost: Stub out panfrost_bo_cache_put
Alyssa Rosenzweig
2019-07-15
1
-1
/
+13
*
panfrost: Stub out panfrost_bo_cache_get
Alyssa Rosenzweig
2019-07-15
1
-10
/
+24
*
panfrost: Delay resource mmaps
Alyssa Rosenzweig
2019-07-15
1
-2
/
+2
*
panfrost/drm: Don't mmap INVISIBLE buffers
Alyssa Rosenzweig
2019-07-15
1
-4
/
+12
*
panfrost/decode: Drop _replay prefix
Alyssa Rosenzweig
2019-07-12
1
-1
/
+1
*
panfrost/drm: Check allocation size is positive
Alyssa Rosenzweig
2019-07-12
1
-0
/
+4
*
panfrost: Fix build warnings
Alyssa Rosenzweig
2019-07-12
1
-3
/
+3
*
panfrost: Style main Gallium driver
Alyssa Rosenzweig
2019-07-10
1
-39
/
+39
*
panfrost: Take into account off-screen FBOs
Tomeu Vizoso
2019-07-04
1
-4
/
+6
*
panfrost: Pass referenced BOs to the SUBMIT ioctls
Boris Brezillon
2019-07-02
1
-19
/
+27
*
panfrost: Make SLAB pool creation rely on BO helpers
Boris Brezillon
2019-07-02
1
-63
/
+11
*
panfrost: Add the panfrost_drm_{create,release}_bo() helpers
Boris Brezillon
2019-07-02
1
-0
/
+62
*
panfrost: Move the mmap BO logic out of panfrost_drm_import_bo()
Boris Brezillon
2019-07-02
1
-21
/
+30
*
panfrost: Avoid passing winsys handles to import/export BO funcs
Boris Brezillon
2019-07-02
1
-10
/
+7
*
panfrost: Stop exposing internal panfrost_drm_*() functions
Boris Brezillon
2019-07-02
1
-2
/
+2
*
panfrost: Get rid of the "free imported BO" logic
Boris Brezillon
2019-07-02
1
-18
/
+0
*
panfrost: Get rid of the panfrost_driver abstraction leftovers
Boris Brezillon
2019-07-02
1
-1
/
+0
*
panfrost/decode: Wait for a job to finish before dumping
Tomeu Vizoso
2019-06-27
1
-2
/
+4
*
panfrost: Merge checksum buffer with main BO
Alyssa Rosenzweig
2019-06-25
1
-3
/
+0
*
panfrost: Remove the panfrost_driver abstraction
Boris Brezillon
2019-06-21
1
-70
/
+32
*
panfrost: Remove the perf counters interface
Boris Brezillon
2019-06-21
1
-14
/
+0
*
panfrost: Conditionally submit fragment job
Alyssa Rosenzweig
2019-06-21
1
-1
/
+4
*
panfrost: Implement command stream scoreboarding
Alyssa Rosenzweig
2019-06-21
1
-2
/
+4
*
panfrost: Move to use ralloc for some allocations
Tomeu Vizoso
2019-06-19
1
-1
/
+1
*
panfrost: Adapt to constant name change in UABI
Tomeu Vizoso
2019-06-18
1
-1
/
+1
*
panfrost: Disable the tiler for clear-only jobs
Alyssa Rosenzweig
2019-06-17
1
-1
/
+1
*
panfrost: Rename misc_0 -> tiler_polygon_list
Alyssa Rosenzweig
2019-06-17
1
-1
/
+1
*
panfrost: Replace pantrace with direct decoding
Alyssa Rosenzweig
2019-06-12
1
-10
/
+10
*
panfrost: Track BO lifetime with jobs and reference counts
Alyssa Rosenzweig
2019-04-19
1
-0
/
+6
*
panfrost: use os_mmap and os_munmap
Mateusz Krzak
2019-04-12
1
-3
/
+4
*
panfrost: cast bo_handles pointer to uintptr_t first
Mateusz Krzak
2019-04-12
1
-1
/
+1
*
panfrost: Remove support for legacy kernels
Alyssa Rosenzweig
2019-04-03
1
-1
/
+0
*
panfrost: Wait for last job to finish in force_flush_fragment
Tomeu Vizoso
2019-03-27
1
-0
/
+8
*
panfrost: Pass the context BOs to the kernel so they aren't unmapped while in...
Tomeu Vizoso
2019-03-27
1
-3
/
+9
*
panfrost: Also tell the kernel about the checksum_slab
Tomeu Vizoso
2019-03-27
1
-4
/
+9
*
panfrost: Preliminary work for mipmaps
Alyssa Rosenzweig
2019-03-27
1
-8
/
+8
*
panfrost: Properly align stride
Daniel Stone
2019-03-20
1
-1
/
+2
*
panfrost: Set bo->size[0] in the DRM backend
Tomeu Vizoso
2019-03-13
1
-5
/
+5
*
panfrost/drm: Cast pointer to u64 to fix warning
Alyssa Rosenzweig
2019-03-10
1
-1
/
+1
*
panfrost: Add backend targeting the DRM driver
Tomeu Vizoso
2019-03-10
1
-0
/
+363
[next]