Last change
on this file since 28347 was 19099, checked in by vboxsync, 16 years ago |
crOpenGL: fix multicontext crashes (public bug #3762)
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
856 bytes
|
Line | |
---|
1 | # Copyright (c) 2001, Stanford University
|
---|
2 | # All rights reserved.
|
---|
3 | #
|
---|
4 | # See the file LICENSE.txt for information on redistributing this software.
|
---|
5 | ClipPlane
|
---|
6 | MatrixMode
|
---|
7 | LoadIdentity
|
---|
8 | PopMatrix
|
---|
9 | PushMatrix
|
---|
10 | LoadMatrixf
|
---|
11 | LoadMatrixd
|
---|
12 | MultMatrixf
|
---|
13 | MultMatrixd
|
---|
14 | LoadTransposeMatrixfARB
|
---|
15 | LoadTransposeMatrixdARB
|
---|
16 | MultTransposeMatrixfARB
|
---|
17 | MultTransposeMatrixdARB
|
---|
18 | Translatef
|
---|
19 | Translated
|
---|
20 | Rotatef
|
---|
21 | Rotated
|
---|
22 | Scalef
|
---|
23 | Scaled
|
---|
24 | Frustum
|
---|
25 | Ortho
|
---|
26 | Viewport
|
---|
27 | DepthRange
|
---|
28 | Scissor
|
---|
29 | PushAttrib
|
---|
30 | PopAttrib
|
---|
31 | PassThrough
|
---|
32 | PolygonMode
|
---|
33 | Color4f
|
---|
34 | Color4fv
|
---|
35 | Color3f
|
---|
36 | Color3fv
|
---|
37 | RasterPos2d
|
---|
38 | RasterPos2dv
|
---|
39 | RasterPos2f
|
---|
40 | RasterPos2fv
|
---|
41 | RasterPos2i
|
---|
42 | RasterPos2iv
|
---|
43 | RasterPos2s
|
---|
44 | RasterPos2sv
|
---|
45 | RasterPos3d
|
---|
46 | RasterPos3dv
|
---|
47 | RasterPos3f
|
---|
48 | RasterPos3fv
|
---|
49 | RasterPos3i
|
---|
50 | RasterPos3iv
|
---|
51 | RasterPos3s
|
---|
52 | RasterPos3sv
|
---|
53 | RasterPos4d
|
---|
54 | RasterPos4dv
|
---|
55 | RasterPos4f
|
---|
56 | RasterPos4fv
|
---|
57 | RasterPos4i
|
---|
58 | RasterPos4iv
|
---|
59 | RasterPos4s
|
---|
60 | RasterPos4sv
|
---|
61 | CreateContext
|
---|
62 | MakeCurrent
|
---|
63 | DestroyContext
|
---|
Note:
See
TracBrowser
for help on using the repository browser.