docs: grammar fixes
Signed-off-by: Theogen Ratkin <feogenratkin@gmail.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7804>
This commit is contained in:

committed by
Marge Bot

parent
aed8d30b50
commit
4ba86ca9c3
@@ -51,7 +51,7 @@ of the context current in the thread, and the second pointer stores the
|
|||||||
address of the *dispatch table* associated with that context. The
|
address of the *dispatch table* associated with that context. The
|
||||||
dispatch table stores pointers to functions that actually implement
|
dispatch table stores pointers to functions that actually implement
|
||||||
specific GL functions. Each time a new context is made current in a
|
specific GL functions. Each time a new context is made current in a
|
||||||
thread, these pointers a updated.
|
thread, these pointers are updated.
|
||||||
|
|
||||||
The implementation of functions such as ``glVertex3fv`` becomes
|
The implementation of functions such as ``glVertex3fv`` becomes
|
||||||
conceptually simple:
|
conceptually simple:
|
||||||
@@ -155,7 +155,7 @@ as the default dispatch method.
|
|||||||
3.3. Assembly Language Dispatch Stubs
|
3.3. Assembly Language Dispatch Stubs
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Many platforms has difficulty properly optimizing the tail-call in the
|
Many platforms have difficulty properly optimizing the tail-call in the
|
||||||
dispatch stubs. Platforms like x86 that pass parameters on the stack
|
dispatch stubs. Platforms like x86 that pass parameters on the stack
|
||||||
seem to have even more difficulty optimizing these routines. All of the
|
seem to have even more difficulty optimizing these routines. All of the
|
||||||
dispatch routines are very short, and it is trivial to create optimal
|
dispatch routines are very short, and it is trivial to create optimal
|
||||||
|
@@ -74,8 +74,8 @@ Useful for people behind strict proxies
|
|||||||
|
|
||||||
You can use `personal access
|
You can use `personal access
|
||||||
tokens <https://gitlab.freedesktop.org/profile/personal_access_tokens>`__
|
tokens <https://gitlab.freedesktop.org/profile/personal_access_tokens>`__
|
||||||
to push over HTTPS if ssh will does not suit your needs. In this case,
|
to push over HTTPS if ssh does not suit your needs. In this case, create
|
||||||
create a token, and put it in the URL as shown here:
|
a token, and put it in the URL as shown here:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user