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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
egl: Parse image attributes with _eglParseImageAttribList.
Chia-I Wu
2010-10-22
1
-81
/
+37
*
egl: Move attributes in _EGLImage to _EGLImageAttribs.
Chia-I Wu
2010-10-22
1
-2
/
+2
*
st/egl: Do not finish a fence that is NULL.
Chia-I Wu
2010-10-14
1
-2
/
+4
*
st/egl: Access _EGLConfig directly.
Chia-I Wu
2010-10-14
1
-31
/
+26
*
Get rid of GL/internal/glcore.h
Kristian Høgsberg
2010-10-13
3
-2
/
+183
*
st/egl: Drop context argument from egl_g3d_get_egl_image.
Chia-I Wu
2010-09-30
1
-1
/
+0
*
st/egl: Skip single-buffered configs in EGL.
Chia-I Wu
2010-09-30
2
-4
/
+4
*
glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x build
Luca Barbieri
2010-09-22
1
-0
/
+11
*
st/egl: s/kms/drm/ on the drm backend.
Chia-I Wu
2010-09-19
3
-303
/
+303
*
st/egl: Rename kms backend to drm.
Chia-I Wu
2010-09-19
6
-19
/
+19
*
st/egl: Split modeset code support to modeset.c.
Chia-I Wu
2010-09-19
3
-587
/
+647
*
st/egl: Use profiles to create OpenGL ES contexts.
Chia-I Wu
2010-09-10
4
-48
/
+26
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
1
-3
/
+21
*
st/egl: Enable EGL_MESA_drm_display.
Chia-I Wu
2010-08-31
1
-1
/
+3
*
st/egl: Add support for EGL_MESA_image_drm.
Chia-I Wu
2010-08-26
4
-0
/
+260
*
st/egl: Add support for EGL_KHR_surfaceless_*.
Chia-I Wu
2010-08-26
2
-9
/
+16
*
st/egl: Make KMS support optional in KMS backend.
Chia-I Wu
2010-08-26
1
-22
/
+24
*
st/egl: Fix r300/r600 support in KMS backend.
Chia-I Wu
2010-08-24
2
-3
/
+32
*
st/egl: Fix win32 build.
Chia-I Wu
2010-08-19
1
-0
/
+1
*
st/egl: Add support for EGL_KHR_fence_sync.
Chia-I Wu
2010-08-17
3
-0
/
+71
*
st/egl: Add support for EGL_KHR_reusable_sync.
Chia-I Wu
2010-08-17
5
-0
/
+297
*
egl: Add checks for EGL_MESA_screen_surface.
Chia-I Wu
2010-07-31
2
-4
/
+10
*
Untangle gallium/egl/glx source sharing mess and make it compile again
Kristian Høgsberg
2010-07-28
3
-114
/
+58
*
st/egl: Fix debug line
nobled
2010-07-26
1
-1
/
+1
*
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
*
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
*
st/egl: Add egl-gdi target.
Chia-I Wu
2010-06-30
1
-1
/
+1
*
egl: Remove st/egl probe code.
Chia-I Wu
2010-06-29
8
-149
/
+1
*
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
18
-389
/
+213
*
st/egl: Reorganize targets.
Chia-I Wu
2010-06-29
2
-7
/
+7
*
st/egl: One driver per hardware.
Chia-I Wu
2010-06-29
9
-31
/
+90
*
st/egl: Introduce native_platform.
Chia-I Wu
2010-06-29
8
-107
/
+137
*
st_api: Remove st_context::is_visual_supported.
Chia-I Wu
2010-06-29
1
-9
/
+1
*
Merge branch 'gallium-drm-driver-drescriptor'
Jakob Bornecrantz
2010-06-28
5
-68
/
+24
|
\
|
*
gallium: Convert state trackers to drm driver interface
Jakob Bornecrantz
2010-06-06
5
-68
/
+24
*
|
egl: Introduce platform displays internally.
Chia-I Wu
2010-06-23
10
-28
/
+23
*
|
egl: s/EGL_DISPLAY/EGL_PLATFORM/.
Chia-I Wu
2010-06-17
1
-3
/
+3
*
|
st/egl: Add fbdev backend.
Chia-I Wu
2010-06-11
2
-3
/
+484
*
|
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
5
-93
/
+52
*
st/egl: Use stamps only to avoid unnecessary geometry update.
Chia-I Wu
2010-05-31
2
-20
/
+16
*
st/egl: Update KMS backend to use resource_surface.
Chia-I Wu
2010-05-31
2
-50
/
+28
*
st/egl: Update GDI backend to use resource_surface.
Chia-I Wu
2010-05-31
1
-146
/
+51
*
st/egl: Update ximage backend to use resource_surface.
Chia-I Wu
2010-05-31
1
-186
/
+52
[prev]
[next]