| 2 years | jeremy | Added tag working for changeset 28b485b9112406ec8fc1dcc2fc3a2d6435d9fb36 |
| 2 years | jeremy | Nip off unwanted head |
| 2 years | jeremy | imported patch install-settings.patch |
| 2 years | jeremy | imported patch hgignore.patch |
| 2 years | jeremy | Use ccache; it helps with patch management. Don't use this patch if you don't have ccache. |
| 2 years | jsgf | Don't save copy state with texture state. |
| 2 years | jsgf | Revert lazy copy register update, along with one-liner bugfix which |
| 2 years | mrbrown | Revert to the version before it was split out into it's own file. Now it |
| 2 years | mrbrown | Change this to insert the command immediately - unfortunately without this the |
| 2 years | jsgf | Improve the perfmeter code to use a vertex array for the graph ticks, |
| 2 years | jsgf | Implement glPush/PopClientAttrib(), which correspond to glPushAttrib, |
| 2 years | jsgf | Implement glPush/PopAttrib(). |
| 2 years | jsgf | Clean up initialization of PSP hardware. This fixes a bug where some |
| 2 years | mrbrown | Revert back to the old init settings since these weren't needed. |
| 2 years | mrbrown | Queue each GE init command so that they are sent before any other commands (and |
| 2 years | jsgf | Change initialization to try working around crash on 1.0 PSPs. sceGuInit() goes to |
| 2 years | jsgf | Turn off debug output. |
| 2 years | jsgf | Evict buffers from vidmem when we need to locate a buffer there. |
| 2 years | jsgf | Maintain a list of all buffers, so we can make global decisions about |
| 2 years | jsgf | Make sure hardware state is up-to-date when moving a buffer. |
| 2 years | jsgf | Implement a compactor for the vidmem heap. This attempt to defragment |
| 2 years | jsgf | Optimise copy_pixels by not sending redundant commands; this can save |
| 2 years | jsgf | Add new file. |
| 2 years | jsgf | Move __pspgl_copy_pixels() into its own file. |
| 2 years | jsgf | Little rearrangment in glScissor() |
| 2 years | jsgf | Move vidmem allocations into buffers. Or more precisely, every vidmem |
| 2 years | jsgf | Don't bother allocating memory for 0x0 teximages. This is used in mipmap |
| 2 years | jsgf | Fix glScissor and the scissor test. Previously, glScissor would |
| 2 years | jsgf | Fix glViewport and the coords passed to glScissor. The hardware uses |
| 2 years | jsgf | Add test for glViewport(). |
| 2 years | jsgf | Add missing screenshot.c file. |
| 2 years | jeremy | Added tag working for changeset b5764e46e7ee85cde74b82661643efa8dfe5a336 |
| 2 years | jeremy | Tie off head 392 |
| 2 years | jeremy | imported patch install-settings.patch |
| 2 years | jeremy | imported patch hgignore.patch |
| 2 years | jeremy | Use ccache; it helps with patch management. Don't use this patch if you don't have ccache. |
| 2 years | jsgf | Back out unwanted setting in tests/install-settings |
| 2 years | jsgf | Clean up pspgl_buffer pinning a bit. Add flags to indicate whether |
| 2 years | jsgf | Tweak the vidmem allocator. Lots of scope for more improvement. |
| 2 years | jsgf | Update generated mipmaps after glCopyTexImage and glTexSubImage. |
| 2 years | jsgf | Add screenshot code to tests. Activated with the 'start' button. |
| 2 years | jsgf | Add glReadPixels. Fairly limited: it does no format conversion, so it |
| 2 years | mrbrown | Install pspgl into the PSP directory, not the PSPSDK directory. |
| 2 years | jsgf | Update README |
| 2 years | jsgf | Implement hardware mipmap generation. Setting GL_GENERATE_MIPMAP with |
| 2 years | jeremy | Added tag working for changeset f8b50c3c65f12e196026cda7c17c40ad72dc8344 |
| 2 years | jeremy | tie off head 317 |
| 2 years | jeremy | patch queue: generate-mipmaps.patch |
| 2 years | jeremy | imported patch install-settings.patch |
| 2 years | jeremy | Use ccache; it helps with patch management. Don't use this patch if you don't have ccache. |
| 2 years | jeremy | Merge with SVN |
| 2 years | jsgf | Pull perfmeter out into a separate piece of code; update various tests |
| 2 years | jeremy | Tie off old head |
| 2 years | jeremy | Remove old test directories |
| 2 years | jeremy | Merge in current SVN head |
| 2 years | jsgf | Try to restore the endian-independence of decode_ge_dump. |
| 2 years | jsgf | Add some more tests and clean things up |
| 2 years | jsgf | Rearrange the tests into one directory, so they can share more stuff, |
| 2 years | jsgf | Add missing tests |
| 2 years | jsgf | Implement gluScaleImage and gluBuild2DMipmaps. Also make actual setting |