aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/gl_common.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\
| * Also check GLX client and server strings for extensionsGravatar reimar2009-09-27
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Change getdladdr to always use dlopen, dlsym and then dlclose.Gravatar reimar2009-04-23
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* | Merge svn changes up to r28103Gravatar Uoti Urpala2008-12-06
|\|
| * Add experimental support for glXAllocateMemoryMESAGravatar reimar2008-12-05
| * Add support for YCBCR MESA texture format to vo_gl.Gravatar reimar2008-12-05
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Cosmetics, whitespace and "... == NULL" to "!..."Gravatar reimar2008-12-03
* | Merge svn changes up to r27949Gravatar Uoti Urpala2008-11-17
|\|
| * Replace some of the different inconsistent XGetGeometry uses by aGravatar reimar2008-11-15
* | Merge svn changes up to r27899Gravatar Uoti Urpala2008-11-06
|\|
| * For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEX...Gravatar reimar2008-11-06
* | Merge svn changes up to r27682Gravatar Uoti Urpala2008-10-02
|\|
| * Fix glAdjustAlignment parameter in glCreateClearTexGravatar reimar2008-09-20
| * Change glCreateClearTex to use the same host data format as later uploads.Gravatar reimar2008-09-20
* | Merge svn changes up to r27573Gravatar Uoti Urpala2008-09-10
|\|
| * Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * Simplify yuv to rgb conversion matrix stuff.Gravatar reimar2008-05-24
| * Cosmetics: alignGravatar reimar2008-05-24
| * update doxygen commentsGravatar reimar2008-05-24
| * Add a filter strength parameter for blurring/sharpening scalers.Gravatar reimar2008-05-24
| * Use a struct instead of a huge and further growing argument list.Gravatar reimar2008-05-24
* | Move global mDisplay to x11 state structGravatar Uoti Urpala2008-04-23
|/
* Fix and simplify lscale=2 (bicub_x) scaler, produced funnyGravatar reimar2008-03-12
* Try harder to find OpenGL functions on Windows.Gravatar reimar2008-02-11
* Allow for larger fragment programs.Gravatar reimar2008-01-29
* Fix a coefficient for lscale=5 OpenGL modeGravatar reimar2008-01-19
* Simplify and silence lots of warningsGravatar reimar2008-01-19
* Fix using both lscale and cscale 4Gravatar reimar2008-01-19
* Add a fragment program for 5x5 unsharp maskingGravatar reimar2008-01-18
* Remove leftover backslashGravatar reimar2008-01-18
* SimplifyGravatar reimar2008-01-18
* Use the same unsharp filter template for 2D and RECT texturesGravatar reimar2008-01-18
* Fix OpenGL unsharp filterGravatar reimar2008-01-16
* Create/allocate conversion textures before scaler textures.Gravatar reimar2008-01-15
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.Gravatar reimar2008-01-15
* Add a forgotten case to create_scaler_textures, avoids an incorrect warning.Gravatar reimar2008-01-15
* Fix typo in commentGravatar reimar2007-10-18
* Add a bicubic scaler that needs a lot more instruction but noGravatar reimar2007-09-04
* Fix compilation after patch to remove global vo_hdcGravatar reimar2007-09-03
* Remove global vo_hdc, since it is recommended to release a DC as soon as poss...Gravatar reimar2007-09-03
* Add a new GPU-based scaling method to vo glGravatar reimar2007-03-11
* The fragment program functions are and most likely always will be ARB-only,Gravatar reimar2007-02-25
* Fix compilation under MinGW with X11 enabledGravatar reimar2006-12-17