mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
mesa: remove comments referring to Driver.TexImage1D/2D
This commit is contained in:
parent
5874890c26
commit
1da28fa959
1 changed files with 3 additions and 6 deletions
|
|
@ -4577,8 +4577,7 @@ texture_row_stride(const struct gl_texture_image *texImage)
|
|||
|
||||
|
||||
/**
|
||||
* This is the software fallback for Driver.TexImage1D()
|
||||
* and Driver.CopyTexImage1D().
|
||||
* This is the software fallback for Driver.TexImage1D().
|
||||
* \sa _mesa_store_teximage2d()
|
||||
*/
|
||||
void
|
||||
|
|
@ -4629,8 +4628,7 @@ _mesa_store_teximage1d(struct gl_context *ctx, GLenum target, GLint level,
|
|||
|
||||
|
||||
/**
|
||||
* This is the software fallback for Driver.TexImage2D()
|
||||
* and Driver.CopyTexImage2D().
|
||||
* This is the software fallback for Driver.TexImage2D().
|
||||
*
|
||||
* This function is oriented toward storing images in main memory, rather
|
||||
* than VRAM. Device driver's can easily plug in their own replacement.
|
||||
|
|
@ -4684,8 +4682,7 @@ _mesa_store_teximage2d(struct gl_context *ctx, GLenum target, GLint level,
|
|||
|
||||
|
||||
/**
|
||||
* This is the software fallback for Driver.TexImage3D()
|
||||
* and Driver.CopyTexImage3D().
|
||||
* This is the software fallback for Driver.TexImage3D().
|
||||
* \sa _mesa_store_teximage2d()
|
||||
*/
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue