aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Implement ARB_stencil_texturing on Gen8+.Kenneth Graunke2014-03-045-5/+21
* mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).Kenneth Graunke2014-03-047-2/+49
* radeon/uvd: fix typo in documentationDieter Nützel2014-03-041-1/+1
* dri: Require libudev-dev for building DRI on Linux.Eric Anholt2014-03-041-0/+4
* clover: Use correct LLVM version in #if for DataLayout constructionTom Stellard2014-03-041-1/+1
* translate: fix buffer overflowsZack Rusin2014-03-044-6/+18
* draw/llvm: fix generation of the VS with GS presentZack Rusin2014-03-041-7/+7
* mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImag...Anuj Phogat2014-03-041-2/+11
* mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()Anuj Phogat2014-03-041-2/+1
* mesa: Set initial internal format of a texture to GL_RGBAAnuj Phogat2014-03-041-3/+10
* scons: Build with C++11 with LLVM >= 3.5.Vinson Lee2014-03-041-0/+1
* st/osmesa: check buffer size when searching for buffersBrian Paul2014-03-041-4/+7
* configure: s/--with-llvm-shared-libs/--enable-llvm-shared-libs/José Fonseca2014-03-041-2/+2
* c11/threads: Don't implement thrd_current on Windows.José Fonseca2014-03-041-2/+32
* mapi/u_thread: Use GetCurrentThreadIdJosé Fonseca2014-03-041-0/+18
* c11/threads: Fix nano to milisecond conversion.José Fonseca2014-03-041-1/+1
* r600g: implement edge flagsMarek Olšák2014-03-043-4/+53
* r600g: port color buffer format conversion from radeonsiMarek Olšák2014-03-044-913/+161
* radeonsi: move translate_colorswap to common codeMarek Olšák2014-03-044-54/+62
* Revert "configure: use enable_dri_glx local variable"Emil Velikov2014-03-041-9/+6
* configure: disable shared glapi when building xlib powered glxEmil Velikov2014-03-041-0/+6
* mesa: remove unneeded glthread.c fileBrian Paul2014-03-033-9/+0
* mesa: remove empty glthread.h fileBrian Paul2014-03-0312-25/+2
* mesa: remove unused glthread/TSD macrosBrian Paul2014-03-031-7/+0
* xlib: remove unneeded context tracking codeBrian Paul2014-03-031-43/+4
* xlib: simplify context handlingBrian Paul2014-03-033-109/+28
* xlib: remove unused realglx.[ch] filesBrian Paul2014-03-033-517/+4
* mesa: remove unused _glthread_*MUTEX() macrosBrian Paul2014-03-031-7/+0
* glsl: switch to c11 mutex functionsBrian Paul2014-03-031-7/+7
* mesa: switch to c11 mutex functionsBrian Paul2014-03-0321-141/+141
* xlib: switch to c11 mutex functionsBrian Paul2014-03-033-14/+14
* mesa: update packed format layout commentsBrian Paul2014-03-031-50/+50
* mesa: don't define c99 math functions for MSVC >= 1800Hans2014-03-031-1/+1
* util: don't define isfinite(), isnan() for MSVC >= 1800Hans2014-03-031-0/+4
* mesa: don't call ctx->Driver.ClearBufferSubData() if size==0Brian Paul2014-03-031-4/+8
* softpipe: use 64-bit arithmetic in softpipe_resource_layout()Brian Paul2014-03-031-3/+3
* NV_vdpau_interop: fix IsSurfaceNV return typeGrigori Goronzy2014-03-034-6/+8
* st/vdpau: fix possible NULL dereferenceGrigori Goronzy2014-03-031-4/+4
* st/omx: always advertise all componentsChristian König2014-03-032-33/+23
* clover: Fix building with latest llvmBruno Jiménez2014-03-031-3/+2
* configure: Remove more flags from llvm-configBruno Jiménez2014-03-031-1/+8
* configure.ac: consolidate dependencies version checkFabio Pedretti2014-03-031-7/+14
* glx/dri2: fix build failure on HURDJulien Cristau2014-03-031-0/+5
* st/dri: add support for dma-buf importer (DRIimage v8)Dave Airlie2014-03-032-1/+57
* st/dri: move fourcc->format conversion to a common placeDave Airlie2014-03-031-46/+35
* mesa: Move MESA_GLSL=dump output to stderr.Kenneth Graunke2014-03-022-20/+23
* glsl: Fix broken LRP algebraic optimization.Kenneth Graunke2014-03-021-1/+3
* freedreno/a3xx/compiler: overflow in trans_endifRob Clark2014-03-021-13/+5
* freedreno/a3xx/compiler: fix for resolving PHI'sRob Clark2014-03-021-18/+33
* freedreno/lowering: two-sided-colorRob Clark2014-03-025-57/+269