nouveau
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...
2006-08-29  Dave Airlieremove select head registers PCIO and PDIO
2006-08-29  Dave Airlieremove unused pointers after macroisation
2006-08-29  Dave Airliemissed 2x PGRAPHs in XAA
2006-08-29  Dave Airlieremove PCRTC via macros
2006-08-29  Dave Airlieremove PEXTDEV and PTIMER using macros
2006-08-29  Dave Airlieremove PMC using macros
2006-08-29  Ben SkeggsMake EXA the default
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-29  Stephane Marchesin... Enable the composite hooks.
2006-08-28  Dave Airlieremove PGRAPH direct accesses
2006-08-28  Dave Airlieremove PFB usage with macros
2006-08-28  Ben SkeggsUse NVAllocateMemory for AGP scratch buffer.
2006-08-28  Dave Airlieremove legacy crap from nvreg.h add cursor reg defines
2006-08-28  Dave Airliemissed some vga routines
2006-08-28  Dave Airlieadd RAMDAC register read/write
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-28  Dave Airlieuse nvReadVGA and nvWriteVGA in more places
2006-08-27  Ben SkeggsFix ShadowFB for FB alloc changes, should fix RandR...
2006-08-27  Ben SkeggsSlash UseFBDev and DGA support.
2006-08-27  Dave Airlieadd some read/write NV VGA register wrappers
2006-08-26  Dave Airlieremove all U0* types in favour of more standard CARD...
2006-08-25  Ben SkeggsWow I suck tonight.. another oops.
2006-08-25  Ben SkeggsWhoa, how did that happen...
2006-08-25  Ben SkeggsInitial work in porting the DDX to use the DRM for...
2006-08-25  Dave Airliefixup compile for git
2006-08-25  Dave Airlieupdated git tree from changes that got lost on way...
2006-08-25  marcheuMake NVInitAGP fail if there is no AGP area. Maybe...
2006-08-25  marcheuIf you stare at nv_hw.c long enough, things start to...
2006-08-25  marcheuComment out NVDmaKickoff() in NVResetGraphics(). NVRese...
2006-08-25  marcheuRemove debug message.
2006-08-25  marcheuFill more fields in the DRIInfo struct.
next