summaryrefslogtreecommitdiffstats
path: root/include/GLES
Commit message (Collapse)AuthorAgeFilesLines
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-7/+7
|
* Update to SGI FreeB 2.0.Adam Jackson2008-09-191-32/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | Under the terms of version 1.1, "once Covered Code has been published under a particular version of the License, Recipient may, for the duration of the License, continue to use it under the terms of that version, or choose to use such Covered Code under the terms of any subsequent version published by SGI." FreeB 2.0 license refers to "dates of first publication". They are here taken to be 1991-2000, as noted in the original license text: ** Original Code. The Original Code is: OpenGL Sample Implementation, ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. ** Copyright in any portions created by third parties is as indicated ** elsewhere herein. All Rights Reserved. Official FreeB 2.0 text: http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf As always, this code has not been tested for conformance with the OpenGL specification. OpenGL conformance testing is available from http://khronos.org/ and is required for use of the OpenGL logo in product advertising and promotion.
* EGL 1.2 tokens/functions/etc.Brian Paul2006-02-051-2/+50
|
* rename eglShowSurfaceMESA, add EGL_SCREEN_POSITION_GRANULARITY_MESABrian Paul2005-12-101-9/+11
|
* remove eglQueryDisplayMESA()Brian Paul2005-05-171-1/+0
|
* EGL_MESA_copy_context stuffBrian Paul2005-05-161-3/+4
|
* Add empty placeholder for eglCopyContextMESAJon Smirl2005-05-141-0/+1
|
* Fix compiler warning about missing parameter listJon Smirl2005-05-141-1/+1
|
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-1/+3
| | | | Seems to be mostly working. Not all of egl API is implemented.
* EGLScreenMESA updatesBrian Paul2005-05-042-8/+8
|
* types for Mesa implementation of EGLBrian Paul2005-04-221-39/+35
|
* prototype EGL_MESA_screen_surface.Brian Paul2005-04-221-0/+40
|
* Add preliminary EGL headers.Adam Jackson2005-03-042-0/+280