aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: allow out-of-order drawing to optimize immediate mode if it's safeMarek Olšák2020-03-261-0/+1
* mesa: Fix detection of invalidating both depth and stencil.Eric Anholt2020-01-131-2/+3
* mesa: add ARB_framebuffer_no_attachments named functionsPierre-Eric Pelloux-Prayer2019-11-191-0/+76
* mesa: add EXT_dsa NamedRenderbufferStorageMultisampleEXT functionPierre-Eric Pelloux-Prayer2019-10-181-0/+19
* mesa: add EXT_dsa glNamedRenderbufferStorageEXT and glGetNamedRenderbufferPar...Pierre-Eric Pelloux-Prayer2019-10-181-0/+34
* mesa: Handle pbuffers in desktop GL framebuffer attachment queriesKenneth Graunke2019-10-151-5/+7
* mesa: Allow MESA_framebuffer_flip_y for GLES 3Fritz Koenig2019-10-081-12/+47
* mesa: add EXT_dsa (Named)Framebuffer functionsPierre-Eric Pelloux-Prayer2019-07-301-11/+200
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-161-2/+2
* mesa: rename logging functions to reflect that they format stringsMark Janes2019-03-141-5/+5
* mesa: Fix RGBBuffers for renderbuffers with sized internal formatsKenneth Graunke2019-02-251-1/+4
* mesa: add explicit enable for EXT_float_blend, and error conditionIlia Mirkin2019-02-181-0/+4
* mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachmentTapani Pälli2019-02-181-2/+6
* mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.Eric Anholt2019-01-311-0/+23
* mesa: wire up InvalidateFramebufferRob Clark2019-01-291-4/+64
* mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possibleGert Wollny2019-01-281-1/+1
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-151-0/+4
* mesa: Add core support for EXT_multisampled_render_to_texture{,2}Kristian H. Kristensen2018-12-061-14/+43
* mesa: mark GL_SR8_EXT non-renderable on GLESMarek Olšák2018-11-121-0/+1
* mesa: enable EXT_framebuffer_object in core profileTimothy Arceri2018-09-181-22/+12
* mesa: FramebufferParameteri parameter checkingFritz Koenig2018-09-171-0/+1
* mesa: add missing return statement for GL_RG_SNORM caseDanylo Piliaiev2018-09-061-1/+1
* mesa: enable ARB_direct_state_access in compat for GL3.1+Timothy Arceri2018-08-301-6/+7
* mesa: enable EXT_render_snorm extensionTapani Pälli2018-08-131-8/+29
* mesa: add functional FBO changes for AMD_framebuffer_multisample_advancedMarek Olšák2018-08-041-17/+79
* mesa: add gl_renderbuffer::NumStorageSamplesMarek Olšák2018-08-041-8/+17
* glapi: define AMD_framebuffer_multisample_advanced and add its functionsMarek Olšák2018-08-041-0/+22
* mesa: add storageSamples parameter to renderbuffer functionsMarek Olšák2018-08-041-16/+25
* mesa: add glRenderbufferStorage support for EXT_texture_norm16 formatsTapani Pälli2018-07-311-3/+7
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-271-0/+16
* mesa: add missing return in error pathEric Engestrom2018-06-181-1/+3
* mesa: add support for ARB_sample_locationsRhys Perry2018-06-141-28/+228
* mesa: fix error handling in get_framebuffer_parameterivRhys Perry2018-05-091-31/+41
* mesa: add missing RGB9_E5 format in _mesa_base_fbo_formatJuan A. Suarez Romero2018-02-231-0/+3
* Revert "mesa: add missing RGB9_E5 format in _mesa_base_fbo_format"Antia Puentes2018-01-311-3/+0
* mesa: add missing RGB9_E5 format in _mesa_base_fbo_formatJuan A. Suarez Romero2018-01-251-0/+3
* mesa: add const qualifier on _mesa_base_fbo_format()Brian Paul2017-12-051-1/+1
* mesa: s/%u/%d/ in _mesa_error() call in check_layer()Brian Paul2017-12-051-2/+1
* mesa: add const qualifier in test_attachment_completeness()Brian Paul2017-12-051-1/+1
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-091-7/+7
* mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.Kenneth Graunke2017-10-271-0/+9
* mesa: minor simplification in test_attachment_completeness()Brian Paul2017-10-141-2/+1
* mesa: Expose GL_OES_required_internalformat on GLES contexts.Eric Anholt2017-10-101-0/+1
* mesa: make glFramebuffer* check immutable texture level boundsKenneth Graunke2017-10-071-6/+14
* mesa/main: R10G10B10_(A2) formats are not color renderable in ESNicolai Hähnle2017-10-021-2/+5
* mesa: add KHR_no_error support to glNamedFramebufferRenderbuffer()Samuel Pitoiset2017-07-311-0/+13
* mesa: add KHR_no_error support to glFramebufferRenderbuffer()Samuel Pitoiset2017-07-311-0/+22
* mesa: add framebuffer_renderbuffer_error() helperSamuel Pitoiset2017-07-311-46/+63
* mesa: add KHR_no_error support to glInvalidate*()Samuel Pitoiset2017-07-311-0/+17
* mesa: remove duplicated code around framebuffer_renderbuffer()Samuel Pitoiset2017-07-201-47/+23