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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium/st/dri2: add dri2 vblank query extension support
Sven Arvidsson
2010-07-18
1
-0
/
+1
*
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/vega: Match MALLOC/FREE for vg_shader.
Chia-I Wu
2010-06-30
1
-1
/
+1
*
st/vega: s/free/FREE for matching MALLOC/CALLOC
nobled
2010-06-30
9
-15
/
+15
*
st/xorg: s/free/FREE for matching MALLOC/CALLOC
nobled
2010-06-30
1
-1
/
+1
*
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
[next]