Builder fifoci Build #718
Results:
Build successful
SourceStamp:
| Revision | 15452ec75976e7566f8155dba2d802615d1adbee |
| Got Revision | 15452ec75976e7566f8155dba2d802615d1adbee |
| Changes | 1 change |
BuildSlave:
arch64-fifociReason:
downstream
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| author | degasus | Change |
| branch | None | Build |
| branchname | StreamBuffers | Change |
| builddir | /home/fifoci/buildslave/fifoci | slave |
| buildername | fifoci | Builder |
| buildnumber | 718 | Build |
| codebase | Build | |
| description | OpenGL: refactor all of our StreamBuffers The old way was to use big switch/case statements based on a type of buffer. The new one is to use inheritance. This change prohibits us to change the buffer type while running, but I doubt we'll ever do so. Performance should also be a bit better. Also a nice cleanup. Added some comments about this different kind of buffers. | Change |
| got_revision | 15452ec75976e7566f8155dba2d802615d1adbee | GitNoBranch |
| project | Build | |
| repository | Build | |
| revision | 15452ec75976e7566f8155dba2d802615d1adbee | Build |
| scheduler | fifoci | Scheduler |
| shortrev | 4.0-692 | Change |
| slavename | arch64-fifoci | BuildSlave |
| warnings-count | 0 | WarningCountingShellCommand |
| workdir | /home/fifoci/buildslave/fifoci | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- degasus
Timing:
| Start | Wed Jan 22 23:59:39 2014 |
| End | Thu Jan 23 00:01:20 2014 |
| Elapsed | 1 mins, 41 secs |
All Changes:
:
Change #1666
Category None Changed by degasus Changed at Wed 22 Jan 2014 23:54:04 Revision 15452ec75976e7566f8155dba2d802615d1adbee Comments
OpenGL: refactor all of our StreamBuffers The old way was to use big switch/case statements based on a type of buffer. The new one is to use inheritance. This change prohibits us to change the buffer type while running, but I doubt we'll ever do so. Performance should also be a bit better. Also a nice cleanup. Added some comments about this different kind of buffers.
Changed files
- no files
Properties
Author degasus Branchname StreamBuffers Description OpenGL: refactor all of our StreamBuffers The old way was to use big switch/case statements based on a type of buffer. The new one is to use inheritance. This change prohibits us to change the buffer type while running, but I doubt we'll ever do so. Performance should also be a bit better. Also a nice cleanup. Added some comments about this different kind of buffers. Shortrev 4.0-692