Author: jgardou Date: Sun Sep 15 20:54:01 2013 New Revision: 60150
URL: http://svn.reactos.org/svn/reactos?rev=60150&view=rev Log: [OPENGL32_NEW] Introduce a new opengl32 implementation, the 3D library with better perspectives (tm), featuring: - A new software rendering implementation on top of osmesa. - Rendering to bitmaps - Thread safety. - A try to be really compatible with ICD DLLs (WIP) - Other cool stuff, check log for details. WIP, the SW implementation already works.
Added: trunk/reactos/dll/opengl/opengl32_new/ (with props) trunk/reactos/dll/opengl/opengl32_new/CMakeLists.txt (with props) trunk/reactos/dll/opengl/opengl32_new/apistubs.c (with props) trunk/reactos/dll/opengl/opengl32_new/dllmain.c (with props) trunk/reactos/dll/opengl/opengl32_new/glfuncs.h (with props) trunk/reactos/dll/opengl/opengl32_new/icd.h (with props) trunk/reactos/dll/opengl/opengl32_new/icdload.c (with props) trunk/reactos/dll/opengl/opengl32_new/opengl32.h (with props) trunk/reactos/dll/opengl/opengl32_new/opengl32.spec (with props) trunk/reactos/dll/opengl/opengl32_new/swimpl.c (with props) trunk/reactos/dll/opengl/opengl32_new/wgl.c (with props)
[This mail would be too long, it was shortened to contain the URLs only.]
Added: trunk/reactos/dll/opengl/opengl32_new/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/CMa...
Added: trunk/reactos/dll/opengl/opengl32_new/apistubs.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/api...
Added: trunk/reactos/dll/opengl/opengl32_new/dllmain.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/dll...
Added: trunk/reactos/dll/opengl/opengl32_new/glfuncs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/glf...
Added: trunk/reactos/dll/opengl/opengl32_new/icd.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/icd...
Added: trunk/reactos/dll/opengl/opengl32_new/icdload.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/icd...
Added: trunk/reactos/dll/opengl/opengl32_new/opengl32.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/ope...
Added: trunk/reactos/dll/opengl/opengl32_new/opengl32.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/ope...
Added: trunk/reactos/dll/opengl/opengl32_new/swimpl.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/swi...
Added: trunk/reactos/dll/opengl/opengl32_new/wgl.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32_new/wgl...