Timeline
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.