summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/SConscript
AgeCommit message (Expand)AuthorFilesLines
2017-10-27scons: fix scons build to find generated glapitable.hBrian Paul1-0/+1
2016-04-26scons: Whenever possible decide what to do based on platform and not compiler.Jose Fonseca1-2/+1
2015-03-04mapi: use util/macros.h instead of locally defined macrosBrian Paul1-0/+1
2015-03-04scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca1-0/+2
2014-11-26mapi/glapi: Fix dll linkage of GLES1 symbols.José Fonseca1-0/+1
2014-03-03mesa: remove unneeded glthread.c fileBrian Paul1-1/+0
2013-10-30scons: Add missing dependencies to src/mapi/glapi/gen/*.xmlJosé Fonseca1-3/+4
2013-05-21scons: Don't force stabs debug format for Mingw.José Fonseca1-5/+0
2013-04-25scons: Support clang.José Fonseca1-1/+2
2013-04-15build: Move src/mapi/mapi/* to src/mapi/Matt Turner1-1/+1
2013-01-21scons: Fix dependencies of generated headers.José Fonseca1-3/+1
2012-11-01dispatch: Include GLES1-only functions in dispatch table.Paul Berry1-3/+3
2012-09-28scons: Disable build of assembly sources on Cygwin.Vinson Lee1-1/+1
2012-05-31scons: add code to generate the various GL API filesBrian Paul1-0/+25
2012-02-25scons: Don't build the assembly sources on Mac OS X.Vinson Lee1-1/+1
2012-01-26scons: Remove references to u_thread.cJosé Fonseca1-1/+0
2011-11-29Remove windows kernel support code.José Fonseca1-72/+70
2011-08-26scons: don't compile some files with -gstabs if using mingw32Brian Paul1-0/+5
2011-06-17scons: Correct glapi USE_xxx_ASM flags.José Fonseca1-11/+4
2011-01-22scons: Add support for GLES.Chia-I Wu1-0/+5
2010-12-18mapi: Clean up sources.mk.Chia-I Wu1-1/+1
2010-12-18mapi: Clean up u_current interface.Chia-I Wu1-0/+1
2010-12-02WIN32_THREADS -> WIN32José Fonseca1-1/+0
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-71/+72
2010-05-31glapi: Generate PIC objects.José Fonseca1-1/+1
2010-05-31glapi: Update SConscript for Windows.Chia-I Wu1-5/+15
2010-05-07mapi: Add mapi and share the code with glapi.Chia-I Wu1-2/+10
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-0/+64