mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 08:28:21 +02:00
gallium: temporarily disable PPC vertex shader until more things run
This commit is contained in:
parent
b7da4c3dc1
commit
ba4faef7c0
1 changed files with 3 additions and 0 deletions
|
|
@ -203,6 +203,9 @@ draw_create_vs_ppc(struct draw_context *draw,
|
|||
{
|
||||
struct draw_ppc_vertex_shader *vs;
|
||||
|
||||
/* XXX temporary short-circuit */
|
||||
return NULL;
|
||||
|
||||
vs = CALLOC_STRUCT( draw_ppc_vertex_shader );
|
||||
if (vs == NULL)
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue