Historie revizí

Autor SHA1 Zpráva Datum
  bunnei bf89a99839 Merge pull request #1123 from lioncash/screen před 8 roky
  Lioncash 46ef072cf9 rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature před 8 roky
  Subv 3fe77be392 Rasterizer: Don't attempt to copy over the old texture's data when doing a format reinterpretation if we're only going to clear the framebuffer. před 8 roky
  Markus Wick 0eb39922f6 gl_rasterizer: Use a shared helper to upload from CPU memory. před 8 roky
  Markus Wick 6ff7906ddc gl_rasterizer: Use the stream buffer for constant buffers. před 8 roky
  Markus Wick ce722e317b gl_rasterizer: Use the streaming buffer itself for the constant buffer. před 8 roky
  Markus Wick 6f6bba3ff1 gl_rasterizer: Use a helper for aligning the buffer. před 8 roky
  Markus Wick d7298ec262 Update the stream_buffer helper from Citra. před 8 roky
  Lioncash 0a93b45b6a core: Namespace EmuWindow před 8 roky
  Lioncash 0f2ac928f2 video_core: Make global EmuWindow instance part of the base renderer class před 8 roky
  Lioncash b5eb3905cd gl_rasterizer: Use in-class member initializers where applicable před 8 roky
  bunnei 69c45ce71c gl_rasterizer: Implement texture border color. před 8 roky
  Subv 5a9df3c675 GPU: Only configure the used framebuffers during clear. před 8 roky
  Subv 78443a7f29 GPU: Factor out the framebuffer configuration code for both Clear and Draw commands. před 8 roky
  Subv be51120d23 GPU: Bind and clear the render target when the CLEAR_BUFFERS register is written to. před 8 roky
  Subv 18c8ae7750 GPU: Set up the depth test state on every draw. před 8 roky
  bunnei 5f57ab1b2a gl_rasterizer_cache: Remove Citra's rasterizer cache, always load/flush surfaces. před 8 roky
  bunnei 10422f3c18 gl_rasterizer: Workaround for when exceeding max UBO size. před 8 roky
  Subv 2a7653142d Rasterizer: Use UBOs instead of SSBOs for uploading const buffers. před 8 roky
  Subv c011b6f67e GPU: Synchronize the blend state on every draw call. před 8 roky
  Subv dbfc39d214 GPU: Implement sampling multiple textures in the generated glsl shaders. před 8 roky
  Subv 98b143c2d6 GLRenderer: Remove unused hw_vao_enabled_attributes variable. před 8 roky
  Subv 370ab5df9b GLRenderer: Remove unused vertex buffer and increase the size of the stream buffer to 128 MB. před 8 roky
  bunnei 4415e00181 gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. před 8 roky
  Subv 9531a29283 GPU: Support multiple enabled vertex arrays. před 8 roky
  Lioncash eafdcc1b8a opengl: Remove unnecessary header inclusions před 8 roky
  bunnei 174cba5c58 renderer_opengl: Implement BlendEquation and BlendFunc. před 8 roky
  bunnei 1a1af3fda3 gl_rasterizer: Implement indexed vertex mode. před 8 roky
  Subv 477aab5960 GPU: Use the same buffer names in the generated GLSL and the buffer uploading code. před 8 roky
  Subv 14ac40436e GPU: Don't use explicit binding points when uploading the constbuffers to opengl. před 8 roky