aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Collapse)Author
2018-10-30Assert Control Codes GenerationFernandoS27
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
* get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
2018-10-29Merge pull request #1580 from FernandoS27/mm-implbunnei
Implemented Mipmaps
2018-10-29Merge pull request #1613 from ReinUsesLisp/gl-utilsbunnei
video_core: Move OpenGL specific utils to its renderer
2018-10-28Merge pull request #1610 from slashiee/dxt1-alphabunnei
renderer_opengl: Enable alpha channel for DXT1 texture format
2018-10-28video_core: Move OpenGL specific utils to its rendererReinUsesLisp
2018-10-28renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGBRodolfo Bogado
2018-10-28Assert Control Flow Instructions using Control CodesFernandoS27
2018-10-28Fixed black textures, pixelation and we no longer require to auto-generate ↵FernandoS27
mipmaps
2018-10-28Fixed mipmap block autosizing algorithmFernandoS27
2018-10-28Fixed Invalid Image size and Mipmap calculationFernandoS27
2018-10-28Fixed Block Resizing algorithm and Clang FormatFernandoS27
2018-10-28Implement Mip FilterFernandoS27
2018-10-28Zero out memory region of recreated surface before flushingFernandoS27
2018-10-28Implement MipmapsFernandoS27
2018-10-28Enable alpha channel for DXT1 texture formatMichael
2018-10-28Correct bpp value for ASTC_2D_8X5Tobias
2018-10-28Merge pull request #1601 from FernandoS27/shader-precisionbunnei
Improved Shader accuracy on Vertex and Geometry Shaders.
2018-10-28Refactor precise usage and add FMNMX, MUFU, FMUL32 and FADD332FernandoS27
2018-10-28Implement sRGB Support, including workarounds for nvidia driver issues and ↵Rodolfo Bogado
QT sRGB support
2018-10-27Merge pull request #1594 from FreddyFunk/static-castbunnei
gl_rasterizer_cache: Fix compiler warning
2018-10-27Improved Shader accuracy on Vertex and Geometry Shaders with FFMA, FMUL and FADDFernandoS27
2018-10-27Merge pull request #1592 from bunnei/prim-restartbunnei
gl_rasterizer: Implement primitive restart.
2018-10-27Implement Default Block Height for each formatFernandoS27
2018-10-27gl_rasterizer_cache: Fix compiler warningFrederic Laing
2018-10-26gl_rasterizer: Implement primitive restart.bunnei
2018-10-26Merge pull request #1533 from FernandoS27/lmembunnei
Implemented Shader Local Memory
2018-10-25maxwell_3d: Add code for initializing register defaults.bunnei
2018-10-25gl_rasterizer: Implement depth range.bunnei
2018-10-25Merge pull request #1524 from FernandoS27/layers-fixbunnei
rasterizer: Fix Layered Textures Loading and Cubemaps
2018-10-24Implemented LD_L and ST_LFernandoS27
2018-10-24Implement Shader Local MemoryFernandoS27
2018-10-24Merge pull request #1554 from FernandoS27/pointsizebunnei
Implement PointSize Output Attribute.
2018-10-23decoders: Remove unused variable within SwizzledData()Lioncash
2018-10-23maxwell_3d: Remove unused variable within ProcessQueryGet()Lioncash
2018-10-23Implement PointSizeFernandoS27
2018-10-23Fixed Layered Textures Loading and CubemapsFernandoS27
2018-10-23Merge pull request #1519 from ReinUsesLisp/vsetpbunnei
gl_shader_decompiler: Implement VSETP
2018-10-23Merge pull request #1539 from lioncash/dmabunnei
maxwell_dma: Silence compilation warnings
2018-10-23Merge pull request #1470 from FernandoS27/alpha_testingbunnei
Implemented Alpha Test using Shader Emulation
2018-10-23gl_shader_decompiler: Implement VSETPReinUsesLisp
2018-10-23gl_shader_decompiler: Abstract VMAD into a video subsetReinUsesLisp
2018-10-23Merge pull request #1512 from ReinUsesLisp/brkbunnei
gl_shader_decompiler: Implement PBK and BRK
2018-10-22Merge pull request #1550 from FernandoS27/fmul32bunnei
Added Saturation to FMUL32I
2018-10-22Merge pull request #1537 from lioncash/shaderbunnei
gl_shader_decompiler: Minor changes
2018-10-22Added Saturation to FMUL32IFernandoS27
2018-10-22Assert that multiple render targets are not set while alpha testingFernandoS27
2018-10-22Use standard UBO and fix/stylize the codeFernandoS27
2018-10-22Cache uniform locations and restructure the implementationFernandoS27
2018-10-22Remove SyncAlphaTest and clang formatFernandoS27