summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt2013-05-171-3/+2
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-171-5/+1
* mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt2013-05-061-5/+0
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-061-20/+2
* st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie2013-04-111-1/+1
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* mesa: add helper func for checking combined depthstencil buffers from st/mesaMarek Olšák2013-03-231-24/+0
* st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer supportBrian Paul2013-03-121-0/+3
* st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_formatMarek Olšák2013-02-061-4/+4
* st/mesa: fix InternalFormat for Z24X8 window-system buffersMarek Olšák2013-01-151-1/+3
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-2/+1
* st/mesa: add null pointer check in st_renderbuffer_delete()Brian Paul2012-12-031-4/+4
* st/mesa: fix context use-after-free problem in st_renderbuffer_delete()Brian Paul2012-11-301-3/+5
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* st/mesa: add int cast to silence warningBrian Paul2012-11-061-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-8/+7
* 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
* st/mesa: fix renderbuffer validation bugBrian Paul2012-08-101-0/+6
* st/mesa: set the correct window renderbuffer internal formatMarek Olšák2012-07-231-1/+9
* st/mesa: use DEBUG_INCOMPLETE_FBO debug flagBrian Paul2012-06-291-7/+3
* st/mesa: added some simple fbo debugging/helper codeBrian Paul2012-06-251-1/+25
* st/mesa: properly allocate MSAA renderbuffersMarek Olšák2012-06-161-3/+31
* st/mesa: make unsupported renderbuffer formats always fail as FBO incompleteMarek Olšák2012-06-161-4/+10
* st/mesa: separate sw renderbuffer allocation from hw oneMarek Olšák2012-06-161-75/+93
* st/mesa: add floating point formats in st_new_renderbuffer_fb()Brian Paul2012-02-231-1/+8
* st/mesa: assorted clean-ups in st_cb_fbo.cBrian Paul2012-02-151-19/+3
* st/mesa: remove st_framebuffer_renderbuffer()Brian Paul2012-02-151-14/+1
* st/mesa: don't set PIPE_BIND_DISPLAY_TARGET for user-created renderbuffersBrian Paul2012-02-151-0/+6
* st/mesa: remove redundant memset(surface_template,0)Brian Paul2012-02-151-1/+0
* st/mesa: remove st_renderbuffer::strideBrian Paul2012-02-151-7/+6
* st/mesa: remove st_renderbuffer::formatBrian Paul2012-02-151-10/+3
* mesa: remove ctx->Const.sRGBCapableMarek Olšák2012-01-251-1/+1
* st/mesa: remove gl_renderbuffer::GetPointer stuffBrian Paul2012-01-241-19/+0
* st/mesa: remove gl_renderbuffer:DataType assignmentsBrian Paul2012-01-241-3/+0
* st/mesa: pass GL_MAP_INVALIDATE_RANGE_BIT to gallium driversBrian Paul2012-01-181-0/+2
* mesa: rewrite accum buffer supportBrian Paul2011-12-081-0/+21
* st/mesa: don't try to allocate zero-sized renderbuffersBrian Paul2011-11-281-0/+5
* st/mesa: fix accum buffer allocation in st_renderbuffer_alloc_storage()Brian Paul2011-11-221-2/+12
* st/mesa: check renderbuffer orientation in st_MapRenderbuffer()Brian Paul2011-11-151-5/+27
* st/mesa: first implementation of Map/UnmapRenderbuffer()Brian Paul2011-11-071-0/+59
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-3/+3
* gallium: Set renderbuffer's InternalFormat when rendering to textureSimon Farnsworth2011-09-291-0/+1
* st/mesa: Finalize texture on render-to-texture.Michel Dänzer2011-09-221-3/+6
* st/mesa: Remove unused renderbuffer fields and functions.Stéphane Marchesin2011-09-071-15/+0
* st/mesa: fix renderbuffer internal format for accum bufferBrian Paul2011-06-061-1/+2
* st/mesa: fix changing internal format via RenderbufferStorageMarek Olšák2011-05-301-5/+2
* st/mesa: assign renderbuffer's format field when allocating storagepepp2011-05-211-0/+1
* mesa: added _mesa_get_attachment_teximage() helpersBrian Paul2011-04-051-3/+2
* gallium: add a CAP for mixed colorbuffer format supportMarek Olšák2011-04-011-1/+24