aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-0526-38/+96
* i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner2015-03-055-42/+106
* mesa/x86: missing stdio inclusionsMark Janes2015-03-052-0/+4
* clover: Enable cl_khr_fp64 for devices that support doubles v4Tom Stellard2015-03-053-3/+25
* xmlpool: make sure we ship options.hEmil Velikov2015-03-051-1/+1
* mapi: fix *glapi dependency trackingEmil Velikov2015-03-051-2/+2
* mesa: drop Makefile from get_hash.h dependency listEmil Velikov2015-03-051-1/+1
* mesa: fix dependency tracking of generated sourcesEmil Velikov2015-03-051-0/+2
* mesa: rename format_info.c to format_info.hEmil Velikov2015-03-055-7/+7
* mesa/main: update .gitignoreEmil Velikov2015-03-051-2/+0
* egl/main: remove no-longer needed definition of stdint typesEmil Velikov2015-03-051-32/+0
* egl/drivers: include stdint.h where neededEmil Velikov2015-03-056-0/+7
* egl/main: drop the declaration of PUBLIC keyword.Emil Velikov2015-03-051-14/+0
* egl/main: no longer export internal functionEmil Velikov2015-03-0513-36/+36
* egl/main: replace __FUNCTION__ with __func__Emil Velikov2015-03-052-11/+3
* egl/main: replace INLINE with inlineEmil Velikov2015-03-0515-68/+82
* mapi: remove u_thread.hBrian Paul2015-03-056-30/+19
* mapi: use c11 call_once() instead of pthread_once()Brian Paul2015-03-051-2/+3
* mapi: THREADS was always defined, remove itBrian Paul2015-03-057-56/+13
* 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