summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-12mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.Eric Anholt1-1/+2
2012-01-12mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul1-33/+14
2012-01-10mesa: add missing color buffer datatype check for glBlitFramebuffer()Brian Paul1-0/+44
2012-01-09mesa: fix error message in _mesa_BlitFramebufferEXT()Brian Paul1-1/+1
2012-01-09mesa: check depth, stencil formats (not depths) in glBlitFramebufferBrian Paul1-6/+4
2012-01-09mesa: add missing error check for linear blit of integer colorsBrian Paul1-0/+13
2011-12-16mesa: whitespace and comment fixes in fbobject.cBrian Paul1-9/+11
2011-12-13mesa: stop using _Depth, _StencilBuffer fields in _mesa_BlitFramebufferEXT()Brian Paul1-6/+8
2011-11-28mesa: move _mesa_base_format_has_channel() into image.cBrian Paul1-1/+1
2011-11-28mesa: use _mesa_base_format_has_channel() in fbobject.c queriesBrian Paul1-41/+4
2011-11-28mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie1-0/+3
2011-11-19mesa: define, use _mesa_is_cube_face() in several placesBrian Paul1-9/+1
2011-11-11mesa: Fix glFramebufferTexture*() for depth and stencil attachmentsChad Versace1-3/+55
2011-11-03mesa: fix a logic error in glFramebufferTexture2DChia-I Wu1-1/+1
2011-11-03mesa: fix the low limit of width and height for glRenderbufferStorageYuanhan Liu1-2/+2
2011-10-20mesa: Round the argument to PixelStoref instead of truncating.Eric Anholt1-0/+8
2011-10-11mesa: Only allow queries of window system FBO on desktop GL w/ARB_fboIan Romanick1-0/+15
2011-10-11mesa: Accept GL_DEPTH and GL_STENCIL for window system FBO onlyIan Romanick1-12/+27
2011-10-05mesa: update fbo format tablet for integer types.Dave Airlie1-1/+61
2011-10-04mesa/es: Allow other color attachments in OpenGL ES 2.0Ian Romanick1-1/+5
2011-10-04mesa/es: Validate FBO target enum in Mesa code rather than the ES wrapperIan Romanick1-2/+4
2011-10-04mesa/es: Validate FBO attachment enum in Mesa code rather than the ES wrapperIan Romanick1-1/+6
2011-10-01mesa: s/INLINE/inline/Brian Paul1-3/+3
2011-08-29mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick1-1/+1
2011-08-19mesa: handle array textures in GenerateMipmap(), FramebufferTexture1/2D()Brian Paul1-3/+21
2011-08-19mesa: restructure error checking in _mesa_FramebufferTexture1D/2DEXT()Brian Paul1-11/+45
2011-08-18mesa: fix incorrect error code in _mesa_FramebufferTexture1D/3DEXT()Brian Paul1-2/+2
2011-07-21mesa: GLES2 should return different error enums for invalid fbo queriesMarek Olšák1-7/+16
2011-07-10mesa: return early if mask is cleared to zero in BlitFramebufferMarek Olšák1-0/+4
2011-07-10mesa: initial ARB_depth_buffer_float supportMarek Olšák1-0/+19
2011-06-18mesa: Fix render-to-texture regression.Eric Anholt1-2/+2
2011-06-16mesa: use helper functions to distinguish between user/winsys FBOsBrian Paul1-18/+42
2011-06-07mesa: Ignore blits to/from missing buffersIan Romanick1-8/+37
2011-06-01mesa: queries of non-existent FBO attachments should return INVALID_OPERATIONMarek Olšák1-1/+26
2011-05-26mesa: Allow NULL read/draw in complete FBOs in ARB_ES2_compatibility.Eric Anholt1-1/+1
2011-05-17mesa: make RGB9_E5 non-renderable on swrast againMarek Olšák1-6/+4
2011-04-29mesa: implement EXT_packed_floatMarek Olšák1-0/+2
2011-04-29mesa: implement EXT_texture_shared_exponentMarek Olšák1-0/+11
2011-04-15mesa: finish up ARB_texture_floatMarek Olšák1-1/+31
2011-04-05mesa: Guard against null pointer deref in fbo validationFabian Bieler1-1/+1
2011-04-05mesa: added _mesa_get_attachment_teximage() helpersBrian Paul1-6/+4
2011-03-29mesa: initial EXT_texture_snorm supportMarek Olšák1-1/+37
2011-03-28mesa: Add missing parentheses in glBlitFramebufferEXT error strings.Vinson Lee1-5/+5
2011-03-07mesa: return after invalidating renderbufferMarek Olšák1-0/+1
2011-03-07mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák1-6/+29
2011-02-28mesa: consolidate framebuffer target lookup codeBrian Paul1-89/+33
2011-02-28mesa: s/mesaFormat/attFormat/Brian Paul1-4/+4
2011-02-18mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul1-0/+7
2011-02-05mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie1-1/+1
2011-01-28mesa: fix typo, wrap long lineBrian Paul1-2/+3