Timeline
Apr 13, 2011:
- 9:00 PM WikiProcessors edited by
- (diff)
- 9:00 PM TracWorkflow edited by
- (diff)
- 9:00 PM TracInstall edited by
- (diff)
- 9:00 PM WikiHtml edited by
- (diff)
- 9:00 PM TracSearch edited by
- (diff)
- 9:00 PM TracInterfaceCustomization edited by
- (diff)
- 9:00 PM WikiNewPage edited by
- (diff)
- 9:00 PM TracGuide edited by
- (diff)
- 9:00 PM TracTimeline edited by
- (diff)
- 9:00 PM TracTickets edited by
- (diff)
- 9:00 PM TracLinks edited by
- (diff)
- 9:00 PM TracSupport edited by
- (diff)
- 9:00 PM TracRevisionLog edited by
- (diff)
- 9:00 PM TracFineGrainedPermissions edited by
- (diff)
- 9:00 PM TracBrowser edited by
- (diff)
- 9:00 PM TracStandalone edited by
- (diff)
- 9:00 PM TracNavigation edited by
- (diff)
- 9:00 PM WikiMacros edited by
- (diff)
- 9:00 PM TracImport edited by
- (diff)
- 9:00 PM TracChangeset edited by
- (diff)
- 9:00 PM InterTrac edited by
- (diff)
- 9:00 PM TracModPython edited by
- (diff)
- 9:00 PM TracUpgrade edited by
- (diff)
- 9:00 PM TracFastCgi edited by
- (diff)
- 9:00 PM TracLogging edited by
- (diff)
- 9:00 PM CamelCase edited by
- (diff)
- 9:00 PM TracReports edited by
- (diff)
- 9:00 PM TracCgi edited by
- (diff)
- 9:00 PM TracNotification edited by
- (diff)
- 9:00 PM WikiFormatting edited by
- (diff)
- 9:00 PM TracPermissions edited by
- (diff)
- 9:00 PM WikiPageNames edited by
- (diff)
- 9:00 PM TracRepositoryAdmin created by
- 9:00 PM TracPlugins edited by
- (diff)
- 9:00 PM TracRoadmap edited by
- (diff)
- 9:00 PM TracEnvironment edited by
- (diff)
- 9:00 PM TracWiki edited by
- (diff)
- 9:00 PM TracIni edited by
- (diff)
- 9:00 PM WikiDeletePage edited by
- (diff)
- 9:00 PM TracSyntaxColoring edited by
- (diff)
- 9:00 PM TracRss edited by
- (diff)
- 9:00 PM TracModWSGI edited by
- (diff)
- 9:00 PM TracQuery edited by
- (diff)
- 9:00 PM TracAdmin edited by
- (diff)
- 9:00 PM WikiRestructuredText edited by
- (diff)
Feb 24, 2011:
- 10:07 PM Changeset [219] by
- Adjustments to function arguments.
- 10:06 PM Changeset [218] by
- Finished initial implementation of internal GL API functions.
- 9:31 PM Changeset [217] by
- Removed values from OPCODE that were redundant.
Feb 22, 2011:
- 3:36 PM Changeset [216] by
- Added glmemory.h to the include list; Changes to _create_nugget(): …
- 2:52 PM Changeset [215] by
- Fixed a bug annotated on ftp://alter.org.ua/incoming/gl_os2.htm as …
- 12:28 AM Changeset [214] by
- Implemented SetError() & Reset().
Feb 21, 2011:
- 11:05 PM Changeset [213] by
- Modified line 269 in GetString() to use the GET_PIPE_CTX() macro.
- 11:02 PM Changeset [212] by
- Improved Begin() & implemented End().
- 11:01 PM Changeset [211] by
- Removed NUG_PRIM_TYPE from NUGGETTYPE and added NUG_START_PRIM & …
- 10:53 PM Changeset [210] by
- Fixed typo, psStream should be sStream; Added the bool variable bBegin …
- 10:45 PM Changeset [209] by
- Added nPrimative to NUGGET; nPrimative will contain the value that was …
- 6:38 AM Changeset [208] by
- Fixed flaw in _remove_nugget() that caused the doubly linked list to …
- 6:30 AM Changeset [207] by
- Implemented nugget & stream management.
Feb 18, 2011:
- 3:07 PM Changeset [206] by
- Changed STREAM to allow for better data management.
- 3:06 PM Changeset [205] by
- Changed GetExtension() to GetFunction(); No need of trying to keep API …
- 3:00 PM Changeset [204] by
- Added support for obtaining the address of specific functions.
- 2:54 PM Changeset [203] by
- Fixed typo on line 201, ctx-GetStream() should be ctx->GetStream().
Feb 17, 2011:
- 5:32 PM Changeset [202] by
- Added a few function prototypes for nugget & stream management.
- 5:24 PM Changeset [201] by
- Looks like I forgot to add this to the last commit!
- 5:16 PM Changeset [200] by
- Created a stream of GL object nuggets; The nuggets are created & …
- 4:29 PM Changeset [199] by
- Moved the drivers folder down a level into the cpp_pipeline folder; …
- 4:27 PM Changeset [198] by
- Go ahead & consolidate gldevice.h into the cpp_pipeline folder; …
Feb 14, 2011:
- 5:20 AM Changeset [197] by
- Implemented extension support, which allows extra functionality to be …
- 4:09 AM Changeset [196] by
- Fixed a comment error.
- 4:00 AM Changeset [195] by
- Implemented HostWait(), which will not return until the host OS's …
- 3:41 AM Changeset [194] by
- Implementation of pipe_buffers functions.
- 3:40 AM Changeset [193] by
- Implementation of pipe_palette functions.
- 3:34 AM Changeset [192] by
- Removed SetPalette(), it was an unneeded function.
- 2:38 AM Changeset [191] by
- Fixed a comment error.
- 2:37 AM Changeset [190] by
- Implementation of grabbing & releasing the device's front buffer for …
- 1:40 AM Changeset [189] by
- Fixed a comment.
- 1:38 AM Changeset [188] by
- Added support for setting the device palette & a couple of functions …
- 1:31 AM Changeset [187] by
- Slightly reorganized the placement of the SetPalette() function in …
- 1:22 AM Changeset [186] by
- Implemented pipeline's querying functions to retrieve data from the …
- 12:36 AM Changeset [185] by
- Added GET_DEVICE_OPS() & GET_DEVICE_CTX();
- 12:22 AM Changeset [184] by
- More fixes to GET_PIPE_CTX().
- 12:16 AM Changeset [183] by
- Added a slight bit of isolation within the GET_PIPE_CTX().
- 12:13 AM Changeset [182] by
- Pipeline no longer maintains it's own pointer to the loaded device, …
- 12:13 AM Changeset [181] by
- Pipeline no longer maintains it's own pointer to the loaded device, …
- 12:06 AM Changeset [180] by
- Added an opaque device context to the DEVICE structure.
- 12:04 AM Changeset [179] by
- Changed the device context to just an opaque pointer to some random …
- 12:00 AM Changeset [178] by
- Since the PGLContext is the one argument that's passed to all API …
Feb 13, 2011:
- 11:54 PM Changeset [177] by
- Changed DestroyContext() to use GET_PIPE_CTX().
- 11:47 PM Changeset [176] by
- Removed the concept of current contexts from the pipeline; The context …
- 11:11 PM Changeset [175] by
- Forgot to add gldebug.h to the include path; Added debugging printf …
- 11:10 PM Changeset [174] by
- Changed wording of GLDPRINTF macro.
- 11:07 PM Changeset [173] by
- Forgot to add gldebug.h to the include path.
- 11:04 PM Changeset [172] by
- Initial dispatch function for executing GL functions, compiling …
- 10:55 PM Changeset [171] by
- Changed CMD_ARGCOUNT to CMD_PGLCONTEXT.
- 10:33 PM Changeset [170] by
- Implemented the rest of the conversion macros.
- 2:37 AM Changeset [169] by
- All functions that're callable from within display lists all take an …
- 2:27 AM Changeset [168] by
- All functions that're callable from within display lists all take an …
Feb 12, 2011:
- 3:54 AM Changeset [167] by
- These functions now only accept 1 pointer as an argument.
- 3:43 AM Changeset [166] by
- Looks like I left out MultTransposeMatrix();
Feb 11, 2011:
- 3:30 PM Changeset [165] by
- Datatype conversion macros; Unfinished.
- 3:29 PM Changeset [164] by
- Beginnings of display list support
- 3:20 PM Changeset [163] by
- I forgot to add this file to the repo; Implementation of OpenGL …
Feb 5, 2011:
- 1:41 AM Changeset [162] by
- Fixed Open() to double check to ensure the pipeline object was …
- 1:29 AM Changeset [161] by
- Created new pipeline context using the PGLContext & pipeline objects; …
- 1:23 AM Changeset [160] by
- Give the rest of the pipeline access to a pointer to the pipeline …
Feb 3, 2011:
- 6:09 PM Changeset [159] by
- Added MultMatrix to the display list functions; Not sure why it was absent.
Feb 2, 2011:
- 10:13 PM Changeset [158] by
- Fixed Ortho & Frustum, they were out of order.
- 8:41 PM Changeset [157] by
- Removed more functions that can't be used with display lists.
- 6:40 PM Changeset [156] by
- Added support for glSecondaryColor3{bsifd ubusui}{v} functions; For …
- 6:39 PM Changeset [155] by
- I completely misunderstood the relationship between EdgeFlag & …
- 6:25 PM Changeset [154] by
- EdgeFlagv MUST be a seperate function from EdgeFlag, we won't be able …
- 5:53 PM Changeset [153] by
- Removed GET* enums; Query functions are not allowed in display lists.
- 5:51 PM Changeset [152] by
- Removed Get*() functions; Query functions are not allowed in display lists.
- 4:45 PM Changeset [151] by
- Added support for glSecondaryColor3{bsifd ubusui}{v} functions; For …
- 4:44 PM Changeset [150] by
- Added support for glSecondaryColor3{bsifd ubusui}{v} functions; For …
- 3:10 PM Changeset [149] by
- Changed union of possible arguments from COMMAND to TOKEN.
- 6:16 AM Changeset [148] by
- Updated the enum containing commands usable for display lists.
Feb 1, 2011:
- 3:26 AM Changeset [147] by
- Pliable macro data for switching between compiling, executing, & …
- 12:50 AM Changeset [146] by
- Condensed Context's static functions to one implementation for each …
Jan 31, 2011:
- 5:41 AM Changeset [145] by
- Moved headers specific to cpp_pipeline's implementation into …
- 5:39 AM Changeset [144] by
- Gave cpp_pipeline it's own include directory; initial checkin of …
- 5:37 AM Changeset [143] by
- All functions, that are usable in display lists, will be encoded based …
- 5:33 AM Changeset [142] by
- Moved pipeline function pointer from gltypes.h to gldevice.h; Replaced …
Jan 14, 2011:
- 10:36 PM Changeset [141] by
- 10:34 PM Changeset [140] by
- Pipeline reorganization.
- 10:30 PM Changeset [139] by
- Pipeline reorganization.
Note:
See TracTimeline
for information about the timeline view.