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
/
x11
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/egl: Fixes for recent GLX cleanup.
Chia-I Wu
2010-07-20
2
-19
/
+45
*
st/egl: Add support for !GLX_DIRECT_RENDERING.
Chia-I Wu
2010-07-06
4
-41
/
+79
*
st/egl: Remove unnecessary headers.
Vinson Lee
2010-07-03
1
-3
/
+0
*
egl: Remove st/egl probe code.
Chia-I Wu
2010-06-29
1
-2
/
+0
*
st/egl: Build a single EGL driver.
Chia-I Wu
2010-06-29
1
-74
/
+2
*
st/egl: Move module loading code to targets.
Chia-I Wu
2010-06-29
4
-38
/
+27
*
st/egl: One driver per hardware.
Chia-I Wu
2010-06-29
1
-1
/
+1
*
st/egl: Introduce native_platform.
Chia-I Wu
2010-06-29
1
-15
/
+30
*
Merge branch 'gallium-drm-driver-drescriptor'
Jakob Bornecrantz
2010-06-28
3
-33
/
+16
|
\
|
*
gallium: Convert state trackers to drm driver interface
Jakob Bornecrantz
2010-06-06
3
-33
/
+16
*
|
egl: Introduce platform displays internally.
Chia-I Wu
2010-06-23
4
-9
/
+8
|
/
*
st/egl: Move sw screen creation to native helper.
Chia-I Wu
2010-06-04
1
-62
/
+20
*
st/egl: Use stamps only to avoid unnecessary geometry update.
Chia-I Wu
2010-05-31
1
-10
/
+8
*
st/egl: Update ximage backend to use resource_surface.
Chia-I Wu
2010-05-31
1
-186
/
+52
*
drm_api: Remove type argument from create screen callback
Jakob Bornecrantz
2010-05-25
1
-1
/
+1
*
st/egl: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-3
/
+4
*
st/egl: No need to use drm_api argument struct
Jakob Bornecrantz
2010-04-20
1
-4
/
+1
*
st/egl: Remove unnecessary header.
Vinson Lee
2010-04-16
1
-1
/
+0
*
st/egl: Request the front buffer as needed.
Chia-I Wu
2010-04-12
1
-7
/
+11
*
st/egl: Fix DRI2 on old X servers
Jakob Bornecrantz
2010-04-12
1
-1
/
+10
*
st/egl: Follow the portability guide.
Chia-I Wu
2010-04-11
4
-31
/
+26
*
st/egl: Remove depth/stencil format from the native interface.
Chia-I Wu
2010-04-11
2
-77
/
+20
*
st/egl: Remove __GLcontextModes from the native interface.
Chia-I Wu
2010-04-11
4
-102
/
+49
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
2
-23
/
+22
*
Fix copyright headers.
Chia-I Wu
2010-04-10
6
-30
/
+36
*
st/egl: Remove pbuffer from the native interface.
Chia-I Wu
2010-04-09
2
-111
/
+18
*
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
2
-4
/
+4
*
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
*
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
4
-9
/
+81
|
\
|
*
Squashed commit of gallium-no-texture-blanket
Keith Whitwell
2010-03-09
1
-1
/
+8
|
*
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
1
-3
/
+6
|
|
\
|
|
*
gallium: Expose a opaque winsys handle and functions on pipe_screen
Jakob Bornecrantz
2010-03-01
1
-3
/
+6
|
*
|
st/egl: Add get_param to native display interface.
Chia-I Wu
2010-03-05
2
-0
/
+40
|
*
|
st/egl: Add event support to the native display interface.
Chia-I Wu
2010-03-05
4
-9
/
+46
*
|
|
st/egl: Use xlib_sw_winsys in ximage backend.
Chia-I Wu
2010-03-09
5
-433
/
+45
|
/
/
*
/
egl: Rename pipe formats.
José Fonseca
2010-03-01
2
-14
/
+14
|
/
*
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
1
-24
/
+38
*
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: Disable SHM in ximage backend.
Chia-I Wu
2010-02-21
1
-3
/
+10
*
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
1
-1
/
+1
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
2
-24
/
+0
*
egl: Remove egl_xdri.
Chia-I Wu
2010-02-05
3
-1
/
+694
[next]