Last change
on this file since 54905 was 54905, checked in by vboxsync, 10 years ago |
Host 3D: Chromium server: add Expando SPU and DLM module in order to record and save OpenGL Display Lists (currently disabled).
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
487 bytes
|
Line | |
---|
1 | # dlm_arrays.c: these have to be expanded out into
|
---|
2 | # their components before being stored in a display list
|
---|
3 | ArrayElement
|
---|
4 | DrawArrays
|
---|
5 | DrawElements
|
---|
6 | DrawRangeElements
|
---|
7 | MultiDrawArraysEXT
|
---|
8 | MultiDrawElementsEXT
|
---|
9 |
|
---|
10 | # dlm_calllist.c: since the DLM can manage state stored
|
---|
11 | # inside display lists, we can manage state updates for
|
---|
12 | # these sorts of elements.
|
---|
13 | CallList
|
---|
14 | CallLists
|
---|
15 |
|
---|
16 | # Calls to be ignored.
|
---|
17 | #VBoxConCreate
|
---|
18 | #VBoxCreateContext
|
---|
19 | #VBoxPackSetInjectThread
|
---|
20 | #VBoxPresentComposition
|
---|
21 | #VBoxWindowCreate
|
---|
Note:
See
TracBrowser
for help on using the repository browser.