summaryrefslogtreecommitdiff
path: root/tools/emulator/opengl/shared/OpenglCodecCommon/glUtils.cpp
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2011-12-01 10:51:17 -0800
committerJesse Hall <jessehall@google.com>2012-01-05 10:50:01 -0800
commita592d9c04381bf55c780ccb66f720cbfc7a22fa5 (patch)
tree9f5c2662d661ae94030d3512e9c23b17cc41b8e2 /tools/emulator/opengl/shared/OpenglCodecCommon/glUtils.cpp
parent93d610d59aa9cbbaa99f760542252f91698103eb (diff)
EmuGL: misc small cleanups
* Disable verbose debug spam. * Add missing GL enum to utility function. The default case was returning the correct size, so this doesn't fix any bugs, just removes some logcat spam. * Comment and whitespace corrections. Change-Id: I83fb8644331ae1072d6a8dae9c041da92073089f
Diffstat (limited to 'tools/emulator/opengl/shared/OpenglCodecCommon/glUtils.cpp')
-rw-r--r--tools/emulator/opengl/shared/OpenglCodecCommon/glUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emulator/opengl/shared/OpenglCodecCommon/glUtils.cpp b/tools/emulator/opengl/shared/OpenglCodecCommon/glUtils.cpp
index ae70598a3..4b7fc892c 100644
--- a/tools/emulator/opengl/shared/OpenglCodecCommon/glUtils.cpp
+++ b/tools/emulator/opengl/shared/OpenglCodecCommon/glUtils.cpp
@@ -81,6 +81,7 @@ size_t glUtilsParamSize(GLenum param)
switch(param)
{
+ case GL_DEPTH_TEST:
case GL_DEPTH_FUNC:
case GL_DEPTH_BITS:
case GL_MAX_CLIP_PLANES: