mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
My gl stubs code for the null-renderer tests. Builds GLstub.so which should
then be used for the gl_driver cvar (you will generally need to give the full path).
This commit is contained in:
parent
1d410a3a1f
commit
4912f3083d
2 changed files with 2005 additions and 0 deletions
3
tools/gl_stub/build
Executable file
3
tools/gl_stub/build
Executable file
|
@ -0,0 +1,3 @@
|
|||
#! /bin/sh
|
||||
|
||||
gcc -o GLstub.so -shared -O3 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations gl_stub.c
|
2002
tools/gl_stub/gl_stub.c
Normal file
2002
tools/gl_stub/gl_stub.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue