Bump version to 1.0.0.
[platform/upstream/libdrm.git] / shared-core /
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-30 Stephane Marchesinnouveau: nv04 context switching support. Works for...
2007-08-30 Stephane Marchesinnouveau: give nv03 the last cut.
2007-08-28 Keith PackardAdd register defines for hw binning
2007-08-28 Dave Airliedrm: remove XFREE86_VERSION macros
2007-08-26 Matthieu Castetnouveau : add NV04_PGRAPH_TRAPPED_ADDR definition
2007-08-25 Matthieu Castetnouveau : nv1x graph reworks
2007-08-24 Patrice Mandinnouveau: nv10: output a warning if last channel invalid...
2007-08-23 Patrice Mandinnouveau: nv10: check some NULL pointers inside context...
2007-08-22 Matthieu Castetnouveau : fix some potential crashes with objects causi...
2007-08-22 Ben Skeggsnouveau/nv40: Preserve other bits in 0x400304/0x400310...
2007-08-22 Ben Skeggsnouveau/nv40: Dump extra info on ucode state if ctx...
2007-08-22 Ben Skeggsnouveau: NV4c ctx ucode.
2007-08-22 Ben Skeggsnouveau/nv50: Correct thinko for 8800 chips + cleanup...
2007-08-22 Stephane Marchesinnouveau: redo nv30_graph.c. Should work better, but...
2007-08-22 Stephane Marchesinnouveau: fix the comment and debug message for PCIGART...
2007-08-20 Ben Skeggsnouveau: Add NV44 ctx ucode. Patch from stillunknown.
2007-08-20 Ben Skeggsnouveau: Poke 0x2230 on NV47 also.
2007-08-19 Patrice MandinCheck also for Linux, as it's not supported on different OS
2007-08-19 Patrice MandinFunction pci_get_bus_and_slot needs 2.6.19 or later
2007-08-16 Ben Skeggsnouveau: Detect memory on NFORCE/NFORCE2 correctly.
2007-08-15 Ben Skeggsnouveau: Use count parameter in nouveau_notifier_alloc().
2007-08-15 Ben Skeggsnouveau: Turn some messages into DRM_DEBUGs..
2007-08-15 Ben Skeggsnouveau: Allow GART notifiers when using sgdma code.
2007-08-15 Ben Skeggsnouveau: Workaround mysterious PRAMIN clobbering by...
2007-08-14 Ian RomanickEliminate unused / useless ioctls.
2007-08-14 Ben Skeggsnouveau: Catch all NV4x chips instead of just NV_40.
2007-08-14 Ben Skeggsnouveau/nv40: Fix channel scheduling.
2007-08-10 Dave Airliei915: i965 non-secure batchbuffer bit has moved.
2007-08-10 Ben Skeggsnouveau/nv50: demagic instmem setup.
2007-08-10 Ben Skeggsnouveau: Allow creation of gpuobjs before any other...
2007-08-09 Ian RomanickUnify alloc and free ioctls.
2007-08-09 Ben Skeggsnouveau: silence irq handler a bit
2007-08-09 Ben Skeggsnouveau/nv40: add some missing pciids.
2007-08-08 Matthieu Castetnouveau : nv10, nv20, nv30 : don't save all channel...
2007-08-08 Ben Skeggsnouveau: Always allocate drm's push buffer in VRAM
2007-08-08 Ben Skeggsnouveau: return channel id
2007-08-08 Ben Skeggsnouveau/nv50: hack up initial channel context from...
2007-08-08 Ben Skeggsnouveau: enable/disable engine-specific interrupts...
2007-08-07 Matthieu Castetnouveau : fix enable irq (in the previous code all...
2007-08-06 Ben Skeggsnouveau: Init global gpuobj list early, unbreaks sgdma...
2007-08-06 Stephane Marchesinnouveau: Bump PCI GART to 16MB
2007-08-06 Ben Skeggsnouveau: ouch, add nouveau_dma.[ch] files..
2007-08-06 Ben Skeggsnouveau: Remove PGRAPH_SURFACE hack, it wont work now...
2007-08-06 Ben Skeggsnouveau: Give DRM its own gpu channel
2007-08-06 Ben Skeggsnouveau: Determine trapped channel id from active grctx...
2007-08-06 Ben Skeggsnouveau: Various internal and external API changes
2007-08-05 Ben Skeggsnouveau: Pass channel struct around instead of channel id.
2007-08-03 Patrice Mandinnouveau:nv10: fill and use load,save graph context...
2007-07-27 Arthur Huilletnouveau: creating notifier in PCI memory for PCIGART
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-24 Ian RomanickFix bug preventing X server from restarting.
2007-07-22 Ian Romanickxgi_mem_alloc::offset is a hardware offset, so it shoul...
2007-07-22 Ian RomanickClean up xgi_cmd_info and associated code.
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-19 Ian RomanickInitial pass at converting driver to DRM infrastructure.
2007-07-19 Eric AnholtFreeBSD warnings cleanup.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-19 Ben Skeggsnouveau/nv50: get non-default push buffer sizes working.
2007-07-18 Eric AnholtAdd dry-coded DRM drawable private information storage...
2007-07-18 Pekka Paalanennouveau: Make nouveau_wait_for_idle() read PTIMER.
2007-07-18 Pekka Paalanennouveau: Add read() method to Engine.timer.
2007-07-18 Pekka Paalanennouveau: Add bitfield names for NSOURCE and NSTATUS.
2007-07-18 Pekka Paalanennouveau: Replace 0x00400104 and 0x00400108 with names.
2007-07-18 Dave Airliefix some missing whitespace/tab
2007-07-17 Dave Airliedrm: remove drm_u64_t, replace with uint64_t everwhere
2007-07-17 Ian RomanickAdd XP5 and XP10 PCI IDs.
2007-07-17 Ian RomanickEliminate unnecessary structures and defines.
2007-07-17 Ben Skeggsnouveau: Destroy PGRAPH context table on PGRAPH takedown
2007-07-17 Ian RomanickEliminate several useless ioctls and associated cruft.
2007-07-17 Ben Skeggsnouveau: G8x PCIEGART
2007-07-16 Ian RomanickCorrect errors in the usage of pci_map_page.
2007-07-16 Eric AnholtFix FreeBSD build.
2007-07-16 Dave Airliedrm: remove drm_buf_t
2007-07-16 Dave Airliedrm: detypedef ttm/bo/fence code
2007-07-16 Dave Airliedrm: remove hashtab/sman and object typedefs
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-16 Dave Airliedrm: remove ttm userspace typedefs
2007-07-16 Dave Airliedrm: detypedef drm.h and fixup all problems
2007-07-16 Dave Airliedrm: remove typedefs in drm.h to their own section
2007-07-16 Dave AirlieMerge branch 'drm-ttm-cleanup-branch'
2007-07-14 Patrice Mandinnouveau: nv10 and nv11/15 are different
2007-07-13 Arthur Huilletapplied patch from Ian Romanick fixing PCI DMA object...
2007-07-13 Arthur HuilletMerge commit 'public/master'
2007-07-13 Arthur Huilletnow attempting to create PCI object only when there...
2007-07-13 Arthur Huilletnow attempting to create PCI object only when there...
2007-07-13 Ben Skeggsnouveau: nuke internal typedefs, and drm_device_t use.
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-12 Ben Skeggsnouveau: unbreak AGP
2007-07-12 Ben Skeggsnouveau: mem_alloc() returns offsets, not absolute...
2007-07-12 Ben Skeggsnouveau: nuke left over debug message
2007-07-12 Ben Skeggsnouveau: separate region_offset into map_handle and...
2007-07-12 Arthur Huilletfixed object creation code to not Oops on 64bits, worke...
2007-07-11 Arthur HuilletNV50 will not attempt to use PCIGART now
2007-07-11 Arthur Huilletfixed bug that prevented PCIE cards from actually using...
2007-07-11 Ben Skeggsnouveau/nv50: G80 fixes.
2007-07-11 Ben Skeggsnouveau: Some checks on userspace object handles.
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
next