提交歷史

作者 SHA1 備註 提交日期
  Jelle Raaijmakers 5cff59557e LibGL: Add all `glPushAttrib` bit flags 1 年之前
  Jelle Raaijmakers aa3a6767f6 LibGL+LibGPU+LibSoftGPU: Implement blend equations 1 年之前
  Jelle Raaijmakers d57e9b53a0 LibGL: Implement `GL_BLEND_DST` and `GL_BLEND_SRC` 2 年之前
  Jelle Raaijmakers 474f9e9c69 LibGL: Implement `GL_TEXTURE_ENV_COLOR` 2 年之前
  Jelle Raaijmakers ae82b14e59 LibGL+LibWeb: Remove WebGL-specific API from GLContext 2 年之前
  Jelle Raaijmakers 2da1c1c10e LibGL: Generate the API wrappers 2 年之前
  Stephan Unverwerth 1b7b6e6c91 LibGL: Implement glGetProgramiv 2 年之前
  Stephan Unverwerth 424e0a2792 LibGL: Implement glGetShaderiv 2 年之前
  Stephan Unverwerth 69171e7a05 LibGL: Implement glUseProgram 2 年之前
  Stephan Unverwerth a0adbfbf81 LibGL: Implement glCreateShader and glDeleteShader 2 年之前
  Stephan Unverwerth 4568dcbb55 LibGL: Add stubs for shader and program related functions 2 年之前
  cflip 59df2e62ee LibGL: Add simple implementation of buffer objects 2 年之前
  Jelle Raaijmakers 03258f4c96 LibGL: Add buffer API stubs 2 年之前
  Jelle Raaijmakers 8e3b7df408 LibGL: Implement `GL_SAMPLES`, `GL_SAMPLE_BUFFERS` context parameters 2 年之前
  Jelle Raaijmakers 62846b4691 LibGL: Implement all `glMultiTexCoord*f` API methods 2 年之前
  Jelle Raaijmakers 59fc2a4aad LibGL: Implement all `glRasterPos2*` API methods 2 年之前
  Jelle Raaijmakers 70ea2a2258 LibGL: Implement `glNormal3d` 2 年之前
  Jelle Raaijmakers af217b0c3a LibGL: Implement `GL_(CLIENT_)?ACTIVE_TEXTURE` context parameters 2 年之前
  Jelle Raaijmakers 1540c56e6c LibGL+LibGPU+LibSoftGPU: Implement `GL_GENERATE_MIPMAP` 2 年之前
  Jelle Raaijmakers 1d36bfdac1 LibGL+LibSoftGPU: Implement fixed pipeline support for `GL_COMBINE` 2 年之前
  Jelle Raaijmakers 72b4f95f71 LibGL: Implement `glMultiTexCoord2fv(ARB)?` APIs 2 年之前
  Jelle Raaijmakers 789d871892 LibGL: Define `GL_NO_ERROR` as `0` 2 年之前
  Jelle Raaijmakers 07e94b3ec1 LibGL: Implement `GL_CURRENT_COLOR` context parameter 2 年之前
  Jelle Raaijmakers 8ab410a536 LibGL: Implement `glGetTexImage` 2 年之前
  Jelle Raaijmakers 4f69022c32 LibGL: Correct `GL_BLEND_*_ALPHA` constant values 2 年之前
  Jelle Raaijmakers f08411ba3f LibGL: Improve constants and types compatibility 2 年之前
  Jelle Raaijmakers eb7c3d16fb LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion 2 年之前
  Jelle Raaijmakers d7cfdfe633 LibGL: Implement `GL_NORMAL_ARRAY_TYPE` context parameter 2 年之前
  RKBethke 0836912a6d LibGL+LibGPU+LibSoftGPU: Implement and expose glClipPlane 3 年之前
  Jelle Raaijmakers 0abb7df09b LibGL+LibGPU: Implement `GL_LINE_SMOOTH` context parameter 3 年之前