summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64/mach64_context.h
AgeCommit message (Expand)Author
2011-01-06mesa: fix build for NetBSDPierre Allegraud
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-01-11build fix on big endian OpenBSD architectures.Matthieu Herrb
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-10-29Refactor and fix core vblank supportJesse Barnes
2006-12-12Bug 7260: mach64 texture memory mng cleanupGeorge Sapountzis
2005-11-28Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell
2005-05-31Move fallback debugging under MACH64_DEBUG=fall (matching other drivers) andEric Anholt
2005-05-30Add the no_rast debug option to mach64. It shows that software fallbacks areEric Anholt
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2004-06-09remove unused stuff, fix non-native buildDave Airlie
2004-06-07use the mesa definesDave Airlie
2004-06-07make endian code work on BSDDave Airlie
2004-06-06Remove use of X windows includeDave Airlie
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-05-31fixup mach64 for newer build/typesDave Airlie
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-03-19Add includes to make mach64 buildDave Airlie
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-02-06Remove warnings from mach64 build, fix up some _SOLO stuff,Dave Airlie
2004-02-05Initial mach64 driver import for DRI mach64-0-0-6 branch,Dave Airlie