diff options
author | Eric Anholt <[email protected]> | 2007-11-05 14:55:52 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2007-11-20 11:30:12 -0800 |
commit | 93c98a466947570e0589b662df49095b2f4bc43c (patch) | |
tree | 2b3dacf90b443c8feb47a5550fc9bb5a0b0b2407 /src/mesa/drivers/dri/i965/Makefile | |
parent | e962997429aceae8286e09c6ca07bcd52f588f05 (diff) |
[965] Replace 965 texture format code with common code.
The only functional difference should be that 965 now gets the optimization
where textures default to 16bpp when the screen is 16bpp.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile index d7a2b46e1cf..48ecadfd890 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -21,6 +21,7 @@ DRIVER_SOURCES = \ intel_pixel_bitmap.c \ intel_state.c \ intel_tex.c \ + intel_tex_format.c \ intel_tex_layout.c \ intel_tex_validate.c \ brw_cc.c \ |