mesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys fbo is incomplete.
[mesa.git] / src / mesa / main / fbobject.c
2013-07-29 Matt Turnermesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys...
2013-07-19 Tomasz Lismesa: Dispatch ARB_framebuffer_object and EXT_framebuff...
2013-06-28 Ian Romanickmesa: GL_EXT_framebuffer_object is not optional
2013-06-07 Eric Anholtmesa: Report core FBO incompleteness cases through...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-30 Anuj Phogatmesa: Implement ext_framebuffer_multisample_blit_scaled...
2013-05-17 Eric Anholtmesa: Make FinishRenderTexture just take the renderbuff...
2013-05-17 Eric Anholtmesa: Track the TexImage being rendered to in the gl_re...
2013-05-17 Eric Anholtmesa: Make gl_renderbuffers backed by EGL images use...
2013-05-06 Eric Anholtmesa: Make Mesa core set up wrapped texture renderbuffe...
2013-05-06 Eric Anholtmesa: Make core Mesa allocate the texture renderbuffer...
2013-05-01 Jordan Justenmesa: implement glFramebufferTexture
2013-05-01 Jordan Justenmesa: add Layered field to framebuffers
2013-05-01 Jordan Justenmesa: add renderbuffer attachment Layered field
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-24 Marek Olšákmesa: don't set _NEW_BUFFERS in GenerateMipmap and...
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-04-06 Marek Olšákmesa: don't set _ClampFragmentColor to TRUE if it has...
2013-04-06 Marek Olšákmesa: refactor clamping controls, get rid of _ClampRead...
2013-03-26 Chris Forbesmesa: only check sample count if we actually wanted...
2013-03-24 Chris Forbesmesa: helper for checking renderbuffer sample count
2013-03-23 Marek Olšákmesa: add helper func for checking combined depthstenci...
2013-03-14 Anuj Phogatmesa: Fix FB blitting in case of zero size src or dst...
2013-03-01 Chris Forbesmesa: support multisample textures in framebuffer compl...
2013-03-01 Chris Forbesmesa: add texobj support for ARB_texture_multisample
2013-02-20 Tapani Pälligles2: a stub implementation for GL_EXT_discard_framebuffer
2013-01-22 Ian Romanickmesa/es3: Apply stricter multisample blit rules for...
2013-01-22 Ian Romanickmesa/es3: Disallow FRAMEBUFFER_ATTACHMENT_COMPONENT_TYP...
2013-01-22 Ian Romanickmesa: Don't allow blits to / from the same buffer in...
2013-01-22 Eric Anholtmesa: Drop manual checks for outside begin/end.
2013-01-21 Jordan Justenfbobject: add additional fbo completeness checks for...
2013-01-21 Jordan Justenextensions: enable EXT_color_buffer_float for ES3
2013-01-16 Brian Paulmesa: move declarations before code to fix MSVC build
2013-01-15 Anuj Phogatmesa: Add error checking in _mesa_BlitFramebuffer(...
2013-01-15 Anuj Phogatmesa: Fix GL error generation in _mesa_GetFramebufferAt...
2013-01-15 Anuj Phogatmesa: Fix GL error generation in glBlitFramebuffer()
2013-01-15 Matt Turnermesa: Reject texture-only formats as renderbuffer forma...
2013-01-15 Jordan Justenfbobject: don't allow LUMINANCE/INTENSITY/ALPHA fbo...
2013-01-15 Jordan Justenfbobject: add VERBOSE=api message for renderbuffer...
2013-01-15 Jordan Justenfbobject: add VERBOSE=api message for check framebuffer...
2013-01-10 Matt Turnermesa: Allow GL_DEPTH_STENCIL_ATTACHMENT in ES 3
2013-01-05 Ian Romanickmesa: Disallow R, RG, or RGB integer and unsigned forma...
2013-01-05 Ian Romanickmesa: Disallow SNORM formats for renderbuffers in OpenGL ES
2013-01-05 Ian Romanickmesa: Disallow deprecated SNORM formats for renderbuffers
2012-12-04 Ian Romanickmesa: Only require Gen'ed name for glBind{Framebuffer...
2012-11-30 Brian Paulmesa: pass context parameter to gl_renderbuffer::Delete()
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-29 Marek Olšákmesa: move some helper functions from fboobject.c to...
2012-11-28 Marek Olšákmesa: fix BlitFramebuffer between linear and sRGB formats
2012-11-19 Kenneth Graunkemesa: Support EXT_framebuffer_blit targets in ES 3...
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-11-08 Dave Airliemesa: add fbo/texture support for ARB_texture_cube_map_...
2012-11-06 Brian Paulmesa: fix signed/unsigned MSVC warnings in fbobject.c
2012-11-05 Anuj Phogatmesa: Generate invalid operation in glGenerateMipMap...
2012-11-03 Jordan Justenmesa: remove unimplemented FramebufferTextureFaceARB
2012-11-03 Jordan Justenmesa: remove unimplemented FramebufferTextureARB
2012-09-20 Kenneth Graunkemesa: Ignore SRGB when determining compatible resolve...
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_framebuffer_blit define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_OES_EGL_image define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_ARB_shader_objects and related...
2012-09-11 Paul Berrymesa/msaa: Allow X and Y flips in multisampled blits.
2012-08-29 Ian Romanickmesa/es: Validate glRenderbufferStorage internalFormat...
2012-08-29 Ian Romanickmesa/es: Validate glGetRenderbufferParameter pname...
2012-08-29 Ian Romanickmesa/es: Validate glGetFramebufferAttachmentParameter...
2012-08-29 Ian Romanickmesa/es: Validate glGenerateMipmap target in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glFramebufferTexture2D textarget...
2012-08-16 Brian Paulmesa: raise GL_INVALID_OPERATION in glGenerateMipmap...
2012-08-15 Marek Olšákmesa: flush vertices in test_framebuffer_completeness
2012-08-14 Ian Romanickmesa: Add skeleton implementations of glInvalidate...
2012-08-07 Eric Anholtmesa: Replace VersionMajor/VersionMinor with a Version...
2012-07-30 Jordan Justenmesa: add support for using API_OPENGL_CORE
2012-07-24 Brian Paulmesa: move more format helper functions to glformats.c
2012-07-23 Marek Olšákmesa: fix format checking when doing a multisample...
2012-07-12 Marek Olšákmesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatib...
2012-06-16 Marek Olšákmesa: if AllocStorage doesn't choose a format, report...
2012-05-11 Brian Paulmesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FB...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-07 Paul Berryfbo: Only reuse depth/stencil attachments if the parame...
2012-03-12 Anuj Phogatmesa: Fix the cause of piglit test fbo-array failure
2012-03-12 Brian Paulmesa: add more comments about textarget in framebuffer_...
2012-03-06 Anuj Phogatmesa: Fix valid texture target test in _mesa_GetTexLeve...
2012-02-17 Eric Anholtmesa: Only end render-to-texture at bind time for drawb...
2012-02-15 Brian Paulmesa: fix comment typos in fbobject.c
2012-01-25 Marek Olšákmesa: remove ctx->Const.sRGBCapable
2012-01-25 Marek Olšákmesa: allow exposing GL3 without EXT_texture_integer
2012-01-25 Marek Olšákmesa: add missing integer alpha formats to _mesa_base_f...
2012-01-20 Chad Versacemesa: Loosen glBlitFramebuffer restrictions on depthste...
2012-01-12 Eric Anholtmesa: Avoid short-circuiting realloc of renderbuffers...
2012-01-12 Brian Paulmesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo...
2012-01-10 Brian Paulmesa: add missing color buffer datatype check for glBli...
2012-01-09 Brian Paulmesa: fix error message in _mesa_BlitFramebufferEXT()
2012-01-09 Brian Paulmesa: check depth, stencil formats (not depths) in...
2012-01-09 Brian Paulmesa: add missing error check for linear blit of intege...
2011-12-16 Brian Paulmesa: whitespace and comment fixes in fbobject.c
2011-12-13 Brian Paulmesa: stop using _Depth, _StencilBuffer fields in _mesa...
2011-11-28 Brian Paulmesa: move _mesa_base_format_has_channel() into image.c
2011-11-28 Brian Paulmesa: use _mesa_base_format_has_channel() in fbobject...
2011-11-28 Dave Airliemesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT...
next