aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_gl2.c
Commit message (Expand)AuthorAge
...
* Helper function for drawing texture and general cleanup of vo_gl2.cGravatar reimar2005-08-14
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* support -widGravatar reimar2005-06-18
* -geometry support for gl2 under win, default window pos centered for gl, gl2Gravatar reimar2005-05-30
* Implement -geometry for vo gl and gl2.Gravatar reimar2005-05-29
* Remove a lot of duplicate codeGravatar reimar2005-02-21
* Remove unused definesGravatar reimar2004-12-29
* Improving gl2 under windows, moving some functionality to gl_commonGravatar reimar2004-12-11
* Move selection of internal texture format to appropriate place, shouldGravatar reimar2004-12-03
* More similar code from gl and gl2 moved to gl_commonGravatar reimar2004-12-01
* Avoid drawing before transformation matrices are set up.Gravatar reimar2004-11-13
* 10lGravatar faust32004-11-05
* more fullscreen fixes and gl2 uses setGlWindow.Gravatar reimar2004-11-04
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* added gl_common for code used by both vo_gl.c and vo_gl2.c.Gravatar reimar2004-10-17
* fixed UNPACK_ALIGNMENT setting.Gravatar reimar2004-10-06
* fixed memleak, especially for fixed-vo.Gravatar reimar2004-10-03
* removed saver_on, saver_off calls, they are already in x11_common.cGravatar reimar2004-07-25
* fix for people experimenting with GUI under windowsGravatar reimar2004-07-22
* use RGB32 textures on OS XGravatar reimar2004-07-17
* 100l, OSX compile fix, patch by Steven Schulz (sms (at) 2BSD (dot) com)Gravatar reimar2004-07-06
* removed XFlush() before XSync(), made config_glx return-type signed, force 32...Gravatar reimar2004-07-02
* avoid visuals with low color-depth.Gravatar reimar2004-06-27
* removing useless code, improving readabilityGravatar reimar2004-05-08
* fixed memory leak and removed unnecessary static variableGravatar reimar2004-05-08
* clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering bordersGravatar reimar2004-05-02
* GUI supportGravatar reimar2004-05-01
* corrected problems with switching to and from fullscreen mode esp. with fixed-voGravatar reimar2004-03-17
* printf -> mp_msgGravatar attila2004-02-22
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
* * clear window on fullscreen switchGravatar attila2003-10-12
* many small typo and grammar fixesGravatar gabucino2003-10-04
* fix fullscreen switching in vo gl and vo gl2Gravatar faust32003-09-21
* dont fix things at the wrong placeGravatar attila2003-09-21
* fix black screen on linux, patch by Jindrich MakovickaGravatar faust32003-09-21
* vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng at...Gravatar faust32003-09-19
* Avoid flickering during resizes. Keep video contents even when paused. Fix by...Gravatar mosu2003-08-31
* 1000lGravatar alex2003-08-14
* removed broken swscaler support, added runtime fullscreens switching ability,...Gravatar alex2003-05-20
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* removed get_info, using the same sheme as in libmpcodecs insteadGravatar alex2002-11-11
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* here is a somewhat generic equalizer implementation for the X11 vo driversGravatar arpi2002-10-29
* vo_init() moved to/fixed in preinit()Gravatar arpi2002-10-27
* -fixed-vo supportGravatar pontscho2002-10-16
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* removed old input codeGravatar alex2002-08-28
* ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warningGravatar arpi2002-08-09
* query_format revisedGravatar alex2002-05-27
* some cleanup, gl/gl2 updated to use vo_windowGravatar arpi2002-05-14