Age | Commit message (Expand) | Author |
2010-09-19 | made destroying of rendersystem and winsystem consistent among platforms | bobo1on1 |
2010-06-09 | cleanup: get rid of duplicate CRenderSystem::ClearBuffers() calls. | jmarshallnz |
2010-05-26 | fixed: I don't trust videodrivers | bobo1on1 |
2010-05-26 | fixed: glGetError should be called in a loop until it returns GL_NO_ERROR to ... | bobo1on1 |
2010-05-25 | fixed: read the correct error | bobo1on1 |
2010-05-25 | fixed: reset texture matrix for all textures, otherwise this will bite someday | bobo1on1 |
2010-05-25 | fixed: ati doesn't init the texture matrix correctly | bobo1on1 |
2010-04-14 | fixed, davilla gets a lesson in the difference between .Find and .find | davilla |
2010-04-14 | changed, use CStdString and stop messing around, thanks spiff | davilla |
2010-04-13 | fixed: the poulsbo doesn't like NPOT compressed textures | elupus |
2010-03-22 | added: information about glsl version | bobo1on1 |
2010-03-21 | changed: Nvidia 9400M under OS X supports NPOT DXT textures by decompressing ... | jmarshallnz |
2010-01-11 | fixed, hardcode range instead of trying to compute it | davilla |
2010-01-11 | cosmetics, fix the mess I made | davilla |
2010-01-11 | slight re-factor because I must touch everything | davilla |
2010-01-11 | fixed: ticket #8456 - Check OpenGL quirks and revert m_renderCaps as needed. ... | ametovic |
2010-01-08 | cosmetics | spiff_ |
2009-12-20 | changed: only use NPOT texture's if driver advertises it, don't assume it wor... | elupus |
2009-11-23 | fixed: print glewGetErrorString to log when glewInit soils its pants | bobo1on1 |
2009-11-21 | fixed: 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.xbt | ametovic |
2009-11-01 | changed: [WIN32] DirectX - switch to proper fullscreen directx when switching... | jmarshallnz |
2009-10-10 | [all] another winapi nuke, QueryPerformanceCounter/QueryPerformanceFrequency ... | davilla |
2009-10-05 | fixed: bicubic scaling got broken in directx merge due to not reporting prope... | elupus |
2009-10-03 | changed: Cleaned up the RenderSystem interface a little. | jmarshallnz |
2009-09-28 | support DXT5 textures with a new texture bundle(r) | yuvalt |
2009-09-23 | cleanup: Don't use HRESULT when a bool will do, plus removed some more __int6... | jmarshallnz |
2009-09-23 | cleanup: Indicate why system.h is included in a header, and remove where reas... | jmarshallnz |
2009-09-23 | step 3/4: Move linuxport to trunk. How'd I get roped into this? | AlTheKiller |