summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64/mach64_context.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-356/+0
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-2/+2
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick1-1/+0
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg1-1/+2
2010-04-10mach64: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-15dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis1-0/+1
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg1-2/+2
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-2/+0
2010-01-20mach64: Remove unnecessary headers.Vinson Lee1-2/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-7/+7
2009-10-23mesa: Enable remap table in core.Chia-I Wu1-1/+1
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick1-0/+1
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick1-4/+0
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick1-2/+0
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+1
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-6/+6
2007-10-30More vblank cleanups.Michel Dänzer1-6/+8
2007-10-29Refactor and fix core vblank supportJesse Barnes1-3/+3
2007-03-13enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger1-0/+2
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-28/+48
2006-12-12Bug 7260: mach64 texture memory mng cleanupGeorge Sapountzis1-28/+48
2006-10-31switch remaining drivers over to vboKeith Whitwell1-3/+3
2006-09-28Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer1-1/+2
2005-10-19Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt1-1/+1
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick1-7/+10
2005-05-31Move fallback debugging under MACH64_DEBUG=fall (matching other drivers) andEric Anholt1-0/+1
2005-05-30Add the no_rast debug option to mach64. It shows that software fallbacks areEric Anholt1-0/+5
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-4/+4
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-5/+0
2004-06-07oops fix a bug I introducedDave Airlie1-1/+1
2004-05-31fixup mach64 for newer build/typesDave Airlie1-2/+2
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-2/+2
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul1-1/+3
2004-02-11initialise VBLANKDave Airlie1-0/+3
2004-02-06Remove warnings from mach64 build, fix up some _SOLO stuff,Dave Airlie1-3/+5
2004-02-05Initial mach64 driver import for DRI mach64-0-0-6 branch,Dave Airlie1-0/+327