index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
xlib
/
xlib_softpipe.c
Age
Commit message (
Expand
)
Author
2009-09-23
Merge branch 'softpipe-opt'
Keith Whitwell
2009-08-24
xlib: fix single buffer window resize bug
Brian Paul
2009-08-11
gallium/xlib: add missing tex_usage parameter
Brian Paul
2009-07-22
gallium/xlib: use XSHM for swapbuffers
Keith Whitwell
2009-04-18
softpipe: Simplify softpipe_create's prototype.
José Fonseca
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-19
gallium/winsys/xlib: Fix build with USE_XSHM undefined.
Michel Dänzer
2009-02-12
gallium/winsys/xlib: Use XShmPutImage when possible.
Michel Dänzer
2009-02-12
gallium/winsys/xlib: Fix stride calculations.
Michel Dänzer
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-02
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2009-01-20
gallium: Remove the standalone surfaces.
José Fonseca
2009-01-19
gallium: use align() intead of round_up()
Brian Paul
2009-01-17
xlib: don't explicitly create the pipe_winsys struct
Keith Whitwell
2009-01-13
xlib: split off cell to its own backend
Keith Whitwell
2009-01-13
xlib: allow winsys's to register themselves with glx/xlib state tracker
Keith Whitwell
2009-01-09
xlib: disable more cell calls when GALLIUM_CELL not defined
Keith Whitwell
2009-01-09
xlib: combine and eliminate some header files
Keith Whitwell
2009-01-08
cell: fix breakage from xlib re-org
Brian Paul
2009-01-08
gallium: split driver-independent code out of xlib winsys
Keith Whitwell