summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/xlib/xlib_softpipe.c
Commit message (Expand)AuthorAgeFilesLines
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-5/+5
* Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-9/+6
|\
| * fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-9/+6
* | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-45/+53
|\
| * gallium/xlib: use XSHM for swapbuffersKeith Whitwell2009-07-221-45/+53
* | xlib: fix single buffer window resize bugBrian Paul2009-08-241-0/+1
* | gallium/xlib: add missing tex_usage parameterBrian Paul2009-08-111-0/+1
|/
* softpipe: Simplify softpipe_create's prototype.José Fonseca2009-04-181-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-4/+3
* gallium/winsys/xlib: Fix build with USE_XSHM undefined.Michel Dänzer2009-02-191-8/+30
* gallium/winsys/xlib: Use XShmPutImage when possible.Michel Dänzer2009-02-121-0/+2
* gallium/winsys/xlib: Fix stride calculations.Michel Dänzer2009-02-121-5/+5
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-4/+5
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-3/+5
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-62/+18
* gallium: use align() intead of round_up()Brian Paul2009-01-191-12/+2
* xlib: don't explicitly create the pipe_winsys structKeith Whitwell2009-01-171-4/+10
* xlib: split off cell to its own backendKeith Whitwell2009-01-131-245/+0
* xlib: allow winsys's to register themselves with glx/xlib state trackerKeith Whitwell2009-01-131-15/+40
* xlib: disable more cell calls when GALLIUM_CELL not definedKeith Whitwell2009-01-091-0/+4
* xlib: combine and eliminate some header filesKeith Whitwell2009-01-091-4/+3
* cell: fix breakage from xlib re-orgBrian Paul2009-01-081-1/+1
* gallium: split driver-independent code out of xlib winsysKeith Whitwell2009-01-081-0/+744