summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_fbo.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-06st/mesa: whitespace fixes in st_cb_fbo.cBrian Paul1-29/+19
2017-06-30st/mesa: fix texture image resource selection in st_render_texture()Brian Paul1-1/+18
2017-06-09st/mesa: add st_invalidate_buffers() helperTimothy Arceri1-2/+3
2017-06-07st/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB changesMarek Olšák1-26/+23
2017-04-26st/mesa: minor clean-ups in st_update_renderbuffer_surface()Brian Paul1-9/+8
2017-04-12st/mesa: add some _mesa_is_winsys_fbo() assertionsBrian Paul1-0/+1
2017-04-12st/mesa: minor optimization in st_DrawBuffers()Brian Paul1-8/+16
2017-04-01st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb1-1/+1
2017-02-25st/mesa: don't update unrelated states in non-draw calls such as ClearMarek Olšák1-1/+1
2016-06-24st/mesa: handle negative _ColorDrawBufferIndexes values correctlyFrancesco Ansanelli1-1/+1
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-04-25mesa/st: log some additional invalid-fbo casesRob Clark1-0/+3
2016-04-08st/mesa: fix glReadBuffer() assertion failureBrian Paul1-0/+2
2016-03-21st/mesa: use the texture view's format for render-to-textureNicolai Hähnle1-7/+15
2016-02-24st/mesa: fix frontbuffer glReadPixels regressionsBrian Paul1-2/+11
2015-10-14st/fbo: use pipe_surface_release instead of pipe_surface_referenceKrzysztof Sobiecki1-1/+1
2015-10-06st/mesa: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick1-12/+1
2015-09-22st/mesa: remove st_bind_framebuffer()Brian Paul1-12/+0
2015-06-24st/mesa: remove unneeded pipe_surface_release() in st_render_texture()Brian Paul1-2/+0
2015-05-14main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand1-1/+1
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-3/+3
2014-09-25mesa/st: NumLayers is only valid for array texturesIlia Mirkin1-1/+2
2014-09-12mesa/st: add ARB_texture_view supportIlia Mirkin1-0/+10
2014-08-11st/mesa: add st_context parameter to st_mesa_format_to_pipe_formatMarek Olšák1-1/+1
2014-03-06st/mesa: make winsys fbo sRGB-capable when supportedChia-I Wu1-3/+22
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2014-01-24st/mesa: add a simple sanity check assertion in st_validate_attachment()Brian Paul1-0/+6
2014-01-23st/mesa: fix glReadBuffer(GL_NONE) segfaultBrian Paul1-1/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2014-01-13st/mesa: bind NULL colorbuffers as specified by glDrawBuffersMarek Olšák1-1/+4
2013-12-03st/mesa: add support for layered framebuffers and consolidate codeMarek Olšák1-24/+73
2013-09-16st/mesa: don't dereference stObj->pt if NULLDave Airlie1-1/+1
2013-07-30st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB supportMarek Olšák1-0/+8
2013-05-17mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt1-3/+2
2013-05-17mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt1-5/+1
2013-05-06mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt1-5/+0
2013-05-06mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt1-20/+2
2013-04-11st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie1-1/+1
2013-04-09st/mesa: remove #include mfeatures.hBrian Paul1-1/+0
2013-03-23mesa: add helper func for checking combined depthstencil buffers from st/mesaMarek Olšák1-24/+0
2013-03-12st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer supportBrian Paul1-0/+3
2013-02-06st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_formatMarek Olšák1-4/+4
2013-01-15st/mesa: fix InternalFormat for Z24X8 window-system buffersMarek Olšák1-1/+3
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-2/+1
2012-12-03st/mesa: add null pointer check in st_renderbuffer_delete()Brian Paul1-4/+4
2012-11-30st/mesa: fix context use-after-free problem in st_renderbuffer_delete()Brian Paul1-3/+5
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul1-2/+2
2012-11-06st/mesa: add int cast to silence warningBrian Paul1-1/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-8/+7
2012-09-15mesa: remove FEATURE_EXT_framebuffer_object define.Oliver McFadden1-2/+0