summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add const qualifier on _mesa_base_fbo_format()Brian Paul2017-12-051-1/+1
* mesa: s/%u/%d/ in _mesa_error() call in check_layer()Brian Paul2017-12-051-2/+1
* mesa: add const qualifier in test_attachment_completeness()Brian Paul2017-12-051-1/+1
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-091-7/+7
* mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.Kenneth Graunke2017-10-271-0/+9
* mesa: minor simplification in test_attachment_completeness()Brian Paul2017-10-141-2/+1
* mesa: Expose GL_OES_required_internalformat on GLES contexts.Eric Anholt2017-10-101-0/+1
* mesa: make glFramebuffer* check immutable texture level boundsKenneth Graunke2017-10-071-6/+14
* mesa/main: R10G10B10_(A2) formats are not color renderable in ESNicolai Hähnle2017-10-021-2/+5
* mesa: add KHR_no_error support to glNamedFramebufferRenderbuffer()Samuel Pitoiset2017-07-311-0/+13
* mesa: add KHR_no_error support to glFramebufferRenderbuffer()Samuel Pitoiset2017-07-311-0/+22
* mesa: add framebuffer_renderbuffer_error() helperSamuel Pitoiset2017-07-311-46/+63
* mesa: add KHR_no_error support to glInvalidate*()Samuel Pitoiset2017-07-311-0/+17
* mesa: remove duplicated code around framebuffer_renderbuffer()Samuel Pitoiset2017-07-201-47/+23
* mesa: add KHR_no_error support for glCheckFramebufferStatus()Samuel Pitoiset2017-06-281-0/+10
* mesa: add KHR_no_error support for gl*Renderbuffers()Samuel Pitoiset2017-06-281-0/+16
* mesa: prepare create_render_buffers() for KHR_no_error supportSamuel Pitoiset2017-06-281-7/+17
* mesa: add KHR_no_error support for NamedFramebufferTextureTimothy Arceri2017-05-171-0/+8
* mesa: add KHR_no_error support for FramebufferTextureTimothy Arceri2017-05-171-0/+9
* mesa: add *FramebufferTexture() support to frame_buffer_texture helperTimothy Arceri2017-05-171-100/+41
* mesa: add KHR_no_error support for NamedFramebufferTextureLayerTimothy Arceri2017-05-171-0/+12
* mesa: add KHR_no_error support for FramebufferTextureLayerTimothy Arceri2017-05-171-0/+9
* mesa: add no error support to frame_buffer_texture_layer() helperTimothy Arceri2017-05-171-27/+43
* mesa: add frame_buffer_texture_layer() helperTimothy Arceri2017-05-171-54/+31
* mesa: add KHR_no_error support for FramebufferTexture*D functionsTimothy Arceri2017-05-111-0/+30
* mesa: add no error version of framebuffer_texture_with_dims()Timothy Arceri2017-05-111-0/+22
* mesa: add error version of get_texture_for_framebuffer()Timothy Arceri2017-05-111-8/+18
* mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri2017-05-111-17/+37
* mesa: add _mesa_get_and_validate_attachment() helperTimothy Arceri2017-05-111-12/+25
* mesa: remove _mesa_problem() from a few locationsTimothy Arceri2017-05-111-5/+3
* mesa: make _mesa_get_framebuffer_attachment_parameter() staticTimothy Arceri2017-05-111-9/+9
* mesa: fix indentationTimothy Arceri2017-05-111-1/+1
* mesa: remove _mesa from static framebuffer object functionTimothy Arceri2017-05-111-3/+3
* mesa: fix renderbuffer leakTimothy Arceri2017-04-071-1/+1
* mesa/main: simplify _mesa_IsRenderbuffer()Samuel Pitoiset2017-04-071-7/+6
* mesa: tidy up renderbuffer RefCount initialisationTimothy Arceri2017-04-061-1/+0
* mesa: Avoid read of uninitialized variableRobert Foss2017-03-021-1/+1
* main/fboject: default_framebuffer allowed for GetFramebufferParameterAlejandro Piñeiro2017-02-061-7/+37
* main/fbobject: implement new 4.5 pnames for GetFramebufferParameterAlejandro Piñeiro2017-02-061-0/+18
* mesa: use same is_color_attachment trick to discern error casesIlia Mirkin2017-01-311-3/+11
* mesa/main: Fix FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for NONE attachment typeAlejandro Piñeiro2017-01-191-4/+6
* main/fbobject: throw invalid operation when get_attachment fails if neededAlejandro Piñeiro2017-01-131-7/+42
* main/fboject: return if it is color_attachment on get_attachmentAlejandro Piñeiro2017-01-131-11/+19
* mesa: Return LINEAR encoding for winsys FBO depth/stencil.Kenneth Graunke2016-12-111-2/+7
* mesa/fbobject: Update CubeMapFace when reusing texturesNanley Chery2016-11-181-0/+1
* mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffersBrian Paul2016-10-131-4/+6
* mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets.Kenneth Graunke2016-10-041-2/+3
* mesa: Reorganize check_textarget().Kenneth Graunke2016-10-041-43/+37
* mesa: fix glGetFramebufferAttachmentParameteriv w/ on-demand FRONT_BACK allocMarek Olšák2016-09-161-2/+14
* mesa: print number of samples in renderbuffer_storage error msgBrian Paul2016-07-081-1/+1