Timeline



Feb 21, 2011:

11:05 PM Changeset [213] by Apollo Demetrious Sharpe
Modified line 269 in GetString() to use the GET_PIPE_CTX() macro.
11:02 PM Changeset [212] by Apollo Demetrious Sharpe
Improved Begin() & implemented End().
11:01 PM Changeset [211] by Apollo Demetrious Sharpe
Removed NUG_PRIM_TYPE from NUGGETTYPE and added NUG_START_PRIM & …
10:53 PM Changeset [210] by Apollo Demetrious Sharpe
Fixed typo, psStream should be sStream; Added the bool variable bBegin …
10:45 PM Changeset [209] by Apollo Demetrious Sharpe
Added nPrimative to NUGGET; nPrimative will contain the value that was …
6:38 AM Changeset [208] by Apollo Demetrious Sharpe
Fixed flaw in _remove_nugget() that caused the doubly linked list to …
6:30 AM Changeset [207] by Apollo Demetrious Sharpe
Implemented nugget & stream management.

Feb 18, 2011:

3:07 PM Changeset [206] by Apollo Demetrious Sharpe
Changed STREAM to allow for better data management.
3:06 PM Changeset [205] by Apollo Demetrious Sharpe
Changed GetExtension() to GetFunction(); No need of trying to keep API …
3:00 PM Changeset [204] by Apollo Demetrious Sharpe
Added support for obtaining the address of specific functions.
2:54 PM Changeset [203] by Apollo Demetrious Sharpe
Fixed typo on line 201, ctx-GetStream() should be ctx->GetStream().

Feb 17, 2011:

5:32 PM Changeset [202] by Apollo Demetrious Sharpe
Added a few function prototypes for nugget & stream management.
5:24 PM Changeset [201] by Apollo Demetrious Sharpe
Looks like I forgot to add this to the last commit!
5:16 PM Changeset [200] by Apollo Demetrious Sharpe
Created a stream of GL object nuggets; The nuggets are created & …
4:29 PM Changeset [199] by Apollo Demetrious Sharpe
Moved the drivers folder down a level into the cpp_pipeline folder; …
4:27 PM Changeset [198] by Apollo Demetrious Sharpe
Go ahead & consolidate gldevice.h into the cpp_pipeline folder; …

Feb 14, 2011:

5:20 AM Changeset [197] by Apollo Demetrious Sharpe
Implemented extension support, which allows extra functionality to be …
4:09 AM Changeset [196] by Apollo Demetrious Sharpe
Fixed a comment error.
4:00 AM Changeset [195] by Apollo Demetrious Sharpe
Implemented HostWait(), which will not return until the host OS's …
3:41 AM Changeset [194] by Apollo Demetrious Sharpe
Implementation of pipe_buffers functions.
3:40 AM Changeset [193] by Apollo Demetrious Sharpe
Implementation of pipe_palette functions.
3:34 AM Changeset [192] by Apollo Demetrious Sharpe
Removed SetPalette(), it was an unneeded function.
2:38 AM Changeset [191] by Apollo Demetrious Sharpe
Fixed a comment error.
2:37 AM Changeset [190] by Apollo Demetrious Sharpe
Implementation of grabbing & releasing the device's front buffer for …
1:40 AM Changeset [189] by Apollo Demetrious Sharpe
Fixed a comment.
1:38 AM Changeset [188] by Apollo Demetrious Sharpe
Added support for setting the device palette & a couple of functions …
1:31 AM Changeset [187] by Apollo Demetrious Sharpe
Slightly reorganized the placement of the SetPalette() function in …
1:22 AM Changeset [186] by Apollo Demetrious Sharpe
Implemented pipeline's querying functions to retrieve data from the …
12:36 AM Changeset [185] by Apollo Demetrious Sharpe
Added GET_DEVICE_OPS() & GET_DEVICE_CTX();
12:22 AM Changeset [184] by Apollo Demetrious Sharpe
More fixes to GET_PIPE_CTX().
12:16 AM Changeset [183] by Apollo Demetrious Sharpe
Added a slight bit of isolation within the GET_PIPE_CTX().
12:13 AM Changeset [182] by Apollo Demetrious Sharpe
Pipeline no longer maintains it's own pointer to the loaded device, …
12:13 AM Changeset [181] by Apollo Demetrious Sharpe
Pipeline no longer maintains it's own pointer to the loaded device, …
12:06 AM Changeset [180] by Apollo Demetrious Sharpe
Added an opaque device context to the DEVICE structure.
12:04 AM Changeset [179] by Apollo Demetrious Sharpe
Changed the device context to just an opaque pointer to some random …
12:00 AM Changeset [178] by Apollo Demetrious Sharpe
Since the PGLContext is the one argument that's passed to all API …

