Vickenty Fesunov

Show:

What's happening?

  • glGetActiveUniform broken.

    glGetActiveUniform wrapper in GL/VERSION/GL_2_0.py uses size variable to derive name length, which is incorrent. That variable contains size of the uniform itself, not the name length. Name length is returned separately in length parameter, which is not used in the wrapper. It also calls glGetShaderiv with GL_OBJECT_ACTIVE_UNIFORMS and GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH, which results in...

    2009-10-20 15:11:49 UTC in PyOpenGL

  • Enhance support for selecting traffic direction

    BPF and libpcap on FreeBSD 7 and OpenBSD allow to capture packets in a specific direction on the interface (BIOCSDIRECTION on FreeBSD, BIOCSDIRFILT on OpenBSD, pcap_setdirection in libcap). This patch enhances "input-only" support and adds "output-only" option to the interface command. configure script and configuration file parser need to be regenerated after applying this patch...

    2009-07-27 15:27:21 UTC in IPCAD - IP traffic accounting daemon

About Me

  • 2003-02-17 (7 years ago)
  • 714555
  • kent_turbo (My Site)
  • Vickenty Fesunov

Send me a message