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
*
egl: Improve driver selection.
Chia-I Wu
2011-01-13
6
-63
/
+96
*
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
*
scons: Updates for targets/egl-static.
Chia-I Wu
2011-01-12
1
-11
/
+27
*
st/egl: Fix a void pointer arithmetic warning.
Chia-I Wu
2011-01-10
1
-1
/
+1
*
st/egl: Fix eglChooseConfig when configs is NULL.
Chia-I Wu
2010-12-26
1
-4
/
+4
*
st/egl: Remove unnecessary header.
Vinson Lee
2010-12-23
1
-1
/
+0
*
st/egl: Assorted fixes for dri2_display_get_configs.
Chia-I Wu
2010-12-22
1
-4
/
+36
*
st/egl: Fix eglCopyBuffers.
Chia-I Wu
2010-12-22
1
-6
/
+5
*
st/egl: Plug pbuffer leaks.
Chia-I Wu
2010-12-22
1
-8
/
+2
*
st/egl: Allow single-buffered pixmaps.
Chia-I Wu
2010-12-22
2
-26
/
+17
*
st/egl: Remove native_config::samples.
Chia-I Wu
2010-12-22
3
-5
/
+1
*
st/egl: Remove native_config::slow_config.
Chia-I Wu
2010-12-22
5
-9
/
+0
*
st/egl: Remove unnecessary egl_g3d_find_pixmap_config.
Chia-I Wu
2010-12-22
3
-36
/
+2
*
st/egl: Make config optional for create_pixmap_surface.
Chia-I Wu
2010-12-22
3
-46
/
+79
*
egl: _eglFilterArray should not allocate.
Chia-I Wu
2010-12-06
1
-2
/
+13
*
r300g: cleanup winsys
Marek Olšák
2010-12-05
1
-1
/
+1
*
st/egl: Set pipe_resource::array_size to 1.
Chia-I Wu
2010-12-03
1
-0
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
6
-36
/
+15
*
st/egl: Fix build for include files in nonstandard places
Thomas Hellstrom
2010-11-09
2
-1
/
+2
*
scons: Move dependancy checks to the main gallium scons file
Jakob Bornecrantz
2010-11-05
1
-3
/
+0
*
egl/gdi: fix typo: xsurf->gsurf
Brian Paul
2010-11-03
1
-1
/
+1
*
st/egl: Use native_display_buffer for EGL_MESA_drm_image.
Chia-I Wu
2010-11-03
3
-10
/
+32
*
st/egl: Add native_display_buffer interface.
Chia-I Wu
2010-11-03
2
-0
/
+61
*
st/egl: Add extern "C" wrapper to native.h.
Chia-I Wu
2010-11-03
1
-0
/
+8
*
st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.
Chia-I Wu
2010-11-03
1
-0
/
+66
*
st/egl: Add support for swap interval and swap behavior.
Chia-I Wu
2010-11-03
2
-5
/
+22
*
st/egl: Remove flush_frontbuffer and swap_buffers.
Chia-I Wu
2010-11-03
6
-23
/
+0
*
st/egl: Use native_surface::present callback.
Chia-I Wu
2010-11-03
2
-4
/
+5
*
st/egl: Add native_surface::present callback.
Chia-I Wu
2010-11-03
7
-2
/
+170
*
scons: Revamp how to specify targets to build.
José Fonseca
2010-11-01
1
-26
/
+27
*
st/egl image: multiply drm buf-stride with blocksize
Benjamin Franzke
2010-11-01
1
-1
/
+2
*
st/egl: Use resource reference count for egl_g3d_sync.
Chia-I Wu
2010-10-23
2
-5
/
+2
*
egl: Use reference counting to replace IsLinked or IsBound.
Chia-I Wu
2010-10-23
1
-12
/
+32
*
st/egl: Fix native_mode refresh mode.
Chia-I Wu
2010-10-23
2
-3
/
+3
*
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
*
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
[next]