diff options
author | Brian Paul <[email protected]> | 2005-12-14 03:04:58 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-12-14 03:04:58 +0000 |
commit | 1add059bd114f90e32c4b574be411d314eca6d90 (patch) | |
tree | 221908fd60a1aad54ba5ec27097e83cadbc3ad95 /src/mesa/sources | |
parent | c9797f6b76a5d34a4bdbab49ef8158ca861e0c01 (diff) |
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
done with fragment programs nowadays.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 920510becf7..bd3af92cbc9 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -99,7 +99,6 @@ SWRAST_SOURCES = \ swrast/s_logic.c \ swrast/s_masking.c \ swrast/s_nvfragprog.c \ - swrast/s_pixeltex.c \ swrast/s_points.c \ swrast/s_readpix.c \ swrast/s_span.c \ |