mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 21:50:11 +01:00
panfrost: Revert "Disable frame throttling"
This reverts commit4fee7b30c0, which was intended to be a temporary workaround for a leak introduced ina65e29ccb2("gallium: simplify throttle implementation"). However, that leak was then fixed in023282a4f6and we forgot to revert this hack. Closes: #2108 Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5858>
This commit is contained in:
parent
19da8121d6
commit
40b99bb79e
1 changed files with 0 additions and 3 deletions
|
|
@ -129,9 +129,6 @@ panfrost_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
|||
/* WIP */
|
||||
return is_gl3 ? 1 : 0;
|
||||
|
||||
/* Throttling frames breaks pipelining */
|
||||
case PIPE_CAP_THROTTLE:
|
||||
return 0;
|
||||
|
||||
/* ES3 features unsupported on Bifrost */
|
||||
case PIPE_CAP_OCCLUSION_QUERY:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue