diff options
author | Eric Anholt <[email protected]> | 2007-11-09 15:05:56 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2007-11-09 15:05:56 -0800 |
commit | 9724dc1ac7ddd6f547a8aa6d57fa51ed1040db3a (patch) | |
tree | 89484d808124aaec98b142d5eda5914f3fa2577e /src/mesa/drivers/dri/i915/Makefile | |
parent | 7d4b89a2b35c30fd3f6991992e1f4e51556e80b3 (diff) |
[i915] Remove old frontbuffer rotation hack.
This was replaced in previous releases of xserver/dri/libGL by reporting the
damage to the frontbuffer so that the server and driver could handle it
appropriately.
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile b/src/mesa/drivers/dri/i915/Makefile index ae96ddda0ab..bff09ee8424 100644 --- a/src/mesa/drivers/dri/i915/Makefile +++ b/src/mesa/drivers/dri/i915/Makefile @@ -46,7 +46,6 @@ DRIVER_SOURCES = \ intel_context.c \ intel_decode.c \ intel_ioctl.c \ - intel_rotate.c \ intel_screen.c \ intel_span.c \ intel_state.c \ |