summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2003-04-16A simple "server" processes to manage a single cliprect betweenKeith Whitwell1-0/+115
2003-04-07add subsetted isosurfKeith Whitwell1-0/+1
2003-04-07subsetted isosurfKeith Whitwell1-363/+14
2003-03-24add glViewport callsKeith Whitwell2-1/+5
2003-03-24Use new XEvent facilitiesKeith Whitwell1-4/+1
2003-03-24Avoid the mixing of double-colon rules in the Makefiles.Jose Fonseca1-1/+3
2003-03-22Remove non-subset fn callsKeith Whitwell5-14/+12
2003-03-22Subset demosKeith Whitwell3-20/+20
2003-03-22Subset demos, link GLU explicitlyKeith Whitwell5-8/+10
2003-03-22Link GLU explicitly.Keith Whitwell5-31/+26
2003-03-05Use vertex2f instead of 2iKeith Whitwell1-68/+68
2003-02-24New fileKeith Whitwell1-0/+28
2003-02-23Drop morph3d, add terrainembedded-1-20030224Keith Whitwell1-3/+3
2003-02-23Subset terrainKeith Whitwell1-28/+139
2003-02-23Subset isosurfKeith Whitwell1-90/+34
2003-02-23Add manytex demoKeith Whitwell1-2/+2
2003-02-23subset demosKeith Whitwell7-88/+80
2003-02-21Eliminate non-subset operationsKeith Whitwell4-24/+28
2003-02-21Eliminate use of glRectf, sleep so that we see some frames.Keith Whitwell1-1/+12
2003-02-21Eliminate use of glRectfKeith Whitwell1-2/+15
2003-02-21sample MiniGLX programBrian Paul1-0/+114
2003-01-20new Makefiles for miniglxBrian Paul2-29/+38
2003-01-20Add USE_MINIGLX flags. Build as a miniglx application.Keith Whitwell1-2/+20
2003-01-20Make more demandingKeith Whitwell1-15/+52
2003-01-17new Makefiles for subsetBrian Paul1-0/+24
2003-01-02Add a bit of compile-time flexibilityKeith Whitwell1-17/+42
2002-12-09minor tweaksBrian Paul1-4/+14
2002-11-27remove resize() functionBrian Paul1-18/+2
2002-11-27miniglx layered on fbdev works now.Brian Paul1-24/+24
2002-11-27do some simple MMIO register reads for sanity testingBrian Paul1-1/+20
2002-11-26set timing values explicitly. new debugging infoBrian Paul1-24/+135
2002-11-22more tweaksBrian Paul1-20/+39
2002-11-22fix some bugs, add colormap initializationBrian Paul1-7/+49
2002-11-22added glfbdevtest and miniglxtestBrian Paul1-1/+1
2002-11-20prototype interfaces and testsBrian Paul2-0/+415
2002-11-20oops, wrong branchBrian Paul2-415/+0
2002-11-20tests for new interfacesBrian Paul3-0/+417
2002-11-08multisample / polygon smooth testBrian Paul2-1/+228
2002-11-08minor clean-upBrian Paul1-3/+2
2002-11-08implemented automatic code gen and individual function validationBrian Paul4-1110/+193
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul1-1/+4
2002-11-07added 1.4 functionsBrian Paul1-2/+45
2002-11-05added some printfs to show current polygon mode and cull stateBrian Paul1-1/+7
2002-11-04add support for GLX_ARB_multisampleBrian Paul1-4/+12
2002-10-31simple GL_EXT_stencil_wrap test programBrian Paul2-2/+149
2002-10-31Add a note about window map behaviour and the autotuning of nr of loops whichKeith Whitwell1-1/+7
2002-10-25added skybox and options to load real imagesBrian Paul1-36/+198
2002-10-23massive overhaul, see new keyboard optionsBrian Paul1-465/+587
2002-10-18Quiet compiler warnings.Karl Schultz9-26/+28
2002-10-18check for GL_EXT_paletted_textureBrian Paul1-50/+7