Historial de Commits

Autor SHA1 Mensaje Fecha
  Jelle Raaijmakers 287f33165e LibGL: Implement `glNormalPointer` hace 3 años
  Jelle Raaijmakers 53edb41d40 LibGL: Support local viewer light model hace 3 años
  Jelle Raaijmakers c91e86e020 LibGL: Clean up reading floats and doubles from pointers hace 3 años
  Jelle Raaijmakers 4450aef175 LibGL: Set sampler config to dirty if modifying tex env hace 3 años
  Jelle Raaijmakers 59fa8323cf LibGL: Implement lighting parameter error checking hace 3 años
  Andreas Kling a6a8ba80fc LibGfx: Rename Color::from_rgba() => Color::from_argb() hace 3 años
  Andreas Kling 5ace66a903 LibGfx: Rename RGBA32 => ARGB32 hace 3 años
  Stephan Unverwerth 869393c7a0 LibGL: Fix interpretation of mipmap filtering modes hace 3 años
  Jelle Raaijmakers d905de6a7a LibGL: Set correct matrices in `glFrustum` and `glOrtho` hace 3 años
  Jelle Raaijmakers 5cf967e4f2 LibGL: Improve `glFrustum` precision and error handling hace 3 años
  Jelle Raaijmakers d92047c74d LibGL: Clamp color in `glClearColor` to 0..1 hace 3 años
  Jelle Raaijmakers 44a3d5c101 LibGL: Implement `glClearDepthf` and store as float hace 3 años
  Jelle Raaijmakers 36a732e98e LibGL: Ignore stack on projection and model view matrix retrieval hace 3 años
  Jelle Raaijmakers 7004b20656 LibGL+LibSoftGPU: Use more expressive `is_power_of_two` hace 3 años
  Jelle Raaijmakers 506a857c3e LibGL: Use `clamp<float>` for depth range hace 3 años
  Jelle Raaijmakers db0616c67a LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888 hace 3 años
  Jelle Raaijmakers 72ec2c21f4 LibGL: Remove superfluous `AK::dbgln` alias hace 3 años
  Jelle Raaijmakers 011f6542db LibGL: Allow all primitives in `glBegin()` hace 3 años
  Lenny Maiorani 229188b815 LibGL: Set rasterizer material state without copying hace 3 años
  Lenny Maiorani 354017e01d LibGL: Set rasterizer light state without copying hace 3 años
  Jesse Buhagiar 371d49c0f6 LibGL: Implement `glMateriali{v}` hace 3 años
  Jesse Buhagiar 170739fe39 LibGL: Implement `glLighti{v}` hace 3 años
  Jesse Buhagiar 68e50759b4 LibGL: Implement `glGetMaterial` hace 3 años
  Jesse Buhagiar f5cde1b6fb LibGL: Implement `glGetLight` hace 3 años
  Jelle Raaijmakers a8655fbf52 LibGL+LibSoftGPU: Clean up some `for` loops hace 3 años
  Jelle Raaijmakers 08826d60ad LibGL: Transpose matrix in `glGetDoublev` and `glGetFloatv` hace 3 años
  Jelle Raaijmakers c846ed0a2c LibGL: Report GL errors to debug console hace 3 años
  Jelle Raaijmakers c5abef86db LibGL: Stub `GL_BACK` implementation for `glPolygonMode` hace 3 años
  Jelle Raaijmakers 453f62c935 LibGL+LibSoftGPU: Implement `GL_POLYGON_OFFSET_FILL` capability hace 3 años
  Stephan Unverwerth 12f63df329 LibGL+LibSoftGPU: Support generation of multiple texture coordinates hace 3 años