mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 08:40:11 +01:00
r600: enable memory objects
Support was there but the cap was not enabled Signed-off-by: Yusuf Khan <yusisamerican@gmail.com> Acked-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19406>
This commit is contained in:
parent
39b9067b71
commit
4770d3f0ba
1 changed files with 1 additions and 0 deletions
|
|
@ -295,6 +295,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_VS_WINDOW_SPACE_POSITION:
|
||||
case PIPE_CAP_VS_LAYER_VIEWPORT:
|
||||
case PIPE_CAP_SAMPLE_SHADING:
|
||||
case PIPE_CAP_MEMOBJ:
|
||||
case PIPE_CAP_CLIP_HALFZ:
|
||||
case PIPE_CAP_POLYGON_OFFSET_CLAMP:
|
||||
case PIPE_CAP_CONDITIONAL_RENDER_INVERTED:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue