summaryrefslogtreecommitdiff
path: root/glamor/glamor.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-03-22 00:11:03 -0700
committerKeith Packard <keithp@keithp.com>2014-06-02 11:10:19 -0700
commit65ae83046da918f195276c006a33c7331040b732 (patch)
tree99852b6c288afcd3678efcd6667a5e54e669288d /glamor/glamor.c
parentc58361b09d4650fa1b5eb116bb7d278eeb44628e (diff)
glamor: Provide render fallbacks for debuggingglamor-server
These provide a complete set of fallbacks to isolate the glamor render code from the rest of the implementation. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'glamor/glamor.c')
-rw-r--r--glamor/glamor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/glamor/glamor.c b/glamor/glamor.c
index 9fb9c67ce..6a77538e4 100644
--- a/glamor/glamor.c
+++ b/glamor/glamor.c
@@ -309,6 +309,10 @@ glamor_create_screen_resources(ScreenPtr screen)
return ret;
}
+#if 0
+#include "glamor_render_fallback.h"
+#endif
+
/** Set up glamor for an already-configured GL context. */
Bool
glamor_init(ScreenPtr screen, unsigned int flags)