[libopengl-perl] branch master updated (933e504 -> 538d2f7)

gregor herrmann gregoa at debian.org
Fri Aug 4 23:38:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libopengl-perl.

      from  933e504   update changelog
       new  ada8481   Add debian/upstream/metadata.
       new  0f28068   update changelog
      adds  44132c2   Initial commit of PGOPOGL module to git
      adds  a88993e   Put basic .gitignore for module development
      adds  c30ef51   Factor out common XS includes and ppport.h
      adds  a0329e8   Add more stuff to .gitignore
      adds  9561647   Add indentation so folds work for big sections
      adds  545bc30   Safety snapshot of partial xs file split
      adds  cc6c9bf   Add OpenGL.xs-orig to .gitignore
      adds  d7ca39a   More XS split and move PackCallbackST to pgopogl.h
      adds  c69cd29   Another step to XS splitting and cleanup
      adds  80dc1ce   OpenGL.xs has partitions...next to split to files.
      adds  6294fc1   Make FreeGLUT over GLX the default for cygwin make
      adds  900f345   Added _have_freeglut parameter and checks
      adds  455ca65   First attempt to split out XS files
      adds  d4ccbad   Introduce new files to split XS across
      adds  ccd0c90   Update VERSION to 0.05 in prep for test release
      adds  b570c7a   Added a list of FreeGLUT only funs for reference
      adds  32596be   Preliminary split of OpenGL.xs completed
      adds  2d4881e   Added Config.pm to list of files to clean.
      adds  9ed9b29   Added pogl_xxx.c intermediate filenames
      adds  8602b43   Added t/ directory with use_ok() and require_ok()
      adds  7d0ddeb   Renamed pogl_main.xs to pogl_gl.xs
      adds  1174055   Update version to 0.01_05git
      adds  53c595b   Updated TODO with all outstanding port notes
      adds  3478bad   Updated TODO to add GLUI bindings to the list
      adds  908ced3   Added EL-ELI.c source for easy reference to binding
      adds  2aa9a5a   Split out GLU from pogl_gl.xs to pogl_glu.xs
      adds  2a909fe   Updated idea for split of XS
      adds  efedafa   Add a ref list of all bindings in pogl_gl.xs
      adds  aa1cde3   Change perms on pogl_gl_funcs.txt list file.
      adds  4710fd0   Split out OpenGL constants into pogl_const.xs
      adds  dc1f6aa   Taking MANIFEST out of git version control
      adds  f0c4762   Make glut/freeglut the interface choices for cygwin
      adds  36923e4   Fixed skip of Makefile.PL in MANIFEST.SKIP
      adds  03e8caf   Added glutInitDisplayString() to pogl_glut.xs
      adds  7e078e1   Update version to 0.01_06git for more development
      adds  08400e2   Add exit 0 to Makefile.PL if no *GLUT found
      adds  b786d03   Revert to glutInitDisplayMode() in test.pl
      adds  fd57f8a   Renamed tests to t/##_xxxx.t convention
      adds  250c95e   Minor word-smithing re version number and pod docs
      adds  a14e0fd   Added some more entries to .gitignore
      adds  a29be51   Update version to 0.01_06 for release to CPAN
      adds  b905c77   Updated MANIFEST.SKIP
      adds  241f519   Set version to 0.01_07git for development
      adds  6a73e6b   Add another junk file name to .gitignore
      adds  bfbebde   Remove ifdef IN_POGL_GL_XS sections in pogl_gl.xs
      adds  21bd5bd   Add ifdef IN_POGL_CONST_XS to isolate neoconstant
      adds  82eceb1   Split top/bot from pogl_gl.xs into pogl_gl_top.xs
      adds  297f714   Completed 8-part split of pogl_gl.xs
      adds  6975a99   Final XS split; removed original pogl_gl.xs
      adds  b9821f9   Added pogl branch containing backport to OpenGL
      adds  304845e   Rm'd test.lib which does not seem to do anything
      adds  2dea63a   Clean up bad dirs in $LIBS and $INCS
      adds  6072fc1   Set VERSION to 0.57_02 for development
      adds  f148ff8   Removed "fix" for old ExtUtils::Liblist breakage
      adds  eb73981   Add WGL interface type and make verbose variable
      adds  5e6b71a   Clean out more of GLX residue from Makefile.PL
      adds  cead076   GLX cleanup and remove OSMesa from list of libs
      adds  3bc9564   Fix glversion prob with GLUT_LIB= or GLUT_DEF=
      adds  298b14d   Remove OpenGLUT funs and update FreeGLUT info
      adds  21da04e   Update readme files and add GIT_CHANGES
      adds  05024e3   Remove GIT_CHANGES from MANIFEST.SKIP
      adds  a83b4fe   Fixed minor problems with eg programs
      adds  f2941ac   Update examples/README to say most work
      adds  9ba7d5e   Fix MANIFEST.SKIP nits
      adds  83cb093   Fix .gitignore nit.
      adds  f819334   Fix .gitignore nit.
      adds  d31bfd2   Updated TODO list and reformatted
      adds  1e7199a   Added 1.03 requirement for OpenGL::Image
      adds  36688c2   Renamed some Pointer_p functions to _oga
      adds  3692f2f   Update VERSION to 0.58 and some docs for release
      adds  3b3dcea   Update CHANGE and Copyright info for 2009
      adds  d7ff6e9   Revert partial _p to _oga conversion for 0.58
      adds  fb3ee02   Final readme type file updates for 0.58 release
      adds  74b2b2c   Update version to 0.58_001git for GIT repo create
      adds  3319121   Add x/y_root & state to glpXNextEvent ButtonEvents
      adds  f57e43a   Changed cx variable to ctx
      adds  b2bffbf   Add missing glp* functions from PDL OpenGL module
      adds  0aa425a   Skip FreeGLUT only funs unless HAVE_FREEGLUT set
      adds  38ad9d4   Remove git from VERSION and add FreeGLUT ifdef
      adds  c3e35f6   Fix HAVE_FREEGLUT skip for glutMenuDestroyFunc
      adds  dc93ac5   Fix include paths for Makefile.macosx
      adds  00448fd   Add ifdef protection for FreeGLUT only callbacks
      adds  620097f   Final HAVE_FREEGLUT only ifdef stubs
      adds  700f80b   Prep for 0.58_001 developers release
      adds  2df5148   Update VERSION to 0.58_002 for development
      adds  b2eddff   Remove glpcOpenWindow() from EXPORT_OK
      adds  26194a2   glpcOpenWindow attributes merge, reorder args
      adds  9f02afd   glpcOpenWindow merged glXChooseVisual code
      adds  01a05cc   Merged glXCreateContext and XCreateColormap
      adds  d4b1d2c   glpcOpenWindow merged thru XMapWindow call
      adds  5828a79   glpcOpenWindow merged through glXMakeCurrent call
      adds  7325e42   glpcOpenWindow() refactoring completed
      adds  1cd37c0   Update README for 0.58_002 release
      adds  5002639   Fix test.pl to handle display availability better
      adds  e948f8f   Prepare for quick release of 0.58_003 w fixes
      adds  1ebe1a0   VERSION to 0.58_004git for development
      adds  d6a47e3   Don't remove HAVE_GLX define with *GLUT on linux
      adds  0b5fa81   Rm git from version number and edit TODO
      adds  0acc729   Added GLU tessellation support
      adds  f285d38   Move glpSetDebug() out of HAVE_glpc condition
      adds  31dc0aa   Remove X driver paths from library search
      adds  c568349   Remove GLX from lib check list
      adds  f4566c6   Prep for OpenGL-0.58_004 developers release
      adds  6e32342   Update version to 0.58_005 for development
      adds  b3f6ef1   Fix mingw/dmake build problems
      adds  72eba44   Prep for an OpenGL-0.58_005 release
      adds  0f3b3f1   VERSION to 0.58_006git for development
      adds  9e5e31a   Add GLUT_INIT_STATE and GLUT_WINDOW_FORMAT_ID
      adds  a1bf662   README-type file edits and cleanup
      adds  f65100f   Fix bad format for gluErrorString print
      adds  cc9075e   Added improved compile/link handling to TODO
      adds  356ae99   Fix MinGW detection logic for ActivePerl
      adds  36bcd03   AGL GLUT for glutMainEventLoop() and glutCloseFunc()
      adds  463e389   VERSION to 0.58_006 in prep for CPAN release
      adds  febd29d   Switch order between AGL_GLUT and FREEGLUT detect
      adds  a040e32   Add S Evert patch for generic_glut_WMClose_handler
      adds  88482e6   Update KNOWN_PROBLEMS for  CPAN Developers release
      adds  7db9ca2   Add glutBitmapString implementation for Mac GLUT
      adds  39f39c9   Revert "Added GLU tessellation support"
      adds  4e1c361   Add DISPALY_MODE check for MSWin32 systems
      adds  4320336   Update VERSION and Readmes for 0.59 release
      adds  21b377d   Add HAVE_FREEGLUT to skip if GLUT only
      adds  f22bf1b   Start 0.59_001 developers release
      adds  56a8474   Fixed freeglut font not found error
      adds  380232c   Update VERSION and readme-type information
      adds  704670f   Final OpenGL-0.60 releaes fixes
      adds  74f258d   VERSION to 0.60_001 for more development
      adds  89f3304   Placeholder for freeglut.dll.bat problem
      adds  f6c5829   Apply debian probe for FreeGLUT patch
      adds  3b1c3ca   Add -DHAVE_FREEGLUT_H to HG freeglut patch
      adds  b592874   Fix Mac OS X glversion build include path
      adds  b3832c9   Multiple updates to docs and VERSION for CPAN
      adds  061a2c1   Update META.yml for OpenGL-0.61 release
      adds  f54bc3e   Fix glut_const.h typos that broke some GLUT macros
      adds  81755ec   Prepare for OpenGL-0.61_001 CPAN developers rel
      adds  e699cc3   Set VERSION to 0.61_002 for more development
      adds  a7bdc82   Fix more _have_freeglut checks: should call sub
      adds  b90cb83   Fix build for AGL to only use AGL, not X11
      adds  0d1462a   Apply fix to prevent freeglut.dll.bat install
      adds  10be191   Add /opt/csw/{include,lib} for solaris
      adds  1c193f0   Update VERSION and readmes for 0.62 release
      adds  e821cab   Set version to 0.62_001 for development
      adds  1b251e7   Add gcc-3.2.3 crash on RHEL3 to KNOWN_PROBLEMS
      adds  bbe1f7a   Add /usr/local/freeglut/* to Makefile.PL
      adds  93e9e06   Fix typo reported in OpenGL.pod
      adds  407fa0c   Remove use Math::Trig from test.pl
      adds  ab6ec76   Take use Math::Trig out of test.pl
      adds  aec2bb1   Fix merge conflict from restore diffs git repo del
      adds  acd4b53   Make glpDisplay() handle all XOpenDisplay args
      adds  8adc436   Update VERISON to 0.63 for CPAN release
      adds  a420c20   Update README-type files for CPAN release
      adds  3a713c4   Update VERSION to 0.63_001 for more development
      adds  c16207f   Attempted fix for rt.cpan.org #52350 for gcc 3.2.3
      adds  f1198a8   Add Test::More as a prerequisite
      adds  a1e6694   Update VERISON to 0.64 in prep for CPAN release
      adds  66e784c   VERSION to 0.64_001/add gl_exclude.h to .gitignore
      adds  ef5547b   Add win==0 handling to TODO list
      adds  0ed8b3e   Add GLUT constant/function export control to TODO
      adds  42dc5ba   Make planets example work using GLUT
      adds  b7e54f1   Update TODO with PM on OS/2 info
      adds  01d8406   Add Paul Seamons tesselation support (revised)
      adds  620db49   Update Release_Notes for 0.64_001 devel release
      adds  3642fb8   Rename examples to end with .pl
      adds  989b366   Add OpenGL::Tessellation POD from Paul Seamons
      adds  343f41d   Apply Paul Seamons' OpenGL::Array fixes
      adds  426553c   Convert DOS files to UNIX format text
      adds  fd3a1b3   Update included freeglut.dll to 2.6.0
      adds  8dce1f0   Make this test all TODO
      adds  ba47357   Update VERSION, Release_Notes for 0.64_002
      adds  b91992f   Update notes and version for more development
      adds  0d442d8   Apply Dmitry Karasik fixes to Makefile.PL
      adds  e54ec0a   Start point sprite support
      adds  a2dd91d   Fix LDFROM in Makefile.PL
      adds  543a942   Fix interface=W32API build for cygwin
      adds  a8f87b9   Update readme-type files for cpan devel release
      adds  b05cb1c   Update version to 0.64_004 for more development
      adds  18abc4c   Add info to build for META.yml and MANIFEST/git
      adds  c017247   Fix bug in check if @ARGV has values in it
      adds  2d05a0d   Update Release_Notes for CPAN 0.64_004 release
      adds  075fc18   Update VERSION to 0.64_005 for more development
      adds  c1b6ff5   Add release build pattern to .gitignore
      adds  67e7fcb   Update TODO list
      adds  bb12e7f   Update docs and VERSION for 0.65 release
      adds  3a28c9d   Update VERSION to 0.65_001 for more development
      adds  7ea902b   Add t/10_opengl_array.t fails to KNOWN_PROBLEMS
      adds  7185e7c   SKIP failing OpenGL::RPN calc tests
      adds  578abaa   Update readme-type files for OpenGL-0.66 release
      adds  5cbfa1c   Update version to 0.66_001 for development
      adds  485641d   Re-enable TODO tests for OpenGL::RPN calc
      adds  09f86bb   Add C89 fix for VC6.0 and ASPerl compiles
      adds  b304cfe   Remove deprecated OS/2 code
      adds  a5c9f5e   Update TODO list
      adds  29381e2   Clean up more PM stuff and update TODO
      adds  870fc13   Update TODO list
      adds  2cd4f8e   Merge branch 'master' of ssh://pogl.git.sourceforge.net/gitroot/pogl/pogl
      adds  bc9bb7d   Remove legacy PM support code
      adds  5bfd492   Update TODO list
      adds  2ec344a   Fix NULL pointer handling in glVertexPointer_s
      adds  77e060d   Merge branch 'master' of ssh://pogl.git.sourceforge.net/gitroot/pogl/pogl
      adds  e0e480d   Fix int(pointer) usages with PTR2IV()
      adds  ba163a7   Add glxgears port to examples/
      adds  0ed2ea7   Update Release_Notes for OpenGL-0.66_001 release
      adds  73febae   Update version to 0.66_002 for more development
      adds  adb5f5b   Remove GL_TYPE_RGBA_FLOAT_ATI support
      adds  6e898c7   Some GLUT cleanup for POGL
      adds  77b85f0   Comment out failing tests in t/10_opengl_array.t
      adds  f3a3860   Update Release_Notes for 0penGL-0.66_002 dev release
      adds  768e2e9   Omit a few more crashing OGL Array tests
      adds  4e4cc2d   Minor bugfix release OpenGL-0.67
      adds  b987bba   Minor bugfix release OpenGL-0.64
      adds  38ce3d0   Merge branch 'master' of ssh://git.code.sf.net/p/pogl/code
      adds  356c891   Disable glutCloseFunc() to work-around segfaults.
      adds  a7d4a09   Update ppport.h to more current version
      adds  bd743e4   Hack in fix for Strawberry Perl build
      adds  5977f86   Minor cleanup and update Release_Note for 0.6701 release
      adds  d4dd50d   Update VERSION to 0.67_02 for more development
      adds  5675652   Update VERSION in OpenGL.pod to match OpenGL.pm
      adds  45f0afc   Update docs, readme files, VERSION->0.6702 for CPAN
      adds  b295d41   Add MYMETA.yml and MYMETA.json to MANIFEST.SKIP
      adds  25e0cef   Update VERSION to 0.6703 for more development
      adds  deb1470   Tolerate absence of several extensions removed in Mesa 9.2.0
      adds  6555e70   Update readmes for OpenGL-0.6703 release
      adds  1e61a8f   Update VERSION info to 0.6704 for more development
      adds  6df821f   new(): fix item_count calculation
      adds  1428aef   Remove SKIP from t/10_opengl_array.t
      adds  6395436   Remove the working tests from the TODO block
      adds  1d7465d   Add another test to the TODO block
      adds  22ba440   die when trying to push past allocated rpn stack size
      adds  f2f3675   increase rpn stack size for =, < and > by one to prevent invalid writes
      adds  76f42a4   Set CLONE_SKIP in OpenGL::Array to 1, not thread safe
      adds  8cfff06   Fix POD spelling (thanks fsfs)
      adds  897b57e   Fix POGL bug #16 "Free to wrong pool" caused by calloc()
      adds  d0c0826   Update Release_Notes for CPAN release 0.6704
      adds  8f870d8   prepare dev
      adds  d68e2e4   Enhanced test.pl for OpenGL::Shader and VBOs
      adds  9cfa04b   fixed some formatting/documentation issues
      adds  ba1f43a   fix OpenGL::Array RPN calculation issues on osx
      adds  15a9c7f   suppress osx 10.9 deprecation warnings
      adds  7cf9929   fix OSX warnings about data types (glGetBufferParameteriv expects GLint)
      adds  022fed0   fix OSX warnings about unused expr (explicit ptr increment precedence)
      adds  c878e59   fix OSX warnings about perma-true array pointer
      adds  2250541   added missing glutStrokeLength implementation
      adds  76fc7eb   fixed missing OUTPUT for several pogl_glut methods
      adds  6b80c6c   updated GL Version definitions in Makefile.PL
      adds  1596b62   fix various linking / lib searching issues for linux / osx
      adds  2543740   add a number of GL 1.3 constants
      adds  952943c   update INSTALL instructions for Linux
      adds  6e640a7   Add GLUT_VERSION to constants list
      adds  d17b6dd   Delete functions removed from Mesa 10.6 (sf.net bug #21)
      adds  356803d   Fix sf.net bug #20 (thanks for the patch)
      adds  c2d0388   Update readme type docs and copyright notices
      adds  954f4e3   on win32, clean up mingw recognition and allow gmake
      adds  5b166e9   install freeglut to auto, not sitebin; ignore when found in sitebin
      adds  7ff4d7d   synchronize freeglut bin/include with 2.8.1 from transmissionzero
      adds  798cc3b   ensure the autogen scripts output unix newlines (+ synch ext_procs file)
      adds  0685206   prevent glext_procs from generating PROCS block inside PROTOTYPES
      adds  943101e   prevent glext_procs from generating empty PROCS block
      adds  d8aa8bb   prevent glext_procs from skipping procs with an outdated optimization
      adds  816521a   prevent glext_procs from aborting on unknown #ifdefs
      adds  10d3a5d   prevent glext_procs from aborting on if/ifndef type branches
      adds  d2dae0a   add some logging and error reporting to test.pl
      adds  e1c3be9   fix test.pl exit to handle freeglut event loop and basic glut correctly
      adds  0a6ef67   updated glext.h to include extensions up to OpenGL 4.2 and used it to generate and update further ancillary files
      adds  82629bc   synch all khronos headers from svn
      adds  42633b3   update glext.h to 83
      adds  8b4f7bb   update glext.h to 84
      adds  953683f   update glext.h to 86
      adds  72d9b48   update glext.h to 20130613
      adds  c5adceb   fix name of ARB version of glVertexAttrib1s
      adds  ad3508b   generate constant bridges from glext.h
      adds  16351d3   remove exclusion excluding exclusions on windows
      adds  8b334d0   extend glext_procs with type extraction
      adds  3dc8e74   update glext.h to 20160609
      adds  91ffcce   Added support for OpenGL::Matrix
      adds  4bba6f6   fix the names of two left-over _oga functions to _p
      adds  76e7c95   adjust some type names to match gl macros
      adds  0596a17   improve the safety of some pointer handling
      adds  e7bf734   allow all glBindBuffer uses by GL2.0 instead of ARB_vertex_buffer_object
      adds  0fc87f6   allow all *PointerEXT_c/s/p funcs to use GL1.1 instead of EXT_vertex_array
      adds  a6460bd   allow all *Pointer_p funcs to use GL1.1 instead of EXT_vertex_array
      adds  e5a72e4   add mainline versions of GL_ARB_multitexture funcs ( GL1.2.1/1.3 )
      adds  403398f   add mainline versions of GL_ARB_vertex_buffer_object funcs ( GL1.4 )
      adds  374ce3d   add mainline versions of GL_EXT_framebuffer_object funcs ( GL3.0 )
      adds  4521b1a   Unified VBO extension with mainline GL functions
      adds  5d80bdd   switch order of GL_VERSION_2_0 and GL_ARB_draw_buffers glDrawBuffers
      adds  1e68430   move unified functions to VertMulti
      adds  5cd8d1e   fix declaration issues found by forcibly lowering GL version
      adds  0d14a79   get test.pl running on GL1.2
      adds  e4f8768   fake bgr constants so OpenGL::Image::Targa will work on GL1.1
      adds  1362995   have Makefile.PL announce the GL version
      adds  63907f8   remove a lot of misplaced and duplicated constant bridges and definitions
      adds  eff1e94   improve (free)glut version identification
      adds  03ce4b1   restored support for GLX, improve freeglut on apple
      adds  b94387e   print some info about commandline options and verbosity
      adds  59961df   placate strlen about signedness, as it only needs to find \0
      adds  b37beef   add a visible exit timer to test.pl
      adds  a2df4d9   Update VERSION to 0.6704_91 (a.k.a. 0.70 rc1)
      adds  97300eb   Update Release_Notes for 0.70 rc1 developers release
      adds  c8b6b89   Update VERSION and Release_Notes for OpenGL 0.70 RC2
      adds  d033487   suppress EU::Liblist warnings with a signal handler instead of FH munging
      adds  eae453a   don't suppress eumm warnings
      adds  3999210   die with explicit errors instead of quietly exiting
      adds  6857db2   wrap the entire makefile in a try/catch to convert errors into NA reports
      adds  7eab7b9   Update VERSION to 0.6074_93 for POGL rc3
      adds  07a2a07   Apply Debian reproducible build patch
      adds  f3ed4c3   Update VERSION to 0.70 for CPAN release
      adds  d34c733   Update VERSION in OpenGL.pod
      adds  fa5dcab   Update Release_Notes for 0.70 release
      adds  ffa1abc   New upstream version 0.7000+dfsg
       new  6680646   Updated version 0.7000+dfsg from 'upstream/0.7000+dfsg'
       new  538d2f7   update changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Array.pod                |    0
 CHANGES                  |    0
 COPYRIGHT                |    0
 INSTALL                  |   14 +-
 KNOWN_PROBLEMS           |    0
 MANIFEST                 |    3 +
 MANIFEST.SKIP            |    0
 META.json                |    4 +-
 META.yml                 |    4 +-
 Makefile.PL              |  217 +-
 OpenGL.pm                |  149 +-
 OpenGL.pod               |    2 +-
 OpenGL.xs                |    1 +
 README                   |    2 +
 Release_Notes            |   82 +
 SUPPORTS                 |    0
 TODO                     |    0
 Tessellation.pod         |    0
 debian/changelog         |    6 +-
 debian/upstream/metadata |    6 +
 examples/README          |    0
 examples/clip.pl         |    0
 examples/cube.pl         |    0
 examples/depth.pl        |    0
 examples/double.pl       |    0
 examples/fun.pl          |    0
 examples/glu_test.pl     |    0
 examples/light.pl        |    0
 examples/plane.pl        |    0
 examples/planets.pl      |    0
 examples/quest.pl        |    0
 examples/simple.pl       |    0
 examples/smooth.pl       |    0
 examples/spaceship.nff   |    0
 examples/stan.ppm        |    0
 examples/tessellation.pl |    0
 examples/texhack.pl      |    0
 examples/texture.pl      |    0
 examples/tk_demo.pl      |    0
 examples/tk_steal.pl     |    0
 examples/try.pl          |    0
 examples/with-glut.txt   |    0
 examples/with-glx.txt    |    0
 examples/wolf.bin        |  Bin
 fragment.arb             |    0
 fragment.cg              |    0
 fragment.glsl            |    0
 genvars.pl               |    0
 gl_const.h               | 2468 +------------------
 gl_util.c                |   36 +-
 gl_util.h                |   71 +-
 glext_consts.h           | 6008 ++++++++++++++++++++++++++++++++++++++++++++++
 glext_types.h            |  682 ++++++
 glu_const.h              |    0
 glu_util.h               |    0
 glut_const.h             |    1 +
 glut_util.h              |    2 +
 glx_const.h              |    0
 glx_util.h               |    0
 isosurf.bin              |  Bin
 isosurf.pl               |    0
 menutest.pl              |    0
 oga.pl                   |    0
 os2pm_X.h                |    0
 pgopogl.h                |    0
 pgopogl.xs               |    0
 pogl_const.xs            |    0
 pogl_gl_Accu_GetM.xs     |   88 -
 pogl_gl_GetP_Pass.xs     |   87 -
 pogl_gl_Mult_Prog.xs     |  455 +---
 pogl_gl_Pixe_Ver2.xs     |   96 -
 pogl_gl_Prog_Clam.xs     |    2 +-
 pogl_gl_Tex2_Draw.xs     |   22 +-
 pogl_gl_Ver3_Tex1.xs     |    0
 pogl_gl_Vert_Multi.xs    | 3899 ++++++++++++++++++++++++------
 pogl_gl_top.xs           |    2 +-
 pogl_glu.xs              |    0
 pogl_glut.xs             |   40 +-
 pogl_matrix.xs           |  946 ++++++++
 pogl_rpn.xs              |   74 +-
 ppport.h                 |    0
 t/00_require.t           |    0
 t/01_use.t               |    0
 t/10_opengl_array.t      |    0
 test.jpg                 |  Bin
 test.pl                  |  102 +-
 test.tga                 |  Bin
 typemap                  |   10 +-
 utils/Makefile           |    0
 utils/Makefile.cygwin    |    0
 utils/Makefile.macosx    |    2 +-
 utils/cleanup.pl         |    0
 utils/const.pl           |    0
 utils/exports.pl         |    1 +
 utils/exports.txt        |    0
 utils/glext_procs.pl     |  100 +-
 utils/glversion.c        |   12 +-
 utils/hdr_diff.pl        |    0
 utils/makefile.mak       |    0
 utils/makefile.mingw     |    0
 utils/mingw.bat          |    0
 utils/opengl32.txt       |    0
 utils/strawberry.bat     |    0
 utils/wgl_ext.txt        |    0
 vertex.arb               |    0
 vertex.cg                |    0
 vertex.glsl              |    0
 107 files changed, 11437 insertions(+), 4259 deletions(-)
 mode change 100644 => 100755 Array.pod
 mode change 100644 => 100755 CHANGES
 mode change 100644 => 100755 COPYRIGHT
 mode change 100644 => 100755 INSTALL
 mode change 100644 => 100755 KNOWN_PROBLEMS
 mode change 100644 => 100755 MANIFEST
 mode change 100644 => 100755 MANIFEST.SKIP
 mode change 100644 => 100755 META.json
 mode change 100644 => 100755 META.yml
 mode change 100644 => 100755 Makefile.PL
 mode change 100644 => 100755 OpenGL.pm
 mode change 100644 => 100755 OpenGL.pod
 mode change 100644 => 100755 OpenGL.xs
 mode change 100644 => 100755 README
 mode change 100644 => 100755 Release_Notes
 mode change 100644 => 100755 SUPPORTS
 mode change 100644 => 100755 TODO
 mode change 100644 => 100755 Tessellation.pod
 create mode 100644 debian/upstream/metadata
 mode change 100644 => 100755 examples/README
 mode change 100644 => 100755 examples/clip.pl
 mode change 100644 => 100755 examples/cube.pl
 mode change 100644 => 100755 examples/depth.pl
 mode change 100644 => 100755 examples/double.pl
 mode change 100644 => 100755 examples/fun.pl
 mode change 100644 => 100755 examples/glu_test.pl
 mode change 100644 => 100755 examples/light.pl
 mode change 100644 => 100755 examples/plane.pl
 mode change 100644 => 100755 examples/planets.pl
 mode change 100644 => 100755 examples/quest.pl
 mode change 100644 => 100755 examples/simple.pl
 mode change 100644 => 100755 examples/smooth.pl
 mode change 100644 => 100755 examples/spaceship.nff
 mode change 100644 => 100755 examples/stan.ppm
 mode change 100644 => 100755 examples/tessellation.pl
 mode change 100644 => 100755 examples/texhack.pl
 mode change 100644 => 100755 examples/texture.pl
 mode change 100644 => 100755 examples/tk_demo.pl
 mode change 100644 => 100755 examples/tk_steal.pl
 mode change 100644 => 100755 examples/try.pl
 mode change 100644 => 100755 examples/with-glut.txt
 mode change 100644 => 100755 examples/with-glx.txt
 mode change 100644 => 100755 examples/wolf.bin
 mode change 100644 => 100755 fragment.arb
 mode change 100644 => 100755 fragment.cg
 mode change 100644 => 100755 fragment.glsl
 mode change 100644 => 100755 genvars.pl
 mode change 100644 => 100755 gl_const.h
 mode change 100644 => 100755 gl_util.c
 mode change 100644 => 100755 gl_util.h
 create mode 100755 glext_consts.h
 create mode 100755 glext_types.h
 mode change 100644 => 100755 glu_const.h
 mode change 100644 => 100755 glu_util.h
 mode change 100644 => 100755 glut_const.h
 mode change 100644 => 100755 glut_util.h
 mode change 100644 => 100755 glx_const.h
 mode change 100644 => 100755 glx_util.h
 mode change 100644 => 100755 isosurf.bin
 mode change 100644 => 100755 isosurf.pl
 mode change 100644 => 100755 menutest.pl
 mode change 100644 => 100755 oga.pl
 mode change 100644 => 100755 os2pm_X.h
 mode change 100644 => 100755 pgopogl.h
 mode change 100644 => 100755 pgopogl.xs
 mode change 100644 => 100755 pogl_const.xs
 mode change 100644 => 100755 pogl_gl_Accu_GetM.xs
 mode change 100644 => 100755 pogl_gl_GetP_Pass.xs
 mode change 100644 => 100755 pogl_gl_Mult_Prog.xs
 mode change 100644 => 100755 pogl_gl_Pixe_Ver2.xs
 mode change 100644 => 100755 pogl_gl_Prog_Clam.xs
 mode change 100644 => 100755 pogl_gl_Tex2_Draw.xs
 mode change 100644 => 100755 pogl_gl_Ver3_Tex1.xs
 mode change 100644 => 100755 pogl_gl_Vert_Multi.xs
 mode change 100644 => 100755 pogl_gl_top.xs
 mode change 100644 => 100755 pogl_glu.xs
 mode change 100644 => 100755 pogl_glut.xs
 create mode 100755 pogl_matrix.xs
 mode change 100644 => 100755 pogl_rpn.xs
 mode change 100644 => 100755 ppport.h
 mode change 100644 => 100755 t/00_require.t
 mode change 100644 => 100755 t/01_use.t
 mode change 100644 => 100755 t/10_opengl_array.t
 mode change 100644 => 100755 test.jpg
 mode change 100644 => 100755 test.pl
 mode change 100644 => 100755 test.tga
 mode change 100644 => 100755 typemap
 mode change 100644 => 100755 utils/Makefile
 mode change 100644 => 100755 utils/Makefile.cygwin
 mode change 100644 => 100755 utils/Makefile.macosx
 mode change 100644 => 100755 utils/cleanup.pl
 mode change 100644 => 100755 utils/const.pl
 mode change 100644 => 100755 utils/exports.pl
 mode change 100644 => 100755 utils/exports.txt
 mode change 100644 => 100755 utils/glext_procs.pl
 mode change 100644 => 100755 utils/glversion.c
 mode change 100644 => 100755 utils/hdr_diff.pl
 mode change 100644 => 100755 utils/makefile.mak
 mode change 100644 => 100755 utils/makefile.mingw
 mode change 100644 => 100755 utils/mingw.bat
 mode change 100644 => 100755 utils/opengl32.txt
 mode change 100644 => 100755 utils/strawberry.bat
 mode change 100644 => 100755 utils/wgl_ext.txt
 mode change 100644 => 100755 vertex.arb
 mode change 100644 => 100755 vertex.cg
 mode change 100644 => 100755 vertex.glsl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git



More information about the Pkg-perl-cvs-commits mailing list