Remove CVS keywords.
[mesa.git] / src / mesa / drivers / dri / mga / mga_xmesa.c
2008-05-26 José FonsecaRemove CVS keywords.
2007-04-16 Brianremove _tnl_arb_vertex_program_stage
2007-03-30 Eric AnholtMerge branch 'origin'
2007-03-30 Gustavo Pichorim... call DRI_VALIDATE_DRAWABLE_INFO(), bug 10477
2007-03-21 Brianmerge from master
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-14 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-13 Roland Scheideggerenable ARB_vertex_buffer_object for more dri drivers
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-10-31 Keith Whitwellswitch remaining drivers over to vbo
2006-10-30 Ian RomanickGet DRI drawable from framebuffer object.
2006-09-28 Michel DänzerMake driDrawableInitVBlank() initialize the sequence...
2006-02-03 Roland Scheideggerreplace the texture level hack used in radeon/r200...
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-07-29 Jon SmirlFix a == vs !- typo for glx_enable_extension
2005-07-28 Ian RomanickglxEnableExtension is a platform-specific function...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-06-14 Ian RomanickAdds support for MGA DRM version 3.2.
2005-05-30 Eric AnholtAdd the no_rast debug option, which I used in some...
2005-05-18 Ian RomanickIn addition to dead-code removal and other clean-up...
2005-05-18 Ian RomanickMore comments. More dead-code removed. More clean-up.
2005-05-12 Ian RomanickRemove some unused structure fields, add some comments...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-12-16 Adam JacksonAlso PUBLICize the config option table
2004-12-15 Adam JacksonMark __driCreateNewScreen PUBLIC
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-10-04 Ian RomanickUse the driFillInModes utility function.
2004-10-04 Ian RomanickAlso export fbconfigs with 0/0 depth/stencil modes...
2004-09-13 Ian RomanickMinor extension string tweaks. Added support for verte...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-06-07 Ian RomanickThe required DDX and DRI version numbers were switched...
2004-06-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-06-02 Ian RomanickdriCheckDriDdxDrmVersion uses a function that is not...
2004-06-01 Ian RomanickFix dumb mistake from a previous commit. __driCreateSc...
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-04-24 Brian Paulcall drmUnmapBufs() in mgaDestroyScreen (Tilman Sauerbeck)
2004-04-23 Brian Paulinit mgaScreen->irq (Tilman Sauerbeck)
2004-03-26 Ian RomanickMake sure drivers don't dereference a NULL pointer if
2004-03-12 Jon SmirlAdjust includes to help DRI build
2004-03-12 Jon SmirlAdjust mga drivers to remove redundant h file for sarea...
2004-02-27 Ian RomanickCreate all the right modes for 16-bit screens.
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
2004-02-12 Ian RomanickEnable use of new DRI interface in MGA driver.
2004-01-26 Felix KuehlingMake the drivers using the common texmem code work...
2004-01-21 Ian RomanickSilence some compiler warnings.
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-18 Brian PaulChange get_ust_nop()'s parameter from int64_t to uint64...
2004-01-12 Ian RomanickRemoved redundant extension strings. The Mesa extensio...
2003-12-12 Brian Paulapplied Felix's patch for configuration system
2003-12-12 Keith Whitwellset MaxTextureImageUnits, MaxTextureCoordUnits
2003-12-08 Alan Hourihanefix bogus assertion that checked for an empty texture...
2003-12-05 Alan Hourihanebring over latest mga DRI driver from DRI trunk
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper
2003-08-06 Keith Whitwellmga driver, brought over by Jon Smirl