summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-24docs: Add sha256 sums for the 10.1.6 release files10.1Carl Worth1-0/+3
2014-06-24docs: Add release notes for the 10.1.6 release.mesa-10.1.6Carl Worth1-0/+135
2014-06-24Update VERSION to 10.1.6Carl Worth1-1/+1
2014-06-24cherry-ignore: Add a patch to ignoreCarl Worth1-0/+3
2014-06-24nv50/ir: clear subop when folding constant expressionsTobias Klausmann1-0/+1
2014-06-23draw: (trivial) fix clamping of viewport indexRoland Scheidegger1-1/+1
2014-06-23egl/main: Fix eglMakeCurrent when releasing context from current thread.Beren Minor1-2/+6
2014-06-23glx: Don't crash on swap event for a Window (non-GLXWindow)Daniel Manjarres1-4/+8
2014-06-23mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.Iago Toral Quiroga1-0/+1
2014-06-23clover: Don't use llvm's global contextTom Stellard1-6/+9
2014-06-23clover: Prevent Clang from printing number of errors and warnings to stderr.Tom Stellard1-0/+5
2014-06-23mesa: Remove glClear optimization based on drawable sizeKristian Høgsberg1-5/+0
2014-06-23i965: Set the fast clear color value for texture surfacesNeil Roberts2-2/+6
2014-06-23configure: Only check for OpenCL without LLVM when the latter is certainMichel Dänzer1-4/+4
2014-06-23android, dricore: undefined reference to _mesa_streaming_load_memcpyAdrian Negreanu1-0/+5
2014-06-23android, mesa_gen_matypes: pull in timespec POSIX definitionAdrian Negreanu2-0/+2
2014-06-23android, egl: add correct drm include for libmesa_egl_dri2Adrian Negreanu1-0/+1
2014-06-23android: add src/gallium/auxiliary as include path for libmesa_dricoreAdrian Negreanu1-1/+2
2014-06-23android: add libloader to libGLES_mesa and libmesa_egl_dri2Adrian Negreanu2-1/+7
2014-06-23android: adapt to the megadriver mechanismAdrian Negreanu2-0/+18
2014-06-23add megadriver_stub_FILESAdrian Negreanu2-1/+4
2014-06-23configure: error out when building opencl without LLVMEmil Velikov1-0/+4
2014-06-23mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).José Fonseca1-1/+5
2014-06-23mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.José Fonseca2-2/+12
2014-06-23mesa/main: Make get_hash.c values constant.José Fonseca1-1/+1
2014-06-06docs: Add SHA256 checksums for the 10.1.5 releaseCarl Worth1-0/+3
2014-06-06Add release notes for the 10.1.5 release.mesa-10.1.5Carl Worth1-0/+102
2014-06-06Update version to 10.1.5Carl Worth1-1/+1
2014-06-06Ignore a patch that is not needed for the 10.1 branch.Carl Worth1-0/+4
2014-06-02cherry-ignore: Ignore two commits.Carl Worth1-0/+6
2014-06-02llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger1-3/+9
2014-06-02i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.Pavel Popov1-1/+1
2014-06-02glsl: fix use-after free bug/crash in ast_declarator_list::hir()Brian Paul1-1/+5
2014-06-02glx: do not leak dri3DisplayEmil Velikov1-0/+4
2014-06-02i965: Properly return *RESET* status in glGetGraphicsResetStatusARBPavel Popov1-5/+13
2014-06-02mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENTJames Legg1-0/+6
2014-05-22nv50/ir: fix constant folding for OP_MUL subop HIGHIlia Mirkin1-4/+43
2014-05-22nv50/ir: fix s32 x s32 -> high s32 multiply logicIlia Mirkin2-11/+82
2014-05-20Merge remote-tracking branch 'origin/10.1' into 10.1Carl Worth2-6/+10
2014-05-20docs: Add md5sums for 10.1.4 releaseCarl Worth1-0/+3
2014-05-20docs: Add release notes for the 10.1.4 release.mesa-10.1.4Carl Worth1-0/+97
2014-05-20VERSION: Update to 10.1.4Carl Worth1-1/+1
2014-05-20darwin: Fix test for kCGLPFAOpenGLProfile support at runtimeJeremy Huddleston Sequoia1-5/+9
2014-05-20glapi: Avoid heap corruption in _glapi_tableJeremy Huddleston Sequoia1-1/+1
2014-05-19nv50/ir: fix integer mul lowering for u32 x u32 -> high u32Ilia Mirkin1-3/+4
2014-05-16cherry-ignore: Roland and Michel agreed to drop these patches.Carl Worth1-0/+6
2014-05-16mesa: fix double-freeing of dispatch tables inside glBegin/End.Brian Paul1-2/+2
2014-05-14i965/vs: Use samplers for UBOs in the VS like we do for non-UBO pulls.Eric Anholt1-5/+18
2014-05-14radeonsi: Fix anisotropic filtering state setupMichel Dänzer3-13/+12
2014-05-14nv50: fix setting of texture ms info to be per-stageIlia Mirkin3-5/+9