summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* main: Refactor invalidate_framebuffer_storage.Laura Ekstrand2015-05-141-11/+27
* main: Complete error conditions for glInvalidate*Framebuffer.Laura Ekstrand2015-05-141-1/+19
* main: _mesa_blit_framebuffer updates its arbitrary framebuffers.Laura Ekstrand2015-05-141-3/+6
* main: Add entry point for BlitNamedFramebuffer.Laura Ekstrand2015-05-144-0/+73
* main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand2015-05-148-10/+11
* main: Refactor _mesa_get_clamp_read_color.Laura Ekstrand2015-05-143-5/+7
* main: Refactor _mesa_[update|get]_clamp_fragment_color.Laura Ekstrand2015-05-147-20/+23
* main: Refactor _mesa_[update|get]_clamp_vertex_color.Laura Ekstrand2015-05-143-8/+14
* main: Refactor _mesa_update_framebuffer.Laura Ekstrand2015-05-148-14/+13
* main: Refactor glBlitFramebuffer.Laura Ekstrand2015-05-142-53/+74
* main: Fix whitespace in blit.cLaura Ekstrand2015-05-141-18/+18
* main: Add entry point GetNamedFramebufferAttachmentParameteriv.Laura Ekstrand2015-05-144-41/+101
* main: Add entry point for CheckNamedFramebufferStatus.Laura Ekstrand2015-05-144-15/+78
* main: Fix indents in former get_texture_for_framebuffer functions.Laura Ekstrand2015-05-141-39/+39
* main: Major refactor of get_texture_for_framebuffer.Laura Ekstrand2015-05-143-228/+268
* main: Add entry points for glNamedFramebufferTexture[Layer].Laura Ekstrand2015-05-144-0/+89
* main: Fix indentation in get_texture_for_framebuffer.Laura Ekstrand2015-05-141-85/+85
* main: Refactor get_texture_for_framebuffer.Laura Ekstrand2015-05-141-22/+21
* main: Split framebuffer_texture.Laura Ekstrand2015-05-142-75/+198
* main: Fix an error generated by FramebufferTextureLaura Ekstrand2015-05-141-4/+13
* mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer < 0Fredrik Höglund2015-05-141-0/+12
* main: Require that the texture exists in framebuffer_textureFredrik Höglund2015-05-141-1/+1
* main: Fix the indentation in framebuffer_textureLaura Ekstrand2015-05-141-1/+2
* main: Add entry point for NamedFramebufferRenderbuffer.Laura Ekstrand2015-05-144-44/+105
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-148-12/+14
* main: Add utility function _mesa_lookup_renderbuffer_err.Laura Ekstrand2015-05-142-0/+25
* main: Add glCreateFramebuffers.Laura Ekstrand2015-05-144-5/+48
* main: Add utility function _mesa_lookup_framebuffer_err.Laura Ekstrand2015-05-142-0/+25
* softpipe: enable ARB_texture_viewRoland Scheidegger2015-05-137-126/+181
* llvmpipe: enable ARB_texture_viewRoland Scheidegger2015-05-136-11/+47
* gallium/util: fix blitter sampler view target initializationRoland Scheidegger2015-05-131-0/+1
* glapi/hgl: Drop extern "C" as it was added to glapiAlexander von Gluck IV2015-05-132-5/+4
* glapi: Add extern "C" to glapi_priv.hAlexander von Gluck IV2015-05-131-0/+8
* gallium/st + hgl: Build fixes for HaikuAlexander von Gluck IV2015-05-133-0/+5
* i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().Francisco Jerez2015-05-132-2/+31
* i965/fs: set execution size to 8 with simd8 ddy instructionTapani Pälli2015-05-131-0/+1
* i965/cs: drop explicit initialisers in C++ fileDave Airlie2015-05-131-4/+6
* nouveau: document nouveau_heapIlia Mirkin2015-05-121-0/+20
* nvc0: switch mechanism for shader eviction to be a while loopIlia Mirkin2015-05-121-5/+6
* st/mesa: update stencil surface if it comes from textureIlia Mirkin2015-05-121-1/+4
* radeonsi: add new bonaire pci idAlex Deucher2015-05-121-0/+1
* st/mesa: translate st_api robustness flags to gl_context flagsMarek Olšák2015-05-121-0/+4
* st/dri: add support for create_context_robustness GLX and EGL extensionsMarek Olšák2015-05-124-9/+43
* st/mesa: implement GetGraphicsResetStatusMarek Olšák2015-05-124-6/+42
* gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERYMarek Olšák2015-05-1215-0/+16
* gallium: add an interface for querying a device reset statusMarek Olšák2015-05-122-0/+17
* clover: Implement locking of the wait_count, _chain and _status members of ev...Francisco Jerez2015-05-121-0/+8
* clover: Wrap event::_status in a method to prevent unlocked access.Francisco Jerez2015-05-122-7/+12
* clover: Refactor event::trigger and ::abort to prevent deadlock and reentranc...Francisco Jerez2015-05-122-12/+34
* nir: Translate memory barrier intrinsics from GLSL IR.Francisco Jerez2015-05-121-0/+4