2
0
Fork 0
mirror of https://github.com/Shpoike/Quakespasm.git synced 2025-03-14 14:52:05 +00:00

gl_vidsdl.c: remove the PowerVR stuff, as it seems to be outdated

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@833 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
svdijk 2013-03-02 13:46:59 +00:00
parent 6c60cde973
commit a6887965d8

View file

@ -679,8 +679,6 @@ static void GL_Init (void)
GL_CheckExtensions (); //johnfitz
if (SDL_strncasecmp(gl_renderer,"PowerVR",7)==0)
Cbuf_AddText ("gl_clear 1");
//johnfitz -- intel video workarounds from Baker
if (!strcmp(gl_vendor, "Intel"))
{