platform/upstream/libdrm.git
2003-03-25 Alan HourihaneXFree86 4.3.0 merge
2003-03-11 Eric AnholtMerge back from FreeBSD-current, adding FreeBSD ID...
2003-03-08 Eric AnholtMake dma_addr_t an unsigned long not a uint32, don...
2003-03-06 Eric AnholtRemove the vbl signal code because it's untested (and...
2003-03-05 Eric AnholtPut cdevsw initialization in line with FreeBSD-current...
2003-03-05 Eric AnholtUpdate mmap handling for FreeBSD-current (Based on...
2003-03-05 Eric AnholtRemove a paste-o in DRM_SPINUNINIT and add a volatile...
2003-03-04 Keith WhitwellDRM_FREE/2 patch from Philip Brown
2003-03-02 Jose Fonsecafile savage_drv.h was initially added on branch savage...
2003-03-02 Jose Fonsecafile savage_drm.h was initially added on branch savage...
2003-03-02 Jose Fonsecafile savage_bci.c was initially added on branch savage...
2003-02-28 Leif DelgassUpdate object targets
2003-02-27 Jose Fonsecafile savage_drv.c was initially added on branch savage...
2003-02-27 Jose Fonsecafile savage.h was initially added on branch savage...
2003-02-26 Leif Delgassfile mach64_irq.c was initially added on branch mach64...
2003-02-22 Eric AnholtFix build on NetBSD.
2003-02-21 Eric AnholtMerge from bsd-4-0-0-branch.
2003-02-16 Eric Anholtfile mach64_drm.h was initially added on branch mach64...
2003-02-16 Eric Anholtfile mach64_state.c was initially added on branch mach6...
2003-02-16 Eric Anholtfile mach64_drv.h was initially added on branch mach64...
2003-02-16 Eric Anholtfile mach64_dma.c was initially added on branch mach64...
2003-02-16 Eric Anholtfile mach64.h was initially added on branch mach64...
2003-02-08 Michel Daenzerreclaim DMA buffers in DRIVER_RELEASE() (Felix Kühling)
2003-02-06 Michel Daenzerfix EAGAIN handling in radeon_cp_dispatch_texture(...
2003-02-04 Michel Daenzerdisable strict aliasing for building the DRM
2003-02-04 Michel Daenzerfix PCI and AGP posting problems (based on testing...
2003-02-04 Michel Daenzeronly acknowledge interrupts we handle - others could...
2003-02-03 Keith WhitwellFix size of VERTEX2 ioctl struct (Egbert Eich)
2003-02-02 Michel Daenzerdon't inflate relative vblank sequence numbers on repea...
2003-01-26 Leif DelgassAdd cast to avoid void * arithmetic warning
2003-01-24 Eric AnholtFix build on -current: Provide M_WAITOK define.
2003-01-16 Eric AnholtFix radeon for BSD.
2003-01-11 Michel Daenzerlimit number of pending vblank signals to 100 to preven...
2003-01-11 Jeff Hartmannfile agp_30_symbols.h was initially added on branch...
2003-01-10 Keith WhitwellNote that radeon_do_cp_idle() can fail, cope with it.
2003-01-06 Rik Faith[TRIVIAL] [TRIVIAL PATCH 2.5.48] Remove unused function...
2003-01-03 Keith Whitwellmore cleanups, free mem heap data on last client exit
2003-01-02 Keith WhitwellBump radeon drm version nr on recent interface relaxation
2003-01-02 Keith WhitwellRemove printk
2003-01-02 Keith WhitwellMake the radeon drm module better at cleaning up after...
2002-12-16 David Dawesfile i830_irq.c was initially added on branch mesa...
2002-12-12 David Dawesenums should be ints
2002-12-12 Keith Whitwellbring in jantorial changes from 2.5.51
2002-12-11 Keith Whitwellremove agpgart informational
2002-12-06 Keith WhitwellRewrite radeon_cp_dispatch_texture() to avoid pingpongi...
2002-12-06 Eric AnholtAdd vblank signal code for BSD DRM. Untested so far...
2002-12-04 Michel Daenzerfurther vertical blank interrupt cleanups: remove unuse...
2002-12-03 Michel Daenzervertical blank interrupt cleanups: use spinlock instead...
2002-11-30 Michel Daenzervertical blank ioctl can send signal instead of blocking
2002-11-25 Brian Pauladded missing return fd (Alexander Stohr)
2002-11-25 Keith WhitwellSilence the radeon_freelist_get 'returning NULL' messag...
2002-11-23 Michel Daenzerallow unprivileged clients to use the GETPARAM ioctl...
2002-10-30 Eric AnholtKernel support for vblank syncing on Rage 128 and Matrox.
2002-10-29 Jens Owenupdated e-mail addresses for Keith, Alan and Jens
2002-10-29 Michel Daenzerpreserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid...
2002-10-29 Eric AnholtUse bus_alloc_resource/bus_release_resource more proper...
2002-10-28 Brian Paulmerge from mesa-4-1-branch to get cube-map registers...
2002-10-27 Eric Anholts/udelay/DRM_UDELAY/
2002-10-27 Eric AnholtCatch up to -current.
2002-10-22 Alan Hourihanefinal part of XFree86 4.2.99.2 merge
2002-10-22 Alan HourihaneImport of XFree86 4.2.99.2
2002-10-14 Eric AnholtFix reversed test that broke vblank waiting on FreeBSD.
2002-10-10 Keith WhitwellJonny Strom's mga_dma.c patch
2002-10-09 Brian Paulreplaced max() macro with conditional expression
2002-10-08 Keith WhitwellFix error condition...
2002-10-08 Keith WhitwellCall pci_enable_device() in DRM(irq_busid).
2002-10-02 Keith WhitwellFree correct block in free_block (K. Rasche)
2002-10-01 Michel Daenzerfix wait condition for vertical blank IRQs
2002-09-29 Eric AnholtRemove some noise being spit to the console.
2002-09-29 Eric AnholtMake our set_bit and friends match linux better (cleans...
2002-09-29 Eric Anholtwarnings cleanup
2002-09-29 Eric AnholtFix some of my silliness in DRM_WAIT_ON (not returning...
2002-09-29 Keith WhitwellTurn boxes off again
2002-09-29 Keith WhitwellMove os-dependent stuff out of radeon_irq.c
2002-09-29 Eric AnholtFix up BSD irq handling.
2002-09-29 Michel Daenzeradd support for 16K and 64K page sizes (Bjorn Helgaas)
2002-09-27 Michel Daenzermake SW interrupts more robust: write sequence number...
2002-09-26 Michel DaenzerDRM(vblank_wait) is driver specific
2002-09-26 Eric AnholtBSD vblank framework.
2002-09-26 Eric AnholtFix one warning.
2002-09-25 Michel Daenzerchange RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NR
2002-09-25 Michel Daenzercommon ioctl to wait for vertical blank IRQs
2002-09-23 Keith Whitwellmerged r200-0-2-branch to trunk
2002-09-21 Michel Daenzermake sure we never oops because the hardware lock point...
2002-09-11 David Dawes- Fix various bugs in the DRI support for the i830...
2002-08-30 Eric AnholtRemove some extra symlinking for kernel module building...
2002-08-30 Eric AnholtRemove this one too: it'll be used from the linux versi...
2002-08-30 Eric AnholtRemove compat functions for FreeBSD for drivers which...
2002-08-30 Keith Whitwellfile radeon_irq.c was initially added on branch r200...
2002-08-29 Keith Whitwellstandardize use of __FUNCTION__ (Linus)
2002-08-28 Keith WhitwellTurn boxes off.
2002-08-28 Eric AnholtRemove i8x0 files from the BSD side. These were not...
2002-08-27 Keith Whitwellfile radeon_mem.c was initially added on branch r200...
2002-08-27 Eric AnholtRemove drm_linux.h, it's no longer used.
2002-08-27 Eric AnholtInclude non-radeon modules in the build.
2002-08-26 Keith Whitwellmerged r200-0-1-branch
2002-08-22 Leif DelgassDon't (re)define vmalloc_to_page for kernel >= 2.4...
2002-08-22 Leif DelgassSetPageLocked only defined in 2.5.x (x=?), use LockPage...
2002-08-21 Jose FonsecaChange the linux kernel version condition in the i810...
2002-08-21 Eric AnholtRemove drm_linux.h, move the two useful defines into...
next