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
/
pan_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Expose serialized NIR support
Alyssa Rosenzweig
2019-10-26
1
-1
/
+1
*
panfrost: Keep track of active BOs
Tomeu Vizoso
2019-10-17
1
-0
/
+21
*
panfrost: do not report alpha-test as supported
Erik Faye-Lund
2019-10-17
1
-0
/
+3
*
panfrost: Disable frame throttling
Alyssa Rosenzweig
2019-10-16
1
-0
/
+3
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-3
/
+0
*
Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""
Boris Brezillon
2019-10-07
1
-0
/
+1
*
Revert "st/dri2: Implement DRI2bufferDamageExtension"
Boris Brezillon
2019-10-07
1
-1
/
+0
*
panfrost: Prepare panfrost_fence for batch pipelining
Boris Brezillon
2019-10-03
1
-36
/
+39
*
panfrost: Use the per-batch fences to wait on the last submitted batch
Boris Brezillon
2019-10-03
1
-2
/
+16
*
panfrost: Move the BO API to its own header
Boris Brezillon
2019-09-18
1
-0
/
+1
*
panfrost: Get rid of pan_drm.c
Boris Brezillon
2019-09-18
1
-3
/
+75
*
panfrost: Make transient allocation rely on the BO cache
Boris Brezillon
2019-09-08
1
-4
/
+0
*
panfrost: protect access to shared bo cache and transient pool
Rohan Garg
2019-08-30
1
-0
/
+4
*
panfrost: Jobs must be per context, not per screen
Rohan Garg
2019-08-30
1
-3
/
+0
*
panfrost: Do not expose PIPE_CAP_TEXTURE_MIRROR_CLAMP
Alyssa Rosenzweig
2019-08-21
1
-1
/
+0
*
panfrost: Set PIPE_CAP_TGSI_TEXCOORD
Alyssa Rosenzweig
2019-08-13
1
-0
/
+5
*
panfrost: Add support for KHR_partial_update()
Boris Brezillon
2019-08-13
1
-0
/
+1
*
panfrost: Enable PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Alyssa Rosenzweig
2019-08-09
1
-0
/
+2
*
panfrost: Mark BOs as NOEXEC
Tomeu Vizoso
2019-08-08
1
-1
/
+2
*
panfrost: Add app blacklist
Alyssa Rosenzweig
2019-08-05
1
-2
/
+16
*
panfrost: Adjust shader CAPs to expose dEQP compute
Alyssa Rosenzweig
2019-08-01
1
-2
/
+1
*
panfrost: Expose NIR as our PIPE_SHADER_CAP_SUPPORTED_IRS
Alyssa Rosenzweig
2019-08-01
1
-1
/
+1
*
panfrost: Copy freedreno's panfrost_get_compute_param
Alyssa Rosenzweig
2019-08-01
1
-0
/
+70
*
panfrost: Expose COMPUTE-related caps for GLES3.1
Alyssa Rosenzweig
2019-08-01
1
-4
/
+8
*
panfrost: Implement gl_FrontFacing
Alyssa Rosenzweig
2019-08-01
1
-0
/
+5
*
panfrost: Move require_sfbd to screen
Alyssa Rosenzweig
2019-07-25
1
-0
/
+1
*
panfrost: Don't expose some atomic stuff even with dEQP
Alyssa Rosenzweig
2019-07-24
1
-1
/
+2
*
panfrost: Fake CAPs for dEQP-GLES31
Alyssa Rosenzweig
2019-07-23
1
-2
/
+14
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-9
/
+9
*
panfrost: Expose 4 render targets
Alyssa Rosenzweig
2019-07-18
1
-2
/
+2
*
panfrost: Implement Z32F(_S8) support
Alyssa Rosenzweig
2019-07-18
1
-0
/
+2
*
panfrost: Use 64-bit descriptors globally
Tomeu Vizoso
2019-07-16
1
-11
/
+2
*
panfrost: Implement opportunistic AFBC
Alyssa Rosenzweig
2019-07-16
1
-1
/
+1
*
panfrost: Add BO cache data structure
Alyssa Rosenzweig
2019-07-15
1
-0
/
+3
*
panfrost: Stub out panfrost_bo_cache_evict
Alyssa Rosenzweig
2019-07-15
1
-0
/
+1
*
panfrost: Allocate UBOs on the stack, not the heap
Alyssa Rosenzweig
2019-07-15
1
-1
/
+1
*
panfrost: Advertise more depth/stencil formats
Alyssa Rosenzweig
2019-07-15
1
-2
/
+7
*
panfrost: Remove all old allocators
Alyssa Rosenzweig
2019-07-15
1
-1
/
+0
*
panfrost: Add panfrost_transient_bo array
Alyssa Rosenzweig
2019-07-12
1
-0
/
+2
*
panfrost: Don't lie about Z/S formats
Alyssa Rosenzweig
2019-07-11
1
-0
/
+20
*
panfrost: Clamp point size
Alyssa Rosenzweig
2019-07-10
1
-1
/
+1
*
panfrost: Style main Gallium driver
Alyssa Rosenzweig
2019-07-10
1
-19
/
+19
*
panfrost: Don't expose OES_standard_derivatives
Alyssa Rosenzweig
2019-07-10
1
-1
/
+0
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+3
*
panfrost: Bikeshed pan_screen.c comment
Alyssa Rosenzweig
2019-07-10
1
-25
/
+21
*
panfrost: Check GPU version before loading
Alyssa Rosenzweig
2019-07-10
1
-0
/
+25
*
panfrost: Be more honest about PIPE_CAPs
Alyssa Rosenzweig
2019-07-10
1
-101
/
+38
*
panfrost: Update supported formats
Alyssa Rosenzweig
2019-07-10
1
-40
/
+10
*
panfrost: Get rid of the panfrost_driver abstraction leftovers
Boris Brezillon
2019-07-02
1
-2
/
+0
*
panfrost: Implement instanced rendering
Alyssa Rosenzweig
2019-07-01
1
-0
/
+4
[next]