summaryrefslogtreecommitdiff
path: root/src/nv40_exa.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: convert to new screen conversion APIsscreen-conv-apiDave Airlie2012-05-161-3/+3
* nv40/exa: return false from gradient picture setupBen Skeggs2012-04-241-1/+1
* nv40/exa: support for solid picturesBen Skeggs2012-04-241-11/+90
* nv40/exa: do transforms in vertex programBen Skeggs2012-04-241-111/+112
* nv50/exa: perform texcoord transformations in vertex programBen Skeggs2012-04-241-3/+0
* nv30/nv40: upload shaders directly from rankine/curie initBen Skeggs2012-04-241-68/+278
* Keep a single buffer for random accel data, rather than 3 different onesBen Skeggs2012-04-171-10/+2
* WIP: port to new libdrmBen Skeggs2012-04-141-207/+184
* move away from libdrm's BEGIN_RING (and variants) macrosBen Skeggs2011-12-011-55/+49
* Append _CLASS to object class id definitionsBen Skeggs2011-12-011-3/+3
* fix typo in conversion to rnn headersMarcin Slusarz2011-12-011-1/+1
* convert entire ddx to rnn headersBen Skeggs2011-11-301-90/+93
* include nv04_pushbuf.h for ring macros, rather than nouveau_pushbuf.hBen Skeggs2010-12-201-0/+1
* use libc directly for [cm]alloc/freeBen Skeggs2010-06-091-1/+1
* exa: remove nouveau_pixmap_offset()Ben Skeggs2010-01-131-4/+2
* Remove pNv->NVArchBen Skeggs2010-01-111-2/+2
* Initial pass at removal of non-KMS support.Ben Skeggs2010-01-111-2/+1
* Allow texturing from GARTBen Skeggs2009-12-071-3/+3
* exa/nv40: handle reloc failuresBen Skeggs2009-11-041-17/+29
* nv40/exa: fallback on special case xrgb non-repeat texturesMaarten Maathuis2009-09-251-3/+13
* exa: fallback on src pictures without drawableMaarten Maathuis2009-09-251-2/+7
* explicitly mark buffers mappableBen Skeggs2009-05-271-2/+3
* exa: preparation for reintroducing driver-controlled pixmapsBen Skeggs2009-02-161-9/+13
* blow up horribly if GPU access to mapped buffer is attemptedBen Skeggs2009-01-291-6/+0
* nv40/exa: resubmit state in composite as necessaryBen Skeggs2009-01-291-6/+28
* remove unconditional FIRE_RING() in DoneComposite() hooksBen Skeggs2009-01-291-2/+0
* Do frag prog allocation and shader upload in TCL initStuart Bennett2008-10-221-2/+27
* Only hackup shaders onceStuart Bennett2008-10-221-1/+2
* exa: FIRE_RING at the end of compositeMaarten Maathuis2008-08-221-0/+2
* remove use of implicit variables from pushbuf macrosBen Skeggs2008-07-291-163/+175
* nv50: exa/xv share some stuff, punt it out to nv50_accel.[ch]Ben Skeggs2008-07-081-47/+36
* Use PMC definesStuart Bennett2008-03-141-1/+1
* NV40EXA: Support extend/repeat type pad.Maarten Maathuis2008-02-271-4/+5
* Separate the shaders from the rest of the code.Stephane Marchesin2008-02-031-1/+1
* NV30EXA: Fix viewport setup + switch to triangle based composite.Maarten Maathuis2008-01-251-1/+3
* NV40EXA: Use the same approach as the texture adapter for rendering.Maarten Maathuis2008-01-231-38/+35
* oops :)Stephane Marchesin2008-01-211-2/+2
* Quickly hacked support for NV6x.Stephane Marchesin2008-01-211-11/+14
* NV40EXA: Remove stair shaped tearing i get.Maarten Maathuis2008-01-061-0/+6
* NV40: Preliminary Xv Texture Adaptor.Maarten Maathuis2007-12-291-77/+0
* NV40EXA: Suport as many of the repeat types as possible + random cleanup(rand...Maarten Maathuis2007-12-231-8/+18
* NV40EXA: Fix borders of images that recieved arbitrary rotation.Maarten Maathuis2007-12-221-3/+3
* nv40: just for stillunknown...Ben Skeggs2007-12-151-13/+29
* Revert "NV40EXA: Fix composite rotation."Ben Skeggs2007-12-151-64/+39
* NV40EXA: Fix composite rotation.Maarten Maathuis2007-12-151-39/+64
* Use handles from grobj, instead of hardcoded vals from nv_dma.hBen Skeggs2007-11-171-5/+6
* Initial hacky relocation stuff.Ben Skeggs2007-11-171-14/+13
* Initial buffer object work.Ben Skeggs2007-11-171-3/+8
* And grobjs.Ben Skeggs2007-11-171-4/+2
* Remove disable switches, big cleanup, requires xorgs server 1.3 againPatrice Mandin2007-11-121-7/+0