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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
panfrost: Add transient BOs to job batches
Boris Brezillon
2019-08-30
2
-1
/
+2
*
panfrost: protect access to shared bo cache and transient pool
Rohan Garg
2019-08-30
5
-5
/
+23
*
panfrost: Jobs must be per context, not per screen
Rohan Garg
2019-08-30
5
-17
/
+14
*
panfrost: Remove unused argument from panfrost_drm_submit_vs_fs_job()
Rohan Garg
2019-08-29
3
-5
/
+3
*
panfrost/ci: Print only regressions
Tomeu Vizoso
2019-08-29
2
-4
/
+7
*
panfrost: Reset the damage area on imported resources
Boris Brezillon
2019-08-28
1
-11
/
+12
*
panfrost: Implement gl_FragCoord correctly
Alyssa Rosenzweig
2019-08-22
4
-19
/
+19
*
panfrost: Remove vertex buffer offset from its size
Alyssa Rosenzweig
2019-08-22
1
-2
/
+5
*
pan/decode: Validate MFBD tags
Alyssa Rosenzweig
2019-08-22
1
-1
/
+1
*
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: Pass stream_output_info by reference
Alyssa Rosenzweig
2019-08-21
1
-7
/
+7
*
panfrost: Guard against NULL rasterizer explicitly
Alyssa Rosenzweig
2019-08-21
1
-1
/
+3
*
panfrost: Fix missing ret assignment in DRM code
Alyssa Rosenzweig
2019-08-21
1
-1
/
+1
*
panfrost: Hoist bo != NULL check before dereference
Alyssa Rosenzweig
2019-08-21
1
-3
/
+3
*
panfrost: Hoist job != NULL check
Alyssa Rosenzweig
2019-08-21
1
-3
/
+1
*
panfrost: Prevent potential integer overflow in instancing
Alyssa Rosenzweig
2019-08-21
1
-1
/
+1
*
panfrost: Clarify intention with PIPE_SWIZZLE_X check
Alyssa Rosenzweig
2019-08-21
1
-1
/
+2
*
panfrost: Pay attention to framebuffer dimension sign
Alyssa Rosenzweig
2019-08-21
1
-9
/
+2
*
panfrost: Don't check reads_point_coord
Alyssa Rosenzweig
2019-08-21
1
-1
/
+1
*
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
*
panfrost: Do not expose PIPE_CAP_TEXTURE_MIRROR_CLAMP
Alyssa Rosenzweig
2019-08-21
1
-1
/
+0
*
panfrost: Fix scoreboarding with dependency on job #0
Alyssa Rosenzweig
2019-08-21
1
-4
/
+6
*
pan/decode: Check for a number of potential issues
Alyssa Rosenzweig
2019-08-21
1
-2
/
+2
[next]