| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined. | Chia-I Wu | 2009-11-05 | 1 | -0/+30 |
* | configs: fix some remains of the i915simple driver | Zack Rusin | 2009-10-11 | 1 | -1/+1 |
* | i965g: remove 965/brw files from XLIB_WINSYS_SOURCES | Brian Paul | 2009-10-05 | 1 | -3/+0 |
* | i965g: Drop i965simple | Jakob Bornecrantz | 2009-10-05 | 8 | -1240/+0 |
* | Merge branch 'softpipe-opt' | Keith Whitwell | 2009-09-23 | 1 | -45/+53 |
|\ |
|
| * | gallium/xlib: use XSHM for swapbuffers | Keith Whitwell | 2009-07-22 | 1 | -45/+53 |
* | | llvmpipe: asst fixes for 'make linux-llvmpipe' | Brian Paul | 2009-09-11 | 2 | -0/+4 |
* | | gallium/xlib: silence uninitialized var warning | Brian Paul | 2009-09-03 | 1 | -1/+1 |
* | | scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found. | José Fonseca | 2009-09-01 | 1 | -6/+6 |
* | | xlib: Implement lp_winsys::destroy. | José Fonseca | 2009-08-30 | 1 | -0/+9 |
* | | xlib: Implement llvmpipe lp_winsys interface. | José Fonseca | 2009-08-29 | 1 | -206/+144 |
* | | xlib: Update llvmpipe integration for changes in master. | José Fonseca | 2009-08-29 | 1 | -0/+1 |
* | | llvmpipe: add missing break in xlib _init() | Brian Paul | 2009-08-29 | 1 | -0/+1 |
* | | llvmpipe: Allow to build without udis86. | José Fonseca | 2009-08-29 | 1 | -1/+1 |
* | | llvmpipe: Disassemble generated x86 code. | José Fonseca | 2009-08-29 | 1 | -0/+8 |
* | | xlib: Complete llvmpipe integration. | José Fonseca | 2009-08-29 | 3 | -1/+11 |
* | | xlib: Integrate with llvmpipe. | José Fonseca | 2009-08-29 | 1 | -0/+513 |
* | | xlib: fix single buffer window resize bug | Brian Paul | 2009-08-24 | 1 | -0/+1 |
* | | gallium/xlib: add missing tex_usage parameter | Brian Paul | 2009-08-11 | 1 | -0/+1 |
* | | gallium/xlib: add missing tex_usage parameter | Brian Paul | 2009-08-11 | 1 | -0/+1 |
|/ |
|
* | Use separate $(MINSTALL) for installing libraries | Dan Nicholson | 2009-06-01 | 1 | -1/+1 |
* | mesa: Prepend "-Wl," to linking options | Tormod Volden | 2009-04-30 | 1 | -1/+1 |
* | softpipe: Simplify softpipe_create's prototype. | José Fonseca | 2009-04-18 | 1 | -1/+1 |
* | xlib/trace: Fixup xlib trace | Jakob Bornecrantz | 2009-04-17 | 1 | -5/+11 |
* | cell: update cell driver after gallium reference count changes | Brian Paul | 2009-03-04 | 1 | -8/+7 |
* | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer | 2009-03-04 | 1 | -1/+0 |
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 3 | -10/+8 |
* | cell: added null ptr check in xm_flush_frontbuffer() | Brian Paul | 2009-02-24 | 1 | -1/+2 |
* | gallium/winsys/xlib: Fix build with USE_XSHM undefined. | Michel Dänzer | 2009-02-19 | 1 | -8/+30 |
* | Merge branch 'gallium-texture-transfer' | Michel Dänzer | 2009-02-18 | 2 | -11/+16 |
|\ |
|
| * | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell | 2009-02-16 | 2 | -4/+8 |
| |\ |
|
| * | | gallium/winsys/xlib: Use XShmPutImage when possible. | Michel Dänzer | 2009-02-12 | 1 | -0/+2 |
| * | | gallium/winsys/xlib: Fix stride calculations. | Michel Dänzer | 2009-02-12 | 2 | -6/+8 |
| * | | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer | 2009-02-05 | 2 | -9/+10 |
* | | | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
| |/
|/| |
|
* | | mesa: Build both software rasterizers for debug | Jakob Bornecrantz | 2009-02-10 | 1 | -3/+5 |
* | | mesa: build/use libmesagallium.a for gallium builds | Brian Paul | 2009-02-09 | 1 | -1/+1 |
* | | cell: compile fix: no-op xlib_create_brw_screen() for Cell build | Brian Paul | 2009-02-07 | 1 | -0/+2 |
|/ |
|
* | gallium: remove pipe_buffer from surfaces | Zack Rusin | 2009-02-02 | 4 | -9/+20 |
* | xlib: Get conditional compilation of drivers working again. | José Fonseca | 2009-02-02 | 3 | -8/+37 |
* | scons: Fixups for the introduction of the xlib state_tracker. | Michel Dänzer | 2009-02-02 | 1 | -8/+2 |
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 4 | -4/+4 |
* | gallium: Remove the standalone surfaces. | José Fonseca | 2009-01-20 | 3 | -173/+50 |
* | xlib: fix dependencies | Keith Whitwell | 2009-01-19 | 1 | -2/+2 |
* | gallium: use align() intead of round_up() | Brian Paul | 2009-01-19 | 1 | -12/+2 |
* | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell | 2009-01-19 | 2 | -0/+510 |
|\ |
|
| * | xlib: fix compilation after xmesa header moves | Keith Whitwell | 2009-01-19 | 5 | -3/+513 |
* | | xlib: don't explicitly create the pipe_winsys struct | Keith Whitwell | 2009-01-17 | 4 | -19/+53 |
* | | xlib: split off cell to its own backend | Keith Whitwell | 2009-01-13 | 5 | -245/+467 |
* | | xlib: allow winsys's to register themselves with glx/xlib state tracker | Keith Whitwell | 2009-01-13 | 8 | -191/+96 |