mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
gallium: Set SSE_SWIZZLES to 0 by default.
This commit is contained in:
parent
58d3dff0d3
commit
b6d9666a42
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
#include "tgsi/util/tgsi_parse.h"
|
||||
|
||||
#define SSE_MAX_VERTICES 4
|
||||
#define SSE_SWIZZLES 1
|
||||
#define SSE_SWIZZLES 0
|
||||
|
||||
#if SSE_SWIZZLES
|
||||
typedef void (XSTDCALL *codegen_function) (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue