Mesa (master): mesa: adjust incorrect comment in texture_buffer_range

Marek Olšák mareko at kemper.freedesktop.org
Mon Mar 19 20:56:35 UTC 2018


Module: Mesa
Branch: master
Commit: f674b50d0ead3fc3f67e2579f2854dae991e9b78
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f674b50d0ead3fc3f67e2579f2854dae991e9b78

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Tue Mar  6 17:32:09 2018 -0500

mesa: adjust incorrect comment in texture_buffer_range

---

 src/mesa/main/teximage.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index 9c13e6d7cf..9e139d746f 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -5472,8 +5472,8 @@ texture_buffer_range(struct gl_context *ctx,
    GLsizeiptr oldSize = texObj->BufferSize;
    mesa_format format;
 
-   /* NOTE: ARB_texture_buffer_object has interactions with
-    * the compatibility profile that are not implemented.
+   /* NOTE: ARB_texture_buffer_object might not be supported in
+    * the compatibility profile.
     */
    if (!_mesa_has_ARB_texture_buffer_object(ctx) &&
        !_mesa_has_OES_texture_buffer(ctx)) {




More information about the mesa-commit mailing list