summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_context.h
AgeCommit message (Expand)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
2007-11-05remove intelScreenPrivate typedef and use cast wrapper function to be like in...Brian
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