summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglcompiler.h
Commit message (Collapse)AuthorAgeFilesLines
* egl: Silence warnings on x86-64.Chia-Wu2009-07-311-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 Wu2009-07-171-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]>