Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-31 | egl: Silence warnings on x86-64. | Chia-Wu | |
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 <olvaffe@gmail.com> | |||
2009-07-17 | egl: Add eglcompiler.h for compiler features. | Chia-I Wu | |
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 <olvaffe@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com> |