Changes between Initial Version and Version 1 of Ticket #3600, comment 48


Ignore:
Timestamp:
Jul 9, 2018, 1:45:52 PM (6 years ago)
Author:
hcho

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3600, comment 48

    initial v1  
    44Hmm.. Please enable line 221 (this line works as expected. reporting the correct viewport size).
    55
    6 Test 1: line 148. change GL_TEXTURE_2D to GL_TEXTURE_RECTANGLE_EXT
     6Test 1: change size=640,480 to size=512,512 (power of 2 for GL_TEXTURE_2D in line 148 in lib/nviz/render.c).
    77
    8 Test 2: Keep GL_TEXTURE_2D in line 148 and change size=640,480 to size=512,512 (power of 2 for GL_TEXTURE_2D).
     8Test 2: lib/nviz/render.c line 148. change GL_TEXTURE_2D to GL_TEXTURE_RECTANGLE_EXT (to support non-power of 2 size)
     9
    910
    1011I know the original reporter already tried these, but without line 221.