aboutsummaryrefslogtreecommitdiff
path: root/xbmc/RenderSystemGL.cpp
AgeCommit message (Expand)Author
2010-09-19made destroying of rendersystem and winsystem consistent among platformsbobo1on1
2010-06-09cleanup: get rid of duplicate CRenderSystem::ClearBuffers() calls.jmarshallnz
2010-05-26fixed: I don't trust videodriversbobo1on1
2010-05-26fixed: glGetError should be called in a loop until it returns GL_NO_ERROR to ...bobo1on1
2010-05-25fixed: read the correct errorbobo1on1
2010-05-25fixed: reset texture matrix for all textures, otherwise this will bite somedaybobo1on1
2010-05-25fixed: ati doesn't init the texture matrix correctlybobo1on1
2010-04-14fixed, davilla gets a lesson in the difference between .Find and .finddavilla
2010-04-14changed, use CStdString and stop messing around, thanks spiffdavilla
2010-04-13fixed: the poulsbo doesn't like NPOT compressed textureselupus
2010-03-22added: information about glsl versionbobo1on1
2010-03-21changed: Nvidia 9400M under OS X supports NPOT DXT textures by decompressing ...jmarshallnz
2010-01-11fixed, hardcode range instead of trying to compute itdavilla
2010-01-11cosmetics, fix the mess I madedavilla
2010-01-11slight re-factor because I must touch everythingdavilla
2010-01-11fixed: ticket #8456 - Check OpenGL quirks and revert m_renderCaps as needed. ...ametovic
2010-01-08cosmeticsspiff_
2009-12-20changed: only use NPOT texture's if driver advertises it, don't assume it wor...elupus
2009-11-23fixed: print glewGetErrorString to log when glewInit soils its pantsbobo1on1
2009-11-21fixed: Ticket #7724 - Force max texture size to a lower value on mac with ATI...beenje
2009-11-15[all] unified video sysinfo for gl and dx.wiso
2009-11-14[osx] fixed atv rendering of Texture.xbtametovic
2009-11-01changed: [WIN32] DirectX - switch to proper fullscreen directx when switching...jmarshallnz
2009-10-10[all] another winapi nuke, QueryPerformanceCounter/QueryPerformanceFrequency ...davilla
2009-10-05fixed: bicubic scaling got broken in directx merge due to not reporting prope...elupus
2009-10-03changed: Cleaned up the RenderSystem interface a little.jmarshallnz
2009-09-28support DXT5 textures with a new texture bundle(r)yuvalt
2009-09-23cleanup: Don't use HRESULT when a bool will do, plus removed some more __int6...jmarshallnz
2009-09-23cleanup: Indicate why system.h is included in a header, and remove where reas...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller