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
/
gallium
/
state_trackers
/
egl
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/egl: Follow the portability guide.
Chia-I Wu
2010-04-11
5
-38
/
+39
*
st/egl: Factor driver callbacks to a new file.
Chia-I Wu
2010-04-11
5
-702
/
+776
*
st/egl: Remove unnecessary header.
Vinson Lee
2010-04-10
1
-1
/
+0
*
st/egl: Remove depth/stencil format from the native interface.
Chia-I Wu
2010-04-11
2
-21
/
+69
*
st/egl: Remove __GLcontextModes from the native interface.
Chia-I Wu
2010-04-11
3
-41
/
+129
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
5
-27
/
+29
*
Fix copyright headers.
Chia-I Wu
2010-04-10
8
-40
/
+48
*
st/egl: Fix a typo in determining the render buffer.
Chia-I Wu
2010-04-10
1
-1
/
+1
*
st/egl: Move probe interface to native_probe.h.
Chia-I Wu
2010-04-09
2
-37
/
+68
*
st/egl: Remove pbuffer from the native interface.
Chia-I Wu
2010-04-09
4
-24
/
+84
*
st/egl: Implement get_egl_image hook.
Chia-I Wu
2010-04-04
1
-0
/
+32
*
st/egl: Add a missing break.
Chia-I Wu
2010-04-02
1
-0
/
+1
*
st/egl: Fix eglCopyBuffers.
Chia-I Wu
2010-03-13
2
-13
/
+22
*
st/egl: Use st_api.h instead of st_public.h.
Chia-I Wu
2010-03-12
6
-576
/
+474
*
gallium: plumb winsys-drawable-handle through to state tracker
Keith Whitwell
2010-03-10
2
-3
/
+8
*
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-09
6
-54
/
+349
|
\
|
*
st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.
Chia-I Wu
2010-03-05
4
-3
/
+202
|
*
st/egl: Add get_param to native display interface.
Chia-I Wu
2010-03-05
1
-0
/
+16
|
*
st/egl: Move modeset interface to native_modeset.h.
Chia-I Wu
2010-03-05
2
-55
/
+89
|
*
st/egl: Add event support to the native display interface.
Chia-I Wu
2010-03-05
2
-2
/
+48
*
|
st/egl: Use xlib_sw_winsys in ximage backend.
Chia-I Wu
2010-03-09
2
-18
/
+0
|
/
*
egl: Rename pipe formats.
José Fonseca
2010-03-01
1
-1
/
+1
*
st/egl: Reduce validation round-trips in ximage backend.
Chia-I Wu
2010-02-25
1
-19
/
+1
*
st/egl: Unify surface creation.
Chia-I Wu
2010-02-23
1
-107
/
+97
*
st/egl: Enable extensions before adding configs.
Chia-I Wu
2010-02-21
1
-6
/
+6
*
st/egl: Do not force validate when update_buffer is called.
Chia-I Wu
2010-02-21
1
-6
/
+0
*
egl: re-fix context_create typo
Keith Whitwell
2010-02-08
1
-1
/
+1
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
2
-7
/
+5
*
egl: Convert drivers to use typecast macros.
Chia-I Wu
2010-02-04
1
-36
/
+3
*
st/egl: Add missing headers.
Vinson Lee
2010-02-03
1
-0
/
+1
*
egl: fix implicit declaration of pipe_texture_reference adding u_inlines.h
Igor Oliveira
2010-02-04
1
-0
/
+1
*
st/egl: Wrong context might be used in eglBindTexImage.
Chia-I Wu
2010-02-02
1
-9
/
+11
*
egl: Initialize display configs with the display.
Chia-I Wu
2010-01-31
1
-1
/
+1
*
egl: Initialize display resources with their display.
Chia-I Wu
2010-01-31
1
-5
/
+5
*
st/egl: Do not ignore configs without a renderable type.
Chia-I Wu
2010-01-31
1
-6
/
+6
*
st/egl: Remove egl_g3d_get_current_context.
Chia-I Wu
2010-01-31
1
-16
/
+4
*
st/egl: eglBindTexImage should bind to an OpenGL ES texture.
Chia-I Wu
2010-01-30
1
-4
/
+2
*
egl: Rename Binding to CurrentContext in _EGLSurface.
Chia-I Wu
2010-01-30
1
-2
/
+2
*
egl: Migrate drivers to use _eglBindContext.
Chia-I Wu
2010-01-28
1
-10
/
+11
*
egl: eglMakeCurrent should accept an uninitialized display.
Chia-I Wu
2010-01-28
1
-10
/
+30
*
egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.
Chia-I Wu
2010-01-26
1
-3
/
+4
*
egl: Native types are renamed in EGL 1.3.
Chia-I Wu
2010-01-25
1
-1
/
+1
*
egl: Make surfaces and contexts resources.
Chia-I Wu
2010-01-24
1
-1
/
+1
*
st/egl_g3d: Rename to st/egl.
Chia-I Wu
2010-01-22
6
-0
/
+1964