summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2017-05-05pica: shader_dirty if texture2 coord changedwwylele
2017-05-03pica: use correct coordinates for texture 2wwylele
2017-04-21Merge pull request #2671 from wwylele/dot3-rgbabunnei
2017-04-20gl_shader_gen: remove TODO about Lerp behaviour verification. The implementat...wwylele
2017-04-19rasterizer: implement combiner operation 7 (Dot3_RGBA)wwylele
2017-04-17OpenGL: Pass Pica regs via parameterYuri Kunde Schlesner
2017-04-16OpenGL: Move PicaShaderConfig to gl_shader_gen.hYuri Kunde Schlesner
2017-04-16OpenGL: Move Attributes enum to a more appropriate fileYuri Kunde Schlesner
2017-04-08Pica/Regs: Correct bit width for blend-equationsJannik Vogel
2017-03-01Input: remove unused stuff & clean upwwylele
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2017-02-26Core: Re-write frame limiterYuri Kunde Schlesner
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
2017-02-26Remove built-in (non-Microprofile) profilerYuri Kunde Schlesner
2017-02-26Add performance statistics to status barYuri Kunde Schlesner
2017-02-18OpenGL: Check if uniform block exists before updating it (#2581)Jannik Vogel
2017-02-15video_core: remove #pragma once in cpp file (#2570)Weiyi Wang
2017-02-12SWRasterizer: Move more framebuffer functions to fileYuri Kunde Schlesner
2017-02-12SWRasterizer: Move texturing functions to their own fileYuri Kunde Schlesner
2017-02-12SWRasterizer: Convert large no-capture lambdas to standalone functionsYuri Kunde Schlesner
2017-02-12SWRasterizer: Move framebuffer operation functions to their own fileYuri Kunde Schlesner
2017-02-12VideoCore: Move software rasterizer files to sub-directoryYuri Kunde Schlesner
2017-02-12video_core/shader: Document sanitized MUL operationYuri Kunde Schlesner
2017-02-12Merge pull request #2550 from yuriks/pica-refactor2Yuri Kunde Schlesner
2017-02-10video_core: Fix benign out-of-bounds indexing of array (#2553)Yuri Kunde Schlesner
2017-02-09VideoCore: Split u64 Pica reg unions into 2 separate u32 unionsYuri Kunde Schlesner
2017-02-09VideoCore: Force enum sizes to u32 in LightingRegsYuri Kunde Schlesner
2017-02-09OpenGL: Remove unused duplicate of IsPassThroughTevStageYuri Kunde Schlesner
2017-02-09VideoCore: Split regs.h inclusionsYuri Kunde Schlesner
2017-02-09Pica/Regs: Use binary search to look up reg namesYuri Kunde Schlesner
2017-02-08VideoCore: Use union to index into Regs structYuri Kunde Schlesner
2017-02-08Merge pull request #2482 from yuriks/pica-refactorYuri Kunde Schlesner
2017-02-05Use std::array<u8,2> instead of u8[2] to fix MSVC buildLectem
2017-02-04VideoCore: Move Regs to its own fileYuri Kunde Schlesner
2017-02-04VideoCore: Split shader regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split geometry pipeline regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split lighting regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split framebuffer regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split texturing regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split rasterizer regs from Regs structYuri Kunde Schlesner
2017-02-04Merge pull request #2476 from yuriks/shader-refactor3Yuri Kunde Schlesner
2017-02-04Pica/Texture: Move part of ETC1 decoding to new file and cleanupsYuri Kunde Schlesner
2017-02-04Pica/Texture: Simplify/cleanup texture tile addressingYuri Kunde Schlesner
2017-02-04VideoCore: Move LookupTexture out of debug_utils.hYuri Kunde Schlesner
2017-02-03ShaderJIT: add 16 dummy bytes at the bottom of the stackwwylele
2017-01-31Common/x64: remove legacy emitter and abi (#2504)Weiyi Wang
2017-01-31shader_jit_x64_compiler: esi and edi should be persistent (#2500)Merry
2017-01-29VideoCore: Make PrimitiveAssembler const-correctYuri Kunde Schlesner
2017-01-29VideoCore: Extract swrast-specific data from OutputVertexYuri Kunde Schlesner
2017-01-29VideoCore/Shader: Clean up OutputVertex::FromAttributeBufferYuri Kunde Schlesner