Age | Commit message (Expand) | Author |
2007-08-15 | nouveau: Allow GART notifiers when using sgdma code. | Ben Skeggs |
2007-08-15 | nouveau/nv40: Fix channel scheduling. | Ben Skeggs |
2007-08-10 | nouveau/nv50: demagic instmem setup. | Ben Skeggs |
2007-08-10 | nouveau: Allow creation of gpuobjs before any other init has taken place. | Ben Skeggs |
2007-08-08 | nouveau: Always allocate drm's push buffer in VRAM | Ben Skeggs |
2007-08-06 | nouveau: Give DRM its own gpu channel | Ben Skeggs |
2007-08-06 | nouveau: Various internal and external API changes | Ben Skeggs |
2007-08-06 | nouveau: Pass channel struct around instead of channel id. | Ben Skeggs |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt |
2007-07-18 | nouveau: Add read() method to Engine.timer. | Pekka Paalanen |
2007-07-17 | nouveau: G8x PCIEGART | Ben Skeggs |
2007-07-13 | nouveau: nuke internal typedefs, and drm_device_t use. | Ben Skeggs |
2007-07-12 | nouveau: separate region_offset into map_handle and offset. | Ben Skeggs |
2007-07-11 | Added support for PCIGART for PCI(E) cards. Bumped DRM interface patchlevel. | Arthur Huillet |
2007-07-09 | nouveau: Avoid oops | Ben Skeggs |
2007-07-09 | nouveau/nv50: Initial channel/object support | Ben Skeggs |
2007-07-09 | nouveau: rewrite gpu object code | Ben Skeggs |
2007-06-28 | nouveau: never touch PRAMIN with NV_WRITE, cleanup RAMHT code a bit | Ben Skeggs |
2007-06-28 | nouveau: simplify PRAMIN access | Ben Skeggs |
2007-06-28 | nouveau/nv50: skeletal backend | Ben Skeggs |
2007-06-28 | nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7) | Ben Skeggs |
2007-06-24 | nouveau: NV04/NV10/NV20 PGRAPH engtab functions | Ben Skeggs |
2007-06-24 | nouveau: NV3X PGRAPH engtab functions | Ben Skeggs |
2007-06-24 | nouveau: NV1X/2X/3X PFIFO engtab functions | Ben Skeggs |
2007-06-24 | nouveau: NV04 PFIFO engtab functions | Ben Skeggs |
2007-06-24 | nouveau: NV4X PGRAPH engtab functions | Ben Skeggs |
2007-06-24 | nouveau: NV4X PFIFO engtab functions | Ben Skeggs |
2007-06-24 | nouveau: (mostly) hook up put_base again | Ben Skeggs |
2007-06-24 | nouveau: prototype PFIFO/PGRAPH engtab API | Ben Skeggs |
2007-06-24 | nouveau: rename engtab functions | Ben Skeggs |
2007-03-26 | nouveau: move card initialisation into the drm | Ben Skeggs |
2007-03-23 | nouveau: remove unused cruft | Ben Skeggs |
2007-03-21 | nouveau: support multiple channels per client (breaks drm interface) | Ben Skeggs |
2007-03-13 | nouveau: make sure cmdbuf object gets destroyed | Ben Skeggs |
2007-03-13 | nouveau: associate all created objects with a channel + cleanups | Ben Skeggs |
2007-02-28 | nouveau: intrusive drm interface changes | Ben Skeggs |
2007-02-03 | nouveau: and of course, I was missing the last nv04 piece. | Stephane Marchesin |
2007-02-03 | nouveau: fix nv04 graph routines for new register names. | Stephane Marchesin |
2007-01-28 | nouveau: determine chipset type at startup, instead of every time we use it. | Ben Skeggs |
2007-01-19 | nouveau: fix getparam from 32-bit client on 64-bit kernel | Ben Skeggs |
2007-01-13 | nouveau: nv20 graph ctx switch. | Matthieu Castet |
2007-01-13 | nouveau: first step to make graph ctx works | Matthieu Castet |
2007-01-12 | nouveau: get nv30 context switching to work. | Jeremy Kolb |
2007-01-08 | nouveau: avoid allocating vram that's used as instance memory. | Ben Skeggs |
2007-01-08 | nouveau: map pci resource 2 on >=nv40 | Ben Skeggs |
2007-01-05 | Merge branch 'master' of git+ssh://marcheu@git.freedesktop.org/git/mesa/drm | Stephane Marchesin |
2007-01-05 | nouveau: Add an mtrr over the whole FB | Stephane Marchesin |
2007-01-05 | Add basic pgraph context for nv10. | Matthieu Castet |
2007-01-02 | nouveau: Hook up grctx code for NV4x. | Ben Skeggs |