summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: test for cube map completeness in glGenerateMipmap()Brian Paul2010-12-061-0/+8
* mesa: return GL_FRAMEBUFFER_DEFAULT as FBO attachment typeBrian Paul2010-12-031-1/+1
* mesa: fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME queryBrian Paul2010-12-031-2/+2
* mesa: rename function to _mesa_is_format_integer_color()Brian Paul2010-10-261-1/+1
* mesa: allow FBO attachments of formats LUMINANCE, LUMINANCE_ALPHA, and INTENSITYMarek Olšák2010-10-241-0/+3
* mesa: compute _IntegerColor field in _mesa_test_framebuffer_completeness()Brian Paul2010-10-231-0/+6
* mesa: simplify fbo format checking codeBrian Paul2010-10-231-13/+38
* mesa: 80-column wrappingBrian Paul2010-10-231-3/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-16/+16
* ARB_texture_rg: Allow RED and RG textures as FBO color buffer attachmentsIan Romanick2010-10-011-2/+8
* mesa: Don't reuse DummyFramebuffer as the incomplete framebufferKristian Høgsberg2010-09-091-1/+7
* mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.Eric Anholt2010-09-071-0/+6
* mesa: Fix printf-like warnings.Vinson Lee2010-09-021-1/+1
* mesa: initialize dummy framebuffer and renderbuffer mutexesVladimir Vukicevic2010-09-011-0/+2
* intel: Implement EGL_KHR_surfaceless extensionKristian Høgsberg2010-07-281-0/+5
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+22
* mesa: fix attachment error checking for glGetFramebufferAttachmentParameteriv()Brian Paul2010-06-221-1/+44
* mesa: Allow querying the system FBO in GetFramebufferAttachmentParameterivKristian Høgsberg2010-06-151-6/+8
* mesa: Allow GL_ALPHA FBOs with ARB_framebuffer_object.Eric Anholt2010-06-101-2/+5
* mesa: whitespace and 80 column wrappingBrian Paul2010-06-021-3/+12
* mesa: fix incorrect GL_DEPTH_STENCIL_ATTACHMENT format checkBrian Paul2010-05-271-3/+3
* mesa: Reenable check for GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXTKristian Høgsberg2010-05-241-21/+23
* mesa: use GL_RGBA16_SNORM for accum bufferBrian Paul2010-05-091-0/+1
* mesa: Move GL_RGB565 workaround into fbobject.cKristian Høgsberg2010-04-271-0/+15
* mesa: Add OES_EGL_image to extension list.Chia-I Wu2010-04-061-0/+6
* mesa: Add missing features.Chia-I Wu2010-03-301-1/+1
* mesa: added GL3 buffer attachment aliasesBrian Paul2010-03-201-0/+4
* mesa: raise an error when trying to bind non-existant texture to FBOBrian Paul2010-03-101-0/+8