[fpc-devel] OpenGL 3.3 Core

2017-05-21 Thread Mathias
Is there an option with Lazarus own board means to activate the OpenGL 3.3 core mode. Or is it enough for me to do the following? OpenGLControl.OpenGLMajorVersion := 3; OpenGLControl.OpenGLMinorVersion := 3; Mfg Mathias ___ fpc-devel maillist

Re: [fpc-devel] Bad code generation on linux x86_64

2017-05-21 Thread Florian Klämpfl
Am 21.05.2017 um 19:20 schrieb C Western: > On 21/05/17 16:08, Florian Klämpfl wrote: >> Am 21.05.2017 um 13:21 schrieb C Western: >>> On 21/05/17 11:56, Florian Klämpfl wrote: Am 21.05.2017 um 11:23 schrieb C Western: > On 21/05/17 08:45, Florian Klämpfl wrote: >> Am 20.05.2017 um

Re: [fpc-devel] Bad code generation on linux x86_64

2017-05-21 Thread C Western
On 21/05/17 16:08, Florian Klämpfl wrote: Am 21.05.2017 um 13:21 schrieb C Western: On 21/05/17 11:56, Florian Klämpfl wrote: Am 21.05.2017 um 11:23 schrieb C Western: On 21/05/17 08:45, Florian Klämpfl wrote: Am 20.05.2017 um 10:50 schrieb C Western: The following revision seems to be

Re: [fpc-devel] Bad code generation on linux x86_64

2017-05-21 Thread Florian Klämpfl
Am 21.05.2017 um 13:21 schrieb C Western: > On 21/05/17 11:56, Florian Klämpfl wrote: >> Am 21.05.2017 um 11:23 schrieb C Western: >>> On 21/05/17 08:45, Florian Klämpfl wrote: Am 20.05.2017 um 10:50 schrieb C Western: > The following revision seems to be generating bad code for me on

Re: [fpc-devel] Bad code generation on linux x86_64

2017-05-21 Thread C Western
On 21/05/17 11:56, Florian Klämpfl wrote: Am 21.05.2017 um 11:23 schrieb C Western: On 21/05/17 08:45, Florian Klämpfl wrote: Am 20.05.2017 um 10:50 schrieb C Western: The following revision seems to be generating bad code for me on linux/x86_64: Can you please change line 26 in fpc

Re: [fpc-devel] Bad code generation on linux x86_64

2017-05-21 Thread Florian Klämpfl
Am 21.05.2017 um 11:23 schrieb C Western: > On 21/05/17 08:45, Florian Klämpfl wrote: >> Am 20.05.2017 um 10:50 schrieb C Western: >>> The following revision seems to be generating bad code for me on >>> linux/x86_64: >> >> Can you please change line 26 in fpc compiler/x86/aoptx86.pas from >> {

Re: [fpc-devel] Bad code generation on linux x86_64

2017-05-21 Thread C Western
On 21/05/17 10:23, C Western wrote: On 21/05/17 08:45, Florian Klämpfl wrote: Am 20.05.2017 um 10:50 schrieb C Western: The following revision seems to be generating bad code for me on linux/x86_64: Can you please change line 26 in fpc compiler/x86/aoptx86.pas from { $define DEBUG_AOPTCPU}

Re: [fpc-devel] Bad code generation on linux x86_64

2017-05-21 Thread C Western
On 21/05/17 08:45, Florian Klämpfl wrote: Am 20.05.2017 um 10:50 schrieb C Western: The following revision seems to be generating bad code for me on linux/x86_64: Can you please change line 26 in fpc compiler/x86/aoptx86.pas from { $define DEBUG_AOPTCPU} to {$define DEBUG_AOPTCPU} and post

Re: [fpc-devel] Bad code generation on linux x86_64

2017-05-21 Thread Florian Klämpfl
Am 20.05.2017 um 10:50 schrieb C Western: > The following revision seems to be generating bad code for me on linux/x86_64: Can you please change line 26 in fpc compiler/x86/aoptx86.pas from { $define DEBUG_AOPTCPU} to {$define DEBUG_AOPTCPU} and post the assembler output again? > > r36200 |