282 Commits (f0365f28c2ca0d33dcb5f1f4be1d328cbb9dfdd6)

Author SHA1 Message Date
Subv 24d9416930 GPU/DefaultAttributes: Clear up a comment in command_processor 11 years ago
Subv 658c44af5c GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the default attributes, if set. 11 years ago
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files 11 years ago
Lioncash 497f4bee0c pica: Add the ULL specifier in IsDefaultAttribute 11 years ago
Yuri Kunde Schlesner def5913d19 GPU: Add more fine grained profiling for vertex shader and rasterization 11 years ago
archshift 40310e2132 Implement I4 texture format 11 years ago
bunnei 23e8be573e rasterizer: Implemented combiner output scaling. 11 years ago
bunnei ff767eeb40 rasterizer: Implemented AddSigned combiner op. 11 years ago
bunnei 547da374b8 rasterizer: Fixed a depth testing bug. 11 years ago
bunnei a806b420a6 rasterizer: Implement combiner buffer input. 11 years ago
bunnei 44927f0306 rasterizer: Return zero'd vectors on error conditions. 11 years ago
bunnei 692a74c09e vertex_shader: Implement FLR instruction. 11 years ago
bunnei f935130a0f vertex_shader: Implement MADI instruction. 11 years ago
Yuri Kunde Schlesner 17a8cae003 Memory: Add GetPhysicalPointer helper function 11 years ago
Yuri Kunde Schlesner 28a9e4c1d5 Memory: Support more regions in the VAddr-PAddr translation functions 11 years ago
Yuri Kunde Schlesner 1c0b87edc2 Memory: Re-organize and rename memory area address constants 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
Subv 0e5ca080a8 GPU: Implemented default vertex shader attributes. 11 years ago
Emmanuel Gil Peyrot 36b48082d5 VideoCore: Remove a superfluous auto variable declaration in debug_utils. 11 years ago
Rohit Nirmal f15c142c5e Silence some -Wsign-compare warnings. 11 years ago
Gareth Higgins 8060c519a6 Changed occurences of colour to color for consistency 11 years ago
archshift cae89fb315 Allow the user to set the background clear color during emulation 11 years ago
Emmanuel Gil Peyrot 92fd2a1ee3 VideoCore: Add static_cast around expressions where the compiler doesn’t deduce the right type. 11 years ago
Tony Wasserka e4f5ec6272 Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecutive output register tables. 11 years ago
Subv 1248e291f0 GPU: Added the stencil test structure to the Pica Regs struct. 11 years ago
Subv 414b0741c4 GPU: Implemented more depth buffer formats. 11 years ago
archshift 041e99b613 Added LCD registers, and implementation for color filling in OGL code. 11 years ago
Tony Wasserka 5742367341 Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order. 11 years ago
archshift 7d43aef4d0 Update nihstro submodule to the initial release version. 11 years ago
bunnei 9960c49c21 Set framebuffer layout from EmuWindow. 11 years ago
Subv 4b8d4d0ed5 GPU/Textures: Fixed ETC texture decoding. 11 years ago
bunnei 34c31db14a GPU: Added RGB565/RGB8 framebuffer support and various cleanups. 11 years ago
Yuri Kunde Schlesner cd1fbfcf1b Add profiling infrastructure and widget 11 years ago
archshift 7f9ee69a2b Added RGBA5551 compatibility in the rasterizer 11 years ago
Subv c564c21668 GPU: Implemented bits 3 and 1 from the display transfer flags. 11 years ago
Yuri Kunde Schlesner ea3c99f3a2 Video core: Fix A4 texture decoding 11 years ago
Yuri Kunde Schlesner 3c50da6fc0 Video core: Fix pixelation/blockiness in textures. 11 years ago
bunnei ed255ebaec Rasterizer: Add support for RGBA4 framebuffer format. 11 years ago
bunnei 733c19ddd3 Rasterize with the correct color component order. 11 years ago
Subv 9a03e9c61d Pica/VertexShader: Fixed LOOP with more than one iteration. 11 years ago
archshift 302f0b32f5 Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h 11 years ago
Subv 5410367ebf Rasterizer: Fixed a warning in GetWrappedTexCoord. 11 years ago
Tony Wasserka 2eee3a87f9 Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED(). 11 years ago
Tony Wasserka 6e5a903286 Pica/Rasterizer: Make some local lambdas static. 11 years ago
Tony Wasserka 1561204342 Pica/BlendUnit: Implement separate color/alpha blend equations. 11 years ago
Tony Wasserka 81ebb4d682 Pica/TextureEnvironment: Add a note. 11 years ago
Tony Wasserka e11fb96408 Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor. 11 years ago
Tony Wasserka 04cd06d5c2 Pica/TextureEnvironment: Add support for the MAD-like texture combiners and clean up texture environment logic. 11 years ago
Tony Wasserka 087edcfbec Pica/OutputMerger: Fix flipped framebuffers. 11 years ago
Tony Wasserka 6ca752ccbc Pica/TextureUnit: Implement mirrored repeating texture wrapping. 11 years ago