summaryrefslogtreecommitdiff
path: root/src/mesa/main/get_gen_es.py
AgeCommit message (Collapse)Author
2010-05-05mesa: Fix build of ES overlay.Chia-I Wu
ES overlay is built with FEATURE_ES1 or FEATURE_ES2, and is built without FEATURE_GL. Fix the build by always building OpenGL ES sources, but test for FEATURE_ES1 or FEATURE_ES2. Also, define symbols that are missing because FEATURE_GL is not defined.
2010-04-27mesa: Move get_es*.c to main/Kristian Høgsberg