summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib
AgeCommit message (Expand)AuthorFilesLines
2009-09-03gallium/xlib: silence uninitialized var warningBrian Paul1-1/+1
2009-09-01scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found.José Fonseca1-6/+6
2009-08-30xlib: Implement lp_winsys::destroy.José Fonseca1-0/+9
2009-08-29xlib: Implement llvmpipe lp_winsys interface.José Fonseca1-206/+144
2009-08-29xlib: Update llvmpipe integration for changes in master.José Fonseca1-0/+1
2009-08-29llvmpipe: add missing break in xlib _init()Brian Paul1-0/+1
2009-08-29llvmpipe: Allow to build without udis86.José Fonseca1-1/+1
2009-08-29llvmpipe: Disassemble generated x86 code.José Fonseca1-0/+8
2009-08-29xlib: Complete llvmpipe integration.José Fonseca3-1/+11
2009-08-29xlib: Integrate with llvmpipe.José Fonseca1-0/+513
2009-08-24xlib: fix single buffer window resize bugBrian Paul1-0/+1
2009-08-11gallium/xlib: add missing tex_usage parameterBrian Paul1-0/+1
2009-08-11gallium/xlib: add missing tex_usage parameterBrian Paul1-0/+1
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson1-1/+1
2009-04-30mesa: Prepend "-Wl," to linking optionsTormod Volden1-1/+1
2009-04-18softpipe: Simplify softpipe_create's prototype.José Fonseca1-1/+1
2009-04-17xlib/trace: Fixup xlib traceJakob Bornecrantz1-5/+11
2009-03-04cell: update cell driver after gallium reference count changesBrian Paul1-8/+7
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer3-10/+8
2009-02-24cell: added null ptr check in xm_flush_frontbuffer()Brian Paul1-1/+2
2009-02-19gallium/winsys/xlib: Fix build with USE_XSHM undefined.Michel Dänzer1-8/+30
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer2-11/+16
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell2-4/+8
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2009-02-12gallium/winsys/xlib: Use XShmPutImage when possible.Michel Dänzer1-0/+2
2009-02-12gallium/winsys/xlib: Fix stride calculations.Michel Dänzer2-6/+8
2009-02-10mesa: Build both software rasterizers for debugJakob Bornecrantz1-3/+5
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul1-1/+1
2009-02-07cell: compile fix: no-op xlib_create_brw_screen() for Cell buildBrian Paul1-0/+2
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2-9/+10
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin4-9/+20
2009-02-02xlib: Get conditional compilation of drivers working again.José Fonseca3-8/+37
2009-02-02scons: Fixups for the introduction of the xlib state_tracker.Michel Dänzer1-8/+2
2009-01-30gallium: make p_winsys internalZack Rusin4-4/+4
2009-01-20gallium: Remove the standalone surfaces.José Fonseca3-173/+50
2009-01-19xlib: fix dependenciesKeith Whitwell1-2/+2
2009-01-19gallium: use align() intead of round_up()Brian Paul1-12/+2
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2-0/+510
2009-01-19xlib: fix compilation after xmesa header movesKeith Whitwell5-3/+513
2009-01-17xlib: don't explicitly create the pipe_winsys structKeith Whitwell4-19/+53
2009-01-13xlib: split off cell to its own backendKeith Whitwell5-245/+467
2009-01-13xlib: allow winsys's to register themselves with glx/xlib state trackerKeith Whitwell8-191/+96
2009-01-09xlib: move state tracker to glx/xlibKeith Whitwell1-3/+3
2009-01-09xlib: disable more cell calls when GALLIUM_CELL not definedKeith Whitwell1-0/+4
2009-01-09xlib: combine and eliminate some header filesKeith Whitwell1-4/+3
2009-01-08cell: fix breakage from xlib re-orgBrian Paul3-1/+9
2009-01-08gallium: split driver-independent code out of xlib winsysKeith Whitwell24-7957/+753
2008-12-19cell: fix build breakageBrian Paul1-0/+4
2008-12-17winsys: fix depth buffer size when using stencilBrian Paul1-0/+3