summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Add gen8 blend stateBen Widawsky2015-05-181-2/+110
* i965: Add renderbuffer surface indexes to debugBen Widawsky2015-05-181-1/+1
* i965: Add Gen9 surface state decodingBen Widawsky2015-05-186-39/+68
* i965: Add gen8 surface state debug infoBen Widawsky2015-05-182-6/+81
* i965: Add gen7+ sampler state to batch debugBen Widawsky2015-05-182-1/+71
* i965: Add viewport extents (gen8) to batch decodeBen Widawsky2015-05-181-4/+11
* i965: Add all surface types to the batch decodeBen Widawsky2015-05-183-15/+10
* i965: Add string for surface format to tableBen Widawsky2015-05-181-217/+219
* i965/fs: Implement integer multiply without mul/mach.Matt Turner2015-05-181-28/+66
* i965/fs: Rework compression control selection.Matt Turner2015-05-181-3/+6
* i965/fs: Support integer multiplication in SIMD16 on Haswell.Matt Turner2015-05-181-5/+47
* i965/fs: Add set_sechalf() method.Matt Turner2015-05-181-0/+10
* i965/fs: Unrestrict constant propagation into integer multiply.Matt Turner2015-05-181-1/+9
* i965/fs: Lower integer multiplication after optimizations.Matt Turner2015-05-184-64/+70
* i965: Fix textureSize for Lod > 0 with non-mipmap filtersIago Toral Quiroga2015-05-181-2/+4
* mesa: Check the lookup_framebuffer return value in NamedFramebufferRenderbufferFredrik Höglund2015-05-161-0/+2
* gallium: disable tessellation shaders for meta opsMarek Olšák2015-05-164-2/+26
* mesa: Remove all vestiges of glFramebufferTextureFaceARBIan Romanick2015-05-152-35/+4
* st/mesa: Flush the bitmap cache in st_BlitFramebufferFredrik Höglund2015-05-151-0/+4
* i965: Fix FS unit testsIan Romanick2015-05-152-2/+4
* i965/fs: Combine the fs_visitor constructors.Kenneth Graunke2015-05-145-74/+20
* st/mesa: Enable ARB_direct_state_accessFredrik Höglund2015-05-141-0/+6
* i965: Enable ARB_direct_state_accessFredrik Höglund2015-05-141-0/+1
* i915: Enable ARB_direct_state_accessFredrik Höglund2015-05-141-0/+1
* mesa: Add ARB_direct_state_access checks in query object functionsFredrik Höglund2015-05-141-0/+7
* mesa: Add ARB_direct_state_access checks in program pipeline functionsFredrik Höglund2015-05-141-0/+6
* mesa: Add ARB_direct_state_access checks in sampler object functionsFredrik Höglund2015-05-141-0/+7
* mesa: Add ARB_direct_state_access checks in VAO functionsFredrik Höglund2015-05-142-0/+86
* mesa: Add ARB_direct_state_access checks in texture functionsFredrik Höglund2015-05-146-0/+200
* mesa: Add ARB_direct_state_access checks in renderbuffer functionsFredrik Höglund2015-05-141-0/+21
* mesa: Add ARB_direct_state_access checks in FBO functionsFredrik Höglund2015-05-144-0/+127
* mesa: Add ARB_direct_state_access checks in buffer object functionsFredrik Höglund2015-05-141-0/+105
* mesa: Add ARB_direct_state_access checks in XFB functionsFredrik Höglund2015-05-141-0/+42
* mesa: Make GL_TEXTURE_CUBE_MAP valid in FramebufferTextureLayerFredrik Höglund2015-05-141-5/+31
* mesa: Add an extension flag for ARB_direct_state_accessFredrik Höglund2015-05-142-1/+2
* main: Add entry point for NamedFramebufferDrawBuffers.Laura Ekstrand2015-05-143-0/+25
* main: Refactor DrawBuffers.Laura Ekstrand2015-05-142-23/+52
* main: Add entry point for NamedFramebufferReadBuffer.Laura Ekstrand2015-05-143-0/+23
* main: Refactor _mesa_ReadBuffer.Laura Ekstrand2015-05-143-24/+32
* main: Add entry point for NamedFramebufferDrawBuffer.Laura Ekstrand2015-05-143-0/+23
* main: Refactor _mesa_DrawBuffer.Laura Ekstrand2015-05-142-17/+29
* main: Refactor _mesa_drawbuffers.Laura Ekstrand2015-05-145-18/+20
* main: Add stubs for [Get]NamedFramebufferParameteri[v].Laura Ekstrand2015-05-143-0/+42
* main: Fake entry point for glClearNamedFramebufferfi.Laura Ekstrand2015-05-143-0/+23
* main: Fake entry point for glClearNamedFramebufferfv.Laura Ekstrand2015-05-143-0/+23
* main: Fake entry point for glClearNamedFramebufferuiv.Laura Ekstrand2015-05-143-0/+23
* main: Fake entry point for glClearNamedFramebufferiv.Laura Ekstrand2015-05-143-0/+25
* main: Add entry points for InvalidateNamedFramebuffer[Sub]Data.Laura Ekstrand2015-05-143-0/+83
* main: Refactor invalidate_framebuffer_storage.Laura Ekstrand2015-05-141-11/+27
* main: Complete error conditions for glInvalidate*Framebuffer.Laura Ekstrand2015-05-141-1/+19