summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-11Silent unused function warnings->errors.HEADmasterJosé Fonseca1-7/+2
2010-12-11Fix fprintf's format string.José Fonseca1-2/+1
2010-12-11Use make instead of gmake.José Fonseca1-1/+1
2010-12-11.cvsignore -> .gitignoreJosé Fonseca28-24/+7
2008-07-09whitespace / test commitBrian Paul1-0/+1
2008-07-09Fixed a problem with handling texture filenames that the dist_texture SPUSean Ahern1-3/+4
2008-04-29additional Windows info (David Page)Brian Paul1-0/+49
2008-04-15remove bogus/debug assertionBrian Paul1-1/+0
2008-03-17Fixed formatting using commas instead of dots for decimalpoint. Thanks to Gel...Michael Dürig1-0/+1
2008-03-10Add GetProcAddress support for glX*() function callsAlan Hourihane2-0/+67
2007-09-10added GL_MAX_TEXTURE_COORDS_ARBBrian Paul1-0/+1
2007-08-29better error message when an invalid number of crservers is attached to a pac...Brian Paul1-1/+1
2007-07-09fix test for a nil/zero-area regionBrian Paul1-2/+2
2007-06-21additional crDebug in rf_client_encodings_data() to diagnose client encoding ...Brian Paul1-1/+4
2007-06-20example of rendering into app windowBrian Paul1-0/+31
2007-06-16only pass through glViewport to head SPU when not tiling (numExtents==0) (fix...Brian Paul1-2/+11
2007-06-14update VNC SPU infoBrian Paul1-14/+7
2007-06-14move declaration of portString buffer so we don't use it outside its scopeBrian Paul1-1/+1
2007-06-14remove previously added crDebugBrian Paul1-8/+1
2007-06-13added -d option to exit after set time (Wes Bethel)Brian Paul1-0/+20
2007-06-12additional/temp debug outputBrian Paul1-1/+8
2007-06-12indentation fixesBrian Paul1-13/+13
2007-06-12added a commentBrian Paul1-0/+1
2007-06-12Fix framesync deadlock problem.Brian Paul1-2/+12
2007-06-11Fix a problem with glReadPixels blowing up the crserver.Brian Paul4-0/+17
2007-05-14check for zero-sized rect in SendSubrect()Brian Paul1-1/+4
2007-05-10remove -l from DMX_LIB exampleBrian Paul1-1/+1
2007-05-10updated DMX compile instructionsBrian Paul1-15/+6
2007-05-10use DMX_LIB instead of DMX_LIBDIRBrian Paul1-2/+2
2007-05-10Fix a DMX library/link problem.Brian Paul1-5/+4
2007-05-10added comment to help find location of link cmd for LinuxBrian Paul1-0/+1
2007-04-26Small fixes for compilation on Windows XPMichael Dürig3-0/+5
2007-04-10parallel, sort-last w/ renderserver exampleBrian Paul1-0/+135
2007-04-10notify using when exitingBrian Paul1-0/+1
2007-04-10use crStrPatternMatch()Brian Paul1-31/+2
2007-04-10intercept glWindowPos for drawpixels_only optionBrian Paul2-11/+50
2007-04-10Revised code for child window size/resizing.Brian Paul4-5/+47
2007-04-10nullapp program - just opens a window, exits upon ESC. Useful for some kinds...Brian Paul3-0/+103
2007-04-10added windowtrackerBrian Paul1-1/+1
2007-04-10added crStrPatternMatchBrian Paul3-0/+55
2007-04-10added windowtracker SPUBrian Paul1-0/+37
2007-04-10new windowtracker SPUBrian Paul6-0/+431
2007-04-09clean up the CheckWindowSize() functionBrian Paul2-34/+42
2007-04-09update/fix some extension infoBrian Paul1-10/+38
2007-04-09document grabber SPUBrian Paul1-0/+27
2007-04-02Added makefiles for head tracking clientMichael Dürig2-0/+43
2007-03-30- Corrected output path in vc project fileMichael Dürig1-41/+3
2007-03-27In crInterlockedExchangePointer(), check for __i386__ or __386__ to protectBrian Paul1-18/+29
2007-02-28checkpoint: more work on drawpixels_only pathBrian Paul2-18/+77
2007-02-27Minor improvement: try to avoid sending glClear to final display/render node.Brian Paul1-9/+18