]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
WGL client can now use DPSOFTRAST, added thread_win.c to avoid SDL dependency for...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 1 Apr 2011 14:59:17 +0000 (14:59 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 1 Apr 2011 21:21:41 +0000 (23:21 +0200)
commit5f63a2dd8260a801760b72fb5c7db1e6e8bd40bd
tree8e01ad35967b79c2aaed406d732c6e09bc40deb3
parentf77d5c9d529d21b9007c8896d55cfb2555b93063
WGL client can now use DPSOFTRAST, added thread_win.c to avoid SDL dependency for WGL client
added Sys_HaveSSE and Sys_HaveSSE2 functions in sys_shared.c and cleaned up that mess in model_alias.c
dpsoftrast now compiles if SSE_POSSIBLE rather than SSE2_PRESENT, and uses Sys_HaveSSE2 for runtime detection on x86

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11005 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=0675986e0c28e85906a0c9196b3e9aae9bfb3f34
darkplaces-wgl.vcproj
dpsoftrast.c
model_alias.c
quakedef.h
sys_shared.c
thread_win.c [new file with mode: 0644]
vid.h
vid_sdl.c
vid_shared.c
vid_wgl.c