r600: add PATCHES to the pipe conversion.
This just converts the value to the hw value. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -117,6 +117,7 @@ static unsigned r600_conv_pipe_prim(unsigned prim)
|
||||
[PIPE_PRIM_LINE_STRIP_ADJACENCY] = V_008958_DI_PT_LINESTRIP_ADJ,
|
||||
[PIPE_PRIM_TRIANGLES_ADJACENCY] = V_008958_DI_PT_TRILIST_ADJ,
|
||||
[PIPE_PRIM_TRIANGLE_STRIP_ADJACENCY] = V_008958_DI_PT_TRISTRIP_ADJ,
|
||||
[PIPE_PRIM_PATCHES] = V_008958_DI_PT_PATCH,
|
||||
[R600_PRIM_RECTANGLE_LIST] = V_008958_DI_PT_RECTLIST
|
||||
};
|
||||
assert(prim < Elements(prim_conv));
|
||||
|
||||
Reference in New Issue
Block a user