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
*
Merge branch '7.8'
Michel Dänzer
2010-03-10
3
-0
/
+20
|
\
|
*
st/xorg: Work around cursor reference counting bugs in older X servers.
Michel Dänzer
2010-03-10
3
-0
/
+20
*
|
gallium: Do not mix winsys-drawable-handle and context-private.
Chia-I Wu
2010-03-10
1
-9
/
+1
*
|
python: Remove broken link hack.
José Fonseca
2010-03-10
2
-5
/
+1
*
|
python: More build fixes.
José Fonseca
2010-03-10
2
-1
/
+7
*
|
target-helpers: remove swrast_xlib.c helper
Keith Whitwell
2010-03-10
1
-1
/
+59
*
|
python: Handle the possibility that no driver is selected.
José Fonseca
2010-03-10
1
-0
/
+2
*
|
gallium: remove trace module injection from various state trackers
Keith Whitwell
2010-03-10
5
-44
/
+3
*
|
python: Fix up state tracker for sw api.
José Fonseca
2010-03-10
7
-225
/
+84
*
|
st/wgl: add missing paramter
Keith Whitwell
2010-03-10
1
-1
/
+1
*
|
gallium: plumb winsys-drawable-handle through to state tracker
Keith Whitwell
2010-03-10
7
-13
/
+34
*
|
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-10
8
-6
/
+36
|
\
\
|
*
\
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
8
-6
/
+36
|
|
\
\
|
|
*
|
vega: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-4
/
+4
|
|
*
|
vega: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
5
-1
/
+18
|
|
*
|
xorg: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
2
-0
/
+14
|
|
*
|
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
2010-02-17
1
-1
/
+0
*
|
|
|
st/egl: Fix build errors in ximage backend after merge.
Chia-I Wu
2010-03-10
3
-6
/
+10
*
|
|
|
egl/x11: use swrast-xlib helper
Keith Whitwell
2010-03-09
1
-3
/
+2
*
|
|
|
gallium: create helper for swrast+xlib combination
Keith Whitwell
2010-03-09
2
-5
/
+7
*
|
|
|
targets/libgl-xlib: add code to inject trace and identity layers
Keith Whitwell
2010-03-09
1
-7
/
+1
*
|
|
|
ws/xlib: manage the GC internally
Keith Whitwell
2010-03-09
2
-24
/
+0
*
|
|
|
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-09
20
-102
/
+505
|
\
|
|
|
|
*
|
|
Squashed commit of gallium-no-texture-blanket
Keith Whitwell
2010-03-09
1
-1
/
+8
|
*
|
|
st/egl: Fix KMS build error after winsys handle change.
Chia-I Wu
2010-03-09
1
-5
/
+9
|
*
|
|
vega: remove redundant DEFINES from .c.o rule
Brian Paul
2010-03-08
1
-1
/
+1
|
*
|
|
Merge branch '7.8'
Brian Paul
2010-03-08
1
-3
/
+0
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
st/vega: Fix OpenVG demo segfaults.
Chia-I Wu
2010-03-08
1
-3
/
+0
|
*
|
|
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
8
-31
/
+44
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
gallium: Reorg texture usage flags
Jakob Bornecrantz
2010-03-01
5
-9
/
+9
|
|
*
|
gallium: Expose a opaque winsys handle and functions on pipe_screen
Jakob Bornecrantz
2010-03-01
5
-22
/
+35
|
*
|
|
st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.
Chia-I Wu
2010-03-05
4
-3
/
+202
|
*
|
|
st/egl: Add get_param to native display interface.
Chia-I Wu
2010-03-05
4
-0
/
+72
|
*
|
|
st/egl: Move modeset interface to native_modeset.h.
Chia-I Wu
2010-03-05
2
-55
/
+89
|
*
|
|
st/egl: Add event support to the native display interface.
Chia-I Wu
2010-03-05
8
-14
/
+106
*
|
|
|
st/egl: Use xlib_sw_winsys in ximage backend.
Chia-I Wu
2010-03-09
7
-451
/
+45
*
|
|
|
gallium: remove xlib_driver::display_surface
Keith Whitwell
2010-03-08
1
-7
/
+3
*
|
|
|
gallium: introduce target directory
Keith Whitwell
2010-03-08
2
-13
/
+0
*
|
|
|
winsys/xlib: remove dependency on glx/x11 state tracker
Keith Whitwell
2010-03-08
4
-93
/
+25
|
/
/
/
*
|
|
wgl: Fix mingw32 build.
Vinson Lee
2010-03-03
1
-2
/
+0
*
|
|
mesa: Remove support for creating color-index visuals
Ian Romanick
2010-03-03
1
-2
/
+1
*
|
|
Merge branch 'gallium-format-cleanup'
José Fonseca
2010-03-02
19
-78
/
+78
|
\
\
\
|
*
|
|
python: Rename pipe formats.
José Fonseca
2010-03-01
2
-2
/
+2
|
*
|
|
vega: Rename pipe formats.
José Fonseca
2010-03-01
5
-13
/
+13
|
*
|
|
wgl: Rename pipe formats.
José Fonseca
2010-03-01
1
-11
/
+11
|
*
|
|
xorg: Rename pipe formats.
José Fonseca
2010-03-01
4
-11
/
+11
|
*
|
|
glx: Rename pipe formats.
José Fonseca
2010-03-01
1
-7
/
+7
|
*
|
|
egl: Rename pipe formats.
José Fonseca
2010-03-01
4
-19
/
+19
|
*
|
|
dri: Rename pipe formats.
José Fonseca
2010-03-01
2
-14
/
+14
|
*
|
|
xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.
José Fonseca
2010-03-01
1
-2
/
+2
|
|
/
/
[next]