summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-05egl/main: drop the declaration of PUBLIC keyword.Emil Velikov1-14/+0
2015-03-05egl/main: no longer export internal functionEmil Velikov13-36/+36
2015-03-05egl/main: replace __FUNCTION__ with __func__Emil Velikov2-11/+3
2015-03-05egl/main: replace INLINE with inlineEmil Velikov15-68/+82
2015-03-05mapi: remove u_thread.hBrian Paul6-30/+19
2015-03-05mapi: use c11 call_once() instead of pthread_once()Brian Paul1-2/+3
2015-03-05mapi: THREADS was always defined, remove itBrian Paul7-56/+13
2015-03-05mesa: remove THREADS check, printf calls in debug.cBrian Paul1-5/+0
2015-03-05mapi: rewrite u_current_init() function without u_thread_self()Brian Paul2-27/+40
2015-03-05mapi: fix preprocessor check in u_current_destroy()Brian Paul1-1/+1
2015-03-05mapi: remove u_macros.hBrian Paul6-17/+3
2015-03-05osmesa: include stdio.hBrian Paul1-0/+1
2015-03-05xlib: include stdio.hBrian Paul4-1/+4
2015-03-05st/osmesa: include stdio.hBrian Paul1-0/+1
2015-03-05st/xlib: include stdio.hBrian Paul2-0/+2
2015-03-05st/xlib: include stdio.hBrian Paul1-0/+1
2015-03-05st/mesa: include stdio.h where neededBrian Paul2-0/+2
2015-03-05swrast: include stdio.h where neededBrian Paul1-0/+1
2015-03-05nouveau: include stdio.h where neededBrian Paul3-0/+3
2015-03-05dri/common: include stdio.h where neededBrian Paul2-0/+2
2015-03-05glsl: include stdio.h where neededBrian Paul2-0/+2
2015-03-05mesa: include stdio.h where neededBrian Paul22-2/+25
2015-03-05mesa: include c11/threads.h in mtypes.hBrian Paul1-0/+1
2015-03-05meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImageNeil Roberts1-0/+8
2015-03-05meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImageNeil Roberts1-12/+20
2015-03-05Revert "common: Fix PBOs for 1D_ARRAY."Neil Roberts1-36/+26
2015-03-04glsl: Fix GCC unused-variable warning in release build.Vinson Lee1-3/+1
2015-03-04ilo: improve WA handling in rectlist pathChia-I Wu4-38/+60
2015-03-04ilo: clean up Gen7.5 WAsChia-I Wu2-51/+43
2015-03-04clover: Fix build since llvm r231270Tom Stellard1-1/+1
2015-03-05ilo: add ILO_DEBUG=hangChia-I Wu5-4/+45
2015-03-04ilo: add some more winsys functionsChia-I Wu2-2/+66
2015-03-04i965/fs: Don't propagate cmod to inst with different type.Matt Turner2-0/+38
2015-03-04r300g: Check return value of snprintf().Matt Turner1-1/+6
2015-03-04r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.Matt Turner1-3/+3
2015-03-04glx/tests: add -I src/ to fix make checkBrian Paul1-0/+1
2015-03-04i965: Fix uint64_t overflow in intel_client_wait_sync()Kristian Høgsberg1-0/+8
2015-03-04egl: Take alpha bits into account when selecting GBM formatsDaniel Stone1-5/+11
2015-03-04freedreno/ir3: fix old compiler after f6b2e8af742Rob Clark1-0/+1
2015-03-04gallivm: init MM = NULL to silence warningBrian Paul1-1/+1
2015-03-04mapi: remove u_compiler.hBrian Paul9-16/+10
2015-03-04mapi: use util/macros.h instead of locally defined macrosBrian Paul2-21/+2
2015-03-04mapi: replace INLINE with inlineBrian Paul5-17/+11
2015-03-04mesa: consolidate PUBLIC macro definitionBrian Paul3-32/+23
2015-03-04st/xlib: include p_compiler.h to get PUBLIC definitionBrian Paul1-0/+1
2015-03-04mapi: remove unneeded ARRAY_SIZE #defineBrian Paul3-1/+3
2015-03-04glx: use ARRAY_SIZE from macros.hBrian Paul3-1/+3
2015-03-04scons: Update for the fact that we require GCC 4.2Jose Fonseca1-15/+10
2015-03-04svga: Set MSVC2013 compat flags.Jose Fonseca2-1/+4
2015-03-04softpipe,trace: Set MSVC 2008 compat flags.Jose Fonseca4-2/+7