mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 02:28:26 +02:00
asahi: support GS in shaderdb
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27616>
This commit is contained in:
parent
6673924b7e
commit
9aa8bac229
1 changed files with 3 additions and 1 deletions
|
|
@ -2319,9 +2319,11 @@ agx_create_shader_state(struct pipe_context *pctx,
|
|||
}
|
||||
|
||||
case PIPE_SHADER_GEOMETRY:
|
||||
break;
|
||||
|
||||
case PIPE_SHADER_TESS_CTRL:
|
||||
case PIPE_SHADER_TESS_EVAL:
|
||||
/* TODO: Geometry/tessellation shaders with shader-db */
|
||||
/* TODO: Tessellation shaders with shader-db */
|
||||
return so;
|
||||
|
||||
case PIPE_SHADER_FRAGMENT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue