diff options
Diffstat (limited to 'src/gallium/docs/build/html/_sources')
-rw-r--r-- | src/gallium/docs/build/html/_sources/context.txt | 10 | ||||
-rw-r--r-- | src/gallium/docs/build/html/_sources/index.txt | 2 | ||||
-rw-r--r-- | src/gallium/docs/build/html/_sources/screen.txt | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/src/gallium/docs/build/html/_sources/context.txt b/src/gallium/docs/build/html/_sources/context.txt new file mode 100644 index 0000000000..c2e23a1310 --- /dev/null +++ b/src/gallium/docs/build/html/_sources/context.txt @@ -0,0 +1,10 @@ +Context +======= + +The context object represents the purest, most directly accessible, abilities +of the device's 3D rendering pipeline. + +Methods +------- + +XXX diff --git a/src/gallium/docs/build/html/_sources/index.txt b/src/gallium/docs/build/html/_sources/index.txt index f93d1cafa9..e1b04e6453 100644 --- a/src/gallium/docs/build/html/_sources/index.txt +++ b/src/gallium/docs/build/html/_sources/index.txt @@ -13,6 +13,8 @@ Contents: intro tgsi + screen + context cso Indices and tables diff --git a/src/gallium/docs/build/html/_sources/screen.txt b/src/gallium/docs/build/html/_sources/screen.txt new file mode 100644 index 0000000000..1877718e3d --- /dev/null +++ b/src/gallium/docs/build/html/_sources/screen.txt @@ -0,0 +1,9 @@ +Screen +====== + +A screen is an object representing the context-independent part of a device. + +Methods +------- + +XXX |