Historique des commits

Auteur SHA1 Message Date
  Jelle Raaijmakers aa3a6767f6 LibGL+LibGPU+LibSoftGPU: Implement blend equations il y a 1 an
  Jelle Raaijmakers 403d3bbdaf LibSoftGPU: Optimize `GPU::Vertex` lists il y a 1 an
  Jelle Raaijmakers edcb6176ce LibGL+Lib*GPU: Set model view and projection matrices separately il y a 1 an
  Bastiaan van der Plaat 494a8cb816 AK: Add to_radians and to_degrees math functions il y a 1 an
  Jelle Raaijmakers f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive il y a 2 ans
  Jelle Raaijmakers 62285e0569 LibSoftGPU: Use multiplication instead of division for linear fog il y a 2 ans
  Jelle Raaijmakers f54d9c0a61 LibSoftGPU: Use `AK::SIMD::exp_approximate` instead of `::exp` il y a 2 ans
  Jelle Raaijmakers 62f4486190 LibSoftGPU: Only enable texture stages if required il y a 2 ans
  Jelle Raaijmakers 69b94e4235 LibSoftGPU: Make blending simpler and more efficient il y a 2 ans
  Jelle Raaijmakers 5c1038e54f LibSoftGPU: Remove DeprecatedString usage il y a 2 ans
  Jelle Raaijmakers 44d679ba7e LibSoftGPU: Remove workaround for i686 depth comparison il y a 2 ans
  Andrew Kaster a492e2018d Userland: Silence warnings from ElapsedTimer::elapsed() type change il y a 2 ans
  Stephan Unverwerth c25359df47 LibSoftGPU: Delegate shader creation to new class ShaderCompiler il y a 2 ans
  Stephan Unverwerth b18bf702ea LibSoftGPU: Implement shader processor for SoftGPU ISA il y a 2 ans
  Stephan Unverwerth 1e548a84d6 LibSoftGPU: Define a simple shader instruction set il y a 2 ans
  Stephan Unverwerth bb28492af0 LibSoftGPU: Make output in PixelQuad generic il y a 2 ans
  Stephan Unverwerth c008b6ce18 LibSoftGPU: Make input in PixelQuad generic il y a 2 ans
  Stephan Unverwerth 49139d5f4e LibSoftGPU: Allow binding a fragment shader il y a 2 ans
  Stephan Unverwerth 93ab2db80f LibGL+LibSoftGPU: Add GPU side shader infrastructure il y a 2 ans
  MacDue 27fae78335 Meta+Userland: Pass Gfx::IntSize by value il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Jelle Raaijmakers 88ca72aa79 LibSoftGPU: Extract `argb32_color` value in rasterization il y a 2 ans
  Jelle Raaijmakers 681695a07a LibSoftGPU: Make alpha testing a static function il y a 2 ans
  Jelle Raaijmakers 4e63ce231f LibSoftGPU: Clean up `Sampler` imports il y a 2 ans
  cflip abc0c44f0b LibGL+LibGPU+LibSoftGPU: Report maximum texture size il y a 2 ans
  Jelle Raaijmakers 1aa1c89afa LibGL+LibGPU+LibSoftGPU: Report texture clamp to edge support il y a 2 ans
  Jelle Raaijmakers 087f565700 LibSoftGPU: Divide texture coordinates by Q il y a 2 ans
  Jelle Raaijmakers 00d46e5d77 LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit il y a 2 ans
  Jelle Raaijmakers dda5987684 LibGL+LibGPU+LibSoftGPU: Remove concept of `layer` in favor of `depth` il y a 2 ans