2010-07-15 |
reimar |
Make it possible to select GL_NEAREST scaling.
|
2010-07-15 |
reimar |
Helper macros to build the yuv conversion type number.
|
2010-07-15 |
reimar |
Cosmetics: create luma texture first, then the other textures.
|
2010-07-08 |
cehoyos |
Independent tests indicate that GLX_STEREO is working fine on supported hardware.
|
2010-07-05 |
reimar |
Some small whitespace and {} cosmetics.
|
2010-07-05 |
reimar |
Try to get a quadbuffered visual if the corresponding 3D mode was selected.
|
2010-07-05 |
reimar |
Use a more sensible variable name.
|
2010-07-05 |
reimar |
Move declaration to where it is actually used.
|
2010-07-05 |
reimar |
Add initial stereo support to -vo gl.
|
2010-07-01 |
reimar |
Fix -geometry with -wid behaviour (y position was flipped).
|
2010-06-15 |
reimar |
More sensible behaviour for -geometry with -wid and -vo gl.
|
2010-06-13 |
reimar |
For vos that support the new libvo API (provide UPDATE_SCREENINFO),
|
2010-06-13 |
reimar |
Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
|
2010-06-06 |
reimar |
Remove nonsense commented-out function header.
|
2010-05-30 |
reimar |
Treat a NULL renderer string as indication for software renderer.
|
2010-05-24 |
reimar |
Fix OpenGL autodetection to not leave values at -1.
|
2010-05-09 |
reimar |
Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.
|
2010-05-09 |
reimar |
Minor code cleanup.
|
2010-05-09 |
reimar |
yuv=5 supports brightness and contrast adjustment.
|
2010-05-01 |
reimar |
Also print OpenGL renderer string with vendor and version with -v
|
2010-04-30 |
reimar |
100l, open the customtex also in binary mode, not just the program.
|
2010-04-25 |
reimar |
Support for auto-selecting the OpenGL backend.
|
2010-04-25 |
reimar |
Add reinitialization support. Necessary for fullscreen on OSX.
|
2010-04-25 |
reimar |
Remove unnecessary check.
|
2010-04-25 |
reimar |
Set SDL window title.
|
2010-04-25 |
reimar |
Window resizing support for -vo gl with SDL backend.
|
2010-04-24 |
reimar |
Disable OSD support by default if the necessary OpenGL functionality is missing.
|
2010-04-24 |
reimar |
SDL support with related crash-resilience fixes.
|
2010-04-13 |
reimar |
Open cutomtex file in binary mode to avoid potential issues on
|
2010-04-04 |
reimar |
Factor out the YUV->RGB conversion auto-selection and also
|
2010-04-03 |
reimar |
Add mpgl prefix to all OpenGL-related function pointers.
|
2010-02-27 |
reimar |
Update -vo gl info structs, it isn't X11-only since ages and there's basically
|
2010-02-27 |
reimar |
100l, remove forgotten debugging code.
|
2010-02-27 |
reimar |
Only prefer -vo gl over -vo x11 if hardware acceleration is available.
|
2010-02-05 |
reimar |
Print messages only after we are sure preinit will not fail anymore.
|
2010-02-04 |
reimar |
Create the OpenGL probe window as a hidden Window on X11.
|
2010-02-02 |
reimar |
Add support for autodetection during preinit and use that to detect a default
|
2010-02-02 |
reimar |
Avoid using options before autodetectGlExtensions to allow it to change them properly.
|
2010-02-02 |
reimar |
Remove vo_config_count check from uninit, it should always be safe to run.
|
2010-01-16 |
reimar |
Add support for adjustable TV <-> PC level conversion.
|
2010-01-03 |
reimar |
Make vo gl print the OpenGL vendor and version strings.
|
2010-01-01 |
reimar |
Fix function declarations to avoid casting function pointers.
|
2010-01-01 |
reimar |
Slightly generalize code to generate YUV->RGB conversion table and add
|
2010-01-01 |
reimar |
Make YUV->RGB conversion coefficients selectable for -vo gl.
|
2009-12-31 |
reimar |
Add support for 16-bit per component YUV formats.
|
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
|