Histórico de Commits

Autor SHA1 Mensagem Data
  Jelle Raaijmakers aa3a6767f6 LibGL+LibGPU+LibSoftGPU: Implement blend equations há 1 ano atrás
  Jelle Raaijmakers edcb6176ce LibGL+Lib*GPU: Set model view and projection matrices separately há 1 ano atrás
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions há 2 anos atrás
  Jelle Raaijmakers e3f8ac2c05 LibGL: Remove DeprecatedString usage há 2 anos atrás
  Ben Wiederhake a55360781b LibGL: Move AK/Debug.h include to where it is used há 2 anos atrás
  Jelle Raaijmakers ee4039caf8 LibGL: Stop unnecessarily casting to `float` há 2 anos atrás
  Jelle Raaijmakers 474f9e9c69 LibGL: Implement `GL_TEXTURE_ENV_COLOR` há 2 anos atrás
  Jelle Raaijmakers ae82b14e59 LibGL+LibWeb: Remove WebGL-specific API from GLContext há 2 anos atrás
  Jelle Raaijmakers 2da1c1c10e LibGL: Generate the API wrappers há 2 anos atrás
  Jelle Raaijmakers a074b7e871 LibGL: Support `glLightModel` inside lists há 2 anos atrás
  Stephan Unverwerth 1b7b6e6c91 LibGL: Implement glGetProgramiv há 2 anos atrás
  Stephan Unverwerth 424e0a2792 LibGL: Implement glGetShaderiv há 2 anos atrás
  Stephan Unverwerth 69171e7a05 LibGL: Implement glUseProgram há 2 anos atrás
  Stephan Unverwerth a0adbfbf81 LibGL: Implement glCreateShader and glDeleteShader há 2 anos atrás
  Stephan Unverwerth 4568dcbb55 LibGL: Add stubs for shader and program related functions há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  cflip 59df2e62ee LibGL: Add simple implementation of buffer objects há 2 anos atrás
  cflip 892006218a LibGL: Refactor TextureNameAllocator to a more general NameAllocator há 2 anos atrás
  Jelle Raaijmakers 91cec51b99 LibGL: Correctly normalize different vertex attribute type pointers há 2 anos atrás
  Jelle Raaijmakers fe5419da0f LibGL: Implement state for all pixel store parameters há 2 anos atrás
  Jelle Raaijmakers 2d59c9b6b6 LibGL: Make `read_from_vertex_attribute_pointer` static há 2 anos atrás
  Jelle Raaijmakers 03258f4c96 LibGL: Add buffer API stubs há 2 anos atrás
  Jelle Raaijmakers 0cf3cb6279 LibGL: Immediately dereference vertex attribute data in display lists há 2 anos atrás
  Jelle Raaijmakers 6c87c98ed0 LibGL: Remove `GL::present_context` há 2 anos atrás
  Jelle Raaijmakers f6dfd77268 LibGL: Prevent segfault due to texture destruction há 2 anos atrás
  Andrew Kaster 8ed5ed3ec0 LibGL: Make GL::create_context fallible há 2 anos atrás
  Jelle Raaijmakers af217b0c3a LibGL: Implement `GL_(CLIENT_)?ACTIVE_TEXTURE` context parameters há 2 anos atrás
  Jelle Raaijmakers 00d46e5d77 LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit há 2 anos atrás
  Jelle Raaijmakers 8ab410a536 LibGL: Implement `glGetTexImage` há 2 anos atrás
  Jelle Raaijmakers f08411ba3f LibGL: Improve constants and types compatibility há 2 anos atrás