mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
mesa: fix comment
This commit is contained in:
parent
239c8bfb10
commit
3105fd760b
1 changed files with 3 additions and 4 deletions
|
|
@ -1203,10 +1203,9 @@ _mesa_IsTexture( GLuint texture )
|
|||
|
||||
|
||||
/**
|
||||
* Simplest implementation of texture locking: Grab the a new mutex in
|
||||
* the shared context. Examine the shared context state timestamp and
|
||||
* if there has been a change, set the appropriate bits in
|
||||
* ctx->NewState.
|
||||
* Simplest implementation of texture locking: grab the shared tex
|
||||
* mutex. Examine the shared context state timestamp and if there has
|
||||
* been a change, set the appropriate bits in ctx->NewState.
|
||||
*
|
||||
* This is used to deal with synchronizing things when a texture object
|
||||
* is used/modified by different contexts (or threads) which are sharing
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue