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
/
gallium
/
state_trackers
/
egl
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/egl: Fix debug line
nobled
2010-07-26
1
-1
/
+1
*
st/egl: Manually free configs on terminate.
Chia-I Wu
2010-06-30
1
-1
/
+13
*
egl: Store screens in a dynamic array.
Chia-I Wu
2010-06-30
1
-7
/
+10
*
egl: Store configs in a dynamic array.
Chia-I Wu
2010-06-30
1
-3
/
+3
*
egl: Remove st/egl probe code.
Chia-I Wu
2010-06-29
4
-141
/
+1
*
st/egl: Move module loading code to targets.
Chia-I Wu
2010-06-29
9
-261
/
+119
*
st/egl: Reorganize targets.
Chia-I Wu
2010-06-29
1
-6
/
+6
*
st/egl: One driver per hardware.
Chia-I Wu
2010-06-29
3
-8
/
+53
*
st/egl: Introduce native_platform.
Chia-I Wu
2010-06-29
4
-34
/
+56
*
st_api: Remove st_context::is_visual_supported.
Chia-I Wu
2010-06-29
1
-9
/
+1
*
egl: Introduce platform displays internally.
Chia-I Wu
2010-06-23
3
-8
/
+7
*
st/egl: Remove unnecessary header.
Vinson Lee
2010-06-10
1
-1
/
+0
*
st/egl: Fix compiler warnings.
Chia-I Wu
2010-06-04
1
-0
/
+1
*
st/egl: Move sw screen creation to native helper.
Chia-I Wu
2010-06-04
2
-0
/
+21
*
st/egl: Add helper functions for use by backends.
Chia-I Wu
2010-05-31
2
-0
/
+305
*
st/egl: Use OS-specific module suffices.
Chia-I Wu
2010-05-31
1
-6
/
+17
*
st/egl: Add GDI backend.
Chia-I Wu
2010-05-31
1
-1
/
+1
*
st/egl: Hook eglCreatePbufferFromClientBuffer.
Chia-I Wu
2010-05-30
3
-20
/
+141
*
st/egl: Fix eglCopyBuffers.
Chia-I Wu
2010-05-30
1
-2
/
+1
*
egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()
Brian Paul
2010-05-27
1
-0
/
+1
*
st_api: Give get_egl_image arguments directly to the function
Jakob Borncrantz
2010-05-21
1
-7
/
+8
*
st_api: Add get param function to st_manager
Jakob Bornecrantz
2010-05-21
1
-0
/
+8
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
2
-23
/
+16
|
\
|
*
st/egl: adapt to interface changes
Roland Scheidegger
2010-05-17
2
-23
/
+16
*
|
egl_g3d: Check external modules for client APIs first.
Chia-I Wu
2010-05-08
3
-39
/
+157
|
/
*
et/egl: Remove dead code.
Vinson Lee
2010-04-26
1
-3
/
+0
*
st_api: Remove st_module
Jakob Bornecrantz
2010-04-26
1
-14
/
+15
*
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
[next]