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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: initial WIP SI code
Tom Stellard
2012-04-13
1
-2
/
+5
*
egl: fix uninitialized values
Dylan Noblesmith
2012-04-13
1
-1
/
+1
*
Add Makefile.in to toplevel .gitignore
Kenneth Graunke
2012-03-20
1
-1
/
+0
*
Add .deps/, .libs/, and *.la to toplevel .gitignore
Paul Berry
2012-03-20
1
-3
/
+0
*
shared-glapi: Convert to automake
Kristian Høgsberg
2012-03-19
1
-1
/
+0
*
egl: Use -no-undefined libtool flag
Jon TURNEY
2012-03-05
1
-1
/
+1
*
egl: Also put a symlink from libEGL.so in lib/ for now.
Eric Anholt
2012-03-02
1
-0
/
+1
*
egl: Don't include strings.h on Windows.
José Fonseca
2012-03-01
2
-1
/
+1
*
egl/drivers: Convert to automake.
Eric Anholt
2012-02-29
1
-2
/
+2
*
egl/main: Convert to automake.
Eric Anholt
2012-02-29
5
-192
/
+152
*
automake: src/egl/wayland
Benjamin Franzke
2012-01-26
1
-1
/
+1
*
gbm: install libgbm.so into lib
Matt Turner
2012-01-24
1
-1
/
+0
*
egl,gbm_gallium: Fix linkage against gbm from automake
Benjamin Franzke
2012-01-24
1
-0
/
+1
*
egl: add EGL_NV_post_sub_buffer
Fredrik Höglund
2011-12-20
6
-0
/
+48
*
egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddress
Chia-I Wu
2011-12-20
1
-0
/
+5
*
egl: remove #ifdef's for official extensions
Chia-I Wu
2011-12-20
7
-70
/
+0
*
egl: remove EGL_ANDROID_swap_rectangle
Chia-I Wu
2011-12-20
4
-35
/
+0
*
android: bring in i915_dri and i965_dri automatically
Chia-I Wu
2011-11-26
1
-0
/
+4
*
android: move libGLES_mesa build rules to src/egl/main/.
Chia-I Wu
2011-11-26
1
-3
/
+83
*
egl: silence unused var warning
Brian Paul
2011-11-10
1
-0
/
+2
*
egl: add null platform
Chia-I Wu
2011-09-20
3
-0
/
+8
*
Define INLINE macro in terms of inline.
José Fonseca
2011-09-08
1
-19
/
+22
*
egl: Use gbm/wayland flags regardless of egl_dri2
Benjamin Franzke
2011-08-29
1
-10
/
+10
*
android: add support for egl_dri2
Chia-I Wu
2011-08-28
1
-0
/
+3
*
android: build core EGL
Chia-I Wu
2011-08-21
1
-0
/
+64
*
egl: add Android-specific extensions
Chia-I Wu
2011-08-21
4
-0
/
+39
*
egl: add _EGL_PLATFORM_ANDROID
Chia-I Wu
2011-08-21
2
-1
/
+3
*
egl: Add include paths for platform autodetection
Benjamin Franzke
2011-08-16
1
-0
/
+2
*
egl: Log (debug) native platform type
Benjamin Franzke
2011-08-15
1
-12
/
+25
*
egl: Native Display autodetection
Benjamin Franzke
2011-08-15
4
-8
/
+115
*
egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CARE
Chia-I Wu
2011-07-29
1
-2
/
+3
*
egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVED
Chia-I Wu
2011-07-29
1
-1
/
+3
*
egl: add copyright notices
Chia-I Wu
2011-07-02
37
-37
/
+1040
*
egl: fix a compiler warning
Chia-I Wu
2011-07-01
1
-0
/
+1
*
egl: fix EGL_MATCH_NATIVE_PIXMAP
Chia-I Wu
2011-06-25
1
-2
/
+10
*
egl: make implementing eglChooseConfig easier
Chia-I Wu
2011-06-25
2
-27
/
+57
*
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: Fix int <-> ptr casts.
José Fonseca
2011-05-12
1
-1
/
+1
*
egl: Use the right extension name in #ifdef
Kristian Høgsberg
2011-04-25
1
-1
/
+1
*
egl: Add EGL_WL_bind_wayland_display
Benjamin Franzke
2011-03-01
5
-0
/
+62
*
egl: Add wayland platform
Benjamin Franzke
2011-02-07
3
-1
/
+6
*
egl: Make the transition to built-in drivers more smooth.
Chia-I Wu
2011-01-30
1
-5
/
+24
*
egl: Fix EGL_VERSION string.
Chia-I Wu
2011-01-14
1
-1
/
+1
*
egl: Fix an assertion in _eglUpdateAPIsString.
Chia-I Wu
2011-01-14
1
-1
/
+1
*
egl: need stdio.h for non-Windows build too to avoid compiler warning
Brian Paul
2011-01-13
1
-1
/
+1
*
egl: Improve driver selection.
Chia-I Wu
2011-01-13
2
-0
/
+6
*
egl: Simplify driver matching.
Chia-I Wu
2011-01-13
3
-84
/
+54
[next]