diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2010-05-17 12:00:59 -0700 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2010-05-17 12:05:18 -0700 |
commit | f1cf6b0d371c907938fd3780ef7a53f294ec1064 (patch) | |
tree | 77f43a58d8c261638829a2690f401b45e7d5dc82 /src/gallium/docs/source/screen.rst | |
parent | cdbd5f4203391ee7eb12911bc86fea34dc61c957 (diff) |
gallium/docs: Update for timer queries.
Diffstat (limited to 'src/gallium/docs/source/screen.rst')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 71b7aec35a..96257f93df 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -1,3 +1,5 @@ +.. _screen: + Screen ====== @@ -33,6 +35,7 @@ The integer capabilities: * ``MAX_RENDER_TARGETS``: The maximum number of render targets that may be bound. * ``OCCLUSION_QUERY``: Whether occlusion queries are available. +* ``TIMER_QUERY``: Whether timer queries are available. * ``TEXTURE_SHADOW_MAP``: XXX * ``MAX_TEXTURE_2D_LEVELS``: The maximum number of mipmap levels available for a 2D texture. |