summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-23mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default framebuffer.Iago Toral Quiroga1-1/+10
2015-09-01mesa: Limit Framebuffer Parameter OpenGL ES 3.1 usageMarta Lofstedt1-1/+17
2015-08-18mesa: move non-generic samples validationTimothy Arceri1-0/+10
2015-08-10mesa/es3.1: Allow Multisampled FrameBufferTexturesMarta Lofstedt1-2/+3
2015-07-23mesa: initialize variables to silence compiler warningsBrian Paul1-2/+2
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-36/+36
2015-06-17PATCH 03/10] mesa: Complete ARB_framebuffer_no_attachments in Mesa coreKevin Rogovin1-29/+182
2015-06-17mesa: Constants and functions for ARB_framebuffer_no_attachmentsKevin Rogovin1-0/+28
2015-06-17mesa: Define infrastructure for ARB_framebuffer_no_attachmentsKevin Rogovin1-0/+1
2015-05-28mesa: Use the profile instead of an extension bit to validate GL_TEXTURE_CUBE...Ian Romanick1-3/+10
2015-05-28Revert "mesa: Add ARB_direct_state_access checks in FBO functions"Ian Romanick1-67/+0
2015-05-28Revert "mesa: Add ARB_direct_state_access checks in renderbuffer functions"Ian Romanick1-21/+0
2015-05-16mesa: Check the lookup_framebuffer return value in NamedFramebufferRenderbufferFredrik Höglund1-0/+2
2015-05-14mesa: Add ARB_direct_state_access checks in renderbuffer functionsFredrik Höglund1-0/+21
2015-05-14mesa: Add ARB_direct_state_access checks in FBO functionsFredrik Höglund1-0/+67
2015-05-14mesa: Make GL_TEXTURE_CUBE_MAP valid in FramebufferTextureLayerFredrik Höglund1-5/+31
2015-05-14main: Add stubs for [Get]NamedFramebufferParameteri[v].Laura Ekstrand1-0/+32
2015-05-14main: Add entry points for InvalidateNamedFramebuffer[Sub]Data.Laura Ekstrand1-0/+69
2015-05-14main: Refactor invalidate_framebuffer_storage.Laura Ekstrand1-11/+27
2015-05-14main: Complete error conditions for glInvalidate*Framebuffer.Laura Ekstrand1-1/+19
2015-05-14main: Add entry point GetNamedFramebufferAttachmentParameteriv.Laura Ekstrand1-41/+83
2015-05-14main: Add entry point for CheckNamedFramebufferStatus.Laura Ekstrand1-15/+64
2015-05-14main: Fix indents in former get_texture_for_framebuffer functions.Laura Ekstrand1-39/+39
2015-05-14main: Major refactor of get_texture_for_framebuffer.Laura Ekstrand1-225/+265
2015-05-14main: Add entry points for glNamedFramebufferTexture[Layer].Laura Ekstrand1-0/+64
2015-05-14main: Fix indentation in get_texture_for_framebuffer.Laura Ekstrand1-85/+85
2015-05-14main: Refactor get_texture_for_framebuffer.Laura Ekstrand1-22/+21
2015-05-14main: Split framebuffer_texture.Laura Ekstrand1-75/+190
2015-05-14main: Fix an error generated by FramebufferTextureLaura Ekstrand1-4/+13
2015-05-14mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer < 0Fredrik Höglund1-0/+12
2015-05-14main: Require that the texture exists in framebuffer_textureFredrik Höglund1-1/+1
2015-05-14main: Fix the indentation in framebuffer_textureLaura Ekstrand1-1/+2
2015-05-14main: Add entry point for NamedFramebufferRenderbuffer.Laura Ekstrand1-44/+85
2015-05-14main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand1-3/+4
2015-05-14main: Add utility function _mesa_lookup_renderbuffer_err.Laura Ekstrand1-0/+21
2015-05-14main: Add glCreateFramebuffers.Laura Ekstrand1-5/+37
2015-05-14main: Add utility function _mesa_lookup_framebuffer_err.Laura Ekstrand1-0/+21
2015-04-23mesa: finish implementing ARB_texture_stencil8 (v5)Dave Airlie1-3/+6
2015-04-01mesa/fbo: lock ctx->Shared->Mutex when allocating renderbuffersMartin Peres1-0/+2
2015-04-01mesa/fbo: do not assign a value that is never read later onMartin Peres1-6/+3
2015-03-25main: Added entry points for NamedRenderbufferStorage/MultisampleMartin Peres1-41/+116
2015-03-25main: Added entry point for glGetNamedRenderbufferParameterivMartin Peres1-18/+45
2015-03-25main: Added entry point for glCreateRenderbuffersMartin Peres1-18/+54
2015-03-25main: replace tabs by 8 spaces in fbobject.cMartin Peres1-83/+83
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-19/+19
2015-02-13mesa: fix OES_texture_float texture render target behaviorTapani Pälli1-0/+12
2015-02-08mesa: Make renderbuffer FBO attachments not layeredJames Legg1-0/+1
2015-02-03mesa: fix error value in GetFramebufferAttachmentParameteriv for OpenGL ES 3.0Samuel Iglesias Gonsalvez1-1/+1
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-5/+4
2015-01-13mesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativMike Mason1-6/+0