summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
Commit message (Expand)AuthorAgeFilesLines
* Re-add some ifdefs, partially reverting r29688, since mDisplay andreimar2009-09-181-0/+4
* Get rid of several (probably) pointless ifdefsreimar2009-09-181-6/+0
* Check setGlWindow return value to fail properly instead of crashing if e.g.reimar2009-09-011-1/+2
* Add infrastructure and test code to enable aspect scaling and panscan in wind...reimar2009-08-271-5/+5
* Simplify -vo gl ass border etc. dimension calculation one bit more.reimar2009-08-271-3/+1
* Simplify and fix ass border calculations for -vo gl and -wid -fs mode.reimar2009-08-271-6/+3
* First attempts at supporting -fs with -wid, -vo gl on X11 only so farreimar2009-08-271-0/+3
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* Check mpi type before returning an DR buffer in get_image, fixes jerkinessreimar2009-03-161-0/+3
* Make data related to suboption parsing const in libvoreimar2009-03-071-1/+1
* Refactor smalltex/tinytex EOSD optimization in vo_glreimar2009-03-061-18/+39
* Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,reimar2009-03-061-3/+2
* Do not rely on draw_osd to render the EOSD, instead draw it already at thereimar2009-03-061-10/+15
* 100l, reset ass_border when switching out of fullscreen mode.reimar2009-02-171-0/+1
* Add standard license headers, unify header formatting.diego2009-02-081-0/+18
* Add [gl] in front of vo_gl messagereimar2009-02-031-1/+1
* Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ...reimar2009-02-031-1/+10
* Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationreimar2009-01-101-1/+2
* Fix ugly borders problem with ati-hackreimar2008-12-271-0/+19
* Warn when using features that are broken due to ATI driver bugs.reimar2008-12-231-0/+3
* Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 ...reimar2008-12-231-1/+1
* Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).reimar2008-12-101-3/+13
* ati_hack only makes sense when PBOs are used, not with mesa_buffer.reimar2008-12-061-4/+4
* More possible fixes for mesa-buffer mode.reimar2008-12-061-3/+6
* Move one ati_hack check to a better place.reimar2008-12-061-1/+1
* Reindentreimar2008-12-061-11/+11
* 100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.reimar2008-12-061-5/+10
* 10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.reimar2008-12-051-0/+2
* Fix indentationreimar2008-12-051-12/+12
* Add experimental support for glXAllocateMemoryMESAreimar2008-12-051-5/+27
* Avoid one more duplicated logic.reimar2008-12-051-2/+4
* Simplify, do not duplicate buffer size calculationreimar2008-12-051-2/+2
* Add some forgotten documentation for gl suboptionsreimar2008-12-051-1/+8
* Add support for YCBCR MESA texture format to vo_gl.reimar2008-12-051-0/+5
* Some whitespace and () cosmeticsreimar2008-12-031-17/+17
* 100l, OSD alpha textures were cleared to the wrong value.reimar2008-11-251-1/+1
* More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer off...reimar2008-11-241-0/+40
* Factor common code like -wid handling, vo_gc creation etc. out intoreimar2008-11-191-8/+0
* Fix ati-hack to work again with ATI 8.9 and later drivers.reimar2008-11-141-9/+8
* Change glCreateClearTex to use the same host data format as later uploads.reimar2008-09-201-8/+8
* Rename font-related preprocessor directives.diego2008-08-071-1/+1
* Rename two GUI-related preprocessor directives:diego2008-07-301-2/+2
* Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.reimar2008-07-221-3/+1
* One more hack for PBOs on ATI cards.reimar2008-07-061-0/+3
* Move at-hack code a bit up for further changesreimar2008-07-061-3/+3
* 100l: finally understood ATI PBO problem: width must be a power of two.reimar2008-07-041-2/+5
* More stride alignment is needed to work reliably on ATI cards :-(reimar2008-07-041-1/+1
* 100l, bpp is bits per pixel, not bytesreimar2008-06-221-2/+2
* Render everything as early as possible, doing as little as possible inreimar2008-05-251-4/+19
* Reorder flip_page to make moving around do_render call easierreimar2008-05-251-8/+8
* Split flip_page functionreimar2008-05-251-3/+4
* Add a filter strength parameter for blurring/sharpening scalers.reimar2008-05-241-1/+4
* Use a struct instead of a huge and further growing argument list.reimar2008-05-241-3/+4
* Saner handling of VOCTRL_PAUSE/VOCTRL_RESUMEreimar2008-05-221-2/+4
* Simplify equalizer handling for vo glreimar2008-05-221-54/+32
* cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-2/+2
* Add force-pbo suboption for faster OpenGL output.reimar2008-05-101-2/+22
* Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfersreimar2008-05-101-0/+7
* vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_...reimar2008-05-031-2/+0
* Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.reimar2008-05-031-3/+3
* Slightly document alpha for OSD colorreimar2008-02-111-1/+1
* Support alpha for vo gl osdcolorreimar2008-02-111-4/+4
* Redraw display on toggling borderreimar2008-02-011-0/+1
* Always redraw video on resize.reimar2008-01-311-2/+2
* Small typo in messagereimar2008-01-181-1/+1
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.reimar2008-01-151-0/+1
* Document vo gl lscale=3reimar2008-01-151-0/+1
* Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviourreimar2007-12-221-0/+1
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Avoid text deformation and subtitles moving outside the screen in pan-and-scaneugeni2007-10-191-2/+2
* Handle case where get_image is called twice without a draw_image in-betweenreimar2007-08-031-1/+6
* Set -vo gl slice-height default to 0, the current default of 4 seemsreimar2007-07-281-3/+1
* Make X11 window creation and (with -fixed-vo) management simpler and morereimar2007-06-271-52/+5
* set the window aspect hinthenry2007-06-091-0/+2
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-1/+0
* Do not set VFCAP_EOSD_UNSCALED if we use scaled-osdreimar2007-04-271-1/+1
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-1/+1
* Gui --> guidiego2007-04-231-1/+1
* Add a new GPU-based scaling method to vo glreimar2007-03-111-0/+1
* Move common vo initialization code to video_out.creimar2007-02-171-14/+3
* Avoid calling aspect on each frame and make ass subtitles work better with pa...reimar2007-02-061-4/+5
* Update gl:help output a bitreimar2007-02-031-2/+3
* Fix compilation under MinGW with X11 enabledreimar2006-12-171-0/+3
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-061-1/+12
* Fix single-black-pixel-in-upper-left-corner bug (how do people notice a singlereimar2006-10-241-1/+1
* EOSD performance debugging info.reimar2006-10-061-0/+2
* Whitespace-only cosmeticsreimar2006-09-221-13/+13
* Aggregate multiple small EOSD textures into one large since hundreds ofreimar2006-09-221-2/+57
* Cosmetics: move curtex++ out of for () into code body, needed for coming patchreimar2006-09-221-4/+4
* use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0reimar2006-09-221-2/+2
* Make genEOSD behaviour with NULL data more explicitreimar2006-09-221-2/+2
* Modify clearEOSD to make experimenting easierreimar2006-09-221-5/+6
* remove useless zero-initialization code.reimar2006-09-221-3/+0
* Cosmetics: reindent, remove tabs and break overlong lines.reimar2006-08-281-75/+70
* Cosmetics: fix indentation after last patchreimar2006-08-281-8/+8
* Hardware EOSD (ass) support.reimar2006-08-281-2/+88
* Disable Y800 colorspace support, otherwise mplayer uses it even when it's not...reimar2006-08-081-0/+4
* vo_gl can do flipping without special filterreimar2006-07-101-1/+5
* Fix negative stride handling in -dr casereimar2006-07-101-8/+12
* Get rid of left-over incorrect UnmapBuffer hackreimar2006-07-101-1/+0
* customtrect -vo gl suboptionreimar2006-07-081-1/+6
* More helpful ProgramEnvParameters.reimar2006-07-081-2/+3
* Improve windows gui supportreimar2006-07-081-0/+2
* Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,reimar2006-07-041-5/+5
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-1/+1
* Get rid of unused variablereimar2006-07-011-1/+0
* Make sure all texture units have a different texture bound.reimar2006-07-011-8/+17
* remove pointless and sometimes incorrect lookupTex stuffreimar2006-06-221-8/+1
* Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.reimar2006-06-151-4/+15
* Document lscale/cscale in -vo gl:help messagereimar2006-06-131-0/+5
* loadGPUProgram function to load fragment program with error checking and stat...reimar2006-06-081-6/+1
* Reworked YUV2RGB fragment program setup in preparation for upcoming patchesreimar2006-06-071-4/+13
* Move/add checks to avoid crashes and make error messages less confusingreimar2006-06-051-0/+4
* Fix and improve xinerama supportreimar2006-04-161-4/+3
* fixes and cleanup for windows fullscreen switching (restore old position,reimar2006-04-121-7/+1
* support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi ...reimar2006-03-261-0/+7
* extra checks on size of OSD parts (though IMHO these values should never be bad)reimar2006-03-151-1/+6
* do not call glDeleteTextures with 0 count, Xgl does not like it.reimar2006-03-151-0/+2
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-3/+3
* support negative stride (flipping) in vo_gl.reimar2005-12-181-3/+6
* signed division must be used for calculation vo_dx and vo_dy.reimar2005-12-071-2/+2
* Must use glFlush when doublebuffering is not usedreimar2005-12-061-1/+2
* Get rid of most #ifdefsreimar2005-12-061-31/+5
* Use slice-height 16 as default for yuv colorspaces (only relevant if decoderreimar2005-11-221-1/+3
* Enable border toggling for gl and gl2 under windows.reimar2005-11-171-0/+5
* 10l typo, nomanyfmts should be used against playback problems.reimar2005-10-311-1/+1
* More consistent and sane types. Also avoids some gcc 4 warnings.reimar2005-10-311-3/+3
* Be less verbose.reimar2005-10-131-4/+3
* documentation update.reimar2005-10-011-1/+2
* fix/improve code doxumentation. Also group gl_common functions in severalreimar2005-09-251-0/+1
* Allow specifying a custom (ppm) texture for texture unit 3reimar2005-09-251-0/+30
* Support rectangular texture in fragment programsreimar2005-09-251-1/+2
* Several bugfixes:reimar2005-09-251-3/+5
* hardware color-space conversion for vo_gl and vo_gl2reimar2005-09-141-3/+215
* Improved glFindFormatreimar2005-09-131-2/+1
* Respect -nodouble even though it looks very bad.reimar2005-09-111-1/+3
* Add missing doxygen comment for clearOSD()reimar2005-09-091-0/+3
* gl_buffer should be unsignedreimar2005-09-091-1/+1
* Add an uninit function.reimar2005-09-091-15/+29
* Properly initialize osdtexCntreimar2005-09-051-0/+1
* OSD alpha conversion index out of rangereimar2005-09-051-1/+1
* Fix texture format variable types. Internal format is GLint, others are GLenumreimar2005-08-251-1/+1
* -wid support for windows. Not well tested, might still behave a bit weird.reimar2005-08-211-2/+0
* less weird OSD alpha transformation.reimar2005-08-191-2/+4
* Do not set SwapInterval for values < 0.reimar2005-08-191-1/+1
* automatic vsync enabling for vo_gl.reimar2005-08-191-0/+9
* Get events from -wid window.reimar2005-08-161-0/+3
* Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.reimar2005-08-161-1/+1
* OSD textures can be deleted with one function call...reimar2005-08-161-3/+3
* Make glFinish optionalreimar2005-08-161-0/+6
* use GenBuffers to get a buffer number instead of hardcoding 1.reimar2005-08-161-3/+7
* remove/move some unused headers/variables/codereimar2005-08-141-10/+4
* Helper function for drawing texture and general cleanup of vo_gl2.creimar2005-08-141-39/+5
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* More helper functions/defines and bugfixesreimar2005-07-271-56/+22
* catch failed buffer allocationreimar2005-07-261-0/+8
* OpenGL fixes for windows and vo_gl.c ported to windows.reimar2005-07-261-0/+39
* support for rectangular and streaming textures.reimar2005-07-261-30/+95
* Use DRAW_IMAGE instead of draw_framereimar2005-07-251-22/+28
* Enable manyfmts by default for vo_glreimar2005-07-191-1/+1
* support -widreimar2005-06-181-3/+14
* Fix OSD handling, DVD subtitles work now. Will be a bit slower though.reimar2005-06-131-3/+4
* -geometry support for gl2 under win, default window pos centered for gl, gl2reimar2005-05-301-0/+2
* Implement -geometry for vo gl and gl2.reimar2005-05-291-3/+5
* replace VO and VF numeric flags with #defined identifiershenry2005-04-181-2/+2
* revert the previous commit, gl needs to reload the font immediatelyhenry2005-04-101-0/+4
* remove force_load_font stuff moved to sub.chenry2005-04-091-4/+0
* Remove a lot of duplicate codereimar2005-02-211-7/+0
* Move generic tests to a common place.al2005-02-191-7/+0
* set sub_bg_alpha only to 255 when using hardware OSD.reimar2005-01-08<