summaryrefslogtreecommitdiff
path: root/src/uxa/intel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uxa/intel.h')
-rw-r--r--src/uxa/intel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/uxa/intel.h b/src/uxa/intel.h
index 902f0415..40b50b38 100644
--- a/src/uxa/intel.h
+++ b/src/uxa/intel.h
@@ -112,6 +112,7 @@ enum dri_type {
};
enum accel_type {
+ ACCEL_NONE,
#if USE_GLAMOR
ACCEL_GLAMOR,
#endif
@@ -126,9 +127,11 @@ typedef struct intel_screen_private {
enum accel_type accel;
+#if USE_UXA
#define RENDER_BATCH I915_EXEC_RENDER
#define BLT_BATCH I915_EXEC_BLT
unsigned int current_batch;
+#endif
void *modes;
drm_intel_bo *front_buffer, *back_buffer;
@@ -474,6 +477,9 @@ void I830DRI2FrameEventHandler(unsigned int frame, unsigned int tv_sec,
void I830DRI2FlipEventHandler(unsigned int frame, unsigned int tv_sec,
unsigned int tv_usec, DRI2FrameEventPtr flip_info);
+Bool
+intel_fb_init(ScreenPtr screen, void *pbits);
+
/* intel_dri3.c */
Bool intel_dri3_screen_init(ScreenPtr screen);