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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/xlib: Notify the context when the front/back buffers are swapped.
Chia-I Wu
2010-09-16
3
-4
/
+21
*
st/egl: Use profiles to create OpenGL ES contexts.
Chia-I Wu
2010-09-10
4
-48
/
+26
*
st/dri: Use profiles to create OpenGL ES contexts.
Chia-I Wu
2010-09-10
4
-46
/
+14
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
5
-9
/
+50
*
st/dri: support EGL_MESA_image_drm: queryImage
ben
2010-09-09
1
-0
/
+30
*
st/dri: support EGL_MESA_image_drm: createImage
ben
2010-09-09
1
-0
/
+58
*
st/dri: Call dri_init_extensions only for API_OPENGL.
Chia-I Wu
2010-09-08
1
-1
/
+9
*
st/dri: Use enum st_api_type internally.
Chia-I Wu
2010-09-08
5
-27
/
+39
*
st/dri: Add multi-api support
nobled
2010-09-08
5
-13
/
+46
*
st/dri: Make clear which API's are supported
nobled
2010-09-08
1
-1
/
+4
*
st/glx: added some comments
Brian Paul
2010-09-03
1
-0
/
+8
*
st/glx: re-order destruction of buffers, visuals
Brian Paul
2010-09-01
1
-1
/
+1
*
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/dri: Remove unnecessary main/mtype.h.
Chia-I Wu
2010-08-24
1
-1
/
+0
*
st/wgl: Include main/core.h.
Chia-I Wu
2010-08-24
4
-7
/
+3
*
st/glx: Include main/core.h.
Chia-I Wu
2010-08-24
5
-21
/
+38
*
glx/xlib: configurable strict/non-strict buffer size invalidate
Keith Whitwell
2010-08-22
3
-4
/
+42
*
glx/xlib: remove another XSync
Keith Whitwell
2010-08-22
1
-1
/
+0
*
glx/xlib: no need to call XSync from XMesaFlush
Keith Whitwell
2010-08-22
1
-1
/
+1
*
st/glx: use PIPE_TEXTURE_RECT if appropriate
Luca Barbieri
2010-08-20
1
-1
/
+6
*
st/dri: use PIPE_TEXTURE_RECT if appropriate
Luca Barbieri
2010-08-20
4
-3
/
+9
*
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
*
st/dri: make dri_drawable_validate_att static
George Sapountzis
2010-08-13
2
-7
/
+2
*
st/dri: move TFP code to dri_drawable.c
George Sapountzis
2010-08-13
3
-52
/
+55
*
st/dri: Fix segmentation fault in sw drivers
nobled
2010-08-13
1
-2
/
+2
*
st/dri: dri_drawable_get_format is shared between DRI2 and DRISW
George Sapountzis
2010-08-13
1
-31
/
+2
*
st/dri: fix crash when dri2_drawable_get_buffers fails
Marek Olšák
2010-08-04
1
-1
/
+2
*
egl: Add checks for EGL_MESA_screen_surface.
Chia-I Wu
2010-07-31
2
-4
/
+10
*
st/dri: Remove unnecessary headers.
Vinson Lee
2010-07-31
2
-2
/
+0
*
st/dri: move backend hooks to appropriate object
George Sapountzis
2010-07-30
7
-29
/
+78
*
st/dri: drop dri1_helper
George Sapountzis
2010-07-30
13
-229
/
+23
*
st/dri: mv driDriverAPI to backends
George Sapountzis
2010-07-30
6
-130
/
+49
*
st/python: Adapt to interface change.
Chia-I Wu
2010-07-29
1
-21
/
+18
*
gallium: Use unified pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-2
/
+1
*
Untangle gallium/egl/glx source sharing mess and make it compile again
Kristian Høgsberg
2010-07-28
3
-114
/
+58
*
swrastg: Add SWRAST_NO_PRESENT option to not send updates to X server
Jakob Bornecrantz
2010-07-27
1
-1
/
+9
*
st/egl: Fix debug line
nobled
2010-07-26
1
-1
/
+1
*
st/xorg: fix use-after-free
nobled
2010-07-26
1
-1
/
+1
*
st/xorg: Init the Gallium3D / libkms resources in pre-init.
Thomas Hellstrom
2010-07-23
2
-86
/
+75
*
st/xorg: Kill a couple of compilation warnings
Thomas Hellstrom
2010-07-23
2
-2
/
+2
*
st/xorg vmwgfx/xorg: Add a pre-init customizer callback
Thomas Hellstrom
2010-07-23
2
-2
/
+6
*
st/xorg: Add a possibility to prune modes and limit fb allocation size based ...
Thomas Hellstrom
2010-07-23
3
-0
/
+23
*
st/egl: Fixes for recent GLX cleanup.
Chia-I Wu
2010-07-20
2
-19
/
+45
*
st/dri: Remove driFrameTrackingExtension.
Chia-I Wu
2010-07-20
1
-1
/
+0
[next]