summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-141-1/+1
* nouveau: there may not have been a texture if the fbo was incompleteIlia Mirkin2014-03-191-1/+2
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-4/+4
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-2/+2
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-4/+4
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* nouveau: add framebuffer validation callbackIlia Mirkin2014-01-151-0/+51
* mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt2013-05-171-2/+2
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-171-2/+1
* mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt2013-05-061-18/+0
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-061-10/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* nouveau: Fix build.Brian Paul2012-11-301-1/+1
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* mesa: remove FEATURE_EXT_framebuffer_object define.Oliver McFadden2012-09-151-2/+0
* mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul2012-08-311-1/+1
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-141-4/+1
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-5/+0
* nouveau: Add implementation of MapRenderbuffer.Eric Anholt2011-11-011-0/+46
* dri/nouveau: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* dri/nouveau: Don't request a fake front unnecessarily.Francisco Jerez2010-09-161-0/+1
* dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format.Francisco Jerez2010-09-161-0/+1
* 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