summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Expand)AuthorFilesLines
2004-09-15Pull XORG-6_8_0 to CYGWIN branchCYGWIN-6_8_0-MERGEAlexander Gottwald23-1180/+1618
2004-08-03Fix the bug that we can't copy & paste multi-byte string to Unicode-baseKensuke Matsuzaki1-0/+939
2004-06-24check for text mounted /tmp and print a warningAlexander Gottwald3-0/+364
2004-05-27moved context creation to attach. Pixelformat is now set for every windowAlexander Gottwald3-113/+85
2004-04-27rename winErrorMessage to glWinErrorMessage print GetLastError() ifAlexander Gottwald1-18/+18
2004-04-22removed code for hardware cursor since it's now in hw/xwinAlexander Gottwald2-18/+0
2004-03-30Merge with XORG-RELEASE-1 (68)Alexander Gottwald1-1/+1
2004-03-22converting X11 cursors to Win32 works (copied fromAlexander Gottwald2-7/+10
2004-03-22overwrite pointer sprite functions. use always windows cursor.Alexander Gottwald3-59/+85
2004-03-17merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)Alexander Gottwald50-172/+726
2004-03-17wrappers for GL 1.4Alexander Gottwald1-0/+97
2004-03-15changed c++-style comments to c-style commentsAlexander Gottwald1-4/+5
2004-03-15create context in glWinCreateContext do not create a new context in attachAlexander Gottwald1-44/+105
2004-03-15Add GL_CORE_WINDOWSHarold L Hunt II1-1/+1
2004-03-14removed the id tags againAlexander Gottwald2-2/+0
2004-03-14additional notes to last checkin (1.1.2.14): wrapped CopyWindow function toAlexander Gottwald1-1/+1
2004-03-14added filedescriptionAlexander Gottwald2-32/+116
2004-03-14removed GetActiveWindow hack calling attach and unattach at differentAlexander Gottwald1-59/+71
2004-03-13make debugging information selectable via environment move query forAlexander Gottwald1-39/+83
2004-03-12removed some debugging output query window information from hw/xwin createAlexander Gottwald1-31/+52
2004-03-12attach the gl context to the active window. still a hack but works betterAlexander Gottwald1-0/+29
2004-03-12beautify dump of PIXELFORMATDESCRIPTOR (print human readable flag names)Alexander Gottwald1-7/+33
2004-03-12Change comments to C-styleHarold L Hunt II1-71/+77
2004-03-12fixes in HDC usage tweaks in debug output swapbuffer implementedAlexander Gottwald1-28/+99
2004-03-12Print a message when some special opengl function is calledAlexander Gottwald1-0/+2
2004-03-11The native opengl support finally linked! This is merely a copy-and-pasteAlexander Gottwald1-0/+1155
2004-03-11moved all opengl wrappers to glwrap.c print an error if a called openglAlexander Gottwald2-519/+3
2004-03-10all opengl extension wrappers completeAlexander Gottwald2-6/+854
2004-03-10First 3 opengl-wrapper functions. The other will follow in a similar wayAlexander Gottwald2-0/+100
2004-03-10Framework for native opengl use. It does not link since there are stillAlexander Gottwald2-0/+96
2004-03-01Add framework for indirect OpenGL acceleration, controllable viaHarold L Hunt II2-0/+6
2003-11-26merge latest (4.3.99.16) from XFree86 (vendor) branchKaleb Keithley26-2589/+5619
2003-11-14Initial revisionKaleb Keithley48-0/+29308