summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/xlib
Commit message (Expand)AuthorAgeFilesLines
* cell: update cell driver after gallium reference count changesBrian Paul2009-03-041-8/+7
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-043-10/+8
* cell: added null ptr check in xm_flush_frontbuffer()Brian Paul2009-02-241-1/+2
* gallium/winsys/xlib: Fix build with USE_XSHM undefined.Michel Dänzer2009-02-191-8/+30
* Merge branch 'gallium-texture-transfer'Michel Dänzer2009-02-182-11/+16
|\
| * Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-162-4/+8
| |\
| * | gallium/winsys/xlib: Use XShmPutImage when possible.Michel Dänzer2009-02-121-0/+2
| * | gallium/winsys/xlib: Fix stride calculations.Michel Dänzer2009-02-122-6/+8
| * | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-052-9/+10
* | | util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
| |/ |/|
* | mesa: Build both software rasterizers for debugJakob Bornecrantz2009-02-101-3/+5
* | mesa: build/use libmesagallium.a for gallium buildsBrian Paul2009-02-091-1/+1
* | cell: compile fix: no-op xlib_create_brw_screen() for Cell buildBrian Paul2009-02-071-0/+2
|/
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-024-9/+20
* xlib: Get conditional compilation of drivers working again.José Fonseca2009-02-023-8/+37
* scons: Fixups for the introduction of the xlib state_tracker.Michel Dänzer2009-02-021-8/+2
* gallium: make p_winsys internalZack Rusin2009-01-304-4/+4
* gallium: Remove the standalone surfaces.José Fonseca2009-01-203-173/+50
* xlib: fix dependenciesKeith Whitwell2009-01-191-2/+2
* gallium: use align() intead of round_up()Brian Paul2009-01-191-12/+2
* Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-192-0/+510
|\
| * xlib: fix compilation after xmesa header movesKeith Whitwell2009-01-195-3/+513
* | xlib: don't explicitly create the pipe_winsys structKeith Whitwell2009-01-174-19/+53
* | xlib: split off cell to its own backendKeith Whitwell2009-01-135-245/+467
* | xlib: allow winsys's to register themselves with glx/xlib state trackerKeith Whitwell2009-01-138-191/+96
* | xlib: move state tracker to glx/xlibKeith Whitwell2009-01-091-3/+3
* | 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-083-1/+9
* | gallium: split driver-independent code out of xlib winsysKeith Whitwell2009-01-0824-7957/+753
|/
* cell: fix build breakageBrian Paul2008-12-191-0/+4
* winsys: fix depth buffer size when using stencilBrian Paul2008-12-171-0/+3
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-12-101-2/+2
|\
| * gallium: restore default_depth_bits() call in xlib winsysBrian Paul2008-12-101-2/+2
| * cell: fix twiddled tile display for XSHM. Fixed blank window problem.Brian Paul2008-09-121-5/+12
* | scons: Don't hardcode any drivers for the xlib winsys, just pick suitable ones.Michel Dänzer2008-10-231-9/+13
* | cell: disable XShmPutImage for tiled surface for nowBrian Paul2008-09-191-2/+2
* | cell: fix twiddled tile display for XSHM. Fixed blank window problem.Brian Paul2008-09-121-5/+12
|/
* cell: fix tile twidding bug seen in the event of multiple expose eventsBrian Paul2008-09-111-10/+9
* gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/Brian Paul2008-09-111-1/+1
* cell: checkpoint commit of new per-fragment processingBrian Paul2008-09-112-1/+41
* scons: Install libGL.so and respective symlinks.José Fonseca2008-09-081-1/+3
* gallium: do image clipping in xmesa_display_surface_tiled()Brian Paul2008-09-031-5/+11
* cell: move misplaced assertions; put them after ximage is assigned.Brian Paul2008-09-031-4/+4
* Cell: added linux-cell-debug configBrian Paul2008-09-031-4/+1
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-032-2/+2
* gallium: call st_finish() in XMesaFlush()Brian Paul2008-08-271-0/+1
* gallium: thread wrapper clean-upBrian Paul2008-08-263-28/+10
* gallium: include u_math.hBrian Paul2008-08-251-1/+2