summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* freedreno/a3xx: shadow sampler supportRob Clark2014-05-192-3/+46
* freedreno/a3xx/compiler: refactor trans_samp()Rob Clark2014-05-191-47/+90
* freedreno: update generated headersRob Clark2014-05-194-4/+10
* meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code.Kenneth Graunke2014-05-191-6/+6
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-198-25/+56
* meta: Drop unnecessary early returns in _mesa_meta_BlitFramebuffer.Kenneth Graunke2014-05-191-8/+0
* Revert "i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage."Kenneth Graunke2014-05-191-1/+1
* docs: update the prerequisites sectionBrian Paul2014-05-191-3/+12
* i965/fbo: Only try stencil meta blits on gen >= 8Topi Pohjolainen2014-05-191-2/+4
* mesa: Disable GL_EXT_framebuffer_multisample_blit_scaled on Broadwell.Kenneth Graunke2014-05-191-1/+2
* llvmpipe: do IR counting for shader cache management after optimization.Roland Scheidegger2014-05-193-4/+22
* i965: Rename brw_disasm to brw_disassemble_inst.Vinson Lee2014-05-191-1/+1
* i965: Fix a "discards 'const' qualifier" warning.Kenneth Graunke2014-05-181-1/+1
* i965/fs: Finally kill struct brw_wm_compile (better known as 'c').Kenneth Graunke2014-05-182-16/+11
* i965/fs: Stop copying the program key.Kenneth Graunke2014-05-181-6/+4
* i965/fs: Rip struct brw_wm_compile out of the visitors and generators.Kenneth Graunke2014-05-189-28/+33
* i965/fs: Plumb a mem_ctx all the way through the FS compile.Kenneth Graunke2014-05-188-15/+23
* i965/fs: Use 'c' as the mem_ctx in fs_visitor.Kenneth Graunke2014-05-181-2/+1
* i965/fs: Actually free program data on the error path.Kenneth Graunke2014-05-181-1/+3