summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_span.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-141-13/+10
* nouveau: include s_context.h to silence missing prototype warningsBrian Paul2012-01-261-0/+1
* nouveau: stop calling ctx->Driver.Map/UnmapTexture()Brian Paul2012-01-241-13/+4
* nouveau: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-85/+0
* nouveau: stop using _DepthBuffer, _StencilBuffer fieldsBrian Paul2011-12-131-2/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* dri/nouveau: Fix swrast fallbacks when the read and draw buffers aren't the s...Francisco Jerez2010-03-221-10/+20
* dri/nouveau: Add some RGB888 span functions.Francisco Jerez2010-02-251-0/+11
* Import a classic DRI driver for nv0x-nv2x.Francisco Jerez2010-02-041-0/+174
* nouveau: say goodbye to the old DRI driver...Stephane Marchesin2008-07-141-123/+0
* nouveau: reindent nouveau_span.cBen Skeggs2007-08-151-24/+21
* nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs2007-08-151-5/+3
* nouveau: match drm changes (0.0.7)Ben Skeggs2007-06-291-1/+4
* nouveau: Modify span routines to use nouveau_renderbuffer instead of driRende...Ben Skeggs2006-12-241-8/+15
* Some work on buffer handling, most likely not entirely correct andBen Skeggs2006-12-081-9/+5
* Silence the lock warningStephane Marchesin2006-04-141-0/+1
* Initial revisionStephane Marchesin2006-02-231-0/+121