Commit: 290b0a97ba6bf39d111a6dcb464fa44645648898
Author: Mike Erwin
Date:   Thu Jan 7 10:40:13 2016 -0500
Branches: master
https://developer.blender.org/rB290b0a97ba6bf39d111a6dcb464fa44645648898

cleanup: OpenGL comment

Removed reference to GL 1.x since we no longer support that. ES is
likely in our future though!

===================================================================

M       source/blender/gpu/intern/gpu_draw.c

===================================================================

diff --git a/source/blender/gpu/intern/gpu_draw.c 
b/source/blender/gpu/intern/gpu_draw.c
index 92195bd..2550a76 100644
--- a/source/blender/gpu/intern/gpu_draw.c
+++ b/source/blender/gpu/intern/gpu_draw.c
@@ -221,7 +221,7 @@ void GPU_render_text(
        }
 }
 
-/* Checking powers of two for images since opengl 1.x requires it */
+/* Checking powers of two for images since OpenGL ES requires it */
 
 static bool is_power_of_2_resolution(int w, int h)
 {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to