diff options
author | Brian Paul <[email protected]> | 2009-04-03 17:42:22 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-03 17:42:22 -0600 |
commit | a4bec69e7271eda0137874973aa8c7d44175fedf (patch) | |
tree | 2c6fe2fbf09abbbab578d248dd156a2d3db62892 /src/mesa/main/sources | |
parent | c7eb423c49ef3e0e071deaab04dad55254f2fa30 (diff) |
mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new file
Diffstat (limited to 'src/mesa/main/sources')
-rw-r--r-- | src/mesa/main/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/sources b/src/mesa/main/sources index 4e58702c746..5d9d99040ed 100644 --- a/src/mesa/main/sources +++ b/src/mesa/main/sources @@ -63,6 +63,7 @@ texenv.c \ texenvprogram.c \ texformat.c \ texgen.c \ +texgetimage.c \ teximage.c \ texobj.c \ texparam.c \ |