mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
mesa: update comments
This commit is contained in:
parent
e987ea9d21
commit
4fc344790d
2 changed files with 6 additions and 6 deletions
|
|
@ -63,7 +63,7 @@ _mesa_init_texture_fxt1( GLcontext *ctx )
|
|||
|
||||
|
||||
/**
|
||||
* Called via TexFormat->StoreImage to store an RGB_FXT1 texture.
|
||||
* Store user's image in rgb_fxt1 format.
|
||||
*/
|
||||
GLboolean
|
||||
_mesa_texstore_rgb_fxt1(TEXSTORE_PARAMS)
|
||||
|
|
@ -120,7 +120,7 @@ _mesa_texstore_rgb_fxt1(TEXSTORE_PARAMS)
|
|||
|
||||
|
||||
/**
|
||||
* Called via TexFormat->StoreImage to store an RGBA_FXT1 texture.
|
||||
* Store user's image in rgba_fxt1 format.
|
||||
*/
|
||||
GLboolean
|
||||
_mesa_texstore_rgba_fxt1(TEXSTORE_PARAMS)
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ _mesa_init_texture_s3tc( GLcontext *ctx )
|
|||
}
|
||||
|
||||
/**
|
||||
* Called via TexFormat->StoreImage to store an RGB_DXT1 texture.
|
||||
* Store user's image in rgb_dxt1 format.
|
||||
*/
|
||||
GLboolean
|
||||
_mesa_texstore_rgb_dxt1(TEXSTORE_PARAMS)
|
||||
|
|
@ -217,7 +217,7 @@ _mesa_texstore_rgb_dxt1(TEXSTORE_PARAMS)
|
|||
|
||||
|
||||
/**
|
||||
* Called via TexFormat->StoreImage to store an RGBA_DXT1 texture.
|
||||
* Store user's image in rgba_dxt1 format.
|
||||
*/
|
||||
GLboolean
|
||||
_mesa_texstore_rgba_dxt1(TEXSTORE_PARAMS)
|
||||
|
|
@ -279,7 +279,7 @@ _mesa_texstore_rgba_dxt1(TEXSTORE_PARAMS)
|
|||
|
||||
|
||||
/**
|
||||
* Called via TexFormat->StoreImage to store an RGBA_DXT3 texture.
|
||||
* Store user's image in rgba_dxt3 format.
|
||||
*/
|
||||
GLboolean
|
||||
_mesa_texstore_rgba_dxt3(TEXSTORE_PARAMS)
|
||||
|
|
@ -340,7 +340,7 @@ _mesa_texstore_rgba_dxt3(TEXSTORE_PARAMS)
|
|||
|
||||
|
||||
/**
|
||||
* Called via TexFormat->StoreImage to store an RGBA_DXT5 texture.
|
||||
* Store user's image in rgba_dxt5 format.
|
||||
*/
|
||||
GLboolean
|
||||
_mesa_texstore_rgba_dxt5(TEXSTORE_PARAMS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue