projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aeaa7d
)
mesa: adjust incorrect comment in texture_buffer_range
author
Marek Olšák
<marek.olsak@amd.com>
Tue, 6 Mar 2018 22:32:09 +0000
(17:32 -0500)
committer
Marek Olšák
<marek.olsak@amd.com>
Mon, 19 Mar 2018 20:56:17 +0000
(16:56 -0400)
src/mesa/main/teximage.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/teximage.c
b/src/mesa/main/teximage.c
index 9c13e6d7cf69dba2464477a480858c6817e11e17..9e139d746f10816a26a5e94918f45c008ed46a0e 100644
(file)
--- 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)) {