=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: wined3d: Add few missing enum values to debug_fbostatus().

Alexandre Julliard julliard at wine.codeweavers.com
Fri Apr 22 09:55:15 CDT 2016


Module: wine
Branch: master
Commit: 4e38c3988e30b9b6ff08332133e4a079d081a644
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4e38c3988e30b9b6ff08332133e4a079d081a644

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Fri Apr 22 11:18:45 2016 +0200

wined3d: Add few missing enum values to debug_fbostatus().

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wined3d/utils.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/wined3d/utils.c b/dlls/wined3d/utils.c
index 341e12b..c7bf5bb 100644
--- a/dlls/wined3d/utils.c
+++ b/dlls/wined3d/utils.c
@@ -4099,6 +4099,8 @@ const char *debug_fbostatus(GLenum status) {
         FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER);
         FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER);
         FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE);
+        FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS);
+        FBOSTATUS_TO_STR(GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB);
         FBOSTATUS_TO_STR(GL_FRAMEBUFFER_UNSUPPORTED);
         FBOSTATUS_TO_STR(GL_FRAMEBUFFER_UNDEFINED);
 #undef FBOSTATUS_TO_STR




More information about the wine-cvs mailing list