added support for PCI GART when no AGP is available - requires DRM interface version 8
[nouveau] / src /
2007-07-11  Arthur Huilletadded support for PCI GART when no AGP is available...
2007-07-01  Ben SkeggsAlways provide UTS, fallback to memcpy if no GART.
2007-07-01  Ben SkeggsAlways provide DFS, use memcpy fallback if no GART.
2007-06-30  Ben SkeggsRemove some unused cruft
2007-06-29  Ben SkeggsNo need to call exaMarkSync() in UTS/DFS.
2007-06-28  Ben SkeggsBail if GlxSetVisualConfigs isn't found.
2007-06-25  Ben SkeggsCheck PRAMIN for BIOS image if not found in PROM.
2007-06-24  Ben SkeggsImplement NV40 EXA composite hooks with 3D engine.
2007-06-24  Ben SkeggsSlightly saner UploadToScreen implementation
2007-06-24  Ben SkeggsWait on notifier instead of PGRAPH_STATUS
2007-06-24  Ben SkeggsMatch drm 0.0.7 interface changes
2007-06-24  Ben SkeggsHide the allocator's use of physical addresses
2007-06-24  Ben SkeggsPass pScrn instead of pNv in a few places
2007-04-22  Henry ZhaoImport from nv : Need to inject a mode corresponding...
2007-04-15  Richard HughesFix make dist.
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-03-18  Matthieu CastetFix "Fix NoAccel mode" commit : NVAccelCommonInit retur...
2007-03-18  Matthieu CastetFix NoAccel mode
2007-03-07  Ben SkeggsRip out nv30_exa.c, we have other means to play with...
2007-03-07  Ben SkeggsXv: Make the blit adaptor play nice with EXA
2007-03-07  Ben SkeggsOnly use Y32 for Solid().
2007-03-06  Ben SkeggsFail configure if xorg-server isn't at least version 1.1
2007-03-06  Ben Skeggsreindent and move nv_video.c around a bit
2007-03-05  Ben SkeggsUse Y32 format instead of A8R8G8B8 for 32-bpp pixmaps
2007-03-05  Ben Skeggsmove NVAccel* funcs into nv_accel_common.c
2007-03-04  Stephane MarchesinJoint patch from Ben Skeggs and me that fixes some...
2007-02-28  Ben Skeggsnouveau: avoid attempting an AGP-only alloc
2007-02-28  Ben Skeggsmatch drm v4 interface changes
2007-02-27  Adam JacksonTypo fix.
2007-02-13  Damien ThebaultDon't output the chipset list to the log file, silence...
2007-02-13  Stephane MarchesinFix the workaround (or workaround the fix).
2007-01-24  Stephane MarchesinMake NV_DMA_DEBUG print the fifo position.
2007-01-24  Stephane MarchesinIncrease the fifo dump size.
2007-01-24  B. RathmannFix the G70 issues.
2007-01-19  Ben Skeggsbump drm patchlevel
2007-01-19  Jeremy KolbFill in some more nv30 magic values. Not sure what...
2007-01-17  Jeremy KolbFix PGRAPH_DEBUG* regs to match what's done on the...
2007-01-15  David JeannotIndent nv_bios.c properly.
2007-01-12  Patrice MandinAdd missing include for malloc/free
2007-01-12  Jeremy KolbNV30: Set DEBUG3 reg bit 1. Turns on automatic hw...
2007-01-10  jkolb@brandeis.eduJust a superficial cleaning up. Nothing exciting.
2007-01-02  Ben SkeggsNV4x changes to work with latest drm.
2006-12-27  Stephane MarchesinOutput the driver date to the logs on startup.
2006-12-11  Ben SkeggsRemove final remaining PRAMIN access (NV04-specific...
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-06  Matthieu CastetMore pgraph regs
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-28  Matthieu CastetDon't alloc fifo if it is not needed.
2006-11-26  Stephane MarchesinMandatory oops commit.
2006-11-26  Andrew MitchellRemove XF86DRI defines from the driver. It's already...
2006-11-17  airliedadd VGA CRTC registers from haiku
2006-11-17  Dave Airlieremove nvvga.h unused
2006-11-17  Dave Airliefind and version DRM earlier in startup sequence so...
2006-11-16  Matthieu CastetCleanup of PVIDEO.
2006-11-15  Matthieu CastetUse objects from nouveau_reg.h.
2006-11-14  Ben SkeggsSet SURFACE_FORMAT in NVExaPrepareCopy. Fixes one...
2006-11-14  Ben Skeggsnv_exa.c tab goodness
2006-11-13  Ben SkeggsFix type. 0x84 is DEBUG_1
2006-11-13  Ben SkeggsFill in front_offset/front_pitch
2006-11-12  Ben SkeggsAdd NVDRIFinishScreenInit.
2006-11-12  Dave Airlieadd some names to registers
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  Ben SkeggsFix TEX0_IN_TEX1 fragprog.. I must've been asleep when...
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-11-05  Dave AirlieMerge ssh://10.1.1.200/home/airlied/git/xf86-video...
2006-11-05  Dave Airliefix G5 endianness issue with panel size regs
2006-11-05  Dave AirlieMerge branch 'master' of ssh://git.freedesktop.org...
2006-11-05  Dave Airlieset the PPC use BE MMIO
2006-11-04  Stephane MarchesinRemove the context object flags handling from the DDX...
2006-11-04  Stephane MarchesinAdd the NV44A 3D object class.
2006-11-02  Ben SkeggsUse "do { blah; } while(0)" instead of just braces...
2006-11-02  Ben SkeggsInstall NV30_TCL EXA hooks if NV_ENABLE_3D is defined.
2006-11-02  Ben SkeggsPut braces around NVDmaSetObjectOnSubchannel...
2006-11-02  Ben SkeggsMerge >=NV30-specific EXA code.. hard-disabled pending...
2006-11-01  Ben SkeggsReformat NVExaInit
2006-11-01  Ben SkeggsFirst part of preparation for NV30_TCL EXA code merge.
2006-11-01  Ben SkeggsReindent nv_dma.c with tabs..
2006-10-11  Ben Skeggss/init/alloc/
2006-10-10  Stephane MarchesinRemove the PFIFO_REINIT hack, and enable the irq by...
2006-09-14  Ben SkeggsIt usually helps to wait on a notifier, and not on...
2006-09-14  Ben SkeggsAllocate notifiers with NVAllocateMemory.
2006-09-05  Stephane MarchesinPort some of the least intrusive nv03 code to the nouve...
2006-09-02  Ben SkeggsConfig options for cmdbuf location/size.
2006-09-02  Ben SkeggsCopy+Paste a workaround for a NV40 hardware bug from...
2006-09-02  Ben SkeggsKill off one of the M2MF objects, and use the engine...
2006-09-02  Ben SkeggsDon't create objects that aren't needed. This frees...
2006-09-02  Ben SkeggsMove code out of nv_xaa.c that doesn't belong there.
2006-09-02  Ben SkeggsAdd back some setup that went missing during PFB reg...
2006-08-31  Ben SkeggsRename module from nv_drv.so to nouveau_drv.so to allow...
2006-08-29  Dave Airlieclean up FB register names
2006-08-29  Dave Airlieadd some names for the RAMDAC registers
2006-08-29  Dave Airlieadd some names for some of the CRTC registers - some...
next