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
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Use SConscript for Windows build.
Chia-I Wu
2010-05-31
7
-9
/
+72
*
Define PUBLIC to dllexport on MSVC.
Chia-I Wu
2010-05-31
1
-4
/
+8
*
Always define int32_t in compiler headers.
Chia-I Wu
2010-05-31
1
-3
/
+1
*
egl_dri2: Split driver loading out into its own function
Kristian Høgsberg
2010-05-28
1
-32
/
+48
*
egl_dri2: Check for xcb_connect() failure the right way
Kristian Høgsberg
2010-05-28
1
-6
/
+4
*
egl: Return NULL if we fail to load a default driver
Kristian Høgsberg
2010-05-27
1
-1
/
+1
*
Make TLS EGL dri2 driver search path behavior match TLS GLX dri2 behavior.
Eric Anholt
2010-05-20
1
-9
/
+12
*
egl: Link drivers back to libEGL.
Chia-I Wu
2010-05-19
1
-1
/
+1
*
egl: Implement EGL_NOK_texture_from_pixmap
Kristian Høgsberg
2010-05-14
7
-29
/
+54
*
egl: Only allow valid config attributes in _eglParseConfigAttribList()
Kristian Høgsberg
2010-05-14
1
-28
/
+24
*
egl: remove duplicate ARRAY_SIZE() macro declaration
Brian Paul
2010-05-14
1
-1
/
+1
*
egl: Silence uninitialized variable warnings.
Vinson Lee
2010-05-14
1
-1
/
+1
*
egl: Implement EGL_NOK_swap_region
Kristian Høgsberg
2010-05-13
5
-2
/
+86
*
egl: Allow a prioritized list of default drivers
Kristian Høgsberg
2010-05-13
6
-26
/
+45
*
egl_dri2: Downgrade initialization errors to warnings
Kristian Høgsberg
2010-05-13
1
-4
/
+4
*
egl: Drop broken _EGL_PLATFORM_NO_OS code
Kristian Høgsberg
2010-05-13
1
-32
/
+0
*
egl: Don't try to load driver basename if the platform needs a suffix
Kristian Høgsberg
2010-05-13
1
-3
/
+5
*
egl_dri2: Zero out driver struct
Kristian Høgsberg
2010-05-12
1
-0
/
+1
*
egl: Build drivers in $(TOP)/$(LIB_DIR)/egl.
Chia-I Wu
2010-05-08
1
-2
/
+3
*
egl: Add _eglSearchPathForEach.
Chia-I Wu
2010-05-08
2
-0
/
+20
*
glapi: Move to src/mapi/.
Chia-I Wu
2010-05-07
2
-2
/
+2
*
Add egl.pc file
Kristian Høgsberg
2010-05-04
2
-1
/
+30
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
1
-10
/
+59
|
\
|
*
egl_dri2: Use new DRI API to create a GLES1/2 context when asked to
Kristian Høgsberg
2010-04-28
1
-10
/
+59
*
|
Merge branch '7.8'
Jakob Bornecrantz
2010-04-28
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
egl: dri2 driver error output
Micah Fedke
2010-04-28
1
-1
/
+2
*
|
Merge branch '7.8'
Dan Nicholson
2010-04-19
2
-3
/
+3
|
\
|
|
*
egl: Pass flags to locate Xlib headers and libraries
Dan Nicholson
2010-04-19
2
-3
/
+3
*
|
egl_dri2: Enable KHR_gl_texture_2D_image
Kristian Høgsberg
2010-04-14
1
-0
/
+1
*
|
egl_dri2: Flush before context switch and swap buffers.
Chia-I Wu
2010-04-06
1
-0
/
+18
*
|
egl: Unbind the old context in _eglBindContext.
Chia-I Wu
2010-04-06
1
-10
/
+9
*
|
egl: Fix eglMakeCurrent with different surfaces.
Chia-I Wu
2010-04-06
1
-30
/
+45
*
|
egl: Make _eglBindContextToSurfaces more readable.
Chia-I Wu
2010-03-28
1
-11
/
+25
*
|
egl: Always return the previously bound context.
Chia-I Wu
2010-03-28
1
-9
/
+8
|
/
*
Remove support for GCC older than 3.3.0
Ian Romanick
2010-03-03
1
-3
/
+2
*
egl_dri2: Factor out DRI2 protocol bits from initialize.
Kristian Høgsberg
2010-03-03
1
-86
/
+155
*
egl_dri2: Implement EGL_KHR_gl_renderbuffer_image
Kristian Høgsberg
2010-02-26
1
-63
/
+103
*
egl_dri2: Implement EGL_KHR_image and EGL_KHR_image_pixmap
Kristian Høgsberg
2010-02-24
1
-4
/
+149
*
egl: Remove unused _EGL_SKIP_HANDLE_CHECK.
Chia-I Wu
2010-02-23
4
-53
/
+0
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
egl: Silence warnings when compiled with -pedantic.
Chia-I Wu
2010-02-19
4
-4
/
+10
*
egl: Silence warnings in check/return macros.
Chia-I Wu
2010-02-19
1
-139
/
+147
*
egl: Revisit global data locking.
Chia-I Wu
2010-02-17
4
-8
/
+23
*
egl: Always lock a display before using it.
Chia-I Wu
2010-02-17
2
-45
/
+81
*
egl: Make eglGetDisplay atomic.
Chia-I Wu
2010-02-17
3
-103
/
+22
*
egl: Add a mutex to _EGLDisplay.
Chia-I Wu
2010-02-17
2
-0
/
+4
*
egl: eglGetError should return the status of the last call.
Chia-I Wu
2010-02-17
1
-123
/
+226
*
egl: Always record error code.
Chia-I Wu
2010-02-17
1
-4
/
+5
*
egl: Use new error checking macros.
Chia-I Wu
2010-02-17
1
-115
/
+110
*
egl: Add new error checking macros.
Chia-I Wu
2010-02-17
1
-94
/
+134
[next]