Last change
on this file since 19420 was 18882, checked in by vboxsync, 16 years ago |
crOpenGL: exported the remaining Additions bits to OSE
|
-
Property svn:eol-style
set to
native
|
File size:
432 bytes
|
Line | |
---|
1 | /* $Id$ */
|
---|
2 |
|
---|
3 | /** @file
|
---|
4 | *
|
---|
5 | * VirtualBox guest OpenGL DRI header
|
---|
6 | */
|
---|
7 |
|
---|
8 | /*
|
---|
9 | * Copyright (C) 2009 Sun Microsystems, Inc.
|
---|
10 | *
|
---|
11 | * Sun Microsystems, Inc. confidential
|
---|
12 | * All rights reserved
|
---|
13 | */
|
---|
14 |
|
---|
15 | #ifndef ___CROPENGL_DRIDRV_H
|
---|
16 | #define ___CROPENGL_DRIDRV_H
|
---|
17 |
|
---|
18 | #include "src/mesa/main/mtypes.h"
|
---|
19 | #include "src/mesa/drivers/dri/common/dri_util.h"
|
---|
20 | #include "src/mesa/glapi/dispatch.h"
|
---|
21 | #include "src/mesa/main/dd.h"
|
---|
22 |
|
---|
23 | #endif /* ___CROPENGL_DRIDRV_H */
|
---|
24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.