FS#84 - Rewrite the OpenGL context handling
FS#66 - Free the global rendering context Added thread-local storage classes git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1116 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
3e23e46a64
commit
23bf546b6a
44 changed files with 1263 additions and 405 deletions
|
@ -99,6 +99,9 @@
|
|||
<Unit filename="..\..\include\SFML\System\ResourcePtr.inl" />
|
||||
<Unit filename="..\..\include\SFML\System\Sleep.hpp" />
|
||||
<Unit filename="..\..\include\SFML\System\Thread.hpp" />
|
||||
<Unit filename="..\..\include\SFML\System\ThreadLocal.hpp" />
|
||||
<Unit filename="..\..\include\SFML\System\ThreadLocalPtr.hpp" />
|
||||
<Unit filename="..\..\include\SFML\System\ThreadLocalPtr.inl" />
|
||||
<Unit filename="..\..\include\SFML\System\Unicode.hpp" />
|
||||
<Unit filename="..\..\include\SFML\System\Unicode.inl" />
|
||||
<Unit filename="..\..\include\SFML\System\Vector2.hpp" />
|
||||
|
@ -112,6 +115,7 @@
|
|||
<Unit filename="..\..\src\SFML\System\Randomizer.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Sleep.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Thread.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\ThreadLocal.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Unicode.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\MutexImpl.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\MutexImpl.hpp" />
|
||||
|
@ -119,6 +123,8 @@
|
|||
<Unit filename="..\..\src\SFML\System\Win32\Platform.hpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\ThreadImpl.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\ThreadImpl.hpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\ThreadLocalImpl.cpp" />
|
||||
<Unit filename="..\..\src\SFML\System\Win32\ThreadLocalImpl.hpp" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<envvars />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue