index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
eglcompiler.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-14
egl: Add needed extern "C" for C++ access
Alexander von Gluck IV
1
-0
/
+8
2015-03-05
egl/main: remove no-longer needed definition of stdint types
Emil Velikov
1
-32
/
+0
2015-03-05
egl/main: drop the declaration of PUBLIC keyword.
Emil Velikov
1
-14
/
+0
2015-03-05
egl/main: replace __FUNCTION__ with __func__
Emil Velikov
1
-8
/
+0
2015-03-05
egl/main: replace INLINE with inline
Emil Velikov
1
-7
/
+1
2014-05-02
egl: Don't attempt to redefine stdint.h types with VS 2010.
José Fonseca
1
-1
/
+2
2014-03-17
egl: Add STATIC_ASSERT() macro
Chad Versace
1
-0
/
+5
2013-03-12
mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.
José Fonseca
1
-38
/
+6
2012-11-16
Remove OpenVMS support
Matt Turner
1
-3
/
+1
2011-09-08
Define INLINE macro in terms of inline.
José Fonseca
1
-19
/
+22
2011-07-02
egl: add copyright notices
Chia-I Wu
1
-0
/
+29
2010-05-31
Define PUBLIC to dllexport on MSVC.
Chia-I Wu
1
-4
/
+8
2010-05-31
Always define int32_t in compiler headers.
Chia-I Wu
1
-3
/
+1
2010-03-03
Remove support for GCC older than 3.3.0
Ian Romanick
1
-3
/
+2
2010-01-20
Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.h
Alan Coopersmith
1
-0
/
+18
2010-01-19
Sun compilers now support some gcc __attribute__ values
Alan Coopersmith
1
-1
/
+2
2010-01-05
egl: Fix breakage from -fvisibility=hidden.
Chia-I Wu
1
-0
/
+10
2009-07-31
egl: Silence warnings on x86-64.
Chia-Wu
1
-0
/
+33
2009-07-17
egl: Add eglcompiler.h for compiler features.
Chia-I Wu
1
-0
/
+31