mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Disable the fixed function backend for GLES2
GLES2 doesn't really support fixed function so if we disable it we can remove the fixed function wrappers from the GLES2 Cogl backend.
This commit is contained in:
@ -56,10 +56,8 @@ typedef struct _CoglPipelineLayer CoglPipelineLayer;
|
||||
|
||||
#define COGL_PIPELINE_BACKEND_GLSL 0
|
||||
#define COGL_PIPELINE_BACKEND_GLSL_MASK (1L<<0)
|
||||
#define COGL_PIPELINE_BACKEND_FIXED 1
|
||||
#define COGL_PIPELINE_BACKEND_FIXED_MASK (1L<<1)
|
||||
|
||||
#define COGL_PIPELINE_N_BACKENDS 2
|
||||
#define COGL_PIPELINE_N_BACKENDS 1
|
||||
|
||||
#else /* HAVE_COGL_GLES */
|
||||
|
||||
|
Reference in New Issue
Block a user