Author Topic: Nightly: 06 February 2017 - Revision 8b24877  (Read 732 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 06 February 2017 - Revision 8b24877
Here is the nightly for 06 February 2017 - Revision 8b24877



Group: Linux
nightly_20170206_8b24877-builds-Linux.tar.gz
SHA1: a3fab0c4e1176993ab73c9ae7f0271f72fc88169


Group: MacOSX
nightly_20170206_8b24877-builds-MacOSX.tar.gz
SHA1: 640968bd56ee76ea7e5b410680d596fe63493a1f


Group: Win32
nightly_20170206_8b24877-builds-Win32.zip
SHA1: 35f1e443355ad5d678887d8774abdddb8720146a


Group: Win64
nightly_20170206_8b24877-builds-Win64.zip
SHA1: 4a5f214e3406f114370fe4ae32d18503344880d0


Code: [Select]
------------------------------------------------------------------------
commit c28bfcf
Author: asarium <Sun Feb 5 17:17:33 2017 +0100>
Commit: asarium <Sun Feb 5 17:17:33 2017 +0100>

    Fix post processing framebuffer binding
 code/graphics/opengl/gropenglpostprocessing.cpp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

------------------------------------------------------------------------
commit 69dba70
Author: asarium <Sun Feb 5 15:40:40 2017 +0100>
Commit: asarium <Sun Feb 5 15:40:40 2017 +0100>

    Fix crash when using glObjectLabel
 code/graphics/opengl/gropengl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit 5d7f10d
Author: asarium <Sun Feb 5 12:01:36 2017 +0100>
Commit: asarium <Sun Feb 5 12:06:37 2017 +0100>

    Add utility function for assigning labels to OpenGL objects
 code/graphics/opengl/gropengl.cpp     |  5 +++++
 code/graphics/opengl/gropengl.h       | 11 +++++++++++
 code/graphics/opengl/gropengldraw.cpp | 20 ++++++++++----------
 3 files changed, 26 insertions(+), 10 deletions(-)

------------------------------------------------------------------------
commit 9013d39
Author: asarium <Sat Feb 4 19:07:03 2017 +0100>
Commit: asarium <Sun Feb 5 12:03:26 2017 +0100>

    Fix wrong usage of cockpit depth buffer
 code/graphics/opengl/gropengldraw.cpp           | 42 +++++++++++++++++++------
 code/graphics/opengl/gropenglpostprocessing.cpp | 22 ++++++++-----
 code/graphics/opengl/gropenglstate.cpp          | 22 +++++++++++++
 code/graphics/opengl/gropenglstate.h            | 10 +++++-
 code/graphics/opengl/gropengltexture.cpp        | 10 +++---
 code/graphics/opengl/gropengltnl.cpp            | 40 ++++++++++-------------
 code/render/batching.cpp                        |  3 ++
 7 files changed, 103 insertions(+), 46 deletions(-)

------------------------------------------------------------------------
commit 7c55685
Author: asarium <Sat Feb 4 13:43:10 2017 +0100>
Commit: asarium <Sun Feb 5 12:03:23 2017 +0100>

    Add more graphics debug scopes for code called in the main frame
 code/graphics/opengl/gropengldraw.cpp   | 6 ++++++
 code/graphics/opengl/gropengldraw.h     | 2 ++
 code/graphics/opengl/gropenglshader.cpp | 2 ++
 code/graphics/opengl/gropengltnl.cpp    | 2 ++
 code/scripting/scripting.cpp            | 2 ++
 5 files changed, 14 insertions(+)

------------------------------------------------------------------------
commit 7cb652b
Author: asarium <Thu Feb 2 22:20:37 2017 +0100>
Commit: asarium <Thu Feb 2 22:26:14 2017 +0100>

    Remove tcache_set from rendering API
 code/graphics/2d.h                | 7 -------
 code/graphics/grstub.cpp          | 7 -------
 code/graphics/opengl/gropengl.cpp | 2 --
 3 files changed, 16 deletions(-)