summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: finish up ARB_texture_floatMarek Olšák2011-04-151-1/+31
* mesa: Guard against null pointer deref in fbo validationFabian Bieler2011-04-051-1/+1
* mesa: added _mesa_get_attachment_teximage() helpersBrian Paul2011-04-051-6/+4
* mesa: initial EXT_texture_snorm supportMarek Olšák2011-03-291-1/+37
* mesa: Add missing parentheses in glBlitFramebufferEXT error strings.Vinson Lee2011-03-281-5/+5
* mesa: return after invalidating renderbufferMarek Olšák2011-03-071-0/+1
* mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák2011-03-071-6/+29
* mesa: consolidate framebuffer target lookup codeBrian Paul2011-02-281-89/+33
* mesa: s/mesaFormat/attFormat/Brian Paul2011-02-281-4/+4
* mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul2011-02-181-0/+7
* mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie2011-02-051-1/+1
* mesa: fix typo, wrap long lineBrian Paul2011-01-281-2/+3
* mesa: add red, red/green formats in _mesa_base_fbo_format()Brian Paul2011-01-241-1/+11
* mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()Brian Paul2011-01-241-0/+29
* mesa: new cases in _mesa_base_fbo_format()Brian Paul2011-01-241-8/+35
* Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to texim...Brian Paul2011-01-241-24/+43
* mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupportedMarek Olšák2011-01-231-1/+8
* mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages.Eric Anholt2011-01-141-43/+24
* srgb: fix fbo base format picking.Dave Airlie2011-01-141-1/+1
* mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test.Dave Airlie2011-01-131-0/+2
* mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Brian Paul2011-01-121-0/+7
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: Also report the number of renderbuffer alpha bits for GL_LUMINANCE_ALPHA.Eric Anholt2011-01-031-1/+2
* mesa: Also report renderbuffer red/green size for GL_RED and GL_RG.Eric Anholt2011-01-031-0/+9
* mesa: Use the common logic for "is this baseformat a color format?"Eric Anholt2011-01-031-7/+7
* mesa: Allow color renderbuffers besides just RGB and RGBA.Eric Anholt2011-01-031-2/+1