index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
drivers
/
dri2
/
egl_dri2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Add support for driconf control of swapinterval.
Eric Anholt
2012-10-09
1
-4
/
+5
*
Use calloc instead of malloc/memset-0
Matt Turner
2012-09-05
1
-3
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
dri: Rework planar image interface
Jakob Bornecrantz
2012-08-31
1
-90
/
+38
*
egl_dri2: Fix segmentation fault
Paulo Alcantara
2012-08-23
1
-1
/
+1
*
egl: Allow OpenGL ES 3.0 as a version
Ian Romanick
2012-08-14
1
-0
/
+1
*
egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...
Ian Romanick
2012-08-14
1
-6
/
+61
*
egl_dri2: Silence warnings about missing initializers
Ian Romanick
2012-08-14
1
-2
/
+2
*
egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersion
Ian Romanick
2012-08-14
1
-2
/
+2
*
egl_dri2: Use createContextAttribs if DRI2 version >= 3
Ian Romanick
2012-08-14
1
-1
/
+17
*
egl_dri2: Require DRI2 version 2
Ian Romanick
2012-08-14
1
-22
/
+5
*
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
2012-08-06
1
-6
/
+2
*
egl_dri2: Refactor dereference of dri2_ctx_shared
Ian Romanick
2012-08-06
1
-6
/
+5
*
egl_dri2: Remove swrast version >= 2 checks
Ian Romanick
2012-08-06
1
-27
/
+11
*
wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer
Kristian Høgsberg
2012-07-19
1
-1
/
+8
*
wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format
Kristian Høgsberg
2012-07-19
1
-11
/
+11
*
egl: Add EGL_WAYLAND_PLANE_WL attribute
Kristian Høgsberg
2012-07-11
1
-15
/
+135
*
wayland-drm: Add protocol to create planar buffers
Kristian Høgsberg
2012-07-11
1
-1
/
+1
*
wayland-drm: Pass struct wl_drm_buffer to the driver
Kristian Høgsberg
2012-07-11
1
-18
/
+15
*
egl_dri2: Reorganize the EGLImage constructors to share more code
Kristian Høgsberg
2012-07-05
1
-78
/
+37
*
egl: Drop _EGL_MAIN entrypoint obfuscation.
Eric Anholt
2012-02-29
1
-1
/
+1
*
Revert "Always build shared glapi"
Matt Turner
2012-01-24
1
-0
/
+8
*
Always build shared glapi
Matt Turner
2012-01-20
1
-8
/
+0
*
wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h
Kristian Høgsberg
2012-01-11
1
-6
/
+4
*
egl_dri2: Put the _eglError call in the case switch case
Kristian Høgsberg
2012-01-11
1
-2
/
+2
*
egl_dri2/wayland: handle creating xrgb8888 images
Robert Bragg
2012-01-11
1
-56
/
+69
*
egl_dri2/x11: Add support for eglSwapInterval
Fredrik Höglund
2011-12-20
1
-1
/
+7
*
egl_dri2: Fix some valgrind reported leaks
Benjamin Franzke
2011-12-13
1
-6
/
+3
*
wayland: Track changes to drop wl_visual
Kristian Høgsberg
2011-08-31
1
-3
/
+15
*
egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double buffered
Kristian Høgsberg
2011-08-31
1
-2
/
+4
*
egl_dri2: set ctx->WindowRenderBuffer
Chia-I Wu
2011-08-31
1
-0
/
+6
*
egl_dri2: add support for Android
Chia-I Wu
2011-08-28
1
-0
/
+10
*
egl_dri2: allow RGBA masks to be specified for matching
Chia-I Wu
2011-08-28
1
-1
/
+22
*
Destroy context in dri2/glx driver when apps call eglDestroyContext
Cooper Yuan
2011-08-14
1
-2
/
+19
*
egl/gbm: Fix EGL_DEFAULT_DISPLAY
Benjamin Franzke
2011-08-04
1
-0
/
+7
*
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
1
-2
/
+6
*
egl: Fix Terminate with shared gbm screens
Benjamin Franzke
2011-06-27
1
-2
/
+6
*
egl_dri2: Build drm platform only if enabled
Benjamin Franzke
2011-06-24
1
-0
/
+2
*
egl_dri2: Hookup gbm as drm platform
Benjamin Franzke
2011-06-23
1
-34
/
+42
*
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
1
-16
/
+40
*
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
1
-2
/
+16
*
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
1
-0
/
+4
*
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: Fix int <-> ptr casts.
José Fonseca
2011-05-12
1
-2
/
+2
*
egl: Add a cursor use bit to MESA_drm_image
Kristian Høgsberg
2011-05-06
1
-1
/
+4
[next]