summaryrefslogtreecommitdiff
path: root/src/mesa/es/main/es1_special
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/es/main/es1_special')
-rw-r--r--src/mesa/es/main/es1_special8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/es/main/es1_special b/src/mesa/es/main/es1_special
new file mode 100644
index 0000000000..4cc97c30f3
--- /dev/null
+++ b/src/mesa/es/main/es1_special
@@ -0,0 +1,8 @@
+# GetString is always special.
+GetString
+# CompressedTexImage2D calls out to two different functions based on
+# whether the image is a paletted image or not
+CompressedTexImage2D
+# QueryMatrixx returns values in an unusual, decomposed, fixed-value
+# form; it has its own code for this
+QueryMatrixx