Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2003-05-02 | Remove isosurf target | Keith Whitwell | 1 | -1/+0 |
2003-05-01 | Animate by default | Keith Whitwell | 1 | -2/+2 |
2003-04-29 | Add -autostart option | Keith Whitwell | 1 | -1/+9 |
2003-04-29 | Minor fixes | Keith Whitwell | 1 | -6/+4 |
2003-04-25 | Test swapping focus between two or more apps | Keith Whitwell | 1 | -6/+27 |
2003-04-17 | Another sample server which also echos stdin to stdout | Keith Whitwell | 3 | -5/+202 |
2003-04-16 | A simple "server" processes to manage a single cliprect between | Keith Whitwell | 1 | -0/+115 |
2003-04-07 | add subsetted isosurf | Keith Whitwell | 1 | -0/+1 |
2003-04-07 | subsetted isosurf | Keith Whitwell | 1 | -363/+14 |
2003-03-24 | add glViewport calls | Keith Whitwell | 2 | -1/+5 |
2003-03-24 | Use new XEvent facilities | Keith Whitwell | 1 | -4/+1 |
2003-03-24 | Avoid the mixing of double-colon rules in the Makefiles. | Jose Fonseca | 1 | -1/+3 |
2003-03-22 | Remove non-subset fn calls | Keith Whitwell | 5 | -14/+12 |
2003-03-22 | Subset demos | Keith Whitwell | 3 | -20/+20 |
2003-03-22 | Subset demos, link GLU explicitly | Keith Whitwell | 5 | -8/+10 |
2003-03-22 | Link GLU explicitly. | Keith Whitwell | 5 | -31/+26 |
2003-03-05 | Use vertex2f instead of 2i | Keith Whitwell | 1 | -68/+68 |
2003-02-24 | New file | Keith Whitwell | 1 | -0/+28 |
2003-02-23 | Drop morph3d, add terrainembedded-1-20030224 | Keith Whitwell | 1 | -3/+3 |
2003-02-23 | Subset terrain | Keith Whitwell | 1 | -28/+139 |
2003-02-23 | Subset isosurf | Keith Whitwell | 1 | -90/+34 |
2003-02-23 | Add manytex demo | Keith Whitwell | 1 | -2/+2 |
2003-02-23 | subset demos | Keith Whitwell | 7 | -88/+80 |
2003-02-21 | Eliminate non-subset operations | Keith Whitwell | 4 | -24/+28 |
2003-02-21 | Eliminate use of glRectf, sleep so that we see some frames. | Keith Whitwell | 1 | -1/+12 |
2003-02-21 | Eliminate use of glRectf | Keith Whitwell | 1 | -2/+15 |
2003-02-21 | sample MiniGLX program | Brian Paul | 1 | -0/+114 |
2003-01-20 | new Makefiles for miniglx | Brian Paul | 2 | -29/+38 |
2003-01-20 | Add USE_MINIGLX flags. Build as a miniglx application. | Keith Whitwell | 1 | -2/+20 |
2003-01-20 | Make more demanding | Keith Whitwell | 1 | -15/+52 |
2003-01-17 | new Makefiles for subset | Brian Paul | 1 | -0/+24 |
2003-01-02 | Add a bit of compile-time flexibility | Keith Whitwell | 1 | -17/+42 |
2002-12-09 | minor tweaks | Brian Paul | 1 | -4/+14 |
2002-11-27 | remove resize() function | Brian Paul | 1 | -18/+2 |
2002-11-27 | miniglx layered on fbdev works now. | Brian Paul | 1 | -24/+24 |
2002-11-27 | do some simple MMIO register reads for sanity testing | Brian Paul | 1 | -1/+20 |
2002-11-26 | set timing values explicitly. new debugging info | Brian Paul | 1 | -24/+135 |
2002-11-22 | more tweaks | Brian Paul | 1 | -20/+39 |
2002-11-22 | fix some bugs, add colormap initialization | Brian Paul | 1 | -7/+49 |
2002-11-22 | added glfbdevtest and miniglxtest | Brian Paul | 1 | -1/+1 |
2002-11-20 | prototype interfaces and tests | Brian Paul | 2 | -0/+415 |
2002-11-20 | oops, wrong branch | Brian Paul | 2 | -415/+0 |
2002-11-20 | tests for new interfaces | Brian Paul | 3 | -0/+417 |
2002-11-08 | multisample / polygon smooth test | Brian Paul | 2 | -1/+228 |
2002-11-08 | minor clean-up | Brian Paul | 1 | -3/+2 |
2002-11-08 | implemented automatic code gen and individual function validation | Brian Paul | 4 | -1110/+193 |
2002-11-07 | added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements | Brian Paul | 1 | -1/+4 |
2002-11-07 | added 1.4 functions | Brian Paul | 1 | -2/+45 |
2002-11-05 | added some printfs to show current polygon mode and cull state | Brian Paul | 1 | -1/+7 |
2002-11-04 | add support for GLX_ARB_multisample | Brian Paul | 1 | -4/+12 |