summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/xlib
Commit message (Expand)AuthorAgeFilesLines
* Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-211-1/+2
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-129-216/+298
|\
| * st/mesa: Remove st_api.c.Chia-I Wu2010-01-121-0/+2
| * scons: Don't build xlib when dri is enabled.José Fonseca2010-01-081-0/+4
| * scons: Output a meaningful message when xlib libGL.so can't be built.José Fonseca2010-01-081-45/+57
| * scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-1/+1
| * Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-0/+209
| |\
| | * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-0/+209
| | |\
| | | * xlib: Use C-style comments.Vinson Lee2009-12-221-2/+2
| * | | xlib: Integrate the trace driver with all pipe drivers.José Fonseca2009-12-285-134/+3
| * | | scons: Fix xlib build.José Fonseca2009-12-281-1/+1
| * | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-4/+4
| |\| |
| | * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-151-4/+4
| | |\|
| | | * mesa: Add missing $(DESTDIR) support to src/gallium/winsys/xlib/MakefileMatthew Bell2009-12-141-4/+4
| * | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-173-12/+12
| * | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-173-34/+17
| |\ \ \
| | * \ \ Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-043-34/+16
| | |\ \ \ | | | |/ / | | |/| |
| | | * | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-303-34/+16
| | * | | Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz2009-12-021-0/+1
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * cell: added tex_usage param to xm_surface_buffer_create()Brian Paul2009-12-021-0/+1
| * | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-033-3/+6
| |/ /
* / / gallium/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Chia-I Wu2009-11-051-0/+30
|/ /
* | 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