aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga/mga_xmesa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-1/+2
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-0/+2
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-14/+35
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-1/+5
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-291-1/+1
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-9/+7
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+15
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-28/+12
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-41/+13
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-30/+49
* Adds support for MGA DRM version 3.2.Ian Romanick2005-06-141-13/+22
* Add the no_rast debug option, which I used in some testing.Eric Anholt2005-05-301-1/+9
* In addition to dead-code removal and other clean-up, bump the required DDXIan Romanick2005-05-181-52/+30
* More comments. More dead-code removed. More clean-up.Ian Romanick2005-05-181-4/+6
* Remove some unused structure fields, add some comments, and ifdef out someIan Romanick2005-05-121-3/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-5/+77
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-5/+0
* Use the driFillInModes utility function.Ian Romanick2004-10-041-85/+32
* Also export fbconfigs with 0/0 depth/stencil modes. This fixes "driverIan Romanick2004-10-041-4/+6
* Minor extension string tweaks. Added support for vertex program extensions.Ian Romanick2004-09-131-3/+21
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-18/+2
* The required DDX and DRI version numbers were switched. This went unnoticedIan Romanick2004-06-071-2/+2
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-9/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-2/+10