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
/
egl_g3d.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-6
/
+3
*
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
2012-08-06
1
-3
/
+1
*
st/egl: Add support for EGL_NV_post_sub_buffer
Fredrik Höglund
2011-12-20
1
-2
/
+4
*
st/egl: Add support for EGL_NOK_swap_region
Fredrik Höglund
2011-12-15
1
-0
/
+6
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-1
/
+1
*
st/egl: add support for null platform
Chia-I Wu
2011-09-20
1
-0
/
+6
*
st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHA
Chia-I Wu
2011-09-08
1
-7
/
+19
*
st/egl: add android backend
Chia-I Wu
2011-08-21
1
-0
/
+11
*
st-api: Rework how drawables are invalidated v3.
Thomas Hellstrom
2011-06-29
1
-9
/
+4
*
st/egl: reorganize backend initialization
Chia-I Wu
2011-06-25
1
-12
/
+17
*
st/egl: Hookup gbm for drm backend
Benjamin Franzke
2011-06-23
1
-1
/
+17
*
st/egl: set EGL_ALPHA_MASK_SIZE
Chia-I Wu
2011-06-09
1
-0
/
+4
*
st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,wayland
Benjamin Franzke
2011-05-13
1
-0
/
+5
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-1
/
+1
*
st/egl: Move the copy context to the native display structure
Thomas Hellstrom
2011-03-01
1
-3
/
+0
*
st/egl: Fix platform selection
Benjamin Franzke
2011-02-08
1
-0
/
+1
*
st/egl: Add wayland platform
Benjamin Franzke
2011-02-07
1
-0
/
+8
*
egl: Improve driver selection.
Chia-I Wu
2011-01-13
1
-42
/
+44
*
egl: Simplify driver matching.
Chia-I Wu
2011-01-13
1
-8
/
+3
*
egl: Cleanup _EGLDisplay initialization.
Chia-I Wu
2011-01-13
1
-9
/
+8
*
st/egl: Allow single-buffered pixmaps.
Chia-I Wu
2010-12-22
1
-25
/
+15
*
st/egl: Remove native_config::samples.
Chia-I Wu
2010-12-22
1
-3
/
+1
*
st/egl: Remove native_config::slow_config.
Chia-I Wu
2010-12-22
1
-3
/
+0
*
st/egl: Use native_display_buffer for EGL_MESA_drm_image.
Chia-I Wu
2010-11-03
1
-1
/
+2
*
st/egl: Add support for swap interval and swap behavior.
Chia-I Wu
2010-11-03
1
-4
/
+19
*
egl: Fix _eglModeLookup.
Chia-I Wu
2010-10-23
1
-11
/
+11
*
egl: Minor changes to the _EGLScreen interface.
Chia-I Wu
2010-10-23
1
-2
/
+2
*
egl: Minor changes to the _EGLConfig interface.
Chia-I Wu
2010-10-23
1
-1
/
+1
*
st/egl: Access _EGLConfig directly.
Chia-I Wu
2010-10-14
1
-31
/
+26
*
st/egl: Skip single-buffered configs in EGL.
Chia-I Wu
2010-09-30
1
-0
/
+4
*
st/egl: Rename kms backend to drm.
Chia-I Wu
2010-09-19
1
-2
/
+2
*
st/egl: Use profiles to create OpenGL ES contexts.
Chia-I Wu
2010-09-10
1
-5
/
+5
*
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
1
-0
/
+3
*
st/egl: Add support for EGL_KHR_surfaceless_*.
Chia-I Wu
2010-08-26
1
-0
/
+4
*
st/egl: Add support for EGL_KHR_fence_sync.
Chia-I Wu
2010-08-17
1
-0
/
+1
*
st/egl: Add support for EGL_KHR_reusable_sync.
Chia-I Wu
2010-08-17
1
-0
/
+2
*
egl: Add checks for EGL_MESA_screen_surface.
Chia-I Wu
2010-07-31
1
-0
/
+2
*
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: Remove st/egl probe code.
Chia-I Wu
2010-06-29
1
-73
/
+1
*
st/egl: Move module loading code to targets.
Chia-I Wu
2010-06-29
1
-60
/
+52
*
st/egl: One driver per hardware.
Chia-I Wu
2010-06-29
1
-6
/
+42
*
st/egl: Introduce native_platform.
Chia-I Wu
2010-06-29
1
-14
/
+33
*
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
1
-4
/
+4
*
st/egl: Add GDI backend.
Chia-I Wu
2010-05-31
1
-1
/
+1
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-1
/
+1
|
\
|
*
st/egl: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-1
/
+1
*
|
egl_g3d: Check external modules for client APIs first.
Chia-I Wu
2010-05-08
1
-7
/
+2
|
/
[next]