aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove THREADS check, printf calls in debug.cBrian Paul2015-03-051-5/+0
* mapi: rewrite u_current_init() function without u_thread_self()Brian Paul2015-03-052-27/+40
* mapi: fix preprocessor check in u_current_destroy()Brian Paul2015-03-051-1/+1
* mapi: remove u_macros.hBrian Paul2015-03-056-17/+3
* osmesa: include stdio.hBrian Paul2015-03-051-0/+1
* xlib: include stdio.hBrian Paul2015-03-054-1/+4
* st/osmesa: include stdio.hBrian Paul2015-03-051-0/+1
* st/xlib: include stdio.hBrian Paul2015-03-052-0/+2
* st/xlib: include stdio.hBrian Paul2015-03-051-0/+1
* st/mesa: include stdio.h where neededBrian Paul2015-03-052-0/+2
* swrast: include stdio.h where neededBrian Paul2015-03-051-0/+1
* nouveau: include stdio.h where neededBrian Paul2015-03-053-0/+3
* dri/common: include stdio.h where neededBrian Paul2015-03-052-0/+2
* glsl: include stdio.h where neededBrian Paul2015-03-052-0/+2
* mesa: include stdio.h where neededBrian Paul2015-03-0522-2/+25
* mesa: include c11/threads.h in mtypes.hBrian Paul2015-03-051-0/+1
* meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImageNeil Roberts2015-03-051-0/+8
* meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImageNeil Roberts2015-03-051-12/+20
* Revert "common: Fix PBOs for 1D_ARRAY."Neil Roberts2015-03-051-36/+26
* glsl: Fix GCC unused-variable warning in release build.Vinson Lee2015-03-041-3/+1
* ilo: improve WA handling in rectlist pathChia-I Wu2015-03-044-38/+60
* ilo: clean up Gen7.5 WAsChia-I Wu2015-03-042-51/+43
* clover: Fix build since llvm r231270Tom Stellard2015-03-041-1/+1
* ilo: add ILO_DEBUG=hangChia-I Wu2015-03-055-4/+45
* ilo: add some more winsys functionsChia-I Wu2015-03-042-2/+66
* i965/fs: Don't propagate cmod to inst with different type.Matt Turner2015-03-042-0/+38
* r300g: Check return value of snprintf().Matt Turner2015-03-041-1/+6
* r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.Matt Turner2015-03-041-3/+3
* glx/tests: add -I src/ to fix make checkBrian Paul2015-03-041-0/+1
* i965: Fix uint64_t overflow in intel_client_wait_sync()Kristian Høgsberg2015-03-041-0/+8
* egl: Take alpha bits into account when selecting GBM formatsDaniel Stone2015-03-041-5/+11
* freedreno/ir3: fix old compiler after f6b2e8af742Rob Clark2015-03-041-0/+1
* gallivm: init MM = NULL to silence warningBrian Paul2015-03-041-1/+1
* mapi: remove u_compiler.hBrian Paul2015-03-049-16/+10
* mapi: use util/macros.h instead of locally defined macrosBrian Paul2015-03-042-21/+2
* mapi: replace INLINE with inlineBrian Paul2015-03-045-17/+11
* mesa: consolidate PUBLIC macro definitionBrian Paul2015-03-043-32/+23
* st/xlib: include p_compiler.h to get PUBLIC definitionBrian Paul2015-03-041-0/+1
* mapi: remove unneeded ARRAY_SIZE #defineBrian Paul2015-03-043-1/+3
* glx: use ARRAY_SIZE from macros.hBrian Paul2015-03-043-1/+3
* scons: Update for the fact that we require GCC 4.2Jose Fonseca2015-03-041-15/+10
* svga: Set MSVC2013 compat flags.Jose Fonseca2015-03-042-1/+4
* softpipe,trace: Set MSVC 2008 compat flags.Jose Fonseca2015-03-044-2/+7
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-049-7/+38
* st/vega: Remove.Jose Fonseca2015-03-0481-22104/+3
* st/egl: Remove.Jose Fonseca2015-03-0463-12965/+12
* windows/gdi: Remove.Jose Fonseca2015-03-0412-2127/+7
* nir: Use helper macros for dealing with VLAs.Jose Fonseca2015-03-044-24/+69
* gallium/auxiliary/indices: fix start paramMarc-Andre Lureau2015-03-041-4/+4
* scons: Define _DEFAULT_SOURCE.Vinson Lee2015-03-031-0/+1