summaryrefslogtreecommitdiff
path: root/src/gallium/targets/libgl-xlib
AgeCommit message (Expand)AuthorFilesLines
2011-01-31Remove talloc from the SCons build system.Kenneth Graunke1-1/+0
2011-01-22scons: Add support for GLES.Chia-I Wu1-0/+6
2011-01-20glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu1-0/+4
2010-12-23libgl-xlib: Remove unnecessary header.Vinson Lee1-1/+0
2010-11-18scons: Use inline wrap helpers more consistently.José Fonseca1-6/+3
2010-11-17libgl-xlib: Use inline debug helper instead of non-inline versionJakob Bornecrantz3-21/+8
2010-11-10libgl-xlib: Use sw helper instead of roll your ownJakob Bornecrantz1-78/+12
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-18/+9
2010-10-27glapi: Do not use glapidispatch.h.Chia-I Wu1-3/+2
2010-10-19mesa: fix mesa version string constructionBrian Paul1-1/+1
2010-09-17libgl-xlib: Remove unused st_api_create_OpenGL.Chia-I Wu1-8/+0
2010-09-07libgl-xlib: Fix --enable-gallium-llvm build.Chia-I Wu1-1/+9
2010-09-03libgl-xlib: enable galahad supportBrian Paul3-1/+18
2010-08-24make: Use C++ compiler to link stdc++ library.Brian Paul1-1/+2
2010-08-22libgl-xlib: Include missing header in xlib.c.Vinson Lee1-0/+1
2010-08-14scons: Link talloc.José Fonseca1-0/+1
2010-07-13libgl-xlib: add depend to make clean listBrian Paul1-1/+1
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz2-0/+2
2010-05-07glapi: Move to src/mapi/.Chia-I Wu2-1/+3
2010-04-26st_api: Remove st_moduleJakob Bornecrantz1-8/+8
2010-04-19Merge branch '7.8'Dan Nicholson1-1/+2
2010-04-11scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca1-6/+2
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca1-5/+3
2010-03-31libgl-xlib: Fix missing X11 symbols.José Fonseca1-0/+2
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis1-0/+8
2010-03-26swrastg: allow for any of the software rasterizers.George Sapountzis1-22/+42
2010-03-25gallium: Fix libgl-xlib path to sw xlib winsysJakob Bornecrantz1-1/+1
2010-03-21Revert "gallium: add soft screen helper"George Sapountzis3-4/+32
2010-03-21Revert "fix scons build"George Sapountzis1-1/+0
2010-03-21fix scons buildGeorge Sapountzis1-0/+1
2010-03-21gallium: add soft screen helperGeorge Sapountzis3-32/+4
2010-03-16libgl-xlib: Use a simple GALLIUM_DRIVER env var to select the pipe driver.José Fonseca1-2/+16
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu1-1/+8
2010-03-15libgl-xlib: Obey GALLIUM_SOFTPIPE define.José Fonseca1-0/+2
2010-03-13st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu1-1/+2
2010-03-12winsys/xlib, st/es: Advertise st_api.h support.Chia-I Wu1-0/+6
2010-03-10target-helpers: remove swrast_xlib.c helperKeith Whitwell1-1/+62
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell1-66/+4
2010-03-09scons: Fix the libg-xlib Sconscript.José Fonseca1-9/+14
2010-03-09targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell2-1/+17
2010-03-09ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell1-11/+54
2010-03-08gallium: introduce target directoryKeith Whitwell3-0/+266