Separated OpenGL contexts from Window implementations
Added support for OpenGL 3.0 Replaced WindowSettings with ContextSettings Synchronized with trunk git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1065 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
commit
9c370e38da
110 changed files with 2758 additions and 2335 deletions
|
@ -109,14 +109,13 @@
|
|||
<Add library="libgdi32.a" />
|
||||
</Linker>
|
||||
<Unit filename="..\..\include\SFML\Window\Context.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\ContextSettings.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\Event.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\Input.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\OpenGL.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\VideoMode.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\Window.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\WindowHandle.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\WindowListener.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\WindowSettings.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\WindowStyle.hpp" />
|
||||
<Unit filename="..\..\include\SFML\Window\glew\glew.h" />
|
||||
<Unit filename="..\..\src\SFML\Window\Context.cpp" />
|
||||
|
@ -124,6 +123,8 @@
|
|||
<Unit filename="..\..\src\SFML\Window\Joystick.hpp" />
|
||||
<Unit filename="..\..\src\SFML\Window\VideoMode.cpp" />
|
||||
<Unit filename="..\..\src\SFML\Window\VideoModeSupport.hpp" />
|
||||
<Unit filename="..\..\src\SFML\Window\Win32\ContextWGL.cpp" />
|
||||
<Unit filename="..\..\src\SFML\Window\Win32\ContextWGL.hpp" />
|
||||
<Unit filename="..\..\src\SFML\Window\Win32\Joystick.cpp" />
|
||||
<Unit filename="..\..\src\SFML\Window\Win32\Joystick.hpp" />
|
||||
<Unit filename="..\..\src\SFML\Window\Win32\VideoModeSupport.cpp" />
|
||||
|
|
|
@ -351,6 +351,14 @@
|
|||
<Filter
|
||||
Name="Win32"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Win32\ContextWGL.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Win32\ContextWGL.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Win32\Joystick.cpp"
|
||||
>
|
||||
|
@ -396,7 +404,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\SFML\Window\Win32\VideoModeSupport.hpp"
|
||||
RelativePath="..\..\src\SFML\Window\Win32\VideoModeSupport.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -448,6 +456,10 @@
|
|||
RelativePath="..\..\include\SFML\Window\Context.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\Window\ContextSettings.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\Window\Event.hpp"
|
||||
>
|
||||
|
@ -504,10 +516,6 @@
|
|||
RelativePath="..\..\include\SFML\Window\WindowListener.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\Window\WindowSettings.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\Window\WindowStyle.hpp"
|
||||
>
|
||||
|
|
|
@ -342,6 +342,14 @@
|
|||
<Filter
|
||||
Name="Win32"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Win32\ContextWGL.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Win32\ContextWGL.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Win32\Joystick.cpp"
|
||||
>
|
||||
|
@ -407,6 +415,10 @@
|
|||
RelativePath="..\..\include\SFML\Window\Context.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\Window\ContextSettings.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\Event.hpp"
|
||||
>
|
||||
|
@ -423,10 +435,6 @@
|
|||
RelativePath="..\..\src\SFML\Window\Joystick.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\Window\OpenGL.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\VideoMode.cpp"
|
||||
>
|
||||
|
@ -463,10 +471,6 @@
|
|||
RelativePath="..\..\src\SFML\Window\WindowListener.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\Window\WindowSettings.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\Window\WindowStyle.hpp"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue