summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-19main: Add TEXTURE_CUBE_MAP support in CopyTextureSubImage3D.adsa-framebuffersLaura Ekstrand1-3/+11
2015-03-19main: Simplify debug messages for CopyTex*SubImage*D.Laura Ekstrand2-49/+38
2015-03-18main: Advertising GL_ARB_direct_state_access.Laura Ekstrand1-1/+1
2015-03-18main: Fix comment for SetTextureStorageForBufferObject.Laura Ekstrand1-1/+1
2015-03-18main: Add entry point for NamedFramebufferDrawBuffers.Laura Ekstrand4-0/+30
2015-03-18main: Refactor DrawBuffers.Laura Ekstrand2-23/+51
2015-03-18main: Add entry point for NamedFramebufferReadBuffer.Laura Ekstrand4-0/+27
2015-03-18main: Refactor _mesa_ReadBuffer.Laura Ekstrand3-22/+32
2015-03-18main: Add entry point for NamedFramebufferDrawBuffer.Laura Ekstrand4-0/+27
2015-03-18main: Refactor _mesa_DrawBuffer.Laura Ekstrand2-15/+28
2015-03-18main: Refactor _mesa_drawbuffers.Laura Ekstrand5-17/+20
2015-03-18main: Add stubs for [Get]NamedFramebufferParameteri[v].Laura Ekstrand4-0/+52
2015-03-18 main: Fake entry point for glClearNamedFramebufferfi.Laura Ekstrand4-0/+29
2015-03-18main: Fake entry point for glClearNamedFramebufferfv.Laura Ekstrand4-0/+29
2015-03-18main: Fake entry point for glClearNamedFramebufferuiv.Laura Ekstrand4-0/+29
2015-03-18main: Fake entry point for glClearNamedFramebufferiv.Laura Ekstrand4-0/+31
2015-03-18main: Add entry points for InvalidateNamedFramebuffer[Sub]Data.Laura Ekstrand4-0/+97
2015-03-18main: Complete error conditions for glInvalidate*Framebuffer.Laura Ekstrand1-1/+19
2015-03-18main: Refactor invalidate_framebuffer_storage.Laura Ekstrand1-11/+27
2015-03-18main: _mesa_blit_framebuffer updates its arbitrary framebuffers.Laura Ekstrand1-3/+6
2015-03-18main: Add entry point for BlitNamedFramebuffer.Laura Ekstrand4-0/+72
2015-03-18main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand8-10/+11
2015-03-18main: Refactor _mesa_get_clamp_read_color.Laura Ekstrand3-5/+7
2015-03-18main: Refactor _mesa_[update|get]_clamp_fragment_color.Laura Ekstrand7-20/+23
2015-03-18main: Refactor _mesa_[update|get]_clamp_vertex_color.Laura Ekstrand3-8/+14
2015-03-18main: Refactor _mesa_update_framebuffer.Laura Ekstrand8-14/+13
2015-03-18main: Refactor glBlitFramebuffer.Laura Ekstrand2-53/+73
2015-03-18main: Fix whitespace in blit.cLaura Ekstrand1-18/+18
2015-03-18main: Add entry point GetNamedFramebufferAttachmentParameteriv.Laura Ekstrand4-46/+103
2015-03-18main: Add entry point for CheckNamedFramebufferStatus.Laura Ekstrand4-15/+72
2015-03-18main: Fix indents in former get_texture_for_framebuffer functions.Laura Ekstrand1-41/+41
2015-03-18main: Major refactor of get_texture_for_framebuffer.Laura Ekstrand2-212/+247
2015-03-18main: Add entry points for glNamedFramebufferTexture[Layer].Laura Ekstrand4-0/+87
2015-03-18main: Fix indentation in get_texture_for_framebuffer.Laura Ekstrand1-74/+74
2015-03-18main: Refactor get_texture_for_framebuffer.Laura Ekstrand1-22/+21
2015-03-18main: Split framebuffer_texture.Laura Ekstrand2-74/+204
2015-03-18main: Removed tabs in framebuffer_texture.Laura Ekstrand1-24/+25
2015-03-18main: Add entry point for NamedFramebufferRenderbuffer.Laura Ekstrand4-44/+115
2015-03-18main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand8-12/+14
2015-03-18main: Add utility function _mesa_lookup_renderbuffer_err.Laura Ekstrand2-0/+22
2015-03-18main: Add glCreateFramebuffers.Laura Ekstrand4-5/+46
2015-03-18main: Add utility function _mesa_lookup_framebuffer_err.Laura Ekstrand2-0/+22
2015-03-18docs: Update progress on ARB_direct_state_access.Laura Ekstrand1-2/+2
2015-03-18dri: add _glapi_set_nop_handler(), _glapi_new_nop_table() to dri_test.cBrian Paul1-0/+11
2015-03-18mesa: remove MSVC warning pragmasBrian Paul1-20/+0
2015-03-18mesa: add void to format_array_format_table_init() declarationBrian Paul1-1/+1
2015-03-18mapi: move some #includes from .h file to .c filesBrian Paul3-3/+5
2015-03-18mesa: make _mesa_alloc_dispatch_table() staticBrian Paul2-9/+5
2015-03-18mesa: reimplement dispatch table no-op function handlingBrian Paul3-67/+37
2015-03-18mapi: add new _glapi_new_nop_table() and _glapi_set_nop_handler()Brian Paul5-41/+108