randr12: Small changes makes finding regressions easy ;-)
[nouveau] / src / nv_dri.c
2007-08-28  Stephane MarchesinSilence more warnings.
2007-08-11  Carlos Martín NietoDon't dereference the uninitialised pNv->FB pointer.
2007-08-10  Carlos Martín NietoMove DRI's FB to the higher half of VRAM
2007-08-06  Ben SkeggsAdapt to drm 0.0.10
2007-07-13  Ben SkeggsPlay "nuke the typedef"
2007-07-12  Ben SkeggsMatch drm 0.0.9 interface changes.
2007-07-11  Arthur Huilletadded support for PCI GART when no AGP is available...
2007-06-28  Ben SkeggsBail if GlxSetVisualConfigs isn't found.
2007-06-24  Ben SkeggsMatch drm 0.0.7 interface changes
2007-06-24  Ben SkeggsHide the allocator's use of physical addresses
2007-03-26  Ben Skeggsnouveau: rip out card init, everything except modesetting.
2007-03-21  Ben Skeggsnouveau: bump for drm interface changes (v0.0.5)
2007-02-28  Ben Skeggsmatch drm v4 interface changes
2007-01-19  Ben Skeggsbump drm patchlevel
2007-01-02  Ben SkeggsNV4x changes to work with latest drm.
2006-12-08  Ben SkeggsProvide some visuals with a stencil buffer, and actuall...
2006-12-06  Matthieu CastetMerge branch 'master' of git+ssh://matc@git.freedesktop...
2006-12-03  Stephane MarchesinMerge branch 'master' of git+ssh://marcheu@git.freedesk...
2006-12-03  Stephane MarchesinIntroduce lock step versioning with the drm.
2006-11-26  Stephane MarchesinMandatory oops commit.
2006-11-26  Andrew MitchellRemove XF86DRI defines from the driver. It's already...
2006-11-17  Dave Airliefind and version DRM earlier in startup sequence so...
2006-11-13  Ben SkeggsFill in front_offset/front_pitch
2006-11-12  Ben SkeggsAdd NVDRIFinishScreenInit.
2006-11-11  Ben SkeggsImport nouveau_dri.h from the 3D driver as nv_dri.h...
2006-11-11  Ben SkeggsTemporary workaround for DRI drmMap problem, not sure...
2006-11-11  Ben Skeggsnv_dri.c still had some space-indented functions, not...
2006-11-06  Stephane MarchesinMerge branch 'master' of git+ssh://marcheu@git.freedesk...
2006-11-06  Stephane MarchesinAdded a DRI visual configs functions. It should work...
2006-11-06  Dave Airlieuse pagesize to work out the sarea size
2006-11-05  Dave Airliedon't fail dri module load if loaded already
2006-10-10  Stephane MarchesinRemove the PFIFO_REINIT hack, and enable the irq by...
2006-09-14  Ben SkeggsAllocate notifiers with NVAllocateMemory.
2006-09-02  Ben SkeggsConfig options for cmdbuf location/size.
2006-08-29  Stephane MarchesinMerge branch 'master' of ssh://marcheu@git.freedesktop...
2006-08-29  Stephane MarchesinMake use of NV5_SCALED_IMAGE_FROM_MEMORY on NV05.
2006-08-28  Ben SkeggsUse NVAllocateMemory for AGP scratch buffer.
2006-08-28  Ben SkeggsMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-28  Ben SkeggsMore cleanups from DRM memory alloc changes.
2006-08-25  marcheuMake NVInitAGP fail if there is no AGP area. Maybe...
2006-08-25  marcheuRemove debug message.
2006-08-25  marcheuFill more fields in the DRIInfo struct.
2006-08-25  darktama_- Allocate notifiers with the DRM
2006-08-25  darktama_Alloc AGP through the DRM
2006-08-25  darktama_Updates for DRM changes, and a few cleanups
2006-08-25  darktama_Need to include nv_include.h before checking that XF86D...
2006-08-25  marcheuDon't include config.h in all files but in the *_includ...
2006-08-25  darktama_Include config.h in all source files
2006-08-25  Dave Airlieinitial import of nouveau code