Feb 13, 2011:

11:54 PM Changeset [177] by Apollo Demetrious Sharpe
Changed DestroyContext() to use GET_PIPE_CTX().
11:47 PM Changeset [176] by Apollo Demetrious Sharpe
Removed the concept of current contexts from the pipeline; The context …
11:11 PM Changeset [175] by Apollo Demetrious Sharpe
Forgot to add gldebug.h to the include path; Added debugging printf …
11:10 PM Changeset [174] by Apollo Demetrious Sharpe
Changed wording of GLDPRINTF macro.
11:07 PM Changeset [173] by Apollo Demetrious Sharpe
Forgot to add gldebug.h to the include path.
11:04 PM Changeset [172] by Apollo Demetrious Sharpe
Initial dispatch function for executing GL functions, compiling …
10:55 PM Changeset [171] by Apollo Demetrious Sharpe
Changed CMD_ARGCOUNT to CMD_PGLCONTEXT.
10:33 PM Changeset [170] by Apollo Demetrious Sharpe
Implemented the rest of the conversion macros.
2:37 AM Changeset [169] by Apollo Demetrious Sharpe
All functions that're callable from within display lists all take an …
2:27 AM Changeset [168] by Apollo Demetrious Sharpe
All functions that're callable from within display lists all take an …

Feb 12, 2011:

3:54 AM Changeset [167] by Apollo Demetrious Sharpe
These functions now only accept 1 pointer as an argument.
3:43 AM Changeset [166] by Apollo Demetrious Sharpe
Looks like I left out MultTransposeMatrix();

Feb 11, 2011:

3:30 PM Changeset [165] by Apollo Demetrious Sharpe
Datatype conversion macros; Unfinished.
3:29 PM Changeset [164] by Apollo Demetrious Sharpe
Beginnings of display list support
3:20 PM Changeset [163] by Apollo Demetrious Sharpe
I forgot to add this file to the repo; Implementation of OpenGL …

Feb 5, 2011:

1:41 AM Changeset [162] by Apollo Demetrious Sharpe
Fixed Open() to double check to ensure the pipeline object was …
1:29 AM Changeset [161] by Apollo Demetrious Sharpe
Created new pipeline context using the PGLContext & pipeline objects; …
1:23 AM Changeset [160] by Apollo Demetrious Sharpe
Give the rest of the pipeline access to a pointer to the pipeline …

Feb 3, 2011:

6:09 PM Changeset [159] by Apollo Demetrious Sharpe
Added MultMatrix to the display list functions; Not sure why it was absent.

Feb 2, 2011:

10:13 PM Changeset [158] by Apollo Demetrious Sharpe
Fixed Ortho & Frustum, they were out of order.
8:41 PM Changeset [157] by Apollo Demetrious Sharpe
Removed more functions that can't be used with display lists.
6:40 PM Changeset [156] by Apollo Demetrious Sharpe
Added support for glSecondaryColor3{bsifd ubusui}{v} functions; For …
6:39 PM Changeset [155] by Apollo Demetrious Sharpe
I completely misunderstood the relationship between EdgeFlag & …
6:25 PM Changeset [154] by Apollo Demetrious Sharpe
EdgeFlagv MUST be a seperate function from EdgeFlag, we won't be able …
5:53 PM Changeset [153] by Apollo Demetrious Sharpe
Removed GET* enums; Query functions are not allowed in display lists.
5:51 PM Changeset [152] by Apollo Demetrious Sharpe
Removed Get*() functions; Query functions are not allowed in display lists.
4:45 PM Changeset [151] by Apollo Demetrious Sharpe
Added support for glSecondaryColor3{bsifd ubusui}{v} functions; For …
4:44 PM Changeset [150] by Apollo Demetrious Sharpe
Added support for glSecondaryColor3{bsifd ubusui}{v} functions; For …
3:10 PM Changeset [149] by Apollo Demetrious Sharpe
Changed union of possible arguments from COMMAND to TOKEN.
6:16 AM Changeset [148] by Apollo Demetrious Sharpe
Updated the enum containing commands usable for display lists.

