Skip to content
Snippets Groups Projects
Commit 3ef916c1 authored by Christian Gmeiner's avatar Christian Gmeiner
Browse files

etnaviv: handle PIPE_CAP_TGSI_FS_FBFETCH


Fixes compile warning introduced by commit ee3ebe.

Signed-off-by: default avatarChristian Gmeiner <christian.gmeiner@gmail.com>
parent 56441708
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,7 @@ etna_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_TGSI_CAN_READ_OUTPUTS:
case PIPE_CAP_NATIVE_FENCE_FD:
case PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY:
case PIPE_CAP_TGSI_FS_FBFETCH:
return 0;
/* Stream output. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment