]> icculus.org git repositories - taylor/freespace2.git/history - src/graphics/grgl1.cpp
use LEGACY_GL to determine of GL1 is used or not
[taylor/freespace2.git] / src / graphics / grgl1.cpp
2018-03-17 Taylor Richardsuse LEGACY_GL to determine of GL1 is used or not
2018-03-17 Taylor Richardsfirst pass at emscripten support
2016-07-05 Taylor Richardsmerge updated graphics code
2016-07-01 Taylor Richardsfix issues with get_region()
2016-07-01 Taylor Richardsfix print_screen()
2016-06-17 Taylor Richardscleanup, fixes, and optimizations
2016-06-17 Taylor Richardssimply fullscreen<->window switching
2016-06-11 Taylor Richardsjust use linear fog in GL1; cleanup
2016-06-10 Taylor Richardsadd gr_stream_*() for movie playback
2016-06-10 Taylor Richardsimplement GL2 framebuffer, plus various fixes
2016-06-02 Taylor Richardsproperly (re)set context attributes for GL1
2016-05-30 Taylor Richardsrendering functions mostly done; more complete shader...
2016-05-30 Taylor Richardsfirst pass at OpenGL ES 2 support
2016-05-01 Taylor Richardsswitch from 1555 BGR to 5551 RGB
2015-12-13 Taylor Richardsfix border problems with viewport resize on non-4:3
2015-11-25 Taylor Richardsenable cull by default (fixes text rendering)
2015-11-25 Taylor Richardsfix wonkiness in restore_screen for non-4:3 screens
2015-09-09 Taylor Richardssilence some compiler warnings
2015-09-08 Taylor RichardsMerge branch 'sdl2'
2015-04-03 Taylor Richardsuse SDL_arraysize() instead of sizeof() where appropriate
2015-04-03 Taylor Richardscleaner cfg setup, launcher, initial user prep
2015-04-03 Taylor Richardsquiet some OCD
2015-04-03 Taylor Richardsfix up broken check in save_screen
2015-04-03 Taylor Richardsclean up and fix save/restore screen to actually work...
2015-04-03 Taylor Richardsfix memory leak and crash with mouse cursor save
2015-04-03 Taylor Richardsmerge in updated platform code
2015-04-03 Taylor Richardscleaner texture release from bm_release()
2015-04-03 Taylor Richardssilence various MSVC warnings
2015-04-03 Taylor Richardssafer strings using SDL string functions
2015-04-03 Taylor Richardsmerge updated toolset
2015-04-03 Taylor Richardssupport for OpenGL with wxWidgets
2015-04-03 Taylor Richardsmerge in updated graphics code
2015-04-03 Taylor Richardsmake some generic gr_* functions actually be generic
2015-04-03 Taylor Richardshave viewport setup be renderer specific for GL
2015-04-03 Taylor Richardsrename gropeng1* to grgl1* for simplified naming later...