Feb 1, 2011:

3:26 AM Changeset [147] by Apollo Demetrious Sharpe
Pliable macro data for switching between compiling, executing, & …
12:50 AM Changeset [146] by Apollo Demetrious Sharpe
Condensed Context's static functions to one implementation for each …

Jan 31, 2011:

5:41 AM Changeset [145] by Apollo Demetrious Sharpe
Moved headers specific to cpp_pipeline's implementation into …
5:39 AM Changeset [144] by Apollo Demetrious Sharpe
Gave cpp_pipeline it's own include directory; initial checkin of …
5:37 AM Changeset [143] by Apollo Demetrious Sharpe
All functions, that are usable in display lists, will be encoded based …
5:33 AM Changeset [142] by Apollo Demetrious Sharpe
Moved pipeline function pointer from gltypes.h to gldevice.h; Replaced …

Jan 14, 2011:

10:36 PM Changeset [141] by Apollo Demetrious Sharpe
10:34 PM Changeset [140] by Apollo Demetrious Sharpe
Pipeline reorganization.
10:30 PM Changeset [139] by Apollo Demetrious Sharpe
Pipeline reorganization.

Jan 11, 2011:

1:06 AM Changeset [138] by Apollo Demetrious Sharpe

Jan 7, 2011:

7:49 PM WikiStart edited by Apollo Demetrious Sharpe
(diff)

Jan 6, 2011:

11:23 PM WikiStart edited by Apollo Demetrious Sharpe
(diff)
11:04 PM WikiStart edited by Apollo Demetrious Sharpe
(diff)
11:02 PM WikiStart edited by Apollo Demetrious Sharpe
(diff)
6:50 PM WikiStart edited by martini
(diff)
4:09 PM TracWorkflow created by trac
4:09 PM TracImport created by trac
4:09 PM CamelCase created by trac
4:09 PM TracInterfaceCustomization created by trac
4:09 PM WikiPageNames created by trac
4:09 PM TracAccessibility created by trac
4:09 PM TracTicketsCustomFields created by trac
4:09 PM RecentChanges created by trac
4:09 PM TracRss created by trac
4:09 PM WikiHtml created by trac
4:09 PM TracUpgrade created by trac
4:09 PM TracTickets created by trac
4:09 PM TracRevisionLog created by trac
4:09 PM WikiRestructuredText created by trac
4:09 PM TracNotification created by trac
4:09 PM TracPlugins created by trac
4:09 PM InterTrac created by trac
4:09 PM WikiProcessors created by trac
4:09 PM TracQuery created by trac
4:09 PM WikiRestructuredTextLinks created by trac
4:09 PM TracLogging created by trac
4:09 PM WikiNewPage created by trac
4:09 PM TracSyntaxColoring created by trac
4:09 PM TracNavigation created by trac
4:09 PM TracWiki created by trac
4:09 PM TracBackup created by trac
4:09 PM WikiFormatting created by trac
4:09 PM TracRoadmap created by trac
4:09 PM TracPermissions created by trac
4:09 PM WikiStart created by trac
4:09 PM WikiMacros created by trac
4:09 PM InterWiki created by trac
4:09 PM TracBrowser created by trac
4:09 PM TracReports created by trac
4:09 PM TracGuide created by trac
4:09 PM TracInstall created by trac
4:09 PM TracCgi created by trac
4:09 PM TracSupport created by trac
4:09 PM TracTimeline created by trac
4:09 PM TracAdmin created by trac
4:09 PM TracStandalone created by trac
4:09 PM TracSearch created by trac
4:09 PM TracLinks created by trac
4:09 PM TracChangeset created by trac
4:09 PM InterMapTxt created by trac
4:09 PM TitleIndex created by trac
4:09 PM WikiDeletePage created by trac
4:09 PM PageTemplates created by trac
4:09 PM TracUnicode created by trac
4:09 PM TracFastCgi created by trac
4:09 PM TracModPython created by trac
4:09 PM SandBox created by trac
4:09 PM TracEnvironment created by trac
4:09 PM TracFineGrainedPermissions created by trac
4:09 PM TracModWSGI created by trac
4:09 PM TracIni created by trac

