Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: also use X types for building on Apple/MacOS X | Brian Paul | 2009-09-08 | 1 | -1/+2 |
| | | | | See bug 20413. | ||||
* | egl: include stdint.h to get the c99 integer typedefs | Brian Paul | 2009-03-25 | 1 | -0/+1 |
| | | | | Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58 | ||||
* | Add Solaris to OS'es using X in eglplatform.h | Alan Coopersmith | 2009-03-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | Convert u_int*_t to C99 standard uint*_t | Alan Coopersmith | 2009-03-25 | 2 | -3/+3 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | egl: Allow compilation to succeed with FreeBSD | Benjamin Close | 2009-02-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Benjamin Close <[email protected]> | ||||
* | egl: define vsnprintf | Jonathan White | 2008-08-06 | 1 | -0/+1 |
| | |||||
* | egl: added snprintf, strcasecmp defines | Jonathan White | 2008-08-05 | 1 | -0/+3 |
| | |||||
* | egl: typedef uint8_t for Windows | Jonathan White | 2008-08-05 | 1 | -0/+2 |
| | |||||
* | egl: typedef u_int32_t for Windows | Jonathan White | 2008-08-04 | 1 | -0/+1 |
| | |||||
* | egl: WinCE doesn't have sys/types.h | José Fonseca | 2008-06-28 | 1 | -1/+3 |
| | |||||
* | egl: updated EGLAPI for Windows | Jonathan White | 2008-06-06 | 1 | -3/+7 |
| | |||||
* | egl: assorted fixes for Windows | Jonathan White | 2008-06-05 | 1 | -2/+18 |
| | | | | Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h | ||||
* | egl: moved egl.h into EGL/ directory | Brian Paul | 2008-06-04 | 1 | -0/+300 |
| | |||||
* | egl: moved eglext.h into EGL/ directory | Brian Paul | 2008-06-04 | 1 | -0/+186 |
| | |||||
* | added typedefs for X/Mesa | Brian Paul | 2008-05-27 | 1 | -0/+7 |
| | |||||
* | new eglplatform.h from Khronos.org (replaces GLES/egltypes.h) | Brian Paul | 2008-05-27 | 1 | -0/+55 |