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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...
Beren Minor
2011-11-27
1
-9
/
+14
*
android: add support for ICS
Chia-I Wu
2011-11-25
2
-9
/
+18
*
egl_glx.c: use unsigned instead of uint
Matt Turner
2011-09-19
1
-3
/
+3
*
wayland: Flush before blocking in swapbuffers.
Jørgen Lind
2011-09-15
1
-2
/
+5
*
egl_dri2: add support for RGBA_8888 android native buffer
Chia-I Wu
2011-09-09
1
-0
/
+2
*
egl_dri2: Destroy callback in release_pending_buffer
Benjamin Franzke
2011-09-01
1
-0
/
+2
*
wayland: Track changes to drop wl_visual
Kristian Høgsberg
2011-08-31
3
-15
/
+71
*
egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double buffered
Kristian Høgsberg
2011-08-31
1
-2
/
+4
*
wayland: Track server side wayland changes
Kristian Høgsberg
2011-08-31
1
-1
/
+1
*
wayland: Use new wl_callback mechanism
Kristian Høgsberg
2011-08-31
1
-31
/
+24
*
egl_dri2: Drop dri2_surface_type enum
Benjamin Franzke
2011-08-31
2
-18
/
+9
*
egl_dri2: add pbuffer support to platform_android
Chia-I Wu
2011-08-31
1
-5
/
+16
*
egl_dri2: check the surface type in platform_android
Chia-I Wu
2011-08-31
1
-45
/
+56
*
egl_dri2: refactor droid_get_buffers_with_format
Chia-I Wu
2011-08-31
1
-27
/
+39
*
egl_dri2: set ctx->WindowRenderBuffer
Chia-I Wu
2011-08-31
1
-0
/
+6
*
android: add support for egl_dri2
Chia-I Wu
2011-08-28
1
-0
/
+50
*
egl_dri2: add support for Android
Chia-I Wu
2011-08-28
3
-0
/
+749
*
egl_dri2: allow RGBA masks to be specified for matching
Chia-I Wu
2011-08-28
5
-5
/
+27
*
dri2: Add __DRI_BUFFER_COUNT token
Benjamin Franzke
2011-08-16
1
-2
/
+0
*
Destroy context in dri2/glx driver when apps call eglDestroyContext
Cooper Yuan
2011-08-14
2
-2
/
+38
*
egl/gbm: Fix EGL_DEFAULT_DISPLAY
Benjamin Franzke
2011-08-04
3
-2
/
+31
*
Rename swrastg_dri to swrast_dri
Marek Olšák
2011-07-14
1
-5
/
+0
*
Fixes for leaks reported by cppcheck.
Völgyes Dávid
2011-07-06
2
-2
/
+7
*
egl_dri2: Fix compilation if udev devel files are not installed
Benjamin Franzke
2011-07-02
1
-0
/
+4
*
egl: add copyright notices
Chia-I Wu
2011-07-02
1
-12
/
+14
*
egl: Fix Terminate with shared gbm screens
Benjamin Franzke
2011-06-27
2
-2
/
+7
*
egl_dri2: Build drm platform only if enabled
Benjamin Franzke
2011-06-24
2
-1
/
+8
*
egl_dri2: Hookup gbm as drm platform
Benjamin Franzke
2011-06-23
4
-61
/
+127
*
egl_dri2/wayland: Hook up new buffer.release event
Benjamin Franzke
2011-06-21
2
-16
/
+127
*
wayland: Pass use_invalidate extension to driver
Kristian Høgsberg
2011-06-20
2
-2
/
+3
*
egl_dri2/x11: Check availability of the dri2 extension
Benjamin Franzke
2011-06-20
1
-0
/
+9
*
egl_dri2: try swrastg_dri if swrast_dri fails
Chia-I Wu
2011-06-13
1
-0
/
+6
*
egl_dri2: add dri2_load_driver_swrast
Chia-I Wu
2011-06-13
3
-19
/
+44
*
egl_dri2: Compare configs before matching them
Benjamin Franzke
2011-06-12
1
-1
/
+13
*
egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY
Benjamin Franzke
2011-06-12
2
-3
/
+23
*
egl_dri2: Add missing header
Benjamin Franzke
2011-06-07
1
-0
/
+1
*
egl_dri2: Add missing license
Benjamin Franzke
2011-06-07
1
-0
/
+28
*
egl_dri2: Use libudev only if available
Benjamin Franzke
2011-06-07
1
-2
/
+7
*
egl_dri2: Use external driver pci list
Benjamin Franzke
2011-06-07
4
-664
/
+116
*
egl_dri2: Fix usage of bool values
Benjamin Franzke
2011-05-31
1
-3
/
+3
*
egl_dri2: add new cayman pci ids
Alex Deucher
2011-05-25
1
-0
/
+15
*
egl: Recognize Ivybridge PCI IDs.
Kenneth Graunke
2011-05-17
1
-0
/
+5
*
egl_dri2: Discard similar configs
Benjamin Franzke
2011-05-13
1
-4
/
+2
*
egl_dri2: Make it possible to not compile in the X11 platform
Kristian Høgsberg
2011-05-13
3
-6
/
+23
*
egl/dri2: Avoid unused static functions.
José Fonseca
2011-05-12
1
-1
/
+1
*
egl/dri2: Prevent uninitialized variable dereference.
José Fonseca
2011-05-12
1
-2
/
+5
*
egl/dri2: Fix const pointer duplication, prevent unitialized variable derefer...
José Fonseca
2011-05-12
1
-5
/
+7
*
egl: Fix int <-> ptr casts.
José Fonseca
2011-05-12
3
-4
/
+4
*
Add pci id for FirePro 2270
Kostas Georgiou
2011-05-06
1
-0
/
+1
*
egl_dri2: add new radeon pci ids
Alex Deucher
2011-05-06
1
-0
/
+6
[next]