aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: set constbufs dirty on pipe context switchChristoph Bumiller2014-05-232-0/+5
* nv50: setup scissors on clear_render_target/depth_stencilChristoph Bumiller2014-05-231-2/+18
* nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller2014-05-232-9/+7
* i965: Properly return *RESET* status in glGetGraphicsResetStatusARBPavel Popov2014-05-231-5/+13
* appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any m...Jon TURNEY2014-05-231-0/+5
* Fix build of appleglxJon TURNEY2014-05-2322-291/+80
* Make DRI dependencies and build depend on the targetJon TURNEY2014-05-2313-41/+88
* Fix build for darwinJon TURNEY2014-05-239-3/+63
* targets/egl-static: add missing line break in ldflagsEmil Velikov2014-05-231-1/+1
* mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENTJames Legg2014-05-231-0/+6
* targets/osmesa: limit the amount of exported symbolsEmil Velikov2014-05-232-0/+19
* gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca2014-05-231-2/+2
* gallivm: Support MCJIT on Windows.José Fonseca2014-05-232-5/+12
* mesa/x86: Fix build with clang 3.4.José Fonseca2014-05-231-0/+4
* mesa: Move declaration to top of block.José Fonseca2014-05-231-1/+3
* meta blit: Set Z texcoord during meta blit to sample the correct layerJordan Justen2014-05-231-1/+8
* i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND.Kenneth Graunke2014-05-232-2/+3
* i965: Use WE_all for FB write header setup on Broadwell.Kenneth Graunke2014-05-231-6/+7
* mesa/x86: fix a typos in SSE4.1 detectionTobias Klausmann2014-05-221-2/+2
* mesa: Rely on USE_X86_64_ASM.José Fonseca2014-05-223-5/+5
* scons: Fix x86_64 build.José Fonseca2014-05-221-0/+1
* docs: Import 10.1.4 release notes, add news item.Carl Worth2014-05-223-0/+107
* mesa/x86: Brown bag fix for undeclared variable.Matt Turner2014-05-221-1/+1
* i965: Use SSE4.1 runtime detection for intel_miptree_map.Matt Atwood2014-05-221-8/+3
* mesa/x86: add SSE4.1 runtime detection.Matt Atwood2014-05-222-0/+10
* mesa/x86: Support SSE 4.1 detection on x86-64.Matt Turner2014-05-223-2/+13
* mesa: Add uninitialized_vars macro from the Linux kernel.Matt Turner2014-05-221-0/+6
* configure.ac: Do not enable -Wl,--no-undefined on Mac OS X.Vinson Lee2014-05-211-1/+1
* haiku: Add missing u_memory.h for FREE()Alexander von Gluck IV2014-05-212-0/+2
* configure.ac: Remove -fstack-protector-strong from LLVM flags.Vinson Lee2014-05-211-1/+2
* freedreno/a3xx: fix blend opcodeRob Clark2014-05-218-54/+83
* mesa: check constant before null checkTimothy Arceri2014-05-221-3/+3
* freedreno/a3xx: fix depth/stencil gmem restoreRob Clark2014-05-211-1/+1
* i965: Ask the VBO module to actually use VBOs.Eric Anholt2014-05-211-0/+3
* freedreno/a3xx: fix depth/stencil GMEM positioningRob Clark2014-05-211-12/+18
* freedreno: update generated headersRob Clark2014-05-214-5/+5
* freedreno: use OUT_RELOCW when buffer is writtenRob Clark2014-05-211-4/+4
* rbug: add missing pipe->blit() entrypointRob Clark2014-05-211-0/+21
* meta: Use gl_FragColor to output color values to all the draw buffersAnuj Phogat2014-05-211-11/+4
* meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader codeAnuj Phogat2014-05-211-53/+48
* tgsi: add GS_INVOCATIONS to property names arrayIlia Mirkin2014-05-211-1/+2
* nv50,nvc0: fix 3d blits with mipmap levelsIlia Mirkin2014-05-212-11/+19
* nv50/ir: fix constant folding for OP_MUL subop HIGHIlia Mirkin2014-05-211-4/+43
* nv50/ir: fix s32 x s32 -> high s32 multiply logicIlia Mirkin2014-05-212-11/+82
* i965/fs: Assume fragment color clamping is off when precompiling.Kenneth Graunke2014-05-211-2/+0
* egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp2014-05-2011-0/+84
* Import eglextchromium.h from Chromium.Sarah Sharp2014-05-203-0/+62
* darwin: Fix test for kCGLPFAOpenGLProfile support at runtimeJeremy Huddleston Sequoia2014-05-201-5/+9
* freedreno: don't advertise texture arrays for nowRob Clark2014-05-201-1/+1
* glapi: Avoid heap corruption in _glapi_tableJeremy Huddleston Sequoia2014-05-201-1/+1