]> icculus.org git repositories - taylor/freespace2.git/history - src/graphics
fix popup condition testing
[taylor/freespace2.git] / src / graphics /
2018-03-17 Taylor Richardsproperly poll for window events when fullscreen or...
2018-03-17 Taylor Richardsset game window as resizable for emscripten
2018-03-17 Taylor Richardsfix mouse handling when viewport is other than default...
2018-03-17 Taylor Richardsuse LEGACY_GL to determine of GL1 is used or not
2018-03-17 Taylor Richardsfirst pass at emscripten support
2018-03-17 Taylor Richardsmerge updated pxo code and related fixes
2018-03-15 Taylor Richardsonly use SDL text input when required (fixes keyboard...
2016-12-10 Taylor Richardsmerge demo branch
2016-10-26 Taylor Richardsno web cursor in FS1 demo
2016-10-23 Taylor Richardsfix some memory issues that were causing problems
2016-07-10 Taylor Richardsfix rendering issues with rect_internal()
2016-07-05 Taylor Richardsmerge updated graphics code
2016-07-04 Taylor Richardshandle npot textures properly to base spec
2016-07-04 Taylor Richardssilence compiler warnings (mostly shadow variables)
2016-07-04 Taylor Richardsadd debug spew for when GL2 falls back
2016-07-01 Taylor Richardsfix issues with get_region()
2016-07-01 Taylor Richardsfix buf size in gl2 print_screen()
2016-07-01 Taylor Richardsfix print_screen()
2016-07-01 Taylor Richardsfix aabitmap blending issues in GL2
2016-06-30 Taylor Richardsfix crash in tcache_flush() when tcache hasn't been...
2016-06-17 Taylor Richardscleanup, fixes, and optimizations
2016-06-17 Taylor Richardsremove obsolete no_grab cmdline option
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-31 Taylor Richardsbetter fog support
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 Richardsminor cleanup and performance improvements
2016-05-01 Taylor Richardsswitch from 1555 BGR to 5551 RGB
2016-03-30 Taylor Richardsmerge in fixes from Windows build
2016-03-26 Taylor Richardsclean up Windows #include's and use winsock2
2016-03-21 Taylor Richardsmerge new standalone server and client
2016-02-09 Taylor Richardsadd stubbed graphics for standalone server
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 Richardsapp window handling cleanup
2015-04-03 Taylor Richardscleaner cfg setup, launcher, initial user prep
2015-04-03 Taylor Richardsquiet some OCD
2015-04-03 Taylor Richardsmore cleanup with video related cfg options
2015-04-03 Taylor Richardsclearer debug message
2015-04-03 Taylor Richardsadd running check for fonttool
2015-04-03 Taylor Richardsclean up gr_init():
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 Richardsstub out gr_string_win(), can't ever use it as-is
2015-04-03 Taylor Richardsmerge updated toolset
2015-04-03 Taylor Richardssupport for OpenGL with wxWidgets
2015-04-03 Taylor Richardsremove dead code left over from merge
2015-04-03 Taylor Richardsset/get window title
2015-04-03 Taylor Richardswarnings (clang): various
2015-04-03 Taylor Richardsclean up Show_cpu and Show_mem routines; use generic...
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...
2015-04-03 Taylor Richardsclear, flip, clear ...
2015-04-03 Taylor Richardsclean up fullscreen code; fill/plug in gr_toggle_fullscreen
2015-04-03 Taylor Richardsdisable FSAA by default
2015-04-03 Taylor Richardsdisable screen saver
2015-04-03 Taylor Richardsclean out a bunch of code for old renderers
2015-04-03 Taylor Richardssome cleanup
2015-04-03 Taylor Richardsremove GL2 stubs, going a different way with it
2015-04-03 Taylor Richardsremove cpu detection stuff
2015-04-03 Taylor Richardsstart of GL2 support
2015-04-03 Taylor Richardsresolve rebase/merge conflicts
2015-04-03 Taylor Richardscleanup and optimization
2015-04-03 Taylor Richardsuse TRI_STRIP instead of QUADS
2015-04-03 Taylor Richardshaving CLAMP() is redundant
2015-04-03 Taylor Richardsdebug log cleanup - fog status
2015-04-03 Taylor Richardssupport different screen depths properly
2015-04-03 Taylor Richardsmore cleanup - remove old files
2015-04-03 Taylor Richardsbunch of cleanup
2015-04-03 Taylor Richardsinitial graphics system update
2015-04-03 Taylor Richardsget rid of some platform specific stuff
2015-04-03 Taylor RichardsSDL2 port - stage 4
2015-04-03 Taylor RichardsSDL2 port - stage 2
2015-04-03 Taylor Richardsstart of SDL2 port
2010-02-09 Taylor Richardsvarious valgrind warning fixes
2010-02-08 Taylor Richardsconst-char warning fixes
2005-10-01 Taylor Richardsslight speedup to font rendering by not doing something...
2005-08-12 Taylor Richardssome OSX GCC4 fixin (LEgregius)
2005-08-12 Taylor Richardsdon't show hardware S-RAM value on HUD in debug
2005-04-02 Taylor Richardsattempt to fix garbage at end of GL extension string
2005-03-30 Taylor RichardsScreenshot function filled, will output into ~/.freespa...
2004-12-15 Taylor Richardsoutwnd_unix.cpp from fs2_open for logging to file in...
2004-09-20 theoddone33GCC 3.4 fixes.
2004-07-04 Taylor Richardsamd64 support, compiler warning fixes, don't use softwa...
2004-06-11 tigitaladded FSAA support: switched on in .ini
next