summaryrefslogtreecommitdiff
path: root/src/nv_dri.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt to drm 0.0.10Ben Skeggs2007-08-061-20/+1
* Play "nuke the typedef"Ben Skeggs2007-07-131-2/+2
* Match drm 0.0.9 interface changes.Ben Skeggs2007-07-121-1/+1
* added support for PCI GART when no AGP is available - requires DRM interface ...Arthur Huillet2007-07-111-1/+1
* Bail if GlxSetVisualConfigs isn't found.Ben Skeggs2007-06-281-0/+16
* Match drm 0.0.7 interface changesBen Skeggs2007-06-241-1/+1
* Hide the allocator's use of physical addressesBen Skeggs2007-06-241-1/+1
* nouveau: rip out card init, everything except modesetting.Ben Skeggs2007-03-261-1/+1
* nouveau: bump for drm interface changes (v0.0.5)Ben Skeggs2007-03-211-1/+1
* match drm v4 interface changesBen Skeggs2007-02-281-34/+5
* bump drm patchlevelBen Skeggs2007-01-191-1/+1
* NV4x changes to work with latest drm.Ben Skeggs2007-01-021-1/+1
* Provide some visuals with a stencil buffer, and actually call NVDRIInitVisual...Ben Skeggs2006-12-081-5/+20
* Merge branch 'master' of git+ssh://marcheu@git.freedesktop.org/git/nouveau/xf...Stephane Marchesin2006-12-031-2/+2
|\
| * Mandatory oops commit.Stephane Marchesin2006-11-271-0/+1
| * Remove XF86DRI defines from the driver. It's already mandatory anyway.Andrew Mitchell2006-11-261-3/+2
* | Introduce lock step versioning with the drm.Stephane Marchesin2006-12-031-0/+7
|/
* find and version DRM earlier in startup sequence so it is loaded firstupDave Airlie2006-11-171-16/+45
* Fill in front_offset/front_pitchBen Skeggs2006-11-141-3/+6
* Add NVDRIFinishScreenInit.Ben Skeggs2006-11-121-1/+32
* Import nouveau_dri.h from the 3D driver as nv_dri.h, and setup DRIInfo->devPr...Ben Skeggs2006-11-121-2/+9
* Temporary workaround for DRI drmMap problem, not sure of what we actually nee...Ben Skeggs2006-11-121-2/+9
* nv_dri.c still had some space-indented functions, not anymore :)Ben Skeggs2006-11-121-99/+99
* Merge branch 'master' of git+ssh://marcheu@git.freedesktop.org/git/nouveau/xf...Stephane Marchesin2006-11-061-5/+16
|\
| * use pagesize to work out the sarea sizeDave Airlie2006-11-061-1/+3
| * don't fail dri module load if loaded alreadyDave Airlie2006-11-061-4/+13
* | Added a DRI visual configs functions. It should work but I can't test it...Stephane Marchesin2006-11-061-0/+96
|/
* Remove the PFIFO_REINIT hack, and enable the irq by default. This commit requ...Stephane Marchesin2006-10-111-1/+1
* Allocate notifiers with NVAllocateMemory.Ben Skeggs2006-09-141-3/+3
* Config options for cmdbuf location/size.Ben Skeggs2006-09-031-0/+23
* Make use of NV5_SCALED_IMAGE_FROM_MEMORY on NV05.Stephane Marchesin2006-08-291-1/+0
* Use NVAllocateMemory for AGP scratch buffer.Ben Skeggs2006-08-281-34/+11
* More cleanups from DRM memory alloc changes.Ben Skeggs2006-08-281-2/+2
* Make NVInitAGP fail if there is no AGP area. Maybe that function shouldn't be...marcheu2006-08-251-0/+2
* Remove debug message.marcheu2006-08-251-1/+0
* Fill more fields in the DRIInfo struct.marcheu2006-08-251-1/+36
* - Allocate notifiers with the DRMdarktama_2006-08-251-6/+7
* Alloc AGP through the DRMdarktama_2006-08-251-47/+17
* Updates for DRM changes, and a few cleanupsdarktama_2006-08-251-0/+19
* Need to include nv_include.h before checking that XF86DRI is definied. XF86DR...darktama_2006-08-251-2/+1
* Don't include config.h in all files but in the *_include.h files. That's what...marcheu2006-08-251-3/+0
* Include config.h in all source filesdarktama_2006-08-251-1/+4
* initial import of nouveau codeDave Airlie2006-08-251-0/+192