Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-10 | clean-up (see bug 12317) | Brian | 1 | -11/+11 | |
2007-08-27 | added --noclear option to demonstrate rendering without glClear | Brian | 1 | -6/+45 | |
2007-08-14 | xdemo case: Wei Wang's patch for bug#9759 | Xiang, Haihao | 1 | -0/+5 | |
2007-08-07 | parse standard -geometry option | Brian | 1 | -9/+6 | |
2007-08-07 | glxgears: Add an x/y window size parameter. | Ingo Molnar | 1 | -1/+11 | |
2007-08-01 | triangle rasterization with frag shader | Brian | 1 | -0/+326 | |
2007-08-01 | added trirast program | Brian | 1 | -1/+2 | |
2007-07-30 | misc comments, clean-ups | Brian | 1 | -9/+13 | |
2007-07-29 | added a few more functions | Brian | 1 | -0/+19 | |
2007-07-29 | Added shader points and shader bitmap demos | Brian | 3 | -0/+675 | |
2007-07-27 | more Mingw32 fixes | Zhang | 1 | -18/+3 | |
2007-07-26 | clamp float colors | Brian | 1 | -2/+5 | |
2007-07-24 | fix logic error, typos | Brian | 1 | -5/+4 | |
2007-07-21 | Fix a number of MINGW32 issues | Zhang | 1 | -4/+29 | |
2007-07-11 | Improve this demo in a few ways. | Brian | 1 | -12/+22 | |
1. Use more reasonable hither/yon clip planes to make better use of shallow (16-bit) z buffers. 2. Use different colors on cube faces to help detect Z fighting if it occurs. 3. Report GL_DEPTH_BITS on start-up. | |||||
2007-07-06 | call glutInit(), bug 11486 | Xavier Bachelot | 5 | -7/+6 | |
2007-07-04 | support more modes, added -f cmd line option | Brian | 1 | -15/+90 | |
2007-06-28 | use larger point/sprite size | Brian | 1 | -11/+11 | |
2007-06-21 | Random state-change / primitive rendering. Good for hammering on a driver... | Brian | 2 | -0/+458 | |
2007-06-08 | fix glReadPixels parameters to handle odd-width windows correctly | Brian | 1 | -2/+3 | |
2007-06-08 | disable shader program before glDrawPixels | Brian | 1 | -6/+10 | |
2007-06-07 | Add support for shadow mapping with vertex and fragment programs | Ian Romanick | 1 | -4/+216 | |
2007-06-07 | Refactor shadow map modelview and projection code | Ian Romanick | 1 | -22/+50 | |
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. | |||||
2007-06-07 | Remove '#if defined' tests for ARB extensions. | Ian Romanick | 1 | -18/+1 | |
2007-05-29 | use glXGetProcAddress to get extension funcs | Brian | 1 | -3/+16 | |
2007-05-21 | set texcoords depending on GLX_Y_INVERTED_EXT | Brian | 1 | -5/+7 | |
2007-05-19 | GLX_EXT_texture_from_pixmap test | Brian | 2 | -0/+382 | |
2007-05-16 | Add simple program to test GL_MESA_texture_array. | Ian Romanick | 2 | -0/+344 | |
2007-05-09 | Tweak the shell scripting for descending into and building subdirs. | Brian | 1 | -2/+2 | |
In general, use this: @for dir in $(SUBDIRS) ; do \ if [ -d $$dir ] ; then \ (cd $$dir && $(MAKE)) || exit 1; \ fi \ done Basically, silently skip missing subdirs but generate an error and stop if there's a compilation or install problem. This was done inconsistantly before. In once case, a missing subdir was causing us to go into an infinte loop! | |||||
2007-05-08 | remove some debug code | Brian | 1 | -5/+0 | |
2007-05-08 | a somewhat nicer demo w/ command line options | Brian | 1 | -81/+163 | |
2007-05-02 | get rid of normal vector | Brian | 1 | -2/+0 | |
2007-05-02 | get rid of OSMESA stuff | Brian | 1 | -6/+0 | |
2007-05-02 | New test of the dFdx(), dFdy() functions. | Brian | 2 | -0/+322 | |
2007-04-27 | added glGetActiveAttribmesa_6_5_3 | Brian | 1 | -0/+2 | |
2007-04-26 | Windows updates | Brian | 1 | -5/+18 | |
2007-04-26 | move #include <GL/glut.h> after other #includes for Windows | Brian | 1 | -1/+1 | |
2007-04-26 | use sqrt(), not sqrtf() for Windows | Brian | 2 | -2/+2 | |
2007-04-21 | Fix FBO completeness bug in shadowtex. | Ian Romanick | 1 | -2/+15 | |
2007-04-21 | destroy window upon exit | Brian | 2 | -4/+6 | |
2007-04-20 | Remove unused Imakefiles. | Brian | 2 | -322/+0 | |
2007-04-16 | lots of changes, fixes, clean-ups | Brian | 1 | -179/+185 | |
2007-04-11 | restore 200x200 window size, animation, version check | Brian | 1 | -4/+6 | |
2007-04-08 | fix some dependencies, remove some CFLAGS | Brian | 1 | -5/+10 | |
2007-04-08 | add 2.1 functions | Brian | 1 | -0/+14 | |
2007-04-07 | added glActiveStencilFaceEXT | Brian | 1 | -0/+4 | |
2007-03-27 | disable MakeTexture() | Brian | 1 | -2/+8 | |
2007-03-26 | merge of glsl-compiler-1 branch | Brian | 24 | -52/+3507 | |
2007-03-25 | destroy window on exit | Brian | 1 | -1/+3 | |
2007-03-21 | disable assertion | Brian | 1 | -1/+1 | |