Fill in front_offset/front_pitch
[nouveau] / src /
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.
2006-08-25  darktama_Oops, this shouldn't be here still...
2006-08-25  darktama_- Allocate notifiers with the DRM
2006-08-25  darktama_Alloc AGP through the DRM
2006-08-25  marcheuBegginings of PINS parsing code I had laying around...
2006-08-25  darktama_Need.To.Pay.More.Attention...
2006-08-25  darktama_Updates for DRM changes, and a few cleanups
2006-08-25  erikwalingAdded more opcodes and some TODOs.
2006-08-25  erikwalingChanged INIT_MACRO to haiku-like implementation.
2006-08-25  marcheuAdd a check that bios writes fall within known areas...
2006-08-25  darktama_Remove FIFO and object handling out of the DDX. This...
2006-08-25  lumagFix exa acceleration by filling versioning fields.
2006-08-25  darktama_Quick hack to make sure CRTC 0x44 contains it's origina...
2006-08-25  marcheuRemove xf86ReadPciBIOS, use the bios from the reg apert...
2006-08-25  darktama_Remove some XFree86LOADER conditionals
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  marcheuAdded a fixme about laptop chips
2006-08-25  erikwalingPorted nv_exa.c to work with EXA >=2.0.0
2006-08-25  Dave Airlieinitial import of nouveau code
2006-08-11  Adam JacksonReplace panel message + MODE_BAD with MODE_PANEL. origin/nv-branch-1
2006-06-30  Mark VojkovichNew chip support and new PCI IDs.
2006-05-24  Aaron PlattnerDerive the module version numbers from the package...
2006-04-28  Aaron PlattnerAdd the libcwrapper back, conditionalized on the server...
2006-04-27  Aaron PlattnerDetermine whether PutImage hooks take a DrawablePtr...
2006-04-25  Aaron PlattnerBump to 1.1.2 for new product names.
2006-04-25  Aaron PlattnerAdd names for Quadro FX 5500, 3500, 1500, 560, 550...
2006-04-08  Adam JacksonBump to 1.1.1 for Xv changes.
next