summaryrefslogtreecommitdiff
path: root/src/slang
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Revert "cmake: Allow to specify glext headers include path."José Fonseca1-1/+0
2011-08-02cmake: Allow to specify glext headers include path.José Fonseca1-0/+1
2011-06-06cmake: Build X11 programs on MacOSX.José Fonseca1-2/+2
2011-05-13slang/Makefile: add src/util include pathBrian Paul1-1/+2
2011-05-13vstest: silence warningsBrian Paul1-4/+4
2011-05-13sotest: silence warningsBrian Paul1-2/+2
2011-05-13Mac OS X portability fixes.José Fonseca1-1/+1
2011-05-11Remove dead Visual Studio project files.José Fonseca5-443/+0
2011-05-10slang: Use glew.José Fonseca2-142/+2
2011-05-10cmake: Build src/slang.José Fonseca1-0/+34
2010-05-21Unset LIBS.Chia-I Wu1-0/+8
2010-05-20Convert slang MakefileEric Anholt2-57/+55
2009-11-20progs/slang: Check for ftell failure in vstest.c.Vinson Lee1-0/+6
2009-11-17progs/slang: Fix potential null pointer dereference in cltest.c.Vinson Lee1-1/+1
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul1-12/+12
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell5-443/+443
2008-07-30Always pass CFLAGS when compiling or linking demosGuillaume Melquiond1-7/+7
2008-06-24Fix CRLF line endings.José Fonseca5-443/+443
2008-05-20Ignore more generated files in progs/Dan Nicholson1-0/+3
2008-05-07Never fail `make clean'Dan Nicholson1-1/+1
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson1-3/+5
2007-10-10Ignore more generated files in progs/Dan Nicholson1-0/+3
2007-09-28add support for LDFLAGS env varDan Nicholson1-3/+3
2006-09-26Prepend #extension 'MESA_shader_debug: require' to each shader.Michal Krol2-1/+41
2006-08-09More GLSL code - more support for vec4 operations on x86 back-end.Michal Krol2-1/+22
2006-08-02Add test for vec4 extension.Michal Krol1-0/+152
2006-07-30Fix dependencies.Michal Krol1-16/+4
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-1/+1
2006-05-30Make it running under Linux.Michal Krol8-1481/+1559
2006-05-16GLSL regression test suite.Michal Krol12-0/+3168