[Libreoffice-commits] core.git: Changes to 'feature/mac-opengl-fixes'

Markus Mohrhard markus.mohrhard at googlemail.com
Fri Aug 15 15:41:56 PDT 2014


New branch 'feature/mac-opengl-fixes' available with the following commits:
commit 445197cf51f0228edac36cb82956014bfa2fd008
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Aug 16 00:39:23 2014 +0200

    fix build
    
    Change-Id: I770b941c065ca41541f27d01f78727d9d0e32a7e

commit 3e7c8956404452494d4377897ce0ab42c9146cda
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Aug 16 00:30:57 2014 +0200

    Revert "ErrorBox EBX_ERR_PRINTDISABLED to String"
    
    This reverts commit 90aecb31139a6743fd00c87585a82406e7d9f075.

commit 4cfdfa21eb7e29e612bac12cd4770cd3645aa3c5
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Aug 16 00:09:02 2014 +0200

    WIP debug statements

commit ff69bf2bfc888c9a82c5abb65e06c43508cc48d1
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 10:48:24 2014 +0200

    add a note about deprecated functionality
    
    Change-Id: Ic980e633f7c9cdcbb3a1b512d66bfd8279d16339

commit 7381fdc4f4734e45b977759b9cdaa1dc18f05455
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 10:47:18 2014 +0200

    don't even try to create a shape for non existing values
    
    Change-Id: I0af9285c2fa0371607e9ec750bb07968244c44d8

commit 5f0fc427a7a060d81da5b29080ff0119fb680a60
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 09:28:27 2014 +0200

    fixed pipeline functions are not available in core context
    
    Change-Id: I50f5e876da902181f8ab5c9571df61f035630218

commit be9fa4a75493ec17e0bfdedc48721cf435fdae3f
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 09:27:48 2014 +0200

    GL_LIGHTING is deprecated
    
    Change-Id: I6280af7182f4afefe39ef676024caa9c21f089ff

commit 16d25204fb110ebc2ecc1e7c9aeb89a1042e1b42
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 09:26:36 2014 +0200

    GL_TEXTURE_WRAP_* is deprecated
    
    Change-Id: I2604a6d647c912a91da156072b9821b2abe52b48

commit 06567fe0875baf1ff4766ac0194072eec56535a2
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 09:25:22 2014 +0200

    GL_POINT_SMOOTH is deprecated
    
    Change-Id: Id81a238ed71c8c2f9297e14f6f37d148f29cfbca

commit 60dc9273525022b00e14c49bb976dfc64de6ac84
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 09:24:03 2014 +0200

    glEnable(GL_TEXTURE_2D) is deprecated
    
    Change-Id: Ic4ee5414fbbea3d73655b52e66cb397220e61566

commit 6a4b39f92af4941cded014b05205f21de1d5becd
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 06:39:38 2014 +0200

    fix my last core shader error
    
    Now all shaders compile cleanly against a core context without
    deprecated functions.
    
    Change-Id: I53c1fe04e07247f94ad5e3a17819cebea0a9f535

commit c281402f182110cc8a5f4dd41c56846a3f324e1c
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 06:37:37 2014 +0200

    texture*D in GLSL is deprecated and not available in core contexts
    
    Change-Id: Ia5da0899d73aea22fe7bae735e57e30dcd37b254

commit 2175526281316a16f31695de94a4a8b4c709d4e7
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 06:26:02 2014 +0200

    replace all attribute and varying in chart shaders
    
    Next step to a pure OpenGL 3.2 core context.
    
    Change-Id: Ifcfccd9ffc8adcc3b7338e10cb25aeb8496909a3

commit 133feca84923812b7a358b3107e54015694679c5
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 06:14:51 2014 +0200

    we need to switch to OpenGL 3.2 core for OSX
    
    A 3.2 core context only supports GLSL 150 core and above. This at least
    removes all vompile errors related to missing or wrong version
    requirements. In a next step we need to make use of modern GLSL features
    now.
    
    Change-Id: I59f1bc84ab4f64cc6520309b7da25adc3e116997

commit 235ba9b775134add05550c7bb5288694015cbe67
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Aug 15 05:59:28 2014 +0200

    make sure that all shaders contain a version string
    
    This is necessary for OSX where we are using a core context that does
    not implement any legacy features anymore.
    
    Change-Id: I59536e99761691d910fef62cf82ceb03e57725ae



More information about the Libreoffice-commits mailing list