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
Commit message (
Expand
)
Author
Age
Files
Lines
*
dEQP-GLES2.functional.buffer.write.use.index_array.* are passing now.
Boris Brezillon
2019-09-23
1
-2
/
+0
*
panfrost: Fix indexed draws
Boris Brezillon
2019-09-23
1
-1
/
+1
*
panfrost: Allocate tiler and scratchpad BOs per-batch
Boris Brezillon
2019-09-18
4
-41
/
+68
*
panfrost: Add FBO BOs to batch->bos earlier
Boris Brezillon
2019-09-18
4
-3
/
+17
*
panfrost: Add the panfrost_batch_create_bo() helper
Boris Brezillon
2019-09-18
4
-25
/
+28
*
panfrost: Don't return imported/exported BOs to the cache
Boris Brezillon
2019-09-18
2
-0
/
+9
*
panfrost: Add panfrost_bo_{alloc,free}()
Boris Brezillon
2019-09-18
1
-76
/
+68
*
panfrost: Stop using panfrost_bo_release() outside of pan_bo.c
Boris Brezillon
2019-09-18
4
-7
/
+8
*
panfrost: Stop passing screen around for BO operations
Boris Brezillon
2019-09-18
7
-37
/
+37
*
panfrost: Don't check if BO is mmaped before calling panfrost_bo_mmap()
Boris Brezillon
2019-09-18
1
-5
/
+1
*
panfrost: Stop exposing panfrost_bo_cache_{fetch,put}()
Boris Brezillon
2019-09-18
2
-8
/
+2
*
panfrost: Move the BO API to its own header
Boris Brezillon
2019-09-18
16
-74
/
+112
*
panfrost: s/PAN_ALLOCATE_/PAN_BO_/
Boris Brezillon
2019-09-18
7
-19
/
+19
*
panfrost: Move panfrost_bo_{reference,unreference}() to pan_bo.c
Boris Brezillon
2019-09-18
2
-19
/
+20
*
panfrost: Get rid of pan_drm.c
Boris Brezillon
2019-09-18
12
-444
/
+382
*
panfrost: Stop passing has_draws to panfrost_drm_submit_vs_fs_batch()
Boris Brezillon
2019-09-18
3
-5
/
+4
*
panfrost: Kill a useless memset(0) in panfrost_create_context()
Boris Brezillon
2019-09-18
1
-1
/
+0
*
panfrost: Add polygon_list to the batch BO set at allocation time
Boris Brezillon
2019-09-18
2
-4
/
+7
*
panfrost: Add missing panfrost_batch_add_bo() calls
Boris Brezillon
2019-09-18
1
-1
/
+4
*
panfrost: Use the correct type for the bo_handle array
Boris Brezillon
2019-09-18
1
-1
/
+2
*
panfrost: Stop exposing internal panfrost_*_batch() functions
Boris Brezillon
2019-09-18
2
-14
/
+3
*
panfrost: Move the batch submission logic to panfrost_batch_submit()
Boris Brezillon
2019-09-13
5
-172
/
+127
*
panfrost: Move the fence creation in panfrost_flush()
Boris Brezillon
2019-09-13
4
-15
/
+15
*
panfrost: Delay payloads[].offset_start initialization
Boris Brezillon
2019-09-13
1
-3
/
+3
*
panfrost: Prepare things to avoid flushes on FB switch
Boris Brezillon
2019-09-13
2
-8
/
+12
*
panfrost: Pass a batch to panfrost_set_value_job()
Boris Brezillon
2019-09-13
1
-4
/
+2
*
panfrost: Use ctx->wallpaper_batch in panfrost_blit_wallpaper()
Boris Brezillon
2019-09-13
1
-4
/
+5
*
panfrost: Pass a batch to functions emitting FB descs
Boris Brezillon
2019-09-13
6
-53
/
+44
*
panfrost: Pass a batch to panfrost_{allocate,upload}_transient()
Boris Brezillon
2019-09-13
10
-41
/
+57
*
panfrost: Allow testing if a specific batch is targeting a scanout FB
Boris Brezillon
2019-09-13
5
-24
/
+23
*
panfrost: Get rid of the unused 'flush jobs accessing res' infra
Boris Brezillon
2019-09-13
3
-49
/
+0
*
panfrost: Use a pipe_framebuffer_state as the batch key
Boris Brezillon
2019-09-13
2
-38
/
+17
*
panfrost/ci: Use releases for Volt dEQP
Tomeu Vizoso
2019-09-13
2
-4
/
+6
*
panfrost/ci: Update kernel to 5.3-rc8
Tomeu Vizoso
2019-09-13
2
-2
/
+2
*
panfrost/ci: Run dEQP with the surfaceless platform
Tomeu Vizoso
2019-09-13
4
-24
/
+44
*
panfrost: Rename pan_bo_cache.c into pan_bo.c
Boris Brezillon
2019-09-08
2
-1
/
+1
*
panfrost: Get rid of the now unused SLAB allocator
Boris Brezillon
2019-09-08
3
-47
/
+0
*
panfrost: Get rid of unused panfrost_context fields
Boris Brezillon
2019-09-08
1
-4
/
+0
*
panfrost: Convert ctx->{scratchpad, tiler_heap, tiler_dummy} to plain BOs
Boris Brezillon
2019-09-08
3
-18
/
+21
*
panfrost: Make transient allocation rely on the BO cache
Boris Brezillon
2019-09-08
5
-104
/
+16
*
panfrost: Stop passing a ctx to functions being passed a batch
Boris Brezillon
2019-09-08
4
-21
/
+23
*
panfrost: Pass a batch to panfrost_drm_submit_vs_fs_batch()
Boris Brezillon
2019-09-08
3
-9
/
+9
*
panfrost: s/job/batch/
Boris Brezillon
2019-09-08
16
-259
/
+264
*
panfrost/ci: Increase timeouts
Tomeu Vizoso
2019-09-06
1
-2
/
+2
*
panfrost/ci: Use special runner for LAVA jobs
Tomeu Vizoso
2019-09-06
1
-9
/
+1
*
panfrost/ci: Re-add support for armhf
Tomeu Vizoso
2019-09-06
4
-28
/
+39
*
panfrost: Remove panfrost_upload
Alyssa Rosenzweig
2019-09-03
2
-26
/
+0
*
panfrost: Fix misc. issues flagged by cppcheck
Alyssa Rosenzweig
2019-09-03
3
-10
/
+7
*
panfrost: Mark (1 << 31) as unsigned
Alyssa Rosenzweig
2019-09-03
1
-3
/
+3
*
pan/midgard: Use shared psiz clamp pass
Alyssa Rosenzweig
2019-08-30
2
-76
/
+0
[next]