summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-04-091-2/+2
* Changed occurences of colour to color for consistencyGravatar Gareth Higgins2015-04-052-4/+4
* Allow the user to set the background clear color during emulationGravatar archshift2015-04-031-1/+2
* Merge pull request #652 from neobrain/shader_output_fixGravatar bunnei2015-03-161-20/+24
|\
| * Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecuti...Gravatar Tony Wasserka2015-03-121-20/+24
* | VideoCore: Add static_cast around expressions where the compiler doesn’t de...Gravatar Emmanuel Gil Peyrot2015-03-162-4/+4
|/
* Merge pull request #629 from archshift/lcdfbGravatar bunnei2015-03-102-11/+48
|\
| * Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift2015-03-092-11/+48
* | Merge pull request #643 from Subv/dem_feelsGravatar bunnei2015-03-093-13/+134
|\ \
| * | GPU: Added the stencil test structure to the Pica Regs struct.Gravatar Subv2015-03-093-50/+65
| * | GPU: Implemented more depth buffer formats.Gravatar Subv2015-03-093-9/+115
* | | Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with inc...Gravatar Tony Wasserka2015-03-091-6/+3
* | | Update nihstro submodule to the initial release version.Gravatar archshift2015-03-081-37/+38
* | | Merge pull request #636 from bunnei/refactor-screen-winGravatar bunnei2015-03-073-43/+9
|\ \ \ | |/ / |/| |
| * | Set framebuffer layout from EmuWindow.Gravatar bunnei2015-03-073-43/+9
| |/
* | GPU/Textures: Fixed ETC texture decoding.Gravatar Subv2015-03-071-1/+1
* | Merge pull request #538 from yuriks/perf-statGravatar Tony Wasserka2015-03-072-0/+18
|\ \ | |/ |/|
| * Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-012-0/+18
* | GPU: Added RGB565/RGB8 framebuffer support and various cleanups.Gravatar bunnei2015-03-035-85/+155
|/
* Added RGBA5551 compatibility in the rasterizerGravatar archshift2015-02-273-2/+41
* GPU: Implemented bits 3 and 1 from the display transfer flags.Gravatar Subv2015-02-263-54/+91
* Video core: Fix A4 texture decodingGravatar Yuri Kunde Schlesner2015-02-251-2/+2
* Video core: Fix pixelation/blockiness in textures.Gravatar Yuri Kunde Schlesner2015-02-251-3/+3
* Rasterizer: Add support for RGBA4 framebuffer format.Gravatar bunnei2015-02-241-0/+21
* Rasterize with the correct color component order.Gravatar bunnei2015-02-221-11/+24
* Merge pull request #593 from Subv/search_problemGravatar Tony Wasserka2015-02-221-1/+4
|\
| * Pica/VertexShader: Fixed LOOP with more than one iteration.Gravatar Subv2015-02-211-1/+4
* | Merge pull request #588 from archshift/somebranchGravatar bunnei2015-02-201-11/+0
|\ \ | |/ |/|
| * Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.hGravatar archshift2015-02-191-11/+0
* | Rasterizer: Fixed a warning in GetWrappedTexCoord.Gravatar Subv2015-02-181-4/+4
|/
* Merge pull request #580 from lioncash/emplaceGravatar bunnei2015-02-182-4/+4
|\
| * core/video_core: Use in-place construction where possibleGravatar Lioncash2015-02-172-4/+4
* | Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().Gravatar Tony Wasserka2015-02-181-5/+5
* | Pica/Rasterizer: Make some local lambdas static.Gravatar Tony Wasserka2015-02-181-8/+8
* | Pica/BlendUnit: Implement separate color/alpha blend equations.Gravatar Tony Wasserka2015-02-182-65/+59
* | Pica/TextureEnvironment: Add a note.Gravatar Tony Wasserka2015-02-181-0/+4
* | Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor.Gravatar Tony Wasserka2015-02-182-0/+4
* | Pica/TextureEnvironment: Add support for the MAD-like texture combiners and c...Gravatar Tony Wasserka2015-02-182-0/+28
* | Pica/OutputMerger: Fix flipped framebuffers.Gravatar Tony Wasserka2015-02-181-0/+10
* | Pica/TextureUnit: Implement mirrored repeating texture wrapping.Gravatar Tony Wasserka2015-02-182-3/+12
* | Pica: Fix a bug in the register definitions, relating to texture wrapping.Gravatar Tony Wasserka2015-02-182-2/+2
* | Pica/OutputMerger: Implement color format checking.Gravatar Tony Wasserka2015-02-182-4/+13
* | Pica/Rasterizer: Rasterize actual pixel centers instead of pixel corners.Gravatar Tony Wasserka2015-02-181-2/+3
* | Pica/Rasterizer: Fix garbage pixels at triangle borders.Gravatar Tony Wasserka2015-02-181-1/+3
* | Pica/Rasterizer: Clean up and fix backface culling.Gravatar Tony Wasserka2015-02-181-11/+27
* | Pica: Cleanup clipping code and change screenspace z to range from -1..0.Gravatar Tony Wasserka2015-02-182-53/+42
* | Pica/VertexShader: Implement the LOOP instruction.Gravatar Tony Wasserka2015-02-181-14/+36
* | Pica/CommandProcessor: Properly implement shader load destination offset regi...Gravatar Tony Wasserka2015-02-182-20/+10
* | Pica/CommandProcessor: Work around initialized vertex attributes some more.Gravatar Tony Wasserka2015-02-181-2/+8
* | VideoCore: Fix a typo in Vec4 MakeVec(T, Vec3<T>), where the second argument ...Gravatar Emmanuel Gil Peyrot2015-02-161-1/+1