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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'origin/gallium-st-api'
Chia-I Wu
2010-03-16
6
-584
/
+491
|
\
|
*
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
*
|
st/egl: Cache the pipe surface used in flush_frontbuffer.
Chia-I Wu
2010-03-13
1
-7
/
+15
|
/
*
target-helpers: remove swrast_xlib.c helper
Keith Whitwell
2010-03-10
1
-1
/
+59
*
gallium: plumb winsys-drawable-handle through to state tracker
Keith Whitwell
2010-03-10
2
-3
/
+8
*
st/egl: Fix build errors in ximage backend after merge.
Chia-I Wu
2010-03-10
3
-6
/
+10
*
egl/x11: use swrast-xlib helper
Keith Whitwell
2010-03-09
1
-3
/
+2
*
ws/xlib: manage the GC internally
Keith Whitwell
2010-03-09
1
-12
/
+0
*
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-09
12
-71
/
+467
|
\
|
*
Squashed commit of gallium-no-texture-blanket
Keith Whitwell
2010-03-09
1
-1
/
+8
|
*
st/egl: Fix KMS build error after winsys handle change.
Chia-I Wu
2010-03-09
1
-5
/
+9
|
*
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
2
-4
/
+7
|
|
\
|
|
*
gallium: Reorg texture usage flags
Jakob Bornecrantz
2010-03-01
1
-1
/
+1
|
|
*
gallium: Expose a opaque winsys handle and functions on pipe_screen
Jakob Bornecrantz
2010-03-01
1
-3
/
+6
|
*
|
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
4
-0
/
+72
|
*
|
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
8
-14
/
+106
*
|
|
st/egl: Use xlib_sw_winsys in ximage backend.
Chia-I Wu
2010-03-09
7
-451
/
+45
|
/
/
*
/
egl: Rename pipe formats.
José Fonseca
2010-03-01
4
-19
/
+19
|
/
*
st/egl: Reduce validation round-trips in DRI2 backend.
Chia-I Wu
2010-02-25
1
-14
/
+88
*
st/egl: Reduce validation round-trips in ximage backend.
Chia-I Wu
2010-02-25
2
-43
/
+39
*
st/egl: Refactor dri2_surface_get_buffers.
Chia-I Wu
2010-02-25
1
-51
/
+67
*
st/egl: Add dri2InvalidateBuffers.
Chia-I Wu
2010-02-25
4
-19
/
+74
*
st/egl: Unify surface creation.
Chia-I Wu
2010-02-23
1
-107
/
+97
*
st/egl: Disable SHM in ximage backend.
Chia-I Wu
2010-02-21
1
-3
/
+10
*
st/egl: Properly convert vrefresh to refresh rate.
Chia-I Wu
2010-02-21
1
-1
/
+4
*
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
*
st/egl: Clean up DRI2 surface.
Chia-I Wu
2010-02-21
1
-130
/
+182
*
st/egl: Clean up ximage surface.
Chia-I Wu
2010-02-21
1
-61
/
+109
*
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg
2010-02-09
2
-3
/
+3
*
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
5
-43
/
+5
*
egl: Remove egl_xdri.
Chia-I Wu
2010-02-05
4
-4
/
+695
*
egl: Convert drivers to use typecast macros.
Chia-I Wu
2010-02-04
1
-36
/
+3
*
st/egl: Add missing headers to kms display.
Chia-I Wu
2010-02-04
1
-0
/
+2
*
st/egl: Add missing headers.
Vinson Lee
2010-02-03
2
-0
/
+2
*
egl: fix implicit declaration of pipe_texture_reference adding u_inlines.h
Igor Oliveira
2010-02-04
3
-0
/
+3
*
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
2
-3
/
+3
|
\
|
*
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...
José Fonseca
2010-02-02
2
-2
/
+2
|
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+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
[next]