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
|
@ -358,6 +358,14 @@
|
|||
RelativePath="..\..\src\SFML\System\Win32\ThreadImpl.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\ThreadLocalImpl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Win32\ThreadLocalImpl.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Clock.cpp"
|
||||
|
@ -427,6 +435,22 @@
|
|||
RelativePath="..\..\src\SFML\System\Thread.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\ThreadLocal.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\System\ThreadLocal.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\System\ThreadLocalPtr.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\SFML\System\ThreadLocalPtr.inl"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\SFML\System\Unicode.cpp"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue