Is this a bug in the mesa code or are we lacking something here?
Am 06.01.2014 19:39, schrieb jgardou(a)svn.reactos.org:
Author: jgardou
Date: Mon Jan 6 18:39:42 2014
New Revision: 61545
URL:
http://svn.reactos.org/svn/reactos?rev=61545&view=rev
Log:
[MESA]
- Use PSEH to test and catch SSE exceptions
#CORE-7727 Problem with software implementation is fixed with r61545. Investigating on
vmware driver support.
Modified:
trunk/reactos/dll/opengl/mesa/x86/common_x86.c
Modified: trunk/reactos/dll/opengl/mesa/x86/common_x86.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/x86/common…
==============================================================================
--- trunk/reactos/dll/opengl/mesa/x86/common_x86.c [iso-8859-1] (original)
+++ trunk/reactos/dll/opengl/mesa/x86/common_x86.c [iso-8859-1] Mon Jan 6 18:39:42 2014
@@ -51,6 +51,8 @@
#include "main/imports.h"
#include "common_x86_asm.h"
+#include <pseh/pseh2.h>
+