| 1186:2dc47c67bb93 | 12 years | nkeynes | Add support for block linking when the block target is fixed. Only a small | tree |
| 1185:4f02196f68eb | 12 years | nkeynes | Add missing %d format specifiers | tree |
| 1184:0a306d645e2c | 12 years | nkeynes | Add the (hidden) -P option to turn on block profiling | tree |
| 1183:425d9de21c78 | 12 years | nkeynes | Fix out-of-tree builds of the mac keymaps | tree |
| 1182:b38a327ad8fa | 12 years | nkeynes | Add block profiling option to count the number of executions of each block, | tree |
| 1181:3dc028106b08 | 12 years | nkeynes | Fix built-source dependencies to include $(EXEEXT), for the sake of win32 | tree |
| 1180:f2b9f4ef1987 | 12 years | Nathan Keynes | Fix various CDI variations that weren't being parsed properly | tree |
| 1179:af1c5d7d5a5a | 12 years | Nathan Keynes | Include stdint.h before libisofs.h - needed for more recent versions | tree |
| 1178:e55ec927d55d | 12 years | Nathan Keynes | Fix structure packing on v55 nero images (64-bit) | tree |
| 1177:bd5893522efc | 12 years | Nathan Keynes | When initial disc read-toc fails, return the actual failure error code rather than | tree |
| 1176:70feb1749427 | 12 years | Nathan Keynes | Fix block-chaining epilogue for 64-bit builds (was loading a 32-bit pointer, | tree |
| 1175:712c418cad83 | 12 years | Nathan Keynes | Add xlat_get_address to find the SH4 address corresponding to a host code | tree |
| 1174:252d50f93cf6 | 12 years | nkeynes | Add nl translation (thanks Riemann80!) | tree |
| 1173:49207ef698e1 | 12 years | nkeynes | Unprotect TLB entries for all systems, not just 64-bit (seems to be needed | tree |
| 1172:43eef98ff265 | 12 years | Nathan Keynes | Fix returned maple packet length for VMU block reads and get-mem-info | tree |
| 1171:d644413208a3 | 12 years | Nathan Keynes | Fix SLEEP issue on timeslice border | tree |
| 1170:9ffc8295b414 | 12 years | nkeynes | Merge changes from Reimann80, plus additional tweaks. Thanks! | tree |
| 1169:23a9613aceb1 | 12 years | Nathan Keynes | Add german translation update from Riemann80, thanks! | tree |
| 1168:66e5113d4155 | 12 years | nkeynes | Fix read sector type on OS X (oops) | tree |
| 1167:2cc6c50d0dd2 | 12 years | nkeynes | Add default read/write burst methods for IO regions. (There's almost | tree |
| 1166:f405d42a9786 | 12 years | nkeynes | Perform the sanity checks for FBOs and shaders up front rather than on every | tree |
| 1165:13406c35849b | 12 years | nkeynes | Include texture residency information in texcache_dump() output | tree |
| 1164:01b45ca393c6 | 12 years | nkeynes | Mark the NV vertex range functions as weak (to keep things working on | tree |
| 1163:034252e0689d | 12 years | nkeynes | Update release notes for 0.9.2 | tree |
| 1162:a10d0d254f1f | 12 years | nkeynes | Fix distcheck | tree |
| 1161:d3511e94c29f | 12 years | nkeynes | Adjust #includes for SDL (SDL pkg-config should return the /SDL directory) | tree |
| 1160:219d05b638de | 12 years | nkeynes | Add gl_vbo.c | tree |
| 1159:580436b01b6c | 12 years | nkeynes | Implement vertex array range support, and move buffer operations to gl_vbo.c | tree |
| 1158:2b237e3417dd | 12 years | nkeynes | mem_serial_id should be static to avoid conflicts with libisofs version | tree |
| 1157:20053990db61 | 12 years | nkeynes | Rip out force_vsync - this didn't work even if it was turned on, which it | tree |
| 1156:d124a1c833cb | 12 years | nkeynes | Add apple-specific GL context optimization | tree |
| 1155:f9aefb4613e5 | 12 years | nkeynes | Clear polygon buffer map more efficiently | tree |
| 1154:5225c7c059ce | 12 years | nkeynes | Avoid rebinding textures unnecessarily (actually saves a surprising amount | tree |
| 1153:00e507e4025c | 12 years | nkeynes | Revert changes from r1151 that went in by accident (not ready from | tree |
| 1152:6464d890cc9e | 12 years | nkeynes | Clone iso_memory_stream_new() as iso_mem_stream_new(), since current | tree |
| 1151:e1848ca9b5b1 | 13 years | nkeynes | Updated pt_BR translation from Arthonis | tree |
| 1150:1038800cecd8 | 13 years | nkeynes | Add convenience gl_check_error() function | tree |
| 1149:da6124fceec6 | 13 years | nkeynes | Add chain pointer to the xlat cache, so that we can maintain multiple blocks | tree |
| 1148:8e75fab17be8 | 13 years | nkeynes | Add variant gdb invocation for OS X (which ships with a much older gdb). | tree |
| 1147:e04e4af64626 | 13 years | nkeynes | Suggest to the compiler a little more firmly that it inline the x86op | tree |
| 1146:76c5d1064262 | 13 years | nkeynes | Fix 32-bit non-fastcall build | tree |
| 1145:45674791c6ad | 13 years | nkeynes | Introduce tile iterators to simplify processing of the tile lists | tree |
| 1144:00dd49743974 | 13 years | nkeynes | Add boolean config type | tree |
| 1143:8ec0f1f990aa | 13 years | nkeynes | Fix triangle extraction when the tile entry is a triangle but the polygon is | tree |
| 1142:fd82bfba61c4 | 13 years | nkeynes | Fix call to isGLMultitextureSuppported() in texcache | tree |
| 1141:dc60a0987db9 | 13 years | nkeynes | Remove unnecessary (and slow) glFinish() calls from the FBO driver | tree |
| 1140:7dc1c71ece76 | 13 years | nkeynes | Implement fragment shader to support palette textures 'directly', and | tree |
| 1139:9af81878480b | 13 years | nkeynes | Eliminate GL_REPLACE tex mode in favour of GL_MODULATE (by setting colour | tree |
| 1138:3bcb705a7ebc | 13 years | nkeynes | Bind texture 0 instead of enabling/disabling texturing all the time | tree |
| 1137:4799d64b3478 | 13 years | nkeynes | Change forced-depth-function lists (autosort, punchout) to just set the | tree |
| 1136:078a2202958a | 13 years | nkeynes | Ensure stencil is disabled after use. | tree |
| 1135:68daed8f38af | 13 years | nkeynes | Set gl texture parameters at texture load time rather than render time. | tree |
| 1134:f502f3d32f90 | 13 years | nkeynes | Dump more information with --gl-info, and print it a little more nicely | tree |
| 1133:f3da7d810d5c | 13 years | nkeynes | Perform backface culling in scene preparation rather than leaving it to the | tree |
| 1132:1e074a98317c | 13 years | nkeynes | Turn on COLOR_SUM + FOG unconditionally, relying on scene setup to set | tree |
| 1131:4727c2006e0f | 13 years | nkeynes | Add missing files for the randmath test, and update .hgignore | tree |
| 1130:5f56fc931112 | 13 years | nkeynes | Refactor shader management to support multiple programs, which are all | tree |
| 1129:7b16bbd6209c | 13 years | nkeynes | Add undocumented option --gl-info to dump out the GL identification and extension list | tree |
| 1128:180abbb2a1f3 | 13 years | nkeynes | Add missing shadow.c | tree |
| 1127:4b8194e3974c | 13 years | nkeynes | Fix TMU counter reading to only update the count if the timer is actually | tree |
.