Commit Graph

2885 Commits

Author SHA1 Message Date
zilmar ec7db34a78 [Video] Fix up OGLESglitchmain.cpp compile issue on android 2017-07-26 08:13:06 +10:00
zilmar 5c13f772c2 [Video] Rename GrAspectRatio_t to gfxAspectRatio_t 2017-07-25 18:39:37 +10:00
zilmar f7422740a5 [Video] Change GrTexInfo to gfxTexInfo 2017-07-25 18:29:37 +10:00
zilmar f14c857bce [Video] change gfxSstWinOpen and gfxSstWinClose 2017-07-23 12:53:37 +10:00
zilmar 87efd0c259 [Video] Change GrChipID_t to gfxChipID_t 2017-07-23 10:04:04 +10:00
zilmar 4984db179c [Video] Rename FxBool to bool 2017-07-23 09:03:22 +10:00
zilmar 8054de6bf6 [Video] Change FxU32 to uint32_t 2017-07-23 08:42:02 +10:00
zilmar 452c21b8a3 [Video] Remove GlideExtensions.h 2017-07-23 08:36:55 +10:00
zilmar 7d2d128c24 [Video] Remove ConfigWrapper 2017-07-23 08:31:08 +10:00
zilmar 5c625351e4 [Video[ Re-add some code accidentally removed 2017-07-23 07:26:11 +10:00
zilmar 5a42c92eaf [Video] Remove UMAmode 2017-07-22 18:33:13 +10:00
zilmar 1d26f5b0c1 [Video] Reanem GR_BUFFER_* constants to GFX_BUFFER_* 2017-07-22 16:03:12 +10:00
zilmar 7cbb1940fa [Video] Rename GR_CMBX constants to GFX_CMBX 2017-07-22 15:57:49 +10:00
zilmar 47698e69e1 [Video] Make GFX_CMBX an enum 2017-07-22 13:48:25 +10:00
zilmar dc9fdca11f [Video] Rename GrTACUColor_t to gfxTACUColor_t 2017-07-21 06:30:28 +10:00
zilmar a0aa81dd58 [Video] Change GrTCCUColor_t to gfxTCCUColor_t 2017-07-21 06:28:16 +10:00
zilmar d91ec6a328 [Video] Rename GrACUColor_t to gfxACUColor_t 2017-07-21 06:24:17 +10:00
zilmar 556c26730a [Video] Make gfxCombineMode_t an enum 2017-07-21 06:11:34 +10:00
zilmar d03285413f [Video[ Rename GrCCUColor_t to gfxCCUColor_t 2017-07-20 22:28:19 +10:00
zilmar b053876260 [video] Rename grTexFilterMode to gfxTexFilterMode 2017-07-20 18:10:10 +10:00
zilmar f740149a49 [Video] Rename gfxTexClampMode to grTexClampMode 2017-07-20 18:07:50 +10:00
zilmar 2737a6bec5 [Video] Remove grTexLodBiasValue 2017-07-20 18:04:18 +10:00
zilmar 6b148e8ccb [Video[ Rename grTexDetailControl to gfxTexDetailControl 2017-07-20 18:01:37 +10:00
zilmar e78abaf38d [Video] Rename grTexSource to gfxTexSource 2017-07-20 17:58:16 +10:00
zilmar 628b9ade98 [Video] Rename grTexDownloadMipMap to gfxTexDownloadMipMap 2017-07-20 17:54:25 +10:00
zilmar ee38819a35 [Video] Fix up gfxTexCalcMemRequired in OGLEStextures.cpp 2017-07-20 17:49:13 +10:00
zilmar b0b28adad7 [Video] Renamme guGammaCorrectionRGB to gfxGammaCorrectionRGB 2017-07-20 17:47:25 +10:00
zilmar f4b3678773 [Video[ Rename grGetGammaTableExt to gfxGetGammaTableExt 2017-07-20 17:44:45 +10:00
zilmar bd904ede5a [Video] Rename grLoadGammaTable to gfxLoadGammaTable 2017-07-20 17:41:50 +10:00
zilmar c8174a3ee9 [Video] Rename grEnable to gfxEnable 2017-07-20 17:36:17 +10:00
zilmar c9b5c7190d [Video] Rename grTexCalcMemRequired to gfxTexCalcMemRequired 2017-07-20 17:30:08 +10:00
zilmar 56ef661c6d [Video] fix android compile bug in gfxLfbWriteRegion 2017-07-20 08:40:37 +10:00
zilmar 47e7e6a174 [Video] Rename grLfbWriteRegion to gfxLfbWriteRegion 2017-07-19 18:02:39 +10:00
zilmar ad8566ac1f Merge branch 'master' of https://github.com/project64/project64 2017-07-19 16:35:25 +10:00
zilmar 3549d19965 [Project64] Add missing ranges to CCheats::EntrySize 2017-07-16 05:07:33 +10:00
zilmar 6aba2ae793 [Script] Update Project64Url in upload_beta.vbs 2017-07-12 20:17:08 +10:00
LegendOfDragoon cd17e986d4 Wait for previous process to terminate
The new process will not have read/write access to config files if it
does not wait until previous processes have been terminated.
2017-07-09 21:16:12 -07:00
zilmar e541998629 [Android] Fix cheat changes for android 2017-07-01 06:56:34 +10:00
zilmar e4d64f0727 Merge branch 'master' of https://github.com/project64/project64 2017-06-30 21:17:41 +10:00
zilmar 7fda6cd001 [Project64] Have cheats be able to revert settings 2017-06-30 21:11:56 +10:00
zilmar 29e8650d5e Merge pull request #1329 from project64/overclock
Overclock
2017-06-30 20:08:01 +10:00
zilmar a61557a317 [Project64] Add new upload_beta script 2017-06-30 17:15:52 +10:00
zilmar 91d2c4f04f Merge pull request #1325 from LegendOfDragoon/master
Backport F3DTEX/A ucode from GLideN64
2017-06-19 14:53:40 +10:00
zilmar f0e761bd36 [Project64] Manually set g_debugger 2017-06-19 09:08:35 +10:00
LegendOfDragoon 03d86887d1 Backport F3DTEX/A ucode from GLideN64 2017-06-16 18:12:31 -07:00
Frank-74 45f1cdc090 package_zip.cmd rename Project64-Video.dll 2017-06-16 15:06:39 +01:00
zilmar 4b93a188b7 [Project64] Add UI for Over clock configuration 2017-06-15 21:09:49 +10:00
zilmar 7270ac5463 playing with Over clocking 2017-06-15 05:07:18 +10:00
zilmar a9683b36fb [Video] Ignore changes when writing settings 2017-06-06 04:26:54 +10:00
zilmar de497775b5 Merge branch 'master' of https://github.com/project64/project64 2017-06-05 20:15:10 +10:00