summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-07Remove leftover in man page and nv_const.hHEADmasterXavier Chantry2-18/+0
2010-03-05kms: Don't try to copy fbcon contents when there's no framebuffer bound.Francisco Jerez1-0/+3
2010-02-25fix typoBen Skeggs1-1/+1
2010-02-23Protect against potential crash for unknown connector typesBen Skeggs1-3/+8
2010-02-23Add connector name for eDPBen Skeggs1-0/+1
2010-02-18remove drm patchlevel check, libdrm checks this for usBen Skeggs3-10/+0
2010-02-13Revert "kms: work around some bong hits with dpms"Francisco Jerez3-6/+0
2010-02-11Pass pScreen to drmmode_fbcon_copy()Ben Skeggs3-10/+11
2010-02-10dri2: Fix crashes on server regeneration.Francisco Jerez3-33/+4
2010-02-10kms: Clean up the set_mode_major hook.Francisco Jerez1-32/+10
2010-02-10Remove some UMS leftovers.Marcin Kościelnicki1-19/+1
2010-02-10kms: Don't pretend it works on xserver-1.5.Francisco Jerez1-24/+0
2010-02-10kms: Kill nv_cursor_convert_cursor.Francisco Jerez2-90/+10
2010-02-05nv50/accel: Fix mangled A8+A8 shader.Marcin Kościelnicki1-2/+3
2010-02-01Update to new nouveau_class.hMarcin Kościelnicki3-25/+25
2010-02-01nv10/exa: Fix up nv11 accel.Francisco Jerez1-1/+1
2010-01-31dri2: Fix for the new DRI2InfoRec ABI.Francisco Jerez1-0/+6
2010-01-31nv10/exa: Fix build after the last nouveau_class.h changes.Francisco Jerez1-1/+1
2010-01-21Remove nv_dripriv.h, nv_local.hMarcin Kościelnicki6-108/+26
2010-01-21xv: use nouveau_bo_new_tile()Ben Skeggs1-2/+5
2010-01-19Remove deprecated NV1 readmeDavid Heidelberger1-42/+0
2010-01-13exa: remove nouveau_pixmap_offset()Ben Skeggs11-53/+26
2010-01-13exa: remove nouveau_exa_pixmap_{map,unmap}Ben Skeggs2-76/+18
2010-01-13Check for drm+kms availability in NVPciProbe()Ben Skeggs1-125/+81
2010-01-13bump xorg-server requirement to 1.7Ben Skeggs1-1/+1
2010-01-11remove more unused codeBen Skeggs3-26/+0
2010-01-11exa: Remove non-driver pixmaps pathBen Skeggs6-175/+23
2010-01-11Remove pNv->NVArchBen Skeggs12-56/+52
2010-01-11Remove pNv->Chipset useBen Skeggs4-55/+7
2010-01-11remove pNv->VRAMPhysicalBen Skeggs2-8/+0
2010-01-11dri1: remove DRI1 supportBen Skeggs6-434/+37
2010-01-11xv: ifdef out another problematic piece of overlay support for the momentBen Skeggs1-0/+2
2010-01-11Initial pass at removal of non-KMS support.Ben Skeggs46-14684/+176
2010-01-03exa: Some compat defines for new pixman formats.Maarten Maathuis1-0/+20
2010-01-01start using BEGIN_RING_NIMarcin Slusarz3-14/+13
2010-01-01nv50: always set semaphore handle and offsetMaarten Maathuis2-3/+3
2010-01-01nv50: upgrade nv50_texture.hMarcin Slusarz3-56/+94
2010-01-01nv50/exa: add support for more color formatsMarcin Slusarz1-52/+96
2010-01-01nv50: check drawable.bitsPerPixel instead of depth to get formatChristoph Bumiller2-5/+7
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki6-50/+49
2009-12-28nv10/exa: Fix for the latest nouveau_class.h changes.Francisco Jerez1-3/+3
2009-12-28dri: Use classic mesa on the fixed pipe cards.Francisco Jerez2-2/+10
2009-12-23kms: Remove the one-off offset of connector names compared to the kernel.Maarten Maathuis1-1/+1
2009-12-17Revert "exa: map the pixmap bo after creation to ensure a useable driver pixmap"Ben Skeggs1-9/+0
2009-12-16dri2: Make the render targets tiled for pre-G80 cards.Francisco Jerez1-2/+2
2009-12-16exa: Pre-G80 tiling support.Francisco Jerez5-16/+26
2009-12-14kms: Allow interlaced/doublescan modes.Francisco Jerez1-0/+4
2009-12-12exa: map the pixmap bo after creation to ensure a useable driver pixmapMaarten Maathuis1-0/+9
2009-12-07Allow texturing from GARTBen Skeggs6-35/+42
2009-12-03nv50: avoid touching 0x16b0 on 0x8597, it causes a DATA_ERROR from the GPUBen Skeggs1-3/+8