summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/xlib
Commit message (Expand)AuthorAgeFilesLines
* i965g: add standalone xlib debug winsysKeith Whitwell2009-11-041-0/+1
* configs: fix some remains of the i915simple driverZack Rusin2009-10-111-1/+1
* i965g: remove 965/brw files from XLIB_WINSYS_SOURCESBrian Paul2009-10-051-3/+0
* i965g: Drop i965simpleJakob Bornecrantz2009-10-058-1240/+0
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-45/+53
|\
| * gallium/xlib: use XSHM for swapbuffersKeith Whitwell2009-07-221-45/+53
* | llvmpipe: asst fixes for 'make linux-llvmpipe'Brian Paul2009-09-112-0/+4
* | gallium/xlib: silence uninitialized var warningBrian Paul2009-09-031-1/+1
* | scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found.José Fonseca2009-09-011-6/+6
* | xlib: Implement lp_winsys::destroy.José Fonseca2009-08-301-0/+9
* | xlib: Implement llvmpipe lp_winsys interface.José Fonseca2009-08-291-206/+144
* | xlib: Update llvmpipe integration for changes in master.José Fonseca2009-08-291-0/+1
* | llvmpipe: add missing break in xlib _init()Brian Paul2009-08-291-0/+1
* | llvmpipe: Allow to build without udis86.José Fonseca2009-08-291-1/+1
* | llvmpipe: Disassemble generated x86 code.José Fonseca2009-08-291-0/+8
* | xlib: Complete llvmpipe integration.José Fonseca2009-08-293-1/+11
* | xlib: Integrate with llvmpipe.José Fonseca2009-08-291-0/+513
* | xlib: fix single buffer window resize bugBrian Paul2009-08-241-0/+1
* | gallium/xlib: add missing tex_usage parameterBrian Paul2009-08-111-0/+1
* | gallium/xlib: add missing tex_usage parameterBrian Paul2009-08-111-0/+1
|/
* Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-1/+1
* mesa: Prepend "-Wl," to linking optionsTormod Volden2009-04-301-1/+1
* softpipe: Simplify softpipe_create's prototype.José Fonseca2009-04-181-1/+1
* xlib/trace: Fixup xlib traceJakob Bornecrantz2009-04-171-5/+11
* 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