update to glew1.9, win binaries also from official release

This commit is contained in:
degasus
2013-02-04 21:11:12 +01:00
parent 2108529120
commit f677b8cba3
11 changed files with 48310 additions and 43490 deletions

View File

@ -38,7 +38,7 @@ StreamBuffer::StreamBuffer(u32 type, size_t size, StreamType uploadType)
if(m_uploadtype == STREAM_DETECT)
{
if(glewIsSupported("GL_AMD_pinned_memory"))
if(g_Config.backend_info.bSupportsGLPinnedMemory)
m_uploadtype = PINNED_MEMORY;
else
m_uploadtype = MAP_AND_SYNC;