mesa/es: Add OpenGL ES overlay.
[mesa.git] / src / mesa / es / main / es1_special
1 # GetString is always special.
2 GetString
3 # CompressedTexImage2D calls out to two different functions based on
4 # whether the image is a paletted image or not
5 CompressedTexImage2D
6 # QueryMatrixx returns values in an unusual, decomposed, fixed-value
7 # form; it has its own code for this
8 QueryMatrixx