profile/ivi/libdrm.git
2007-07-20 Eric AnholtBSD: Replace symlink building with symlinks in git.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-20 Eric AnholtFix linux spinlock macros after the last commit.
2007-07-19 Eric AnholtFreeBSD warnings cleanup.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-19 Eric AnholtFreeBSD: Fix the recently added drawable add/remove...
2007-07-19 Eric AnholtAdd a test for drawable add, remove, and update.
2007-07-19 Eric AnholtFix the getclient test (Need this feature for future...
2007-07-19 Eric AnholtAdd some trivial regression tests, one of which fails.
2007-07-19 Eric AnholtAdd current BSD stuff to .gitignore.
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 Thomas HellstromFix via dmablit when blit queue is full.
2007-07-18 Dave Airliefix some missing whitespace/tab
2007-07-17 Dave Airliedrm: idr stuff is upstream for 2.6.23
2007-07-17 Dave Airliedrm: remove drm_u64_t, replace with uint64_t everwhere
2007-07-17 Dave Airliedrm_context: fix braino
2007-07-17 Ben Skeggsnouveau: Destroy PGRAPH context table on PGRAPH takedown
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: fixup old kernel compat code
2007-07-16 Dave Airliedrm: fixup compat wrappers
2007-07-16 Dave Airliedrm: remove internal sman typedef
2007-07-16 Dave Airliedrm: remove drm_ref_t
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: fix typedef in drm_os_linux.h
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 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
2007-07-11 Arthur HuilletAdded support for PCIGART for PCI(E) cards. Bumped...
2007-07-11 Arthur HuilletMade drm_sg_alloc accessible from inside the DRM -...
2007-07-09 Ben Skeggsnouveau: Allocate mappable VRAM for notifiers..
2007-07-09 Ben Skeggsnouveau: Don't be so strict on <NV50
2007-07-09 Ben Skeggsnouveau: Avoid oops
2007-07-09 Ben Skeggsnouveau/nv50: Initial channel/object support
2007-07-09 Ben Skeggsnouveau: enable reporting for all PFIFO/PGRAPH irqs
2007-07-09 Ben Skeggsnouveau: rewrite gpu object code
2007-07-03 Kristian HøgsbergUse idr_replace trick to eliminate struct drm_ctx_sarea...
2007-07-03 Kristian HøgsbergDon't take dev->struct_mutex twice in drm_setsareactx.
2007-07-03 Michel DänzerOne more spinlock initializer cleanup.
2007-07-03 Michel DänzerSimplification for previous commit.
2007-07-03 Michel DänzerRestore pre-idr semantics for drawable information.
2007-07-02 Kristian HøgsbergFix must-check warnings and implement a few error paths.
2007-07-02 Kristian HøgsbergDrop drm_drawable_list and add drm_drawable_info direct...
2007-06-29 Thomas HellstromAvoid hitting BUG() for kernel-only fence objects.
2007-06-29 Thomas HellstromFence object reference / dereference cleanup.
2007-06-29 Ben Skeggsnouveau: small RAMFC cleanups
2007-06-28 Ben Skeggsnouveau: Hack around possible Xv blit adaptor breakage
2007-06-27 Ben Skeggsnouveau/nv10: Fix earlier NV1x chips
2007-06-27 Ben Skeggsnouveau: never touch PRAMIN with NV_WRITE, cleanup...
2007-06-27 Ben Skeggsnouveau: simplify PRAMIN access
2007-06-27 Ben Skeggsnouveau: name some regs
2007-06-27 Ben Skeggsnouveau/nv50: skeletal backend
2007-06-27 Ben Skeggsnouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface...
2007-06-27 Ben Skeggsnouveau/nv04: Set NV_PFIFO_CACHE1_PUSH1 correctly ...
2007-06-26 Thomas HellstromMore 64-bit padding.
2007-06-26 Ian RomanickAdd support SiS based XGI chips to SiS DRM.
2007-06-24 Ben Skeggsnouveau: NV49/NV4B PGRAPH setup from jb17bsome and...
2007-06-24 Ben Skeggsnouveau: kill some dead code
2007-06-24 Ben Skeggsnouveau: NV04/NV10/NV20 PGRAPH engtab functions
2007-06-24 Ben Skeggsnouveau: NV3X PGRAPH engtab functions
2007-06-24 Ben Skeggsnouveau: NV1X/2X/3X PFIFO engtab functions
2007-06-24 Ben Skeggsnouveau: NV04 PFIFO engtab functions
2007-06-24 Ben Skeggsnouveau: NV4X PGRAPH engtab functions
2007-06-24 Ben Skeggsnouveau: NV4X PFIFO engtab functions
2007-06-24 Ben Skeggsnouveau: split PFIFO/PGRAPH context creation
2007-06-24 Ben Skeggsnouveau: (mostly) hook up put_base again
2007-06-24 Ben Skeggsnouveau: prototype PFIFO/PGRAPH engtab API
2007-06-24 Ben Skeggsnouveau: rename engtab functions
2007-06-22 Michel Dänzerradeon: Acknowledge all interrupts we're interested in.
2007-06-21 Oliver McFaddenr300: Synchronized the register defines file; documenta...
2007-06-21 Oliver McFaddenr300: Allow writes to R300_VAP_PVS_WAITIDLE.
2007-06-18 Oliver McFaddenr300: Registers 0x2220-0x2230 are known as R300_VAP_CLI...
2007-06-18 Oliver McFaddenr300: Synchronized the register defines file again.
2007-06-18 David Woodhousefix radeon setparam on 32/64 systems, harder.
next