summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga/mga_xmesa.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-3/+3
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-4/+4
* dri/mga: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-1/+0
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* dri: Fix copy-and-paste brain damage in previous commitIan Romanick2010-02-101-1/+1
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-2/+0
|\
| * mga: Remove unnecessary headers.Vinson Lee2010-01-231-2/+0
* | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+7
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-16/+16
|/
* Merge branch 'texformat-rework'Brian Paul2009-10-281-7/+7
|\
| * dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-7/+7
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-17/+1
|/
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-0/+2
* re-add MSAA supportBrian Paul2009-02-091-1/+3
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-2/+0
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-7/+7
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-52/+37
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-4/+6
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* More vblank cleanups.Michel Dänzer2007-10-301-5/+7
* Refactor and fix core vblank supportJesse Barnes2007-10-291-3/+5
* mga: Enable (trivial) support for GL_APPLE_vertex_array_object, bump DRIVER_DATEIan Romanick2007-10-171-0/+2
* mga: Enable (trivial) support for GL_EXT_gpu_program_parameters.Ian Romanick2007-10-171-3/+5
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-5/+1
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-3/+2
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-1/+1
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-2/+7
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-52/+32
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-2/+2
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-6/+5
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-1/+0
* call DRI_VALIDATE_DRAWABLE_INFO(), bug 10477Gustavo Pichorim Boiko2007-03-301-1/+2
* enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger2007-03-131-0/+2
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* merge current trunk into vbo branchAlan Hourihane2006-11-021-1/+0
* switch remaining drivers over to vboKeith Whitwell2006-10-311-3/+3
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2