index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Add include paths for platform autodetection
Benjamin Franzke
2011-08-16
1
-0
/
+2
*
egl: Native Display autodetection
Benjamin Franzke
2011-08-15
1
-0
/
+13
*
egl_dri2: Hookup gbm as drm platform
Benjamin Franzke
2011-06-23
1
-0
/
+4
*
wayland: Fix link order for libwayland-drm.a
Kristian Høgsberg
2011-05-18
1
-4
/
+4
*
egl: Compile wayland-drm.a into libEGL independent of egl_dri2
Benjamin Franzke
2011-05-16
1
-3
/
+4
*
egl_dri2: Make it possible to not compile in the X11 platform
Kristian Høgsberg
2011-05-13
1
-1
/
+5
*
egl: Add EGL_WL_bind_wayland_display
Benjamin Franzke
2011-03-01
1
-0
/
+3
*
egl: Add wayland platform
Benjamin Franzke
2011-02-07
1
-1
/
+4
*
egl: libEGL depends on LOCAL_LIBS.
Chia-I Wu
2011-01-12
1
-1
/
+1
*
egl: Make egl_dri2 and egl_glx built-in drivers.
Chia-I Wu
2011-01-10
1
-1
/
+15
*
egl: Move fallback routines to eglfallbacks.c.
Chia-I Wu
2010-10-22
1
-0
/
+1
*
st/egl: Rename kms backend to drm.
Chia-I Wu
2010-09-19
1
-1
/
+1
*
eglglx: Convert glx visuals/fbconfigs straight to EGL configs
Kristian Høgsberg
2010-09-09
1
-2
/
+0
*
egl: Add support for EGL_KHR_reusable_sync.
Chia-I Wu
2010-08-17
1
-2
/
+4
*
egl: Add dynamic array.
Chia-I Wu
2010-06-30
1
-0
/
+1
*
st/egl: One driver per hardware.
Chia-I Wu
2010-06-29
1
-3
/
+0
*
egl: Introduce platform displays internally.
Chia-I Wu
2010-06-23
1
-0
/
+13
*
egl: s/EGL_DISPLAY/EGL_PLATFORM/.
Chia-I Wu
2010-06-17
1
-3
/
+3
*
egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.
Chia-I Wu
2010-06-17
1
-1
/
+1
*
Add egl.pc file
Kristian Høgsberg
2010-05-04
1
-1
/
+18
*
egl: Pass flags to locate Xlib headers and libraries
Dan Nicholson
2010-04-19
1
-1
/
+1
*
egl: Install EGL headers.
Chia-I Wu
2010-01-25
1
-1
/
+9
*
egl: Add support for EGL_KHR_image.
Chia-I Wu
2010-01-25
1
-0
/
+2
*
egl: Install drivers to ${libdir}/egl.
Chia-I Wu
2010-01-23
1
-1
/
+1
*
egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.
Chia-I Wu
2010-01-20
1
-1
/
+1
*
egl: Add _eglPreloadDrivers.
Chia-I Wu
2010-01-20
1
-0
/
+5
*
egl: Clean up the Makefile rules.
Chia-I Wu
2010-01-11
1
-11
/
+14
*
egl: Remove dependency on libX11.
Chia-I Wu
2009-08-21
1
-4
/
+2
*
egl: Remove eglhash.c and eglhash.h.
Chia-I Wu
2009-08-18
1
-2
/
+0
*
egl: Add eglmutex.h.
Chia-I Wu
2009-08-11
1
-0
/
+1
*
egl: Add depend and depend.bak to clean target
Pauli Nieminen
2009-08-09
1
-0
/
+1
*
Add missing X11_INCLUDES to egl/drivers/demo and egl/main.
Peter Hutterer
2009-07-21
1
-1
/
+1
*
egl: Support per-thread info.
Chia-I Wu
2009-07-17
1
-0
/
+2
*
egl: Add eglcompiler.h for compiler features.
Chia-I Wu
2009-07-17
1
-0
/
+1
*
Use separate $(MINSTALL) for installing libraries
Dan Nicholson
2009-06-01
1
-1
/
+1
*
egl/main/Makefile: Add dependency of install target on default build target
Alan Coopersmith
2009-04-16
1
-1
/
+1
*
egl: use new EGL_LIB_DEPS to pass library dependencies to mklib when building...
Brian Paul
2009-02-25
1
-3
/
+2
*
egl: Use -dlopen rather than -dl which is non portable
Benjamin Close
2009-02-25
1
-1
/
+1
*
Add install target for egl
Johannes Engel
2009-02-11
1
-1
/
+3
*
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-5
/
+22
|
\
|
*
link libEGL with Xlib
Brian Paul
2008-05-30
1
-1
/
+3
|
*
egl: re-enable LOCAL_CFLAGS
Brian Paul
2008-05-28
1
-1
/
+1
|
*
egl: move a few small functions into new eglmisc.[ch] files
Brian Paul
2008-05-28
1
-0
/
+2
|
*
egl: added egldefines.h
Brian Paul
2008-05-28
1
-0
/
+1
|
*
egl: added eglstring.[ch]
Brian Paul
2008-05-28
1
-2
/
+4
|
*
egl: Temporarily disable eglx.[c|h] building
Jakob Bornecrantz
2008-05-28
1
-3
/
+4
|
*
Move some config-related utility functions into new eglconfigutil.c file.
Brian Paul
2008-05-27
1
-0
/
+2
|
*
minor overhaul/re-org of driver selection/loading code
Brian Paul
2008-05-27
1
-3
/
+8
|
*
pipe stderr to /dev/null
Brian Paul
2008-05-27
1
-1
/
+2
|
*
Gutsy oopses on touch of existing file. Workaround.
Keith Whitwell
2007-08-07
1
-0
/
+1
[next]