diff options
author | Eric Anholt <[email protected]> | 2007-11-16 16:43:45 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2007-11-16 17:29:30 -0800 |
commit | f00a64999c197e6a96e65fd00f64224a6f22c9fa (patch) | |
tree | 48c1171ce1b7a7eaa1396ac61069819f5b5c4be2 /src/mesa/drivers/dri/i915/Makefile | |
parent | 9b461d4d029497dd6f71e60220849e1b66bb8cf5 (diff) |
[intel] Add 965 support to shared intel_blit.c
This requires that regions grow a marker of whether they are tiled or not,
because fence (surface) registers are ignored by the 965 2D engine.
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile b/src/mesa/drivers/dri/i915/Makefile index bff09ee8424..7ef055ccad2 100644 --- a/src/mesa/drivers/dri/i915/Makefile +++ b/src/mesa/drivers/dri/i915/Makefile @@ -61,7 +61,7 @@ C_SOURCES = \ ASM_SOURCES = -DRIVER_DEFINES = -I../intel -I../intel/server \ +DRIVER_DEFINES = -I../intel -I../intel/server -DI915 \ $(shell pkg-config libdrm --atleast-version=2.3.1 \ && echo "-DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP") |