summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-10darwin: Unlock our mutex before destroying itPR-575Jeremy Huddleston1-0/+3
2012-05-09darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston1-4/+4
2012-05-09i965: fix wrong cube/3D texture layoutYuanhan Liu1-2/+3
2012-05-07mesa: bump version to 8.0.2 in configs/defaultBrian Paul1-1/+1
2012-05-07mesa/gdi: remove clear_color() functionBrian Paul1-32/+15
2012-05-07mesa/gdi: remove wmesa_set_renderbuffer_funcs() functionBrian Paul1-50/+0
2012-05-06r300/compiler: Copy all instruction attributes during local transfomsTom Stellard1-31/+42
2012-05-06r300/compiler: Clear loop registers in vertex shaders w/o loopsTom Stellard2-16/+13
2012-05-03darwin: Use ASL for loggingJeremy Huddleston5-21/+183
2012-05-03darwin: Make reported errors more user-friendlyJeremy Huddleston1-9/+10
2012-05-03darwin: Fix an error messageJeremy Huddleston1-1/+1
2012-04-30intel: Fix rendering from textures after RenderTexture().Eric Anholt5-61/+47
2012-04-30i965/fs: Jump from discard statements to the end of the program when done.Eric Anholt4-5/+126
2012-04-29egl-static: fix printf warningDylan Noblesmith1-1/+2
2012-04-29st/vega: fix uninitialized valuesDylan Noblesmith1-2/+2
2012-04-29egl: fix uninitialized valuesDylan Noblesmith1-1/+1
2012-04-29util: fix uninitialized tableDylan Noblesmith2-5/+7
2012-04-29util: fix undefined behaviorDylan Noblesmith1-5/+10
2012-04-27i965/fs: Fix FB writes that tried to use the non-existent m16 register.Kenneth Graunke1-1/+4
2012-04-24darwin: Eliminate a pthread mutex leakJeremy Huddleston1-0/+7
2012-04-23apple: Fix a use after freeJonas Maebe1-2/+4
2012-04-22glapi: Correct size of allocated _glapi_table structJonas Maebe1-1/+1
2012-04-17mesa: add a couple fast-paths to fast_read_rgba_pixels_memcpy()Brian Paul1-5/+51
2012-04-09i915: set SPRITE_POINT_ENABLE bit correctlyYuanhan Liu4-12/+48
2012-04-05i965: Actually upload sampler state pointers for the VS unit on Gen6.Kenneth Graunke1-1/+1
2012-04-04r300g/swtcl: fix crash when back color is present in vertex shaderMarek Olšák1-39/+56
2012-04-04r300g/swtcl: fix polygon offsetMarek Olšák1-0/+4
2012-04-04r300g/swtcl: don't expose shader subroutine supportMarek Olšák1-0/+1
2012-04-04r300g/swtcl: don't enter u_vbuf_mgrMarek Olšák5-34/+48
2012-04-04r300g/swtcl: don't print an error when getting ClipVertexMarek Olšák4-9/+21
2012-03-23glsl: Fix Android buildChad Versace1-0/+1
2012-03-23intel: fix null dereference processing HiZ bufferDylan Noblesmith1-0/+6
2012-03-21docs: Add 8.0.2 md5sumsJakob Bornecrantz1-1/+3
2012-03-21docs: Add 8.0.2 release notesmesa-8.0.2Jakob Bornecrantz3-0/+167
2012-03-21mesa: Bump version number to 8.0.2Jakob Bornecrantz2-3/+3
2012-03-21mesa: Include mesa ES mapi generated filesJakob Bornecrantz1-0/+6
2012-03-21docs: add links to 8.0.1 release notesBrian Paul2-0/+9
2012-03-20i965: fixup W-tile offset computation to take swizzling into accountDaniel Vetter7-22/+49
2012-03-20intel: check for LLC support when reading mapsEugeni Dodonov1-1/+1
2012-03-20intel: verify if hardware has LLC supportEugeni Dodonov4-0/+12
2012-03-20i965: Fix Gen6+ dynamic state upper bound on older kernels.Kenneth Graunke1-2/+1
2012-03-20mesa: add back glGetnUniform*v() overflow error reportingDylan Noblesmith2-5/+13
2012-03-19i915: fallback for NPOT cubemap textureYuanhan Liu1-0/+22
2012-03-16darwin: Link against libxcbJeremy Huddleston1-1/+1
2012-03-16darwin: Build create_context.cJeremy Huddleston2-1/+7
2012-03-16darwin: config file cleanupsJeremy Huddleston2-10/+20
2012-03-16i965: handle gl_PointCoord for Gen4 and Gen5 platformsYuanhan Liu5-5/+45
2012-03-16i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect checkYuanhan Liu1-4/+3
2012-03-16i915: fix wrong rendering of gl_PointSize on PineviewYuanhan Liu1-0/+4
2012-03-16tnl: let _TNL_ATTRIB_POINTSIZE do not depend on ctx->VertexProgram._EnabledYuanhan Liu1-2/+1