summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Implemented ASTC 5x5Gravatar FernandoS272018-11-011-1/+5
* | | | | | | | | | | Merge pull request #1645 from dharmin/masterGravatar Mat M2018-11-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix quickstart linkGravatar Dharmin K Shah2018-11-051-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1643 from FreddyFunk/typoGravatar Mat M2018-11-041-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix typo in BufferTransformFlagsGravatar Frederic Laing2018-11-041-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1636 from ogniK5377/hwopus-bad-assertGravatar bunnei2018-11-031-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fixed incorrect hwopus assertGravatar David Marcec2018-11-021-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1615 from lioncash/inputGravatar bunnei2018-11-015-25/+113
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | configure_system: Contrain profile usernames to 32 charactersGravatar Lioncash2018-10-315-25/+113
* | | | | | | | | Merge pull request #1623 from Tinob/masterGravatar bunnei2018-11-013-105/+158
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Improve OpenGL state handlingGravatar Rodolfo Bogado2018-10-303-105/+158
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #1527 from FernandoS27/assert-flowGravatar bunnei2018-11-012-2/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | Assert Control Flow Instructions using Control CodesGravatar FernandoS272018-10-282-3/+28
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1622 from bunnei/fix-macrosGravatar bunnei2018-11-014-27/+55
|\ \ \ \ \ \ \ \
| * | | | | | | | maxwell_3d: Restructure macro upload to use a single macro code memory.Gravatar bunnei2018-10-314-27/+55
|/ / / / / / / /
* | | | | | | | Merge pull request #1604 from FearlessTobi/port-4369Gravatar bunnei2018-10-317-7/+65
|\ \ \ \ \ \ \ \
| * | | | | | | | compatdb: Use a seperate endpoint for testcase submissionGravatar fearlessTobi2018-10-287-7/+65
* | | | | | | | | Merge pull request #1528 from FernandoS27/assert-control-codesGravatar bunnei2018-10-312-1/+103
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Assert Control Codes GenerationGravatar FernandoS272018-10-302-1/+103
* | | | | | | | | Merge pull request #1614 from ReinUsesLisp/surface-paramsGravatar bunnei2018-10-316-898/+954
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | video_core: Move surface declarations out of gl_rasterizer_cacheGravatar ReinUsesLisp2018-10-306-898/+954
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1626 from lioncash/tableGravatar bunnei2018-10-311-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | service/usb: Update IPdSession's function tableGravatar Lioncash2018-10-301-3/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #1624 from lioncash/boostGravatar bunnei2018-10-303-4/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | general: Remove unused boost inclusions where applicableGravatar Lioncash2018-10-303-4/+0
* | | | | | | | | Merge pull request #1595 from FreddyFunk/castGravatar bunnei2018-10-301-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | configure_system: Fix compiler warningGravatar Frederic Laing2018-10-281-1/+1
* | | | | | | | | global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-3049-266/+274
* | | | | | | | | Merge pull request #1621 from lioncash/ipcGravatar bunnei2018-10-293-6/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hle_ipc: Add member function for querying the existence of a domain headerGravatar Lioncash2018-10-293-3/+6
| * | | | | | | | | hle_ipc: Make GetDomainMessageHeader return a regular pointerGravatar Lioncash2018-10-292-3/+3
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1611 from lioncash/constGravatar bunnei2018-10-294-13/+52
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | core: Make System references const where applicableGravatar Lioncash2018-10-282-3/+3
| * | | | | | | | core: Add missing const variants of getters for the System classGravatar Lioncash2018-10-282-10/+49
| |/ / / / / / /
* | | | | | | | Merge pull request #1580 from FernandoS27/mm-implGravatar bunnei2018-10-296-109/+254
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed black textures, pixelation and we no longer require to auto-generate mi...Gravatar FernandoS272018-10-281-14/+2
| * | | | | | | | Fixed mipmap block autosizing algorithmGravatar FernandoS272018-10-283-13/+25
| * | | | | | | | Fixed Invalid Image size and Mipmap calculationGravatar FernandoS272018-10-281-4/+7
| * | | | | | | | Fixed Block Resizing algorithm and Clang FormatGravatar FernandoS272018-10-283-12/+19
| * | | | | | | | Implement Mip FilterGravatar FernandoS272018-10-284-10/+33
| * | | | | | | | Zero out memory region of recreated surface before flushingGravatar FernandoS272018-10-281-0/+2
| * | | | | | | | Implement MipmapsGravatar FernandoS272018-10-282-101/+211
| |/ / / / / / /
* | | | | | | | Merge pull request #1617 from FearlessTobi/fix-stretch-delayGravatar bunnei2018-10-291-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | time_stretch: Switch to values of CitraGravatar fearlessTobi2018-10-291-3/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #1613 from ReinUsesLisp/gl-utilsGravatar bunnei2018-10-296-30/+61
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | video_core: Move OpenGL specific utils to its rendererGravatar ReinUsesLisp2018-10-286-30/+61
| |/ / / / /
* | | | | | Merge pull request #1610 from slashiee/dxt1-alphaGravatar bunnei2018-10-281-2/+2
|\ \ \ \ \ \
| * | | | | | Enable alpha channel for DXT1 texture formatGravatar Michael2018-10-281-2/+2
| |/ / / / /
* | | | | | Merge pull request #1612 from Tinob/masterGravatar bunnei2018-10-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGBGravatar Rodolfo Bogado2018-10-281-1/+1
|/ / / / /