Navigation Menu

Skip to content

Commit

Permalink
glamo* : backup commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Gregory committed Dec 29, 2008
1 parent e056e66 commit bfa7a25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/glamo-draw.h
@@ -1,8 +1,8 @@
/*
* Copyright © 2007 OpenMoko, Inc.
* Copyright 2007 OpenMoko, Inc.
*
* This driver is based on Xati,
* Copyright © 2004 Eric Anholt
* Copyright 2004 Eric Anholt
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
Expand All @@ -26,7 +26,7 @@
#ifndef _GLAMO_DRAW_H_
#define _GLAMO_DRAW_H_

void GLAMOWaitIdle(GLAMOScreenInfo *glamos);
void GLAMOWaitIdle(GlamoPtr *pGlamo);

#define GLAMO_TRACE_FALL 1
#define GLAMO_TRACE_DRAW 1
Expand Down
4 changes: 4 additions & 0 deletions src/glamo.h
Expand Up @@ -33,6 +33,7 @@
#include "config.h"
#endif

#include "xf86.h"
#include "exa.h"

#define GLAMO_REG_BASE(c) ((c)->attr.address[0])
Expand Down Expand Up @@ -119,6 +120,7 @@ typedef struct {

#define GlamoPTR(p) ((GlamoPtr)((p)->driverPrivate))

#if 0
typedef struct _GLAMOScreenInfo {

GLAMOCardInfo *glamoc;
Expand Down Expand Up @@ -146,6 +148,8 @@ typedef struct _GLAMOScreenInfo {
int cmd_queue_cache_start;
} GLAMOScreenInfo;

#endif

typedef union { float f; CARD32 i; } fi_type;

/* Surely there's a better way to go about this */
Expand Down

0 comments on commit bfa7a25

Please sign in to comment.