aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/gl_common.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Try the more specific names first for the SwapInterval function to make it lessGravatar reimar2010-01-28
| * glXSwapIntervalEXT is defined to take different arguments from glXSwapInterva...Gravatar reimar2010-01-28
* | Merge svn changes up to r30185Gravatar Uoti Urpala2010-01-08
|\|
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\ \
| | * Add pointers to a few more standard OpenGL functions to ease future extensions.Gravatar reimar2010-01-03
| |/
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
| * Extract functions to generate yuv->rgb matrices and lookup tables into aGravatar reimar2009-12-31
| * Put the colourspace-related variables into a separate struct to easeGravatar reimar2009-12-31
| * Support all planar YUV formats in OpenGL vos.Gravatar reimar2009-12-30
* | Merge svn changes up to r30104Gravatar Uoti Urpala2009-12-30
|\|
* | Merge svn changes up to r30065Gravatar Uoti Urpala2009-12-29
|\ \
| | * Change %f to %e in generated fragment programs to avoid losing precision unne...Gravatar reimar2009-12-20
| | * Fix a broken indentation.Gravatar reimar2009-12-19
| | * Enable running fragment programs with YUV_CONVERSION_NONEGravatar reimar2009-12-19
| |/
| * Rename GL_* defines to CONFIG_GL_*Gravatar reimar2009-12-19
| * Make the check for X11 and WIN32 backends for OpenGL separate.Gravatar reimar2009-12-19
* | Merge svn changes up to r30055Gravatar Uoti Urpala2009-12-18
|\|
| * Use a fallback to make sure the basic OpenGL functions are available instead ofGravatar reimar2009-12-09
| * Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenG...Gravatar reimar2009-12-09
| * Pass all OpenGL functions through a function pointer indirection.Gravatar reimar2009-12-08
| * Very preliminary code to allow selecting the OpenGL backend at runtime.Gravatar reimar2009-12-08
* | vo_gl: Remove incorrect glXSwapIntervalEXT useGravatar Uoti Urpala2009-11-29
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.Gravatar reimar2009-11-21
| * Add support for Windows OpenGL rendering onto a device instead of into a window.Gravatar reimar2009-11-21
| * Support RGB48NE format in OpenGL vos (only really useful once they are modifiedGravatar reimar2009-11-21
| * Use calloc to allocate a rather large (currently 32k) array instead ofGravatar reimar2009-11-20
* | 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