summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_screen.c
AgeCommit message (Collapse)Author
2007-08-11Rename intel_buffers.[ch] to intel_swapbuffers.[ch]Keith Whitwell
2007-08-11Fix some build failures. Move intelScreenContext to intel_context.cKeith Whitwell
2007-08-09silence warningKeith Whitwell
2007-08-09minor clean-upsBrian
2007-08-09remove dead code, remove intel_fbo.h includesBrian
2007-08-09checkpoint: no longer using intel_fbo.cBrian
2007-08-09remove color_rb[] and lots of dead codeBrian
2007-08-09checkpoint: intel_renderbuffer removalBrian
2007-08-08Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.Keith Whitwell
This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe.