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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-06
Revert "glx: remove support for non-multithreaded platforms"
Emil Velikov
3
-2
/
+29
2015-03-06
glx: remove unneeded ifdef _WIN32 guard
Emil Velikov
1
-2
/
+0
2015-03-06
util: rework _MSC_VER >= 1200 checks
Emil Velikov
1
-5
/
+3
2015-03-06
glx: remove support for non-multithreaded platforms
Emil Velikov
3
-29
/
+2
2015-03-06
glx: remove final reference to THREADS
Emil Velikov
1
-4
/
+0
2015-03-06
egl/main: convert thread management to use c11 threads
Emil Velikov
1
-42
/
+6
2015-03-06
egl/main: use c11/threads' mutex directly
Emil Velikov
11
-111
/
+47
2015-03-06
include: Add helper header to help trap includes inside extern C.
José Fonseca
1
-0
/
+2
2015-03-06
i965: free scratch buffers when destroying the context
Iago Toral Quiroga
1
-0
/
+6
2015-03-06
i965: Fix URB size for CHV
Ville Syrjälä
1
-1
/
+1
2015-03-05
i965/vec4: Don't lose the saturate modifier in copy propagation.
Andrey Sudnik
1
-1
/
+1
2015-03-05
i965/vec4: Handle saturate in dump_instruction().
Matt Turner
1
-0
/
+2
2015-03-06
ilo: enable L3 cache in MOCS
Chia-I Wu
5
-17
/
+85
2015-03-06
ilo: track if a ilo_view_surface is a scanout
Chia-I Wu
2
-16
/
+16
2015-03-06
ilo: clean up SURFACE_STATE and BINDING_TABLE_STATE
Chia-I Wu
2
-21
/
+35
2015-03-05
mapi: actually remove unused u_thread.h
Brian Paul
1
-126
/
+0
2015-03-05
freedreno/ir3: fix silly typo for binning pass shaders
Rob Clark
1
-1
/
+1
2015-03-06
glsl: let interface linking code validate its arrays
Timothy Arceri
1
-1
/
+2
2015-03-06
glsl: use common intrastage array validation
Timothy Arceri
1
-37
/
+37
2015-03-06
glsl: move array validation into its own function
Timothy Arceri
2
-39
/
+55
2015-03-05
i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.
Kenneth Graunke
1
-1
/
+49
2015-03-06
ilo: add more convenient intel_bo_{ref,unref}()
Chia-I Wu
8
-47
/
+35
2015-03-06
ilo: add intel_bo_set_tiling()
Chia-I Wu
6
-80
/
+71
2015-03-06
ilo: replace intel_tiling_mode by gen_surface_tiling
Chia-I Wu
10
-136
/
+167
2015-03-06
ilo: update genhw headers
Chia-I Wu
7
-782
/
+986
2015-03-05
Fix invalid extern "C" around header inclusion.
Mark Janes
26
-38
/
+96
2015-03-05
i965: Tell intel_get_memcpy() which direction the memcpy() is going.
Matt Turner
5
-42
/
+106
2015-03-05
mesa/x86: missing stdio inclusions
Mark Janes
2
-0
/
+4
2015-03-05
clover: Enable cl_khr_fp64 for devices that support doubles v4
Tom Stellard
3
-3
/
+25
2015-03-05
xmlpool: make sure we ship options.h
Emil Velikov
1
-1
/
+1
2015-03-05
mapi: fix *glapi dependency tracking
Emil Velikov
1
-2
/
+2
2015-03-05
mesa: drop Makefile from get_hash.h dependency list
Emil Velikov
1
-1
/
+1
2015-03-05
mesa: fix dependency tracking of generated sources
Emil Velikov
1
-0
/
+2
2015-03-05
mesa: rename format_info.c to format_info.h
Emil Velikov
5
-7
/
+7
2015-03-05
mesa/main: update .gitignore
Emil Velikov
1
-2
/
+0
2015-03-05
egl/main: remove no-longer needed definition of stdint types
Emil Velikov
1
-32
/
+0
2015-03-05
egl/drivers: include stdint.h where needed
Emil Velikov
6
-0
/
+7
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
[next]