index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-05
egl/main: drop the declaration of PUBLIC keyword.
Emil Velikov
1
-14
/
+0
2015-03-05
egl/main: no longer export internal function
Emil Velikov
13
-36
/
+36
2015-03-05
egl/main: replace __FUNCTION__ with __func__
Emil Velikov
2
-11
/
+3
2015-03-05
egl/main: replace INLINE with inline
Emil Velikov
15
-68
/
+82
2015-03-05
mapi: remove u_thread.h
Brian Paul
6
-30
/
+19
2015-03-05
mapi: use c11 call_once() instead of pthread_once()
Brian Paul
1
-2
/
+3
2015-03-05
mapi: THREADS was always defined, remove it
Brian Paul
7
-56
/
+13
2015-03-05
mesa: remove THREADS check, printf calls in debug.c
Brian Paul
1
-5
/
+0
2015-03-05
mapi: rewrite u_current_init() function without u_thread_self()
Brian Paul
2
-27
/
+40
2015-03-05
mapi: fix preprocessor check in u_current_destroy()
Brian Paul
1
-1
/
+1
2015-03-05
mapi: remove u_macros.h
Brian Paul
6
-17
/
+3
2015-03-05
osmesa: include stdio.h
Brian Paul
1
-0
/
+1
2015-03-05
xlib: include stdio.h
Brian Paul
4
-1
/
+4
2015-03-05
st/osmesa: include stdio.h
Brian Paul
1
-0
/
+1
2015-03-05
st/xlib: include stdio.h
Brian Paul
2
-0
/
+2
2015-03-05
st/xlib: include stdio.h
Brian Paul
1
-0
/
+1
2015-03-05
st/mesa: include stdio.h where needed
Brian Paul
2
-0
/
+2
2015-03-05
swrast: include stdio.h where needed
Brian Paul
1
-0
/
+1
2015-03-05
nouveau: include stdio.h where needed
Brian Paul
3
-0
/
+3
2015-03-05
dri/common: include stdio.h where needed
Brian Paul
2
-0
/
+2
2015-03-05
glsl: include stdio.h where needed
Brian Paul
2
-0
/
+2
2015-03-05
mesa: include stdio.h where needed
Brian Paul
22
-2
/
+25
2015-03-05
mesa: include c11/threads.h in mtypes.h
Brian Paul
1
-0
/
+1
2015-03-05
meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImage
Neil Roberts
1
-0
/
+8
2015-03-05
meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/TexSubImage
Neil Roberts
1
-12
/
+20
2015-03-05
Revert "common: Fix PBOs for 1D_ARRAY."
Neil Roberts
1
-36
/
+26
2015-03-04
glsl: Fix GCC unused-variable warning in release build.
Vinson Lee
1
-3
/
+1
2015-03-04
ilo: improve WA handling in rectlist path
Chia-I Wu
4
-38
/
+60
2015-03-04
ilo: clean up Gen7.5 WAs
Chia-I Wu
2
-51
/
+43
2015-03-04
clover: Fix build since llvm r231270
Tom Stellard
1
-1
/
+1
2015-03-05
ilo: add ILO_DEBUG=hang
Chia-I Wu
5
-4
/
+45
2015-03-04
ilo: add some more winsys functions
Chia-I Wu
2
-2
/
+66
2015-03-04
i965/fs: Don't propagate cmod to inst with different type.
Matt Turner
2
-0
/
+38
2015-03-04
r300g: Check return value of snprintf().
Matt Turner
1
-1
/
+6
2015-03-04
r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.
Matt Turner
1
-3
/
+3
2015-03-04
glx/tests: add -I src/ to fix make check
Brian Paul
1
-0
/
+1
2015-03-04
i965: Fix uint64_t overflow in intel_client_wait_sync()
Kristian Høgsberg
1
-0
/
+8
2015-03-04
egl: Take alpha bits into account when selecting GBM formats
Daniel Stone
1
-5
/
+11
2015-03-04
freedreno/ir3: fix old compiler after f6b2e8af742
Rob Clark
1
-0
/
+1
2015-03-04
gallivm: init MM = NULL to silence warning
Brian Paul
1
-1
/
+1
2015-03-04
mapi: remove u_compiler.h
Brian Paul
9
-16
/
+10
2015-03-04
mapi: use util/macros.h instead of locally defined macros
Brian Paul
2
-21
/
+2
2015-03-04
mapi: replace INLINE with inline
Brian Paul
5
-17
/
+11
2015-03-04
mesa: consolidate PUBLIC macro definition
Brian Paul
3
-32
/
+23
2015-03-04
st/xlib: include p_compiler.h to get PUBLIC definition
Brian Paul
1
-0
/
+1
2015-03-04
mapi: remove unneeded ARRAY_SIZE #define
Brian Paul
3
-1
/
+3
2015-03-04
glx: use ARRAY_SIZE from macros.h
Brian Paul
3
-1
/
+3
2015-03-04
scons: Update for the fact that we require GCC 4.2
Jose Fonseca
1
-15
/
+10
2015-03-04
svga: Set MSVC2013 compat flags.
Jose Fonseca
2
-1
/
+4
2015-03-04
softpipe,trace: Set MSVC 2008 compat flags.
Jose Fonseca
4
-2
/
+7
[next]