Jan 5, 2011:

11:44 PM Changeset [137] by Apollo Demetrious Sharpe
Sharelist context needs to be passed, not a pointer to the context's …
11:31 PM Changeset [136] by Apollo Demetrious Sharpe
Initial support for glBegin();
10:46 PM Changeset [135] by Apollo Demetrious Sharpe
There's no reason for PGLContext to have direct access to the 3D …
10:44 PM Changeset [134] by Apollo Demetrious Sharpe
PGLContext already knows if it's supposed to be a direct or indirect …
10:28 PM Changeset [133] by Apollo Demetrious Sharpe
Changed PIPELINEOPS::PipeCopyContext() to use contexts of type …
10:26 PM Changeset [132] by Apollo Demetrious Sharpe
Skeleton code for creating, destroying, & copying contexts.
10:23 PM Changeset [131] by Apollo Demetrious Sharpe
Added debugging.
9:43 PM Changeset [130] by Apollo Demetrious Sharpe
Added more comments.
9:42 PM Changeset [129] by Apollo Demetrious Sharpe
More minor logic fixes.
9:37 PM Changeset [128] by Apollo Demetrious Sharpe
Adjusted loader logic to look for VendorPipelineDLL first & if it's …
8:52 PM Changeset [127] by Apollo Demetrious Sharpe
Added gldebug.h to the includes.
8:52 PM Changeset [126] by Apollo Demetrious Sharpe
Added debugging support.
6:19 PM Changeset [125] by Apollo Demetrious Sharpe
GLDPRINTF() needs to work regardless of debugging level.
6:10 PM Changeset [124] by Apollo Demetrious Sharpe
The output of glzalloc should be casted to the correct type of the …
9:49 AM Changeset [123] by Apollo Demetrious Sharpe
Initial support for opening & closing the pipeline.
9:45 AM Changeset [122] by Apollo Demetrious Sharpe
Comment & whitespace cleanup.
9:41 AM Changeset [121] by Apollo Demetrious Sharpe
Tied PGLContext::pPipeFuncs to Context's static GL API.
9:34 AM Changeset [120] by Apollo Demetrious Sharpe
Added pcBigPipe for global pipe access.
9:10 AM Changeset [119] by Apollo Demetrious Sharpe
Added Context::GetGLFuncs() implementation.
9:08 AM Changeset [118] by Apollo Demetrious Sharpe
Adjusted Context::GetGLFuncs() prototype.
9:06 AM Changeset [117] by Apollo Demetrious Sharpe
Comment & whitespace cleanup.
9:02 AM Changeset [116] by Apollo Demetrious Sharpe
Removed sFunc; Added Context::GetGLFuncs().
8:14 AM Changeset [115] by Apollo Demetrious Sharpe
Changed pointer pFuncs into structure sFuncs.
4:56 AM Changeset [114] by Apollo Demetrious Sharpe
Added a pointer to the pipeline as an argument to the constructor of …
4:51 AM Changeset [113] by Apollo Demetrious Sharpe
Implementation of the context object & the static members that …
4:45 AM Changeset [112] by Apollo Demetrious Sharpe
Changed psParentCtx from ParentCtx to reflect that it's a pointer to a …
4:31 AM Changeset [111] by Apollo Demetrious Sharpe
Add strings for glGetString();
3:52 AM Changeset [110] by Apollo Demetrious Sharpe
Needed to include context.h, not context.
3:48 AM Changeset [109] by Apollo Demetrious Sharpe
Fixed pcTempPrev & pcTempNext not being declared as pointers.
3:45 AM Changeset [108] by Apollo Demetrious Sharpe
Fixed error of GetNext() not being referenced as a function.
3:43 AM Changeset [107] by Apollo Demetrious Sharpe
Fixed improper assignment of a const char * to a char *.
3:39 AM Changeset [106] by Apollo Demetrious Sharpe
Fixed error of allocating zName & pFunc as NULL on the same line.
3:33 AM Changeset [105] by Apollo Demetrious Sharpe
Removed Pipeline::BuildDevicePipe().
3:30 AM Changeset [104] by Apollo Demetrious Sharpe
Removed DEVICEPIPELINE; added DeviceQueryInfo().
3:19 AM Changeset [103] by Apollo Demetrious Sharpe
Fixed allocation of DEVICE* by casting glzalloc().
3:15 AM Changeset [102] by Apollo Demetrious Sharpe
Added gldevice.h to the includes.
3:08 AM Changeset [101] by Apollo Demetrious Sharpe
Added context.h to the includes. Changed pTempCtx to pcTempCtx to …
3:04 AM Changeset [100] by Apollo Demetrious Sharpe
Fixed parsing error for parsing STAGEINFO arrays.
2:58 AM Changeset [99] by Apollo Demetrious Sharpe
Fixed missing parenthesis in the declaration of DeviceQueryPipeline().
2:55 AM Changeset [98] by Apollo Demetrious Sharpe
Added gldevice.h to the includes.
2:50 AM Changeset [97] by Apollo Demetrious Sharpe
#end should actually be #endif.
2:47 AM Changeset [96] by Apollo Demetrious Sharpe
Fixed typo, missing comma the declaration of TextureCoordinate.
2:43 AM Changeset [95] by Apollo Demetrious Sharpe
Added gltypes.h to includes.
2:26 AM Changeset [94] by Apollo Demetrious Sharpe
Updated plan file.

