summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-281-7/+0
* mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.Eric Anholt2013-06-071-18/+25
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat2013-05-301-6/+30
* mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt2013-05-171-3/+3
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-171-4/+4
* mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.Eric Anholt2013-05-171-9/+15
* mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt2013-05-061-0/+7
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-061-5/+43
* mesa: implement glFramebufferTextureJordan Justen2013-05-011-0/+16
* mesa: add Layered field to framebuffersJordan Justen2013-05-011-0/+20
* mesa: add renderbuffer attachment Layered fieldJordan Justen2013-05-011-7/+9
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: don't set _NEW_BUFFERS in GenerateMipmap and BlitFramebufferMarek Olšák2013-04-241-2/+2
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák2013-04-061-1/+6
* mesa: refactor clamping controls, get rid of _ClampReadColorMarek Olšák2013-04-061-0/+10
* mesa: only check sample count if we actually wanted multisamplingChris Forbes2013-03-271-9/+10
* mesa: helper for checking renderbuffer sample countChris Forbes2013-03-241-3/+10
* mesa: add helper func for checking combined depthstencil buffers from st/mesaMarek Olšák2013-03-231-0/+26
* mesa: Fix FB blitting in case of zero size src or dst rectAnuj Phogat2013-03-131-1/+3
* mesa: support multisample textures in framebuffer completeness checkChris Forbes2013-03-021-14/+37
* mesa: add texobj support for ARB_texture_multisampleChris Forbes2013-03-021-2/+9
* gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli2013-02-201-0/+53
* mesa/es3: Apply stricter multisample blit rules for ES3.Ian Romanick2013-01-221-13/+48
* mesa/es3: Disallow FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE query of DEPTH_STENC...Ian Romanick2013-01-221-0/+16
* mesa: Don't allow blits to / from the same buffer in OpenGL ES 3.0Ian Romanick2013-01-221-0/+31
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-25/+0
* fbobject: add additional fbo completeness checks for GLESJordan Justen2013-01-201-1/+45
* extensions: enable EXT_color_buffer_float for ES3Jordan Justen2013-01-201-9/+17
* mesa: move declarations before code to fix MSVC buildBrian Paul2013-01-151-4/+8
* mesa: Add error checking in _mesa_BlitFramebuffer() for MRTsAnuj Phogat2013-01-151-47/+62
* mesa: Fix GL error generation in _mesa_GetFramebufferAttachmentParameteriv()Anuj Phogat2013-01-151-1/+28
* mesa: Fix GL error generation in glBlitFramebuffer()Anuj Phogat2013-01-151-15/+49
* mesa: Reject texture-only formats as renderbuffer formats in ES 3Matt Turner2013-01-151-9/+5
* fbobject: don't allow LUMINANCE/INTENSITY/ALPHA fbo on ES/CoreJordan Justen2013-01-141-1/+2
* fbobject: add VERBOSE=api message for renderbuffer storageJordan Justen2013-01-141-1/+16
* fbobject: add VERBOSE=api message for check framebuffer statusJordan Justen2013-01-141-0/+4
* mesa: Allow GL_DEPTH_STENCIL_ATTACHMENT in ES 3Matt Turner2013-01-101-1/+1
* mesa: Disallow R, RG, or RGB integer and unsigned formats in OpenGL ES 3.0Ian Romanick2013-01-041-4/+2
* mesa: Disallow SNORM formats for renderbuffers in OpenGL ESIan Romanick2013-01-041-16/+4
* mesa: Disallow deprecated SNORM formats for renderbuffersIan Romanick2013-01-041-18/+0
* mesa: Only require Gen'ed name for glBind{Framebuffer,Renderbuffer} on desktopIan Romanick2012-12-031-2/+6
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-1/+1
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-26/+26
* mesa: move some helper functions from fboobject.c to glformats.cMarek Olšák2012-11-291-119/+8
* mesa: fix BlitFramebuffer between linear and sRGB formatsMarek Olšák2012-11-281-3/+39
* mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well.Kenneth Graunke2012-11-191-4/+5