OSDN Git Service

nouveau/nv50: hack up initial channel context from current state
[android-x86/external-libdrm.git] / shared-core /
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-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 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 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: 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 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-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 Michel DänzerOne more spinlock initializer 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-15 Michel Dänzeri915: Fix handling of breadcrumb counter wraparounds.
2007-06-12 Thomas HellstromFix some obvious bugs.
2007-06-12 Thomas HellstromTry to make buffer object / fence object ioctl args...
2007-06-08 Oliver McFaddenr300: Added the CP maximum fetch size and ring rptr...
2007-06-05 Oliver McFaddenr300: Small correction to the previous commit.
2007-06-05 Alex Deucherr300: Document more of the RADEON_RBBM_STATUS register.
2007-06-05 Wang ZhenyuAdd support for the G33, Q33, and Q35 chipsets.
2007-06-04 Maurice van der Potnouveau: fix RAMHT wrapping
2007-06-03 Dave Airlieradeon: refine irq acking for vbl on crtc 2
2007-06-03 rootRevert "move i915 to new drm_wait_on function"
next