Age | Commit message (Expand) | Author |
2007-06-05 | Add PCI IDs for the G33, Q33, and Q35 chipsets. | Wang Zhenyu |
2007-05-31 | i915: Add support for 945GME chip | Wang Zhenyu |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2007-03-06 | fix for bug#10182 | Xiang, Haihao |
2006-09-07 | Fix a leak of the screen's option cache on cleanup (copied from radeon). | Eric Anholt |
2006-04-04 | We always have a back buffer. Fixes visual problems. | Alan Hourihane |
2006-03-31 | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul |
2006-02-08 | Check DDX for 1.5.0 | Alan Hourihane |
2006-02-06 | add vblank support to i915 driver | Dave Airlie |
2006-02-03 | replace the texture level hack used in radeon/r200 to allow larger textures w... | Roland Scheidegger |
2006-01-24 | use front.size instead of sPriv->fbSize | Alan Hourihane |
2006-01-24 | use screen->front.map instead of pFB from libdri | Alan Hourihane |
2006-01-23 | Add Intel 945GM support | Alan Hourihane |
2005-09-10 | Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch, | Brian Paul |
2005-09-09 | remove the redundant textureSize field, use tex.size instead, it's always the... | Brian Paul |
2005-09-04 | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul |
2005-09-03 | SetBuffer, renderbuffer changes | Brian Paul |
2005-08-15 | Add Egberts fixes for 64bit architectures | Alan Hourihane |
2005-08-14 | Add a check which compares the passed in size of the DDX driver private DRI | Alan Hourihane |
2005-07-29 | Fix a == vs !- typo for glx_enable_extension | Jon Smirl |
2005-07-28 | glxEnableExtension is a platform-specific function exported by the loader. | Ian Romanick |
2005-07-28 | Major rip-up of internal function insertion interface. The old | Ian Romanick |
2005-07-26 | typo | Alan Hourihane |
2005-07-26 | support GLX_DIRECT_COLOR in 1.4.0 | Alan Hourihane |
2005-07-26 | Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bit | Alan Hourihane |
2005-07-26 | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick |
2005-07-24 | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick |
2005-05-31 | Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics) | Alan Hourihane |
2005-05-20 | Add support for modes with a depth-buffer but no stencil-buffer. This | Ian Romanick |
2005-05-10 | fix some valgrind complaints | Keith Whitwell |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-01-06 | Add Intel i915GM support, and these extensions. | Alan Hourihane |
2004-12-16 | Also PUBLICize the config option table | Adam Jackson |
2004-12-15 | Mark __driCreateNewScreen PUBLIC | Adam Jackson |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane |
2004-10-07 | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt |
2004-07-15 | move config options to same place as other drivers (again for S3TC patch later) | Dave Airlie |
2004-07-15 | move over changes to intel driver from i830 driver for modes | Dave Airlie |
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl |
2004-07-01 | Remove __driRegisterExtensions | Keith Whitwell |
2004-06-18 | add missing license texts | Keith Whitwell |
2004-06-10 | New driver for i915 as well as older i830/i845/i865 chipsets. | Keith Whitwell |