Jan 4, 2011:

12:20 AM Changeset [93] by Apollo Demetrious Sharpe
Added support for loading, unloading, & reloading device driver; added …
12:15 AM Changeset [92] by Apollo Demetrious Sharpe
Pointer arguments need to be checked for existence before attempting …

Jan 3, 2011:

11:49 PM Changeset [91] by Apollo Demetrious Sharpe
Added azName array to DEVICEPIPELINE & renamed apfnFuncs to apfnFunc.
11:33 PM Changeset [90] by Apollo Demetrious Sharpe
Removed 'HW' from DeviceOpen & DeviceClose function pointers.
11:21 PM Changeset [89] by Apollo Demetrious Sharpe
Added support for querying pipeline functions from the driver.
6:25 AM Changeset [88] by Apollo Demetrious Sharpe
Added gltypes.h to the include section.
6:18 AM Changeset [87] by Apollo Demetrious Sharpe
Moved gldevice.h to local pipeline include directory. This is for …
6:06 AM Changeset [86] by Apollo Demetrious Sharpe
This file is now redundant & is no longer necessary.
6:01 AM Changeset [85] by Apollo Demetrious Sharpe
Changed the license to reflect that this is the GL/2 project.
5:54 AM Changeset [84] by Apollo Demetrious Sharpe
Removed the TinyGL file.
5:53 AM Changeset [83] by Apollo Demetrious Sharpe
Changed glraster.h to gldevice.h & adjusted the contents of the file …
2:12 AM Changeset [82] by Apollo Demetrious Sharpe
Removed device driver context from PGLContext. This doesn't belong …
2:07 AM Changeset [81] by Apollo Demetrious Sharpe
Basic pipeline object implementation.
1:48 AM Changeset [80] by Apollo Demetrious Sharpe
Removed definition of specific pipeline stages from pipeline object.
1:35 AM Changeset [79] by Apollo Demetrious Sharpe
Added main function prototypes for each stage.
1:34 AM Changeset [78] by Apollo Demetrious Sharpe
Removed STAGEINFO structure & adjusted stage object.
1:34 AM Changeset [77] by Apollo Demetrious Sharpe
Removed STAGEINFO structure & adjusted stage object.
1:14 AM Changeset [76] by Apollo Demetrious Sharpe
Added ability to check for shader program usage.

Jan 2, 2011:

