summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-07st/egl: Add support for EGL_NV_post_sub_buffernv-post-sub-bufferFredrik Höglund2-1/+29
2011-12-07egl_dri2: Add support for EGL_NV_post_sub_bufferFredrik Höglund1-0/+15
2011-12-07egl: add EGL_NV_post_sub_bufferFredrik Höglund7-0/+58
2011-12-07st/egl: Implement EGL_NOK_swap_region for x11Fredrik Höglund3-6/+39
2011-12-07st/egl: Add support for EGL_NOK_swap_regionFredrik Höglund3-3/+45
2011-12-06i965: Set SURFACE_STATE vertical alignment bit on Ivybridge.Kenneth Graunke1-0/+7
2011-12-06nouveau/nvfx: Add more unsupported PIPE_CAP valuesPatrice Mandin1-1/+5
2011-12-06radeon: add original r100 to the always tiled depth list.Dave Airlie1-1/+1
2011-12-06vega: remove unused varsFabio Pedretti1-20/+5
2011-12-06osmesa: remove unused bpc variableFabio Pedretti1-8/+0
2011-12-06radeon/r200: add RV200 detiling + add an always tiled flagDave Airlie3-37/+72
2011-12-06r200: add Z16 depth detiling.Dave Airlie1-0/+105
2011-12-06r200: handle Z24 depth buffers correctlyDave Airlie1-2/+2
2011-12-06r600g: check shaders presence in r600_draw_vboVadim Girlin1-0/+3
2011-12-06r200: fix cb microtile setupDave Airlie1-0/+3
2011-12-06r200: enable tiling flags on blitter setup.Dave Airlie1-0/+10
2011-12-05swrast: Add depth cube map support.Anuj Phogat1-4/+14
2011-12-05mesa: Allow glTexImage2D with a depth component cube map.Anuj Phogat1-2/+5
2011-12-05i965: Fix incorrect comment about single program flow on Ironlake.Kenneth Graunke1-1/+1
2011-12-05r600g: fix error path and use util_slab_freeJerome Glisse1-1/+1
2011-12-05gallium/radeon: fix indentationJerome Glisse4-28/+28
2011-12-05radeon/r200: drop old span depth/stencil code.Dave Airlie1-317/+0
2011-12-05radeon/r200: add draw/stencil buffer detilingDave Airlie2-0/+111
2011-12-05radeon: fix warningsDave Airlie1-2/+2
2011-12-05radeon: use mesa renderbuffer accessors for depth for now.Dave Airlie1-4/+5
2011-12-05radeon: add some tiling support for r100.Dave Airlie2-0/+13
2011-12-05radeon: texture/renderbuffer overhaul.Dave Airlie13-599/+385
2011-12-05radeon: set texture bits to always emit.Dave Airlie1-3/+3
2011-12-05radeon: update flush according to glXMakeCurrent man pageDave Airlie1-2/+15
2011-12-05radeon: drop border checkDave Airlie1-5/+0
2011-12-05radeon: add a bit more debugging to the blit debug code.Dave Airlie1-4/+4
2011-12-04mesa: Reject glDrawPixels(integer format).Eric Anholt1-0/+18
2011-12-03util: add casts in fprintf() calls to silence warningsBrian Paul1-4/+6
2011-12-03mesa: Use VERT_{ATTRIB,BIT}* for ARB input validation.Mathias Fröhlich2-4/+4
2011-12-03egl_glx: fix eglDestroyContextChia-I Wu1-1/+2
2011-12-02i965: Fix emit of a MOV with bad destination channel on gen6 math in FPs.Stuart Abercrombie1-5/+5
2011-12-02mesa: Fix assertions for block size handling in glCompressedTexSubImage2D.Eric Anholt1-2/+2
2011-12-02mesa: Fix glCompressedTexSubImage (and non-Sub) for height == 2 or 1.Eric Anholt1-1/+1
2011-12-02mesa: Fix glCompressedTexImage when dstRowStride != srcRowStride.Eric Anholt1-28/+9
2011-12-02nv50/nvc0: fix crash when channel allocation failsMarcin Slusarz2-2/+4
2011-12-02mesa: add casts to fix unpack_SIGNED_GR1616()Brian Paul1-2/+2
2011-12-02mesa: remove unreachable code in _mesa_unpack_color_span_ubyte()Brian Paul1-64/+0
2011-12-02vbo: remove unreachable _mesa_error() callBrian Paul1-3/+0
2011-12-02mesa: move _mesa_error() call in compressedteximage()Brian Paul1-7/+2
2011-12-02mesa: fix potential mem leak in generate_mipmap_compressed()Brian Paul1-0/+1
2011-12-02glsl: return visit_stop in ir_validate::visit_enter() to silence warningBrian Paul1-0/+1
2011-12-02mesa: fix some minor texstore commentsBrian Paul1-3/+3
2011-12-02mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88Brian Paul7-19/+19
2011-12-02mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul12-30/+30
2011-12-02mesa: fix unpacking of RG88_REV texelsBrian Paul2-5/+5