Advertisement
Guest User

nv50 compute disable

a guest
Feb 21st, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. diff --git a/src/gallium/drivers/nouveau/nv50/nv50_screen.c b/src/gallium/drivers/nouveau/nv50/nv50_screen.c
  2. index 018df7c1e34..a0979d0fb30 100644
  3. --- a/src/gallium/drivers/nouveau/nv50/nv50_screen.c
  4. +++ b/src/gallium/drivers/nouveau/nv50/nv50_screen.c
  5. @@ -206,7 +206,6 @@ nv50_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
  6. case PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS:
  7. case PIPE_CAP_SHAREABLE_SHADERS:
  8. case PIPE_CAP_CLEAR_TEXTURE:
  9. - case PIPE_CAP_COMPUTE:
  10. case PIPE_CAP_TGSI_FS_FACE_IS_INTEGER_SYSVAL:
  11. case PIPE_CAP_INVALIDATE_BUFFER:
  12. case PIPE_CAP_STRING_MARKER:
  13. @@ -233,6 +232,7 @@ nv50_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
  14. return class_3d >= NVA3_3D_CLASS;
  15.  
  16. /* unsupported caps */
  17. + case PIPE_CAP_COMPUTE:
  18. case PIPE_CAP_DEPTH_CLIP_DISABLE_SEPARATE:
  19. case PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE:
  20. case PIPE_CAP_TGSI_FS_COORD_ORIGIN_LOWER_LEFT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement