mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-03 06:20:57 +00:00
gl_vidsdl.c: remove the PowerVR stuff, as it seems to be outdated
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@833 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
d245a15fe2
commit
f02120cc7f
1 changed files with 0 additions and 2 deletions
|
@ -679,8 +679,6 @@ static void GL_Init (void)
|
||||||
|
|
||||||
GL_CheckExtensions (); //johnfitz
|
GL_CheckExtensions (); //johnfitz
|
||||||
|
|
||||||
if (SDL_strncasecmp(gl_renderer,"PowerVR",7)==0)
|
|
||||||
Cbuf_AddText ("gl_clear 1");
|
|
||||||
//johnfitz -- intel video workarounds from Baker
|
//johnfitz -- intel video workarounds from Baker
|
||||||
if (!strcmp(gl_vendor, "Intel"))
|
if (!strcmp(gl_vendor, "Intel"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue