Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: Silence warnings on x86-64. | Chia-Wu | 2009-07-31 | 1 | -0/+33 |
| | | | | | | | Casting an unsigned int to or from a pointer directly gives warnings on x86-64. Add wrappers to silence the warnings. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Add eglcompiler.h for compiler features. | Chia-I Wu | 2009-07-17 | 1 | -0/+31 |
Only INLINE (from mesa/main/compiler.h) is defined now. It may be used to deal with symbol visibility and int/pointer conversion in the future. Signed-off-by: Chia-I Wu <[email protected]> Signed-off-by: Brian Paul <[email protected]> |