summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-27/+27
* mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-091-2/+4
* mesa: fix signed/unsigned MSVC warnings in fbobject.cBrian Paul2012-11-061-2/+3
* mesa: Generate invalid operation in glGenerateMipMap for integer texturesAnuj Phogat2012-11-051-0/+9
* mesa: remove unimplemented FramebufferTextureFaceARBJordan Justen2012-11-031-10/+0
* mesa: remove unimplemented FramebufferTextureARBJordan Justen2012-11-031-11/+0
* mesa: Ignore SRGB when determining compatible resolve formats.Kenneth Graunke2012-09-201-1/+2
* mesa: remove FEATURE_EXT_framebuffer_blit define.Oliver McFadden2012-09-151-9/+0
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-151-2/+0
* mesa: remove FEATURE_ARB_shader_objects and related defines.Oliver McFadden2012-09-151-2/+0
* mesa/msaa: Allow X and Y flips in multisampled blits.Paul Berry2012-09-111-2/+2
* mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather th...Ian Romanick2012-08-291-68/+132
* mesa/es: Validate glGetRenderbufferParameter pname in Mesa code rather than t...Ian Romanick2012-08-291-1/+2
* mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rath...Ian Romanick2012-08-291-27/+29
* mesa/es: Validate glGenerateMipmap target in Mesa code rather than the ES wra...Ian Romanick2012-08-291-2/+9
* mesa/es: Validate glFramebufferTexture2D textarget in Mesa code rather than t...Ian Romanick2012-08-291-2/+4
* mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base imageBrian Paul2012-08-161-0/+2
* mesa: flush vertices in test_framebuffer_completenessMarek Olšák2012-08-151-0/+3
* mesa: Add skeleton implementations of glInvalidate{Sub,}FramebufferIan Romanick2012-08-141-0/+141
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-4/+4
* mesa: add support for using API_OPENGL_COREJordan Justen2012-07-301-7/+7
* mesa: move more format helper functions to glformats.cBrian Paul2012-07-241-1/+1
* mesa: fix format checking when doing a multisample resolveMarek Olšák2012-07-231-1/+111