summaryrefslogtreecommitdiff
path: root/src/nv40_xv_tex.c
Commit message (Expand)AuthorAgeFilesLines
* include nv04_pushbuf.h for ring macros, rather than nouveau_pushbuf.hBen Skeggs2010-12-201-0/+1
* Make the sync-to-vblank helpers take a box as argument.Francisco Jerez2010-10-221-2/+1
* Make the sync-to-vblank helpers more consistent.Francisco Jerez2010-10-211-15/+5
* xv: only use bicubic filtering when scaling >=2xBen Skeggs2010-03-301-2/+6
* exa: remove nouveau_pixmap_offset()Ben Skeggs2010-01-131-2/+1
* Initial pass at removal of non-KMS support.Ben Skeggs2010-01-111-3/+2
* Allow texturing from GARTBen Skeggs2009-12-071-6/+8
* xv/nv40: don't even try with unknown surface formatBen Skeggs2009-11-041-0/+1
* xv/nv40: handle reloc failuresBen Skeggs2009-11-041-21/+44
* xv: fix some badness in nv3x/nv4x textured video adaptorsBen Skeggs2009-07-281-5/+3
* rename pNv->FB to pNv->offscreenBen Skeggs2009-07-281-2/+3
* explicitly mark buffers mappableBen Skeggs2009-05-271-2/+4
* Revert "exa: support major version 3"Maarten Maathuis2009-02-271-2/+1
* exa: support major version 3Maarten Maathuis2009-02-241-1/+2
* exa: preparation for reintroducing driver-controlled pixmapsBen Skeggs2009-02-161-1/+3
* xv: Unmap filter table BO after init so it can be validated (nv30,40)Younes Manton2009-01-311-0/+1
* exa: mass renaming and movement of nv04 solid/copy code to nv04_exa.cBen Skeggs2009-01-291-1/+1
* Remove all object with mmaps in CloseScreen, so that drmClose actually calls ...Stuart Bennett2008-10-221-6/+5
* remove use of implicit variables from pushbuf macrosBen Skeggs2008-07-291-76/+81
* xv: remove some disturbing abuses of buffer related thingsBen Skeggs2008-07-071-16/+17
* xv: remove some defines that are in a header nowBen Skeggs2008-07-061-5/+0
* xv: remove drawable handling from hw-specific PutImage.. it's common...Ben Skeggs2008-07-061-43/+21
* xv: nv_video.c to nouveau_xv.cBen Skeggs2008-07-051-0/+441