log libvo/vo_gl.c @ 30109:0f25d3062987

age author description
2009-12-31 reimar First steps to supporting different YUV->RGB conversion definitions.
2009-12-31 reimar Put the colourspace-related variables into a separate struct to ease
2009-12-30 reimar Support all planar YUV formats in OpenGL vos.
2009-12-27 reimar Move do_render_osd function to avoid a forward declaration.
2009-12-24 reimar Some ugly hacks to make compiling against a newer external version of libass work.
2009-12-24 reimar Remove more direct includes of libass/ass.h
2009-12-19 reimar Slightly improve vo_gl suboption documentation.
2009-12-19 reimar Add support for auto-generating mipmaps in vo_gl, should ease
2009-12-19 reimar Make -vo gl:customprog also work with RGB input (obviously those need to be
2009-12-19 reimar Rename GL_* defines to CONFIG_GL_*
2009-12-19 reimar Make the check for X11 and WIN32 backends for OpenGL separate.
2009-12-08 reimar Pass all OpenGL functions through a function pointer indirection.
2009-12-08 reimar Very preliminary code to allow selecting the OpenGL backend at runtime.
2009-11-21 reimar Print which visual glXChooseVisual chose when running in verbose mode.
2009-09-27 reimar Set sensible write frequency/priority values for AllocateMemoryMESA
2009-09-27 reimar Print error instead of crashing when mesa-buffer is used on systems
2009-09-18 reimar Re-add some ifdefs, partially reverting r29688, since mDisplay and
2009-09-18 reimar Get rid of several (probably) pointless ifdefs
2009-09-01 reimar Check setGlWindow return value to fail properly instead of crashing if e.g.
2009-08-27 reimar Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
2009-08-27 reimar Simplify -vo gl ass border etc. dimension calculation one bit more.
2009-08-27 reimar Simplify and fix ass border calculations for -vo gl and -wid -fs mode.
2009-08-27 reimar First attempts at supporting -fs with -wid, -vo gl on X11 only so far
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-16 reimar Check mpi type before returning an DR buffer in get_image, fixes jerkiness
2009-03-07 reimar Make data related to suboption parsing const in libvo
2009-03-06 reimar Refactor smalltex/tinytex EOSD optimization in vo_gl
2009-03-06 reimar Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,