seventh guardian
7db9034b04
added ARCH_FLAGS
17 年前
Brian
e8d5be9c76
fix assorted bugs, works now
(cherry picked from commit 55d4f32fc2
)
18 年前
Brian Paul
417719c0a6
mesa: call glutDestroyWindow()
17 年前
Brian Paul
d7cf6b2978
mesa: call glutDestroyWindow()
17 年前
Brian Paul
a3f9ae4fea
mesa: call glutDestroyWindow()
17 年前
Brian Paul
5692e09be8
disable GL_TEXTURE_1D at end of frame to fix failed assertion
17 年前
Brian
8a8e7b22c0
mesa: test code to exercise more GLSL functions
17 年前
Brian
8bef18f47b
mesa: destroy window upon exit
17 年前
Brian Paul
f654ab40d6
mesa: call glutDestroyWindow (help find mem leaks)
17 年前
José Fonseca
2573f0e5d6
Convert crlf->lf line endings.
Windows/DOS users should enable core.autocrlf from now on.
17 年前
José Fonseca
2d38d1b300
Remove files of unsupported build systems.
17 年前
Brian
4697cee78b
press 0,1,2,etc keys for specific bias values
17 年前
Brian
bd299093ec
push out far clip plane to 200
17 年前
Brian
ba083bae69
Added d/D keys to change viewing distance, 'a' to toggle animation
17 年前
Michal Krol
918ea5168b
Rename 'mms-config.' to 'mms.config'.
It looks like Windows does not like filenames ending with a dot,
in effect renaming it to 'mms-config'.
18 年前
michal
a1b4285c5c
Fix fragment shader.
18 年前
michal
9c22f91030
Optimize fragment program.
18 年前
José Fonseca
414a933ad2
Ignore generated files.
18 年前
Brian
2727cfddbf
hack in some code to test loops, break
18 年前
Brian
9405ec6251
temporary hack to test nested conditionals
18 年前
Xavier Bachelot
f98bdfca57
call glutInit(), bug 11486
18 年前
Brian
3b10f50efb
use larger point/sprite size
18 年前
Ian Romanick
359c6eada7
Add support for shadow mapping with vertex and fragment programs
18 年前
Ian Romanick
2260c245fd
Refactor shadow map modelview and projection code
Explicitly store the modelview matrix and projection matrix used when the
shadow map is created. These matrices only need be updated when
RenderShadowMap is called. Previously, slightly different code was used to
draw and project the shadow map.
18 年前
Ian Romanick
f575d4fa7f
Remove '#if defined' tests for ARB extensions.
18 年前
Brian
1dd7c00214
Windows updates
18 年前
Brian
f42d4ab41e
move #include <GL/glut.h> after other #includes for Windows
18 年前
Brian
4a28548cbf
use sqrt(), not sqrtf() for Windows
18 年前
Ian Romanick
ad3cc95485
Fix FBO completeness bug in shadowtex.
18 年前
Brian
bc74cb4c0a
destroy window upon exit
18 年前
Brian
badc346206
lots of changes, fixes, clean-ups
18 年前
Brian
bf287356cf
restore 200x200 window size, animation, version check
18 年前
Brian
9612a3011f
fix some dependencies, remove some CFLAGS
18 年前
Brian
0420d8505a
disable MakeTexture()
18 年前
Brian
180cc2f845
disable assertion
18 年前
Brian
9f37be694e
s/ARB/MESA/ in extension check (bug 10126)
18 年前
Brian
32fbbf38b4
Revert "option to test mipmapping"
This reverts commit a127537efb
.
Meant to do this on the trunk.
18 年前
Brian
a127537efb
option to test mipmapping
18 年前
Brian
917a5086b3
Use gl_LightSource[0].position intead of a light position uniform.
18 年前
Brian
f4e345c1a8
minor fprintf() change
18 年前
Brian
46a9241248
add texturing, other options
18 年前
Xiang, Haihao
afba8f0d30
Fix bug#9673
Cast from pointer to unsinged long and cast to pointer from
unsinged long
18 年前
Brian
becb393d42
Use extfuncs.h helper. Added command line options for loading
vertex/fragment shaders from files.
18 年前
Michel Dänzer
14f92636b0
Make git ignore files only generated at build time.
18 年前
Brian Paul
4b43054c4b
added fsligght
19 年前
Brian Paul
24ea2c2cef
yet another deriviative of the fplight.c demo for OpenGL 2.0 shading language
19 年前
Alan Hourihane
6d104cb932
merge current trunk into vbo branch
19 年前
Keith Whitwell
48e6fff3a9
merge the (rest of) texmem branch
19 年前
Ian Romanick
e4298b9492
Add missing call to glutInit.
19 年前
Brian Paul
1ad12874b3
allocate larger TempImage, use COMBO var to choose test format/type
19 年前