diff options
author | Marek Olšák <[email protected]> | 2018-03-06 17:32:09 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-03-19 16:56:17 -0400 |
commit | f674b50d0ead3fc3f67e2579f2854dae991e9b78 (patch) | |
tree | 759d4248ca17485ee60e7ce31085d1a2b61bf9c7 /src/mesa/main/teximage.c | |
parent | 6aeaa7d363d45f4d09ff51ad925e893f931f502e (diff) |
mesa: adjust incorrect comment in texture_buffer_range
Diffstat (limited to 'src/mesa/main/teximage.c')
-rw-r--r-- | src/mesa/main/teximage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 9c13e6d7cf6..9e139d746f1 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)) { |