summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_fbo.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/nouveau: Remove driverDylan Baker1-339/+0
2020-04-21replace malloc macros in imports.h with u_memory.h versionsDylan Baker1-0/+1
2018-07-27mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig1-1/+5
2015-05-14main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand1-1/+1
2014-03-19nouveau: there may not have been a texture if the fbo was incompleteIlia Mirkin1-1/+2
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-4/+4
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-2/+2
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-4/+4
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-1/+1
2014-01-15nouveau: add framebuffer validation callbackIlia Mirkin1-0/+51
2013-05-17mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt1-2/+2
2013-05-17mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt1-2/+1
2013-05-06mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt1-18/+0
2013-05-06mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt1-10/+0
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-30nouveau: Fix build.Brian Paul1-1/+1
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul1-2/+2
2012-09-15mesa: remove FEATURE_EXT_framebuffer_object define.Oliver McFadden1-2/+0
2012-08-31mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul1-1/+1
2012-04-14nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs1-4/+1
2012-01-24mesa: remove gl_renderbuffer::DataTypeBrian Paul1-5/+0
2011-11-01nouveau: Add implementation of MapRenderbuffer.Eric Anholt1-0/+46
2011-01-09dri/nouveau: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-8/+8
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-09-16dri/nouveau: Don't request a fake front unnecessarily.Francisco Jerez1-0/+1
2010-09-16dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format.Francisco Jerez1-0/+1
2010-08-16dri/nouveau: test for FEATURE definesnobled1-0/+2
2010-08-05dri/nouveau: Fix up software mipmap generation.Francisco Jerez1-5/+2
2010-03-22dri/nouveau: Some render to texture fixes.Francisco Jerez1-5/+1
2010-03-04dri/nouveau: Fix rb->DataType for z24s8 renderbuffers.Francisco Jerez1-1/+1
2010-03-01dri/nouveau: Allow to render to XRGB8888 textures.Andrew Randrianasulu1-0/+2
2010-02-25dri/nouveau: Implement EXT_texture_from_pixmap.Francisco Jerez1-1/+0
2010-02-25dri/nouveau: Set _BaseFormat correctly for z24s8 renderbuffers.Francisco Jerez1-1/+1
2010-02-04Import a classic DRI driver for nv0x-nv2x.Francisco Jerez1-0/+277
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin1-289/+0
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian1-3/+2
2007-08-15nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs1-70/+56
2007-08-15nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fboBen Skeggs1-0/+304