summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_context.h
AgeCommit message (Collapse)Author
2007-11-05asst clean-upsBrian
2007-11-05remove some GL types, mesa includesBrian
2007-11-05move intel_context_mesa() into intel_swapbuffers.c (the only place it's used ↵Brian
now)
2007-11-05remove intelScreenPrivate typedef and use cast wrapper function to be like ↵Brian
intel_context and intel_framebuffer
2007-11-05better use of intel_context() cast wrappersBrian
2007-11-05clean-up/re-org of intel_framebuffer codeBrian
2007-11-05remove intel_context cliprect codeBrian
2007-11-05remove mesa includesBrian
2007-11-05Remove intelUpdateFramebufferSize(), use st_resize_framebuffer().Brian
2007-11-05remove INTEL_FIREVERTICESBrian
2007-11-05remove refcount, fboRect fieldsBrian
2007-11-05remove intel->pipe fieldBrian
2007-11-05replace IntelFlush(), FLUSH_VERTICES(), etc. with st_flush() callBrian
2007-11-05remove extern decls for non-existant functionsBrian
2007-11-05#include clean-ups, fixesBrian
2007-11-01Use new state tracker context/destroy funcs with wrap Mesa context.Brian
2007-08-11Fix some build failures. Move intelScreenContext to intel_context.cKeith Whitwell
2007-08-10Clean up / sanitize debuggingKeith Whitwell
2007-08-09Remove references to fallbacks from this directoryKeith Whitwell
2007-08-08Remove unused code, definitions.Keith Whitwell
2007-08-08Hook up i915simple. Doesn't compile.Keith Whitwell
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.