Historial de Commits

Autor SHA1 Mensaje Fecha
  bunnei beddc8afd2 gl_rasterizer: Generate shaders and upload uniforms. hace 8 años
  bunnei 5617831d5f gl_rasterizer: Use shader program manager, remove test shader. hace 8 años
  bunnei da1114ca59 renderer_opengl: Use OGLProgram instead of OGLShader. hace 8 años
  Subv b0ca330e14 GL: Set up the textures used for each draw call. hace 8 años
  Subv cb3183212d GL: Bind the textures to the shaders used for drawing. hace 8 años
  Subv c28ed85875 GL: Create the sampler objects when starting up the GL rasterizer. hace 8 años
  Subv ca96b04a0c GL: Ported the SamplerInfo struct from citra. hace 8 años
  bunnei c33abac275 gl_rasterizer: Move code to bind framebuffer surfaces before draw to its own function. hace 8 años
  bunnei d30110348b gl_rasterizer: Add a SyncViewport method. hace 8 años
  bunnei 67bc2f5ecd gl_rasterizer: Move PrimitiveTopology check to MaxwellToGL. hace 8 años
  bunnei ac19e3d061 gl_rasterizer: Use ReadBlock instead of GetPointer for SetupVertexArray. hace 8 años
  bunnei a6cab532f8 gl_rasterizer: Normalize vertex array data as appropriate. hace 8 años
  bunnei d89bfec5f5 rasterizer: Rename DrawTriangles to DrawArrays. hace 8 años
  bunnei 1bfc0dc2db gl_rasterizer: Use passthrough shader for SetupVertexShader. hace 8 años
  bunnei 0a5832798a renderer_opengl: Logging, etc. cleanup. hace 8 años
  bunnei c2dbdefedf gl_rasterizer: Implement SetupVertexArray. hace 8 años
  bunnei 0ee38e1363 gl_rasterizer: Use 32 texture units instead of 3. hace 8 años
  bunnei 0162a2d5cb gl_rasterizer: Implement DrawTriangles. hace 8 años
  bunnei ed2134784e gl_rasterizer: Implement AnalyzeVertexArray. hace 8 años
  bunnei d561e4acc8 gl_rasterizer: Fake render in green, because it's cooler. hace 8 años
  bunnei 4ed54738fc gl_rasterizer: Log warning instead of sync'ing unimplemented funcs. hace 8 años
  bunnei 11047d7fd5 rasterizer: Flush and invalidate regions should be 64-bit. hace 8 años
  bunnei a0b1235f82 gl_rasterizer: Implement AccelerateDisplay method from Citra. hace 8 años
  bunnei 8a250de987 video_core: Remove usage of PAddr and replace with VAddr. hace 8 años
  bunnei bfe45774f1 video_core: Move FramebufferInfo to FramebufferConfig in GPU. hace 8 años
  bunnei c6362543d4 gl_rasterizer: Replace a bunch of UNIMPLEMENTED with ASSERT. hace 8 años
  bunnei f707c2dac4 gl_rasterizer: Add a simple passthrough shader in lieu of shader generation. hace 8 años
  bunnei 6e3222363c renderer_gl: Port boilerplate rasterizer code over from Citra. hace 8 años
  James Rowe 1d28b2e142 Remove references to PICA and rasterizers in video_core hace 8 años
  bunnei 93480b10ef core/video_core: Fix a bunch of u64 -> u32 warnings. hace 8 años