9:22 PM Changeset [75] by Apollo Demetrious Sharpe
Fixed parenthesis bug.
9:21 PM Changeset [74] by Apollo Demetrious Sharpe
Allow each stage to push execution to the next stage.
9:20 PM Changeset [73] by Apollo Demetrious Sharpe
Removed RunNext(), it was redundant.
9:14 PM Changeset [72] by Apollo Demetrious Sharpe
Allow each stage to push execution to the next stage.
9:12 PM Changeset [71] by Apollo Demetrious Sharpe
Allow pipeline to check for gl errors.
9:01 PM Changeset [70] by Apollo Demetrious Sharpe
Added license.
9:00 PM Changeset [69] by Apollo Demetrious Sharpe
Added license.
8:56 PM Changeset [68] by Apollo Demetrious Sharpe
Implementation of stage object.
8:49 PM Changeset [67] by Apollo Demetrious Sharpe
Added the ability to remove a stage from a linked list.
8:41 PM Changeset [66] by Apollo Demetrious Sharpe
Changed the function pointer's name to reflect it's status as a pointer.
8:39 PM Changeset [65] by Apollo Demetrious Sharpe
Added name data to stage; added support to set the previous & next …
8:24 PM Changeset [64] by Apollo Demetrious Sharpe
Added the possibility of the hw driver supplying it's own full pipeline.
7:48 AM Changeset [63] by Apollo Demetrious Sharpe
Added pointer to root function for various stages.
7:44 AM Changeset [62] by Apollo Demetrious Sharpe
Added proper methods & data to pipeline object.
7:42 AM Changeset [61] by Apollo Demetrious Sharpe
Filled out stage object with necessary methods and data.
1:40 AM Changeset [60] by Apollo Demetrious Sharpe
Add a bit more self support to context object.
1:34 AM Changeset [59] by Apollo Demetrious Sharpe
Stage class; each stage object represents a stage in the pipeline.
1:17 AM Changeset [58] by Apollo Demetrious Sharpe
Removed context structure; it now resides in context.h as a class.
1:16 AM Changeset [57] by Apollo Demetrious Sharpe
Created context class to allow context a chance to manage itself.
1:15 AM Changeset [56] by Apollo Demetrious Sharpe
Split out context functions from pipeline.h & created context.h.
1:13 AM Changeset [55] by Apollo Demetrious Sharpe
Whitespace fixes.
12:56 AM Changeset [54] by Apollo Demetrious Sharpe
Renamed from framework to lib.
12:52 AM Changeset [53] by Apollo Demetrious Sharpe
Trying to fix a case of Windows not distinguishing between upper & …
12:51 AM Changeset [52] by Apollo Demetrious Sharpe
Trying to fix a case of Windows not distinguishing between upper & …
12:48 AM Changeset [51] by Apollo Demetrious Sharpe
Trying to fix a case of Windows not distinguishing between upper & …
12:39 AM Changeset [50] by Apollo Demetrious Sharpe
Trying to fix a case of Windows not distinguishing between upper & …

Jan 1, 2011:

11:58 PM Changeset [49] by Apollo Demetrious Sharpe
Renamed file from GL.h to gl.h.

Dec 31, 2010:

4:25 PM Changeset [48] by Apollo Demetrious Sharpe
General types needed for gl manipulation.

Dec 30, 2010:

4:34 PM Changeset [47] by Apollo Demetrious Sharpe
Renamed pipeline.h to GL.h.
4:32 PM Changeset [46] by Apollo Demetrious Sharpe
Move header from framework to include.
10:23 AM Changeset [45] by Apollo Demetrious Sharpe
Renamed GetProcAddress to PipeGetProcAddress for consistancy.
10:20 AM Changeset [44] by Apollo Demetrious Sharpe
Renamed GetProcAddress to PipeGetProcAddress for consistancy.
9:51 AM Changeset [43] by Apollo Demetrious Sharpe
Forgot to rename the header definition & the class name.
9:49 AM Changeset [42] by Apollo Demetrious Sharpe
Rename file to reflect more than just the beginning of the pipeline.
9:27 AM Changeset [41] by Apollo Demetrious Sharpe
Initial stages of the pipeline's framework.

Dec 22, 2010:

2:20 AM Changeset [40] by Apollo Demetrious Sharpe
Misc updates to IDE files.

Dec 14, 2010:

