summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: if AllocStorage doesn't choose a format, report FRAMEBUFFER_UNSUPPORTEDMarek Olšák2012-06-161-1/+10
* mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flagsBrian Paul2012-05-111-14/+6
* fbo: Only reuse depth/stencil attachments if the parameters match.Paul Berry2012-05-071-3/+11
* mesa: Fix the cause of piglit test fbo-array failureAnuj Phogat2012-03-121-1/+3
* mesa: add more comments about textarget in framebuffer_texture()Brian Paul2012-03-121-2/+10
* mesa: Fix valid texture target test in _mesa_GetTexLevelParameteriv()Anuj Phogat2012-03-051-1/+1
* mesa: Only end render-to-texture at bind time for drawbuffers.Eric Anholt2012-02-171-5/+2
* mesa: fix comment typos in fbobject.cBrian Paul2012-02-151-2/+2
* mesa: remove ctx->Const.sRGBCapableMarek Olšák2012-01-251-1/+1
* mesa: allow exposing GL3 without EXT_texture_integerMarek Olšák2012-01-251-6/+10
* mesa: add missing integer alpha formats to _mesa_base_fbo_formatMarek Olšák2012-01-251-0/+9
* mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)Chad Versace2012-01-201-3/+10
* mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.Eric Anholt2012-01-121-1/+2
* mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functionsBrian Paul2012-01-121-33/+14
* mesa: add missing color buffer datatype check for glBlitFramebuffer()Brian Paul2012-01-101-0/+44
* mesa: fix error message in _mesa_BlitFramebufferEXT()Brian Paul2012-01-091-1/+1
* mesa: check depth, stencil formats (not depths) in glBlitFramebufferBrian Paul2012-01-091-6/+4
* mesa: add missing error check for linear blit of integer colorsBrian Paul2012-01-091-0/+13
* mesa: whitespace and comment fixes in fbobject.cBrian Paul2011-12-161-9/+11
* mesa: stop using _Depth, _StencilBuffer fields in _mesa_BlitFramebufferEXT()Brian Paul2011-12-131-6/+8
* mesa: move _mesa_base_format_has_channel() into image.cBrian Paul2011-11-281-1/+1
* mesa: use _mesa_base_format_has_channel() in fbobject.c queriesBrian Paul2011-11-281-41/+4
* mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie2011-11-281-0/+3
* mesa: define, use _mesa_is_cube_face() in several placesBrian Paul2011-11-191-9/+1
* mesa: Fix glFramebufferTexture*() for depth and stencil attachmentsChad Versace2011-11-111-3/+55
* mesa: fix a logic error in glFramebufferTexture2DChia-I Wu2011-11-031-1/+1
* mesa: fix the low limit of width and height for glRenderbufferStorageYuanhan Liu2011-11-031-2/+2
* mesa: Round the argument to PixelStoref instead of truncating.Eric Anholt2011-10-201-0/+8
* mesa: Only allow queries of window system FBO on desktop GL w/ARB_fboIan Romanick2011-10-111-0/+15
* mesa: Accept GL_DEPTH and GL_STENCIL for window system FBO onlyIan Romanick2011-10-111-12/+27
* mesa: update fbo format tablet for integer types.Dave Airlie2011-10-051-1/+61
* mesa/es: Allow other color attachments in OpenGL ES 2.0Ian Romanick2011-10-041-1/+5
* mesa/es: Validate FBO target enum in Mesa code rather than the ES wrapperIan Romanick2011-10-041-2/+4
* mesa/es: Validate FBO attachment enum in Mesa code rather than the ES wrapperIan Romanick2011-10-041-1/+6
* mesa: s/INLINE/inline/Brian Paul2011-10-011-3/+3
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-291-1/+1
* mesa: handle array textures in GenerateMipmap(), FramebufferTexture1/2D()Brian Paul2011-08-191-3/+21
* mesa: restructure error checking in _mesa_FramebufferTexture1D/2DEXT()Brian Paul2011-08-191-11/+45
* mesa: fix incorrect error code in _mesa_FramebufferTexture1D/3DEXT()Brian Paul2011-08-181-2/+2
* mesa: GLES2 should return different error enums for invalid fbo queriesMarek Olšák2011-07-211-7/+16
* mesa: return early if mask is cleared to zero in BlitFramebufferMarek Olšák2011-07-101-0/+4
* mesa: initial ARB_depth_buffer_float supportMarek Olšák2011-07-101-0/+19
* mesa: Fix render-to-texture regression.Eric Anholt2011-06-181-2/+2
* mesa: use helper functions to distinguish between user/winsys FBOsBrian Paul2011-06-161-18/+42
* mesa: Ignore blits to/from missing buffersIan Romanick2011-06-071-8/+37
* mesa: queries of non-existent FBO attachments should return INVALID_OPERATIONMarek Olšák2011-06-011-1/+26
* mesa: Allow NULL read/draw in complete FBOs in ARB_ES2_compatibility.Eric Anholt2011-05-261-1/+1
* mesa: make RGB9_E5 non-renderable on swrast againMarek Olšák2011-05-171-6/+4
* mesa: implement EXT_packed_floatMarek Olšák2011-04-291-0/+2
* mesa: implement EXT_texture_shared_exponentMarek Olšák2011-04-291-0/+11