352 Mike C. Fletcher 2010-02-25
Missing wrappedOperation parameter on new lazy wrappers
351 Mike C. Fletcher 2010-02-25 {release-3.0.1}
Update test to use the convenience module (and thus test it).
350 Mike C. Fletcher 2010-02-22
Version bump for OpenGL_accelerate
349 Mike C. Fletcher 2010-02-22
Some whitespace issues...
348 Mike C. Fletcher 2010-02-22
SF#2935298 force shader sources into list form before conversion
347 Mike C. Fletcher 2010-02-22
Test for SF#2946226
346 Mike C. Fletcher 2010-01-25
SF#2939786 fix type declarations for the glColor dispatch code
345 Mike C. Fletcher 2009-12-21 {release-3.0.1b2}
Fixes to the late-bind base-classes and users to get test suite passing.
344 Mike C. Fletcher 2009-12-21
Use the latebind cython module to speed up wrapper and lazywrapper modules.
343 Mike C. Fletcher 2009-12-21
Module providing acceleration for wrapper and lazywrapper operations.
342 Mike C. Fletcher 2009-12-13
Restore the original entry-point mechanism
341 Mike C. Fletcher 2009-12-13
Track deprecations along function life-cycle.
340 Mike C. Fletcher 2009-12-13
Declare the argument names for glut callback registration functions
339 Mike C. Fletcher 2009-12-13
Make all lazywrappers sub-classes of the same base class...
338 Mike C. Fletcher 2009-12-12
Explicitly include the license.txt in the OpenGL_accelerate module package.
337 Mike C. Fletcher 2009-12-12
Force manifest regeneration for setup script (accelerate setup)
336 Mike C. Fletcher 2009-12-11
Always rebuild manifest to catch new files.
335 Mike C. Fletcher 2009-12-11
Remove Numarray support
334 Mike C. Fletcher 2009-12-11
Version bump
333 Mike C. Fletcher 2009-12-11
Version bump
332 Mike C. Fletcher 2009-12-11
Add simple test that imports with deprecations turned on.
331 Mike C. Fletcher 2009-12-11
Remove the old deprecations filter module
330 Mike C. Fletcher 2009-11-25
SF#2903797 raise ImportError if there is no GL implementation at all
SF#2903797 allow for cases on Win32 or GLX where there is no GLU library (Darwin's GLU is the OpenGL library itself).
329 Mike C. Fletcher 2009-11-19
Eliminate use of callable, reduce un-specified integer divisions, eliminate use of has_key for dictionary checks (reduce python -3 warning messages)
328 Mike C. Fletcher 2009-11-19
Remove use of "callable" in wrapper.pyx (avoid -3 deprecation warning)
327 Mike C. Fletcher 2009-11-18
Regenerated extensions with glGet registrations updated and extension summaries and links moved into wrapper docstring instead of raw docstring. Links are also now far more likely to be correct.
326 Mike C. Fletcher 2009-11-18
Update glget size registry, update base url for extensions registry
325 Mike C. Fletcher 2009-11-18
Updating array-sizes
324 Mike C. Fletcher 2009-11-18
Convenience module to provide framebuffer_object support using ARB or EXT versions with check function.
323 Mike C. Fletcher 2009-11-18
Add some convenience/consistency aliases for constants
322 Mike C. Fletcher 2009-11-18
Remove accidentally checked in source texts for AMD extensions
321 Mike C. Fletcher 2009-11-18
Missing imports of the lazy wrapper for two extensions.
320 Mike C. Fletcher 2009-11-18
Missing import of the base constant during the registration
319 Mike C. Fletcher 2009-11-18
Missing declaration of the new GLsync type added.
318 Mike C. Fletcher 2009-11-14
SF#2897786 missing image-format registration for packed depth+stencil buffer format, unfortunately, no tests provided.
317 Mike C. Fletcher 2009-11-13
Experimental vbo mapping code
316 Mike C. Fletcher 2009-11-10 {release-3.0.1b1}
SF#2895081 more constants added for glGet, basically everything that my machine can use, which means it should pretty well cover OpenGL 2.1, but there's not likely to be any support beyond that :(
315 Mike C. Fletcher 2009-11-10
Aborted attempt to introduce generic defaulted parameters for wrappers...
314 Mike C. Fletcher 2009-11-10
SF#2895081 missing constants for glGet registration added
313 Mike C. Fletcher 2009-11-10
Script to write the changelog, instead of looking up parameters every time
312 Mike C. Fletcher 2009-11-10
Bump version for OpenGL_accelerate.
Fix bug in togl.py script for use under Python 2.5 (was attempting to write a directory)
311 Mike C. Fletcher 2009-11-09
A partial import from the accelerator module could cause a complete failure due to a missing entry point
310 Mike C. Fletcher 2009-11-09
Eliminate error-suppression warning when module cleanup happens before vbo cleanup is called.
309 Mike C. Fletcher 2009-11-09
Fix for gluProject on Ubuntu where somehow ctypes returns a None instead of a GLint from the base function
308 Mike C. Fletcher 2009-11-07
Add docstring to the Tk module to let people know that they really should use something else, most likely.
307 Mike C. Fletcher 2009-11-07
Tweaking and commenting togl download script
306 Mike C. Fletcher 2009-11-07
Tk require is needed *before* Tk load to get the Togl widget loaded...
305 Mike C. Fletcher 2009-11-07
Make bzrignore more generic
304 Mike C. Fletcher 2009-11-07
Add Togl license to the license.txt file.
Modify Tk submodule to use atexit and work with modern bin-dist Togl, which is Tk-version agnostic, but 64-bit sensitive
303 Mike C. Fletcher 2009-11-07
Update the Togl installer to use modern binary distributions and (hopefully) work for all platforms
302 Mike C. Fletcher 2009-11-07
Add test for gldouble return-arry type registry
301 Mike C. Fletcher 2009-11-07
Fix formatting in a few modules.
Eliminate use of glutMainLoop in test that's just intended to test init.
300 Mike C. Fletcher 2009-11-07
Always register *only* instantiated format handler plugins, never their classes.
299 Mike C. Fletcher 2009-11-07
References for constant were off and need the accelerated version
298 Mike C. Fletcher 2009-11-07
Make the OpenGL 3.2 entry points available in OpenGL.GL namespace
297 Mike C. Fletcher 2009-11-07
Regeneration with the fixed generator to make array types match (mostly boolean arrays)
296 Mike C. Fletcher 2009-11-07
Missing AMD directory was preventing getting the post-ATI-era extensions generated
295 Mike C. Fletcher 2009-11-07
Bump version for release this weekend...
294 Mike C. Fletcher 2009-11-07
Make int64 record-types available as arrays and constants when possible
293 Mike C. Fletcher 2009-11-07
Make generation handle a few more data-types, reduce logging level so that warnings are more prominent
292 Mike C. Fletcher 2009-11-07
SF#2844174 with error-checking enabled, was passing status value into function (glGetShaderiv) that didn't allow passing it in, the function now allows it.
291 Mike C. Fletcher 2009-11-07
SF#2882405 patch from Vickenty Fesunov to fix glGetActiveUniform
290 Mike C. Fletcher 2009-11-07
Trigger mainloop in the glut init test.
289 Mike C. Fletcher 2009-10-01
Update docs to show proper types for the shader source strings
288 Mike C. Fletcher 2009-10-01
Add some queries to display context values
287 Mike C. Fletcher 2009-09-11 {release-3.0.1a4}
Version bump for release
286 Mike C. Fletcher 2009-09-11
Updates from spec updates, new extensions, updates of extension definitions (mostly the textual introductions of raw modules)
285 Mike C. Fletcher 2009-09-01
Remove some commented-out code
284 Mike C. Fletcher 2009-09-01
Fix bug reported by Gijs; namely that glBufferData did not allow specifying a size for initializing
程序员Chino的日记
- 粉丝: 3723
- 资源: 5万+
最新资源
- I2C 的介绍,编译I2C的技术文档
- 用例图:UML技术在在线购物系统中的应用及其绘制方法
- 基于JetBrains平台的微信小程序插件
- 鼠笼式转子铜端环焊接装置sw18可编辑全套技术资料100%好用.zip
- 【C++期末/课程设计】电影购票系统(DevC项目)
- 2-Potplayer皮肤魔改工具
- C# 一个可以在控制台(彩色)、输出(彩色)、文件同时记录的Log日志.zip
- 资源分配与死锁预防的银行家算法C语言和Python实现
- ChatGPT-Unleashed.pdf
- 多项式求值及其高效计算方法-基于不同编程语言实现与比较
- MybatisX 辅助 idea 快速开发 mybatis 插件,为效率而生
- C语言与Python实现银行家算法的资源分配与死锁预防机制
- 多项式求值与霍纳法则实现
- 物理信息神经网络PINN求解Burger方程 估计全网唯一的使用MATLAB实现的代码,L-BFGS优化器求解,matlab2023a版本及以上来运行 物理约束的神经网络求解PDE,偏微分方程求解
- 基于UML的在线购物系统用例图及其PlantUML实现方法
- python-opencv-相机标定-源代码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