summaryrefslogtreecommitdiff
path: root/src/gallium/targets/graw-xlib
AgeCommit message (Expand)AuthorFilesLines
2018-04-24meson: fix graw-xlib after auxiliary consolidationDylan Baker1-2/+1
2018-04-18meson: build graw testsDylan Baker1-0/+33
2018-04-13gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák1-4/+2
2015-03-21galahad: remove driverEmil Velikov1-3/+3
2014-08-04gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand1-0/+1
2014-02-22winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2-1/+3
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson1-2/+2
2012-11-21scons: Append x11 library path if linking x11 library.Vinson Lee1-0/+1
2012-10-17scons: Fix graw-xlib lib order.José Fonseca1-1/+1
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-2/+2
2011-01-20graw: fix logic error in pixel format selectionBrian Paul1-3/+17
2010-11-18scons: Use inline wrap helpers more consistently.José Fonseca1-5/+2
2010-11-17graw: Use inline debug helper instead of non-inline versionJakob Bornecrantz2-3/+5
2010-11-10graw: Use inline sw helper instead of roll your own loaderJakob Bornecrantz1-39/+2
2010-11-02graw: Tidy graw xlib scons file a bitJakob Bornecrantz1-7/+1
2010-11-01scons: Revamp how to specify targets to build.José Fonseca2-64/+5
2010-08-27graw: fix the build (missing header)Zack Rusin1-0/+1
2010-08-26graw: Undo late loading of graw drivers.José Fonseca2-0/+51
2010-08-26graw: Dynamically load graw libraries.José Fonseca2-50/+0
2010-06-07graw: add parse_geometry_shader helperKeith Whitwell1-0/+13
2010-06-07graw_xlib: build fixesKeith Whitwell1-0/+3
2010-05-14graw: combine graw_init and graw_create_window functionsKeith Whitwell1-27/+35
2010-05-14graw: split util code into new fileKeith Whitwell3-31/+37
2010-05-14graw: move towards glut-like interface, add tri.cKeith Whitwell1-0/+49
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz1-0/+1
2010-05-06graw-xlib: Remove duplicate graw.h file.José Fonseca2-37/+1
2010-05-05graw-xlib: Revert the output dir lib change.José Fonseca1-1/+3
2010-05-05tests/raw: Get it building with scons.José Fonseca1-3/+3
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-28gallium: new raw gallium interface to support standalone testsKeith Whitwell3-0/+274