summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glheader.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add support for querying GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT.Francisco Jerez2016-08-241-0/+3
* mesa: Add the missing defines for GL_OES_texture_compression_astcAnuj Phogat2016-05-031-0/+23
* mesa: Align the values of #define's in glheader.hAnuj Phogat2016-05-031-29/+29
* mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAMMarek Olšák2015-06-051-6/+0
* mesa: remove WGLAPI macroBrian Paul2013-11-041-16/+0
* mesa: remove BUILD_FOR_SNAP bitsBrian Paul2013-11-041-1/+1
* mesa: Remove all traces of GL_OES_matrix_getIan Romanick2013-09-301-6/+0
* mesa: Fix build with older gcc since update of glext.hTom Stellard2013-06-281-4/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: move GL_HALF_FLOAT_OES definition to glheader.hBrian Paul2012-09-261-0/+7
* mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-0/+4
* mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca2011-11-091-0/+10
* mesa: add missing defines for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+8
* mesa: add ATI_texture_compression_3dcMarek Olšák2011-03-081-0/+4
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-131-16/+0
* Get rid of GL/internal/glcore.hKristian Høgsberg2010-10-131-2/+36
* mesa: update to version 64 of GL/glext.hBrian Paul2010-09-141-3/+3
* mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul2010-09-141-1/+15
* mesa: Optimize get.c by using a table-driven approachKristian Høgsberg2010-05-111-0/+15
* mesa: Move support for paletted textures to main/teximage.cKristian Høgsberg2010-04-281-0/+13
* mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable()Kristian Høgsberg2010-04-281-1/+5
* mesa: Move GL_RGB565 workaround into fbobject.cKristian Høgsberg2010-04-271-0/+4
* mesa/main: Add more OpenGL ES types to glheader.h.Chia-I Wu2009-11-051-0/+7
* mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OESBrian Paul2009-04-141-0/+5
* mesa: use quotes for #includeBrian Paul2009-02-241-1/+1
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-251/+14
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-141-1/+2
|\
| * Big endian fixes.Matthieu Herrb2009-01-111-1/+2
| * mesa: texture crop rect stateBrian Paul2008-09-211-0/+4
| * mesa: point size arraysBrian Paul2008-09-211-0/+10
| * mesa: ASSERT macro is already defined by WinCE headers.José Fonseca2008-09-211-0/+2
| * mesa: initial support for fixed-pt vertex arraysBrian Paul2008-09-211-0/+5
* | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-9/+0
|\ \ | |/
| * mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-9/+0
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-14/+46
|\ \ | |/ |/|
| * mesa: texture crop rect stateBrian Paul2008-08-121-0/+4
| * mesa: point size arraysBrian Paul2008-06-251-0/+10
| * mesa: Use standard integer types.José Fonseca2008-06-241-9/+26
| * mesa: ASSERT macro is already defined by WinCE headers.José Fonseca2008-06-241-0/+2
| * mesa: initial support for fixed-pt vertex arraysBrian Paul2008-06-201-0/+5
* | mesa: check for __INTERIX to typedef uintptr_tBlair Sadewitz2008-07-151-0/+6
* | Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-211-5/+40
* | glcore: build from mesaGeorge Sapountzis2008-04-231-5/+0
* | fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)Brian2008-03-091-1/+1
* | fixes for bluegene-xlc-osmesa configBrian2007-09-201-1/+1
|/
* Fix a number of MINGW32 issuesZhang2007-07-211-1/+1