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_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Add a panfrost_flush_all_batches() helper
Boris Brezillon
2019-10-03
1
-9
/
+14
*
panfrost: Prepare panfrost_fence for batch pipelining
Boris Brezillon
2019-10-03
1
-1
/
+17
*
panfrost: Use the per-batch fences to wait on the last submitted batch
Boris Brezillon
2019-10-03
1
-6
/
+0
*
panfrost: Extend the panfrost_batch_add_bo() API to pass access flags
Boris Brezillon
2019-10-03
1
-7
/
+22
*
panfrost: Add the shader BO to the batch in patch_shader_state()
Boris Brezillon
2019-10-03
1
-6
/
+5
*
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
1
-33
/
+13
*
panfrost: Add FBO BOs to batch->bos earlier
Boris Brezillon
2019-09-18
1
-0
/
+2
*
panfrost: Stop using panfrost_bo_release() outside of pan_bo.c
Boris Brezillon
2019-09-18
1
-3
/
+3
*
panfrost: Stop passing screen around for BO operations
Boris Brezillon
2019-09-18
1
-5
/
+4
*
panfrost: Move the BO API to its own header
Boris Brezillon
2019-09-18
1
-0
/
+1
*
panfrost: s/PAN_ALLOCATE_/PAN_BO_/
Boris Brezillon
2019-09-18
1
-3
/
+3
*
panfrost: Get rid of pan_drm.c
Boris Brezillon
2019-09-18
1
-7
/
+11
*
panfrost: Kill a useless memset(0) in panfrost_create_context()
Boris Brezillon
2019-09-18
1
-1
/
+0
*
panfrost: Add missing panfrost_batch_add_bo() calls
Boris Brezillon
2019-09-18
1
-1
/
+4
*
panfrost: Move the batch submission logic to panfrost_batch_submit()
Boris Brezillon
2019-09-13
1
-143
/
+2
*
panfrost: Move the fence creation in panfrost_flush()
Boris Brezillon
2019-09-13
1
-4
/
+9
*
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
1
-8
/
+9
*
panfrost: Pass a batch to functions emitting FB descs
Boris Brezillon
2019-09-13
1
-19
/
+17
*
panfrost: Pass a batch to panfrost_{allocate,upload}_transient()
Boris Brezillon
2019-09-13
1
-20
/
+31
*
panfrost: Allow testing if a specific batch is targeting a scanout FB
Boris Brezillon
2019-09-13
1
-19
/
+1
*
panfrost: Convert ctx->{scratchpad, tiler_heap, tiler_dummy} to plain BOs
Boris Brezillon
2019-09-08
1
-13
/
+16
*
panfrost: Stop passing a ctx to functions being passed a batch
Boris Brezillon
2019-09-08
1
-3
/
+3
*
panfrost: s/job/batch/
Boris Brezillon
2019-09-08
1
-35
/
+37
*
panfrost: Fix misc. issues flagged by cppcheck
Alyssa Rosenzweig
2019-09-03
1
-7
/
+6
*
panfrost: Jobs must be per context, not per screen
Rohan Garg
2019-08-30
1
-5
/
+5
*
panfrost: Fix PIPE_BUFFER spacing
Alyssa Rosenzweig
2019-08-21
1
-3
/
+3
*
panfrost: Implement depth range clipping
Alyssa Rosenzweig
2019-08-21
1
-3
/
+12
*
panfrost: Don't bail on PIPE_BUFFER
Alyssa Rosenzweig
2019-08-21
1
-5
/
+5
*
panfrost: Guard against NULL rasterizer explicitly
Alyssa Rosenzweig
2019-08-21
1
-1
/
+3
*
panfrost: Pay attention to framebuffer dimension sign
Alyssa Rosenzweig
2019-08-21
1
-9
/
+2
*
panfrost: Break up usage2 field
Alyssa Rosenzweig
2019-08-21
1
-19
/
+10
*
panfrost: Remove ancient TODO
Alyssa Rosenzweig
2019-08-21
1
-2
/
+0
*
panfrost: nr_mipmap_levels -> levels
Alyssa Rosenzweig
2019-08-21
1
-1
/
+1
*
panfrost: Don't crash on GL_CLAMP
Alyssa Rosenzweig
2019-08-21
1
-0
/
+2
*
pan/decode: Check for a number of potential issues
Alyssa Rosenzweig
2019-08-21
1
-2
/
+2
*
panfrost: Correct polygon size computations
Alyssa Rosenzweig
2019-08-21
1
-5
/
+4
*
panfrost: Remove DRY_RUN
Alyssa Rosenzweig
2019-08-21
1
-6
/
+0
*
panfrost: Move pan_tiler.c outside of Gallium
Alyssa Rosenzweig
2019-08-21
1
-1
/
+0
*
panfrost: Extend blending to MRT
Alyssa Rosenzweig
2019-08-14
1
-41
/
+39
*
panfrost: Ensure we upload at least 1 blend RT
Alyssa Rosenzweig
2019-08-14
1
-1
/
+1
*
panfrost: Zero tripipe on initialize
Alyssa Rosenzweig
2019-08-14
1
-1
/
+1
*
panfrost: Workaround bug in partial update implementation
Alyssa Rosenzweig
2019-08-13
1
-4
/
+9
*
panfrost: Increment offsets[] per draw
Alyssa Rosenzweig
2019-08-13
1
-0
/
+10
*
panfrost: Fixup stream out information per variant
Alyssa Rosenzweig
2019-08-13
1
-0
/
+7
*
panfrost: Route outputs_written through the compiler
Alyssa Rosenzweig
2019-08-13
1
-1
/
+4
*
panfrost: Import stream out utility from iris
Alyssa Rosenzweig
2019-08-13
1
-0
/
+40
*
panfrost: Flush when using transform feedback
Alyssa Rosenzweig
2019-08-13
1
-0
/
+1
*
panfrost: Wire up statistics for primitives
Alyssa Rosenzweig
2019-08-13
1
-0
/
+26
[next]