aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* dri/nouveau: test for FEATURE definesnobled2010-08-161-0/+2
* dri/nouveau: Fix up software mipmap generation.Francisco Jerez2010-08-051-5/+2
* dri/nouveau: Some render to texture fixes.Francisco Jerez2010-03-221-5/+1
* dri/nouveau: Fix rb->DataType for z24s8 renderbuffers.Francisco Jerez2010-03-041-1/+1
* dri/nouveau: Allow to render to XRGB8888 textures.Andrew Randrianasulu2010-03-011-0/+2
* dri/nouveau: Implement EXT_texture_from_pixmap.Francisco Jerez2010-02-251-1/+0
* dri/nouveau: Set _BaseFormat correctly for z24s8 renderbuffers.Francisco Jerez2010-02-251-1/+1
* Import a classic DRI driver for nv0x-nv2x.Francisco Jerez2010-02-041-0/+277
* nouveau: say goodbye to the old DRI driver...Stephane Marchesin2008-07-141-289/+0
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-3/+2
* nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs2007-08-151-70/+56
* nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fboBen Skeggs2007-08-151-0/+304