| Commit message (Expand) | Author | Age |
* | Fix and improve xinerama support | reimar | 2006-04-16 |
* | fixes and cleanup for windows fullscreen switching (restore old position, | reimar | 2006-04-12 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | support negative stride (flipping) in vo_gl. | reimar | 2005-12-18 |
* | signed division must be used for calculation vo_dx and vo_dy. | reimar | 2005-12-07 |
* | Get rid of most #ifdefs | reimar | 2005-12-06 |
* | Enable border toggling for gl and gl2 under windows. | reimar | 2005-11-17 |
* | documentation update. | reimar | 2005-10-01 |
* | debugging/testing helpers: allow forcing a certain width/height for textures | reimar | 2005-09-25 |
* | panscan support | reimar | 2005-09-25 |
* | Support rectangular texture in fragment programs | reimar | 2005-09-25 |
* | Fix crashes and green border when using YV12 input format | reimar | 2005-09-25 |
* | hardware color-space conversion for vo_gl and vo_gl2 | reimar | 2005-09-14 |
* | Allow disabling the glFinish call | reimar | 2005-09-13 |
* | Fix texture format variable types. Internal format is GLint, others are GLenum | reimar | 2005-08-25 |
* | -wid support for windows. Not well tested, might still behave a bit weird. | reimar | 2005-08-21 |
* | Get events from -wid window. | reimar | 2005-08-16 |
* | use glUploadTex helper function | reimar | 2005-08-14 |
* | textures smaller 64x64 might not be supported | reimar | 2005-08-14 |
* | remove/move some unused headers/variables/code | reimar | 2005-08-14 |
* | 10l, texture_width/height initialization was removed, so use | reimar | 2005-08-14 |
* | Helper function for drawing texture and general cleanup of vo_gl2.c | reimar | 2005-08-14 |
* | Fix the return types of all (six) libvo API functions. Used to be uint32_t, but | ivo | 2005-08-05 |
* | support -wid | reimar | 2005-06-18 |
* | -geometry support for gl2 under win, default window pos centered for gl, gl2 | reimar | 2005-05-30 |
* | Implement -geometry for vo gl and gl2. | reimar | 2005-05-29 |
* | Remove a lot of duplicate code | reimar | 2005-02-21 |
* | Remove unused defines | reimar | 2004-12-29 |
* | Improving gl2 under windows, moving some functionality to gl_common | reimar | 2004-12-11 |
* | Move selection of internal texture format to appropriate place, should | reimar | 2004-12-03 |
* | More similar code from gl and gl2 moved to gl_common | reimar | 2004-12-01 |
* | Avoid drawing before transformation matrices are set up. | reimar | 2004-11-13 |
* | 10l | faust3 | 2004-11-05 |
* | more fullscreen fixes and gl2 uses setGlWindow. | reimar | 2004-11-04 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 |
* | added gl_common for code used by both vo_gl.c and vo_gl2.c. | reimar | 2004-10-17 |
* | fixed UNPACK_ALIGNMENT setting. | reimar | 2004-10-06 |
* | fixed memleak, especially for fixed-vo. | reimar | 2004-10-03 |
* | removed saver_on, saver_off calls, they are already in x11_common.c | reimar | 2004-07-25 |
* | fix for people experimenting with GUI under windows | reimar | 2004-07-22 |
* | use RGB32 textures on OS X | reimar | 2004-07-17 |
* | 100l, OSX compile fix, patch by Steven Schulz (sms (at) 2BSD (dot) com) | reimar | 2004-07-06 |
* | removed XFlush() before XSync(), made config_glx return-type signed, force 32... | reimar | 2004-07-02 |
* | avoid visuals with low color-depth. | reimar | 2004-06-27 |
* | removing useless code, improving readability | reimar | 2004-05-08 |
* | fixed memory leak and removed unnecessary static variable | reimar | 2004-05-08 |
* | clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering borders | reimar | 2004-05-02 |
* | GUI support | reimar | 2004-05-01 |
* | corrected problems with switching to and from fullscreen mode esp. with fixed-vo | reimar | 2004-03-17 |
* | printf -> mp_msg | attila | 2004-02-22 |