12:49 AM Changeset [39] by deesharpe
Addition of pglGetProcAddress implementation.
12:47 AM Changeset [38] by deesharpe
Fixed typo; _PFN should have been PFN.
12:47 AM Changeset [37] by deesharpe
Fixed typo; _PFN should have been PFN.
12:27 AM Changeset [36] by deesharpe
Add support for finding a specific function within the library.
12:24 AM Changeset [35] by deesharpe
Lets use PCSZ instead of const char* for the argument type.

Dec 13, 2010:

11:50 PM Changeset [34] by deesharpe
Added the function pglGetProcAddress(const char*), which will allow us …

Dec 12, 2010:

2:57 AM Changeset [33] by deesharpe
Capitalize macro names. Removed underscores from macro names. Added …
2:48 AM Changeset [32] by deesharpe
No need to keep casting back & forth between PGLContext* and void*. …
1:06 AM Changeset [31] by deesharpe
Calls are basically no-ops if either the function table is not present …
1:04 AM Changeset [30] by deesharpe
Fixed name typo from gpiQueryFontMetrics to GpiQueryFontMetrics.

Dec 11, 2010:

4:17 PM Changeset [29] by deesharpe
Function tables for the Pipe & Driver are pointers now.
4:13 PM Changeset [28] by deesharpe
Removed pgl_internal.h header.
3:03 PM Changeset [27] by deesharpe
Returned context pointer to voided type.
2:21 PM Changeset [26] by deesharpe
The function tables for the Pipe & the Driver are once again based on …
2:19 PM Changeset [25] by deesharpe
Returned Pipe & Driver hooks to the same function table. Added a …

Dec 10, 2010:

10:15 PM Changeset [24] by deesharpe
Renamed GL function table types for pipelines & drivers.
10:13 PM Changeset [23] by deesharpe
Created seperate function table for driver GL hooks. Renamed function …
10:02 PM Changeset [22] by deesharpe
Split GL functions into 2 parts. The first part is completed by the …

Dec 8, 2010:

5:28 AM Changeset [21] by deesharpe
Removed glu.lib; it should be built from the GLU source. Corrected a …
3:11 AM Changeset [20] by deesharpe
Updated makefiles through OpenWatcom IDE.
3:00 AM Changeset [19] by deesharpe
Imported from a recent version of Mesa3D after modifying it for OS/2.
2:57 AM Changeset [18] by deesharpe
Updated gl.h, glu.h, & glut.h to recent versions used in Mesa3D.
2:44 AM Changeset [17] by deesharpe
Changed files to reflect that pgl_internal.h is now global & lives in …
2:39 AM Changeset [16] by deesharpe
Attach pglGrabFrontBitmap() & pglReleaseFrontBitmap() to the pipeline.
2:35 AM Changeset [15] by deesharpe
Corrected target include paths.

Dec 7, 2010:

11:47 PM Changeset [14] by deesharpe
Updated to use glmemory.h.
11:19 PM Changeset [13] by deesharpe
Remove old project building files from the pgl directory. Add new …
11:09 PM Changeset [12] by deesharpe
Add GLU functions.
11:03 PM Changeset [11] by deesharpe
This was moved into the include directory.
10:55 PM Changeset [10] by deesharpe
Added SGI's GLU library. Code was added to tie the GLU library into …
10:49 PM Changeset [9] by deesharpe
Reorganizing the source layout.
10:38 PM Changeset [8] by deesharpe
It was necessary to move this file into the global scope to allow the …
10:31 PM Changeset [7] by deesharpe
Replaced memory management functions file from TinyGL with one that …
8:40 PM Changeset [6] by deesharpe
Removed oscontext.h. This file is pipeline implementation specific. …
8:35 PM Changeset [5] by deesharpe
Removed to msghandling.h. A more generic API for error handling has …
8:18 PM Changeset [4] by deesharpe
Added a function pointer table for GLU functions.
8:17 PM Changeset [3] by deesharpe
Fixed function pointers to use the GLAPIENTRY calling convention. It …

Nov 28, 2010:

1:11 AM Changeset [2] by deesharpe
Defined GLU_INVALID_OPERATION.

Nov 26, 2010:

3:12 AM Changeset [1] by deesharpe
Initial commit of GL/2.
Note: See TracTimeline for information about the timeline view.