Timeline
Jan 6, 2011:
- 11:23 PM WikiStart edited by
- (diff)
- 11:04 PM WikiStart edited by
- (diff)
- 11:02 PM WikiStart edited by
- (diff)
- 6:50 PM WikiStart edited by
- (diff)
- 4:09 PM TracWorkflow created by
- 4:09 PM TracImport created by
- 4:09 PM CamelCase created by
- 4:09 PM TracInterfaceCustomization created by
- 4:09 PM WikiPageNames created by
- 4:09 PM TracAccessibility created by
- 4:09 PM TracTicketsCustomFields created by
- 4:09 PM RecentChanges created by
- 4:09 PM TracRss created by
- 4:09 PM WikiHtml created by
- 4:09 PM TracUpgrade created by
- 4:09 PM TracTickets created by
- 4:09 PM TracRevisionLog created by
- 4:09 PM WikiRestructuredText created by
- 4:09 PM TracNotification created by
- 4:09 PM TracPlugins created by
- 4:09 PM InterTrac created by
- 4:09 PM WikiProcessors created by
- 4:09 PM TracQuery created by
- 4:09 PM WikiRestructuredTextLinks created by
- 4:09 PM TracLogging created by
- 4:09 PM WikiNewPage created by
- 4:09 PM TracSyntaxColoring created by
- 4:09 PM TracNavigation created by
- 4:09 PM TracWiki created by
- 4:09 PM TracBackup created by
- 4:09 PM WikiFormatting created by
- 4:09 PM TracRoadmap created by
- 4:09 PM TracPermissions created by
- 4:09 PM WikiStart created by
- 4:09 PM WikiMacros created by
- 4:09 PM InterWiki created by
- 4:09 PM TracBrowser created by
- 4:09 PM TracReports created by
- 4:09 PM TracGuide created by
- 4:09 PM TracInstall created by
- 4:09 PM TracCgi created by
- 4:09 PM TracSupport created by
- 4:09 PM TracTimeline created by
- 4:09 PM TracAdmin created by
- 4:09 PM TracStandalone created by
- 4:09 PM TracSearch created by
- 4:09 PM TracLinks created by
- 4:09 PM TracChangeset created by
- 4:09 PM InterMapTxt created by
- 4:09 PM TitleIndex created by
- 4:09 PM WikiDeletePage created by
- 4:09 PM PageTemplates created by
- 4:09 PM TracUnicode created by
- 4:09 PM TracFastCgi created by
- 4:09 PM TracModPython created by
- 4:09 PM SandBox created by
- 4:09 PM TracEnvironment created by
- 4:09 PM TracFineGrainedPermissions created by
- 4:09 PM TracModWSGI created by
- 4:09 PM TracIni created by
Jan 5, 2011:
- 11:44 PM Changeset [137] by
- Sharelist context needs to be passed, not a pointer to the context's …
- 11:31 PM Changeset [136] by
- Initial support for glBegin();
- 10:46 PM Changeset [135] by
- There's no reason for PGLContext to have direct access to the 3D …
- 10:44 PM Changeset [134] by
- PGLContext already knows if it's supposed to be a direct or indirect …
- 10:28 PM Changeset [133] by
- Changed PIPELINEOPS::PipeCopyContext() to use contexts of type …
- 10:26 PM Changeset [132] by
- Skeleton code for creating, destroying, & copying contexts.
- 10:23 PM Changeset [131] by
- Added debugging.
- 9:43 PM Changeset [130] by
- Added more comments.
- 9:42 PM Changeset [129] by
- More minor logic fixes.
- 9:37 PM Changeset [128] by
- Adjusted loader logic to look for VendorPipelineDLL first & if it's …
- 8:52 PM Changeset [127] by
- Added gldebug.h to the includes.
- 8:52 PM Changeset [126] by
- Added debugging support.
- 6:19 PM Changeset [125] by
- GLDPRINTF() needs to work regardless of debugging level.
- 6:10 PM Changeset [124] by
- The output of glzalloc should be casted to the correct type of the …
- 9:49 AM Changeset [123] by
- Initial support for opening & closing the pipeline.
- 9:45 AM Changeset [122] by
- Comment & whitespace cleanup.
- 9:41 AM Changeset [121] by
- Tied PGLContext::pPipeFuncs to Context's static GL API.
- 9:34 AM Changeset [120] by
- Added pcBigPipe for global pipe access.
- 9:10 AM Changeset [119] by
- Added Context::GetGLFuncs() implementation.
- 9:08 AM Changeset [118] by
- Adjusted Context::GetGLFuncs() prototype.
- 9:06 AM Changeset [117] by
- Comment & whitespace cleanup.
- 9:02 AM Changeset [116] by
- Removed sFunc; Added Context::GetGLFuncs().
- 8:14 AM Changeset [115] by
- Changed pointer pFuncs into structure sFuncs.
- 4:56 AM Changeset [114] by
- Added a pointer to the pipeline as an argument to the constructor of …
- 4:51 AM Changeset [113] by
- Implementation of the context object & the static members that …
- 4:45 AM Changeset [112] by
- Changed psParentCtx from ParentCtx to reflect that it's a pointer to a …
- 4:31 AM Changeset [111] by
- Add strings for glGetString();
- 3:52 AM Changeset [110] by
- Needed to include context.h, not context.
- 3:48 AM Changeset [109] by
- Fixed pcTempPrev & pcTempNext not being declared as pointers.
- 3:45 AM Changeset [108] by
- Fixed error of GetNext() not being referenced as a function.
- 3:43 AM Changeset [107] by
- Fixed improper assignment of a const char * to a char *.
- 3:39 AM Changeset [106] by
- Fixed error of allocating zName & pFunc as NULL on the same line.
- 3:33 AM Changeset [105] by
- Removed Pipeline::BuildDevicePipe().
- 3:30 AM Changeset [104] by
- Removed DEVICEPIPELINE; added DeviceQueryInfo().
- 3:19 AM Changeset [103] by
- Fixed allocation of DEVICE* by casting glzalloc().
- 3:15 AM Changeset [102] by
- Added gldevice.h to the includes.
- 3:08 AM Changeset [101] by
- Added context.h to the includes. Changed pTempCtx to pcTempCtx to …
- 3:04 AM Changeset [100] by
- Fixed parsing error for parsing STAGEINFO arrays.
- 2:58 AM Changeset [99] by
- Fixed missing parenthesis in the declaration of DeviceQueryPipeline().
- 2:55 AM Changeset [98] by
- Added gldevice.h to the includes.
- 2:50 AM Changeset [97] by
- #end should actually be #endif.
- 2:47 AM Changeset [96] by
- Fixed typo, missing comma the declaration of TextureCoordinate.
- 2:43 AM Changeset [95] by
- Added gltypes.h to includes.
- 2:26 AM Changeset [94] by
- Updated plan file.
Jan 4, 2011:
- 12:20 AM Changeset [93] by
- Added support for loading, unloading, & reloading device driver; added …
- 12:15 AM Changeset [92] by
- Pointer arguments need to be checked for existence before attempting …
Jan 3, 2011:
- 11:49 PM Changeset [91] by
- Added azName array to DEVICEPIPELINE & renamed apfnFuncs to apfnFunc.
- 11:33 PM Changeset [90] by
- Removed 'HW' from DeviceOpen & DeviceClose function pointers.
- 11:21 PM Changeset [89] by
- Added support for querying pipeline functions from the driver.
- 6:25 AM Changeset [88] by
- Added gltypes.h to the include section.
- 6:18 AM Changeset [87] by
- Moved gldevice.h to local pipeline include directory. This is for …
- 6:06 AM Changeset [86] by
- This file is now redundant & is no longer necessary.
- 6:01 AM Changeset [85] by
- Changed the license to reflect that this is the GL/2 project.
- 5:54 AM Changeset [84] by
- Removed the TinyGL file.
- 5:53 AM Changeset [83] by
- Changed glraster.h to gldevice.h & adjusted the contents of the file …
- 2:12 AM Changeset [82] by
- Removed device driver context from PGLContext. This doesn't belong …
- 2:07 AM Changeset [81] by
- Basic pipeline object implementation.
- 1:48 AM Changeset [80] by
- Removed definition of specific pipeline stages from pipeline object.
- 1:35 AM Changeset [79] by
- Added main function prototypes for each stage.
- 1:34 AM Changeset [78] by
- Removed STAGEINFO structure & adjusted stage object.
- 1:34 AM Changeset [77] by
- Removed STAGEINFO structure & adjusted stage object.
- 1:14 AM Changeset [76] by
- Added ability to check for shader program usage.
Jan 2, 2011:
- 9:22 PM Changeset [75] by
- Fixed parenthesis bug.
- 9:21 PM Changeset [74] by
- Allow each stage to push execution to the next stage.
- 9:20 PM Changeset [73] by
- Removed RunNext(), it was redundant.
- 9:14 PM Changeset [72] by
- Allow each stage to push execution to the next stage.
- 9:12 PM Changeset [71] by
- Allow pipeline to check for gl errors.
- 9:01 PM Changeset [70] by
- Added license.
- 9:00 PM Changeset [69] by
- Added license.
- 8:56 PM Changeset [68] by
- Implementation of stage object.
- 8:49 PM Changeset [67] by
- Added the ability to remove a stage from a linked list.
- 8:41 PM Changeset [66] by
- Changed the function pointer's name to reflect it's status as a pointer.
- 8:39 PM Changeset [65] by
- Added name data to stage; added support to set the previous & next …
- 8:24 PM Changeset [64] by
- Added the possibility of the hw driver supplying it's own full pipeline.
- 7:48 AM Changeset [63] by
- Added pointer to root function for various stages.
- 7:44 AM Changeset [62] by
- Added proper methods & data to pipeline object.
- 7:42 AM Changeset [61] by
- Filled out stage object with necessary methods and data.
- 1:40 AM Changeset [60] by
- Add a bit more self support to context object.
- 1:34 AM Changeset [59] by
- Stage class; each stage object represents a stage in the pipeline.
- 1:17 AM Changeset [58] by
- Removed context structure; it now resides in context.h as a class.
- 1:16 AM Changeset [57] by
- Created context class to allow context a chance to manage itself.
- 1:15 AM Changeset [56] by
- Split out context functions from pipeline.h & created context.h.
- 1:13 AM Changeset [55] by
- Whitespace fixes.
- 12:56 AM Changeset [54] by
- Renamed from framework to lib.
- 12:52 AM Changeset [53] by
- Trying to fix a case of Windows not distinguishing between upper & …
- 12:51 AM Changeset [52] by
- Trying to fix a case of Windows not distinguishing between upper & …
- 12:48 AM Changeset [51] by
- Trying to fix a case of Windows not distinguishing between upper & …
- 12:39 AM Changeset [50] by
- Trying to fix a case of Windows not distinguishing between upper & …
Jan 1, 2011:
- 11:58 PM Changeset [49] by
- Renamed file from GL.h to gl.h.
Dec 31, 2010:
- 4:25 PM Changeset [48] by
- General types needed for gl manipulation.
Dec 30, 2010:
- 4:34 PM Changeset [47] by
- Renamed pipeline.h to GL.h.
- 4:32 PM Changeset [46] by
- Move header from framework to include.
- 10:23 AM Changeset [45] by
- Renamed GetProcAddress to PipeGetProcAddress for consistancy.
- 10:20 AM Changeset [44] by
- Renamed GetProcAddress to PipeGetProcAddress for consistancy.
- 9:51 AM Changeset [43] by
- Forgot to rename the header definition & the class name.
- 9:49 AM Changeset [42] by
- Rename file to reflect more than just the beginning of the pipeline.
- 9:27 AM Changeset [41] by
- Initial stages of the pipeline's framework.
Dec 22, 2010:
- 2:20 AM Changeset [40] by
- Misc updates to IDE files.
Dec 14, 2010:
- 12:49 AM Changeset [39] by
- Addition of pglGetProcAddress implementation.
- 12:47 AM Changeset [38] by
- Fixed typo; _PFN should have been PFN.
- 12:47 AM Changeset [37] by
- Fixed typo; _PFN should have been PFN.
- 12:27 AM Changeset [36] by
- Add support for finding a specific function within the library.
- 12:24 AM Changeset [35] by
- Lets use PCSZ instead of const char* for the argument type.
Dec 13, 2010:
- 11:50 PM Changeset [34] by
- Added the function pglGetProcAddress(const char*), which will allow us …
Dec 12, 2010:
- 2:57 AM Changeset [33] by
- Capitalize macro names. Removed underscores from macro names. Added …
- 2:48 AM Changeset [32] by
- No need to keep casting back & forth between PGLContext* and void*. …
- 1:06 AM Changeset [31] by
- Calls are basically no-ops if either the function table is not present …
- 1:04 AM Changeset [30] by
- Fixed name typo from gpiQueryFontMetrics to GpiQueryFontMetrics.
Dec 11, 2010:
- 4:17 PM Changeset [29] by
- Function tables for the Pipe & Driver are pointers now.
- 4:13 PM Changeset [28] by
- Removed pgl_internal.h header.
- 3:03 PM Changeset [27] by
- Returned context pointer to voided type.
- 2:21 PM Changeset [26] by
- The function tables for the Pipe & the Driver are once again based on …
- 2:19 PM Changeset [25] by
- Returned Pipe & Driver hooks to the same function table. Added a …
Dec 10, 2010:
- 10:15 PM Changeset [24] by
- Renamed GL function table types for pipelines & drivers.
- 10:13 PM Changeset [23] by
- Created seperate function table for driver GL hooks. Renamed function …
- 10:02 PM Changeset [22] by
- Split GL functions into 2 parts. The first part is completed by the …
Dec 8, 2010:
- 5:28 AM Changeset [21] by
- Removed glu.lib; it should be built from the GLU source. Corrected a …
- 3:11 AM Changeset [20] by
- Updated makefiles through OpenWatcom IDE.
- 3:00 AM Changeset [19] by
- Imported from a recent version of Mesa3D after modifying it for OS/2.
- 2:57 AM Changeset [18] by
- Updated gl.h, glu.h, & glut.h to recent versions used in Mesa3D.
- 2:44 AM Changeset [17] by
- Changed files to reflect that pgl_internal.h is now global & lives in …
- 2:39 AM Changeset [16] by
- Attach pglGrabFrontBitmap() & pglReleaseFrontBitmap() to the pipeline.
- 2:35 AM Changeset [15] by
- Corrected target include paths.
Dec 7, 2010:
- 11:47 PM Changeset [14] by
- Updated to use glmemory.h.
- 11:19 PM Changeset [13] by
- Remove old project building files from the pgl directory. Add new …
- 11:09 PM Changeset [12] by
- Add GLU functions.
- 11:03 PM Changeset [11] by
- This was moved into the include directory.
- 10:55 PM Changeset [10] by
- Added SGI's GLU library. Code was added to tie the GLU library into …
- 10:49 PM Changeset [9] by
- Reorganizing the source layout.
- 10:38 PM Changeset [8] by
- It was necessary to move this file into the global scope to allow the …
- 10:31 PM Changeset [7] by
- Replaced memory management functions file from TinyGL with one that …
- 8:40 PM Changeset [6] by
- Removed oscontext.h. This file is pipeline implementation specific. …
- 8:35 PM Changeset [5] by
- Removed to msghandling.h. A more generic API for error handling has …
- 8:18 PM Changeset [4] by
- Added a function pointer table for GLU functions.
- 8:17 PM Changeset [3] by
- Fixed function pointers to use the GLAPIENTRY calling convention. It …
Nov 28, 2010:
- 1:11 AM Changeset [2] by
- Defined GLU_INVALID_OPERATION.
Nov 26, 2010:
- 3:12 AM Changeset [1] by
- Initial commit of GL/2.
Note:
See TracTimeline
for information about the timeline view.