2006-11-01 |
Ben Skeggs | First part of preparation for NV30_TCL EXA code merge. |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Ben Skeggs | Reindent nv_dma.c with tabs.. |
commit | commitdiff | tree | snapshot |
2006-10-11 |
Ben Skeggs | s/init/alloc/ |
commit | commitdiff | tree | snapshot |
2006-10-10 |
Stephane Marchesin | Remove the PFIFO_REINIT hack, and enable the irq by... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Ben Skeggs | It usually helps to wait on a notifier, and not on... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Ben Skeggs | Allocate notifiers with NVAllocateMemory. |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Stephane Marchesin | Port some of the least intrusive nv03 code to the nouve... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Ben Skeggs | Config options for cmdbuf location/size. |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Ben Skeggs | Copy+Paste a workaround for a NV40 hardware bug from... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Ben Skeggs | Kill off one of the M2MF objects, and use the engine... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Ben Skeggs | Don't create objects that aren't needed. This frees... |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Ben Skeggs | Move code out of nv_xaa.c that doesn't belong there. |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Ben Skeggs | Add back some setup that went missing during PFB reg... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Ben Skeggs | Rename module from nv_drv.so to nouveau_drv.so to allow... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Dave Airlie | clean up FB register names |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Dave Airlie | add some names for the RAMDAC registers |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Dave Airlie | add some names for some of the CRTC registers - some... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Dave Airlie | remove select head registers PCIO and PDIO |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Dave Airlie | remove unused pointers after macroisation |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Dave Airlie | missed 2x PGRAPHs in XAA |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Dave Airlie | remove PCRTC via macros |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Dave Airlie | remove PEXTDEV and PTIMER using macros |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Dave Airlie | remove PMC using macros |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Ben Skeggs | Make EXA the default |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Stephane Marchesin | Merge branch 'master' of ssh://marcheu@git.freedesktop... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Stephane Marchesin | Make use of NV5_SCALED_IMAGE_FROM_MEMORY on NV05. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Stephane Marchesin... | Enable the composite hooks. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Dave Airlie | remove PGRAPH direct accesses |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Dave Airlie | remove PFB usage with macros |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Ben Skeggs | Use NVAllocateMemory for AGP scratch buffer. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Dave Airlie | remove legacy crap from nvreg.h add cursor reg defines |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Dave Airlie | missed some vga routines |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Dave Airlie | add RAMDAC register read/write |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Ben Skeggs | Merge branch 'master' of git+ssh://git.freedesktop... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Ben Skeggs | More cleanups from DRM memory alloc changes. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Dave Airlie | use nvReadVGA and nvWriteVGA in more places |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Ben Skeggs | Fix ShadowFB for FB alloc changes, should fix RandR... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Ben Skeggs | Slash UseFBDev and DGA support. |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Dave Airlie | add some read/write NV VGA register wrappers |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Dave Airlie | remove all U0* types in favour of more standard CARD... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ben Skeggs | Wow I suck tonight.. another oops. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ben Skeggs | Whoa, how did that happen... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ben Skeggs | Initial work in porting the DDX to use the DRM for... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Dave Airlie | fixup compile for git |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Dave Airlie | updated git tree from changes that got lost on way... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | Make NVInitAGP fail if there is no AGP area. Maybe... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | If you stare at nv_hw.c long enough, things start to... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | Comment out NVDmaKickoff() in NVResetGraphics(). NVRese... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | Remove debug message. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | Fill more fields in the DRIInfo struct. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
darktama_ | Oops, this shouldn't be here still... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
darktama_ | - Allocate notifiers with the DRM |
commit | commitdiff | tree | snapshot |
2006-08-25 |
darktama_ | Alloc AGP through the DRM |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | Begginings of PINS parsing code I had laying around... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
darktama_ | Need.To.Pay.More.Attention... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
darktama_ | Updates for DRM changes, and a few cleanups |
commit | commitdiff | tree | snapshot |
2006-08-25 |
erikwaling | Added more opcodes and some TODOs. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
erikwaling | Changed INIT_MACRO to haiku-like implementation. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | Add a check that bios writes fall within known areas... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | Use -Wall by default |
commit | commitdiff | tree | snapshot |
2006-08-25 |
darktama_ | Remove FIFO and object handling out of the DDX. This... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
lumag | Fix exa acceleration by filling versioning fields. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
darktama_ | Quick hack to make sure CRTC 0x44 contains it's origina... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | Remove xf86ReadPciBIOS, use the bios from the reg apert... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
darktama_ | Remove some XFree86LOADER conditionals |
commit | commitdiff | tree | snapshot |
2006-08-25 |
darktama_ | Need to include nv_include.h before checking that XF86D... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | Don't include config.h in all files but in the *_includ... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
darktama_ | Include config.h in all source files |
commit | commitdiff | tree | snapshot |
2006-08-25 |
marcheu | Added a fixme about laptop chips |
commit | commitdiff | tree | snapshot |
2006-08-25 |
erikwaling | Ported nv_exa.c to work with EXA >=2.0.0 |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Dave Airlie | initial import of nouveau code |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Adam Jackson | Replace panel message + MODE_BAD with MODE_PANEL. origin/nv-branch-1 |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Aaron Plattner | Bump version to 1.2.0 for release. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Mark Vojkovich | New chip support and new PCI IDs. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Aaron Plattner | Generate the ChangeLog from git history for dist. |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Aaron Plattner | Delete the ChangeLog. The git history is just as good. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Aaron Plattner | Derive the module version numbers from the package... |
commit | commitdiff | tree | snapshot |
2006-04-28 |
Aaron Plattner | Add the libcwrapper back, conditionalized on the server... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Aaron Plattner | Determine whether PutImage hooks take a DrawablePtr... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Aaron Plattner | Bump to 1.1.2 for new product names. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Aaron Plattner | Add names for Quadro FX 5500, 3500, 1500, 560, 550... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Aaron Plattner | Add .gitignores. |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Adam Jackson | Bump to 1.1.1 for Xv changes. |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Aaron Plattner | Add a DrawablePtr argument to the XV functions to pave... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Adam Jackson | Unlibcwrap. Bump server version requirement. Bump to... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Aaron Plattner | Bump version to 1.0.2.0 for release. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Aaron Plattner | Coverity nos. 868 and 869: Free the result of xf86GetEn... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Aaron Plattner | Fix typo in PCI ID (reported by Stefan Dirsch). Patch... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Aaron Plattner | New chip support from Mark Vojkovich's 2006-01-20 and... |
commit | commitdiff | tree | snapshot |
2006-01-02 |
Aaron Plattner | Preliminary RandR rotation support. Bug #4708 |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Kevin E Martin | Update package version for X11R7 release. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Adam Jackson | Stub COPYING files |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Kevin E Martin | Update package version number for final X11R7 release... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Kevin E Martin | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Kevin E Martin | Update package version number for X11R7 RC3 release. |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Kevin E Martin | Remove extraneous AC_MSG_RESULT. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Adam Jackson | Only build dlloader modules by default. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Alan Coopersmith | Change *mandir targets to use new *_MAN_DIR variables... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Kevin E Martin | Update package version number for X11R7 RC2 release. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Kevin E Martin | Update pkgcheck depedencies to work with separate build... |
commit | commitdiff | tree | snapshot |
next |