Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-04-22 | GL: use texsubimage instead.gl | Stephane Marchesin | 1 | -7/+1 |
2010-04-22 | GL: oops, APIENTRY is a linux thing. | Stephane Marchesin | 1 | -5/+5 |
2010-04-22 | GL: make it apple-proof. | Stephane Marchesin | 1 | -3/+13 |
2010-04-22 | GL: should work everywhere now. | Stephane Marchesin | 1 | -265/+13 |
2010-04-21 | GL: fix this damn winnie thingie. | Stephane Marchesin | 1 | -3/+4 |
2010-04-21 | GL: should work fine on nv30 finally. | Stephane Marchesin | 1 | -3/+5 |
2010-04-20 | GL: small fixes. | Stephane Marchesin | 1 | -3/+2 |
2010-04-20 | GL: hack together a GLSL version. | Stephane Marchesin | 1 | -20/+180 |
2010-04-19 | GL: yet more GL1.X-ification. | Stephane Marchesin | 1 | -9/+9 |
2010-04-19 | GL: make nv30 happy by using rect textures. | Stephane Marchesin | 1 | -10/+13 |
2010-04-19 | GL: more GL1.X-ification. | Stephane Marchesin | 1 | -1/+1 |
2010-04-19 | GL: make GL 1.X happy. | Stephane Marchesin | 2 | -30/+54 |
2010-04-18 | Make render use a FBO then upscale in a separate step. Requires GL 2.0 for now. | Stephane Marchesin | 1 | -4/+143 |
2010-04-13 | GL: Add ARB_precision_hint_nicest option the the fragment shaders | Segher Boessenkool | 1 | -2/+8 |
2010-04-13 | GL: Fix bug in scrolling | Segher Boessenkool | 1 | -1/+1 |
2010-04-13 | GL: Define GL_GLEXT_PROTOTYPES for Linux | Segher Boessenkool | 1 | -0/+1 |
2010-04-12 | SDL: Fix up some of SDL's OpenGL screwups | Segher Boessenkool | 1 | -6/+14 |
2010-04-12 | GL: Handle every video page with just one quad | Segher Boessenkool | 4 | -247/+467 |
2010-04-07 | Make the render cache store multiple entries per hash slot | Segher Boessenkool | 2 | -38/+184 |
2010-04-07 | OpenGL support | Segher Boessenkool | 10 | -298/+765 |
2010-04-07 | Add __noreturn macro | Segher Boessenkool | 2 | -1/+2 |
2010-04-07 | Use 3x3 mode by default | Segher Boessenkool | 1 | -1/+1 |
2010-04-03 | Rebuild everything if Makefile changes | Segher Boessenkool | 1 | -1/+1 |
2010-04-03 | dialog-cocoa: Fix for MacOSX 10.3 | Segher Boessenkool | 1 | -2/+1 |
2010-04-03 | Add __unused and __noinline | Segher Boessenkool | 7 | -8/+13 |
2010-04-03 | Remove insn_count | Segher Boessenkool | 1 | -4/+1 |
2010-04-03 | VC1: Add "no upgrades lost" cheat | Segher Boessenkool | 1 | -1/+2 |
2010-04-03 | Use -ffast-math | Segher Boessenkool | 1 | -1/+1 |
2010-02-23 | SDL: Simplify magnification code | Segher Boessenkool | 1 | -43/+11 |
2010-02-19 | Fix 3x3 mode | Segher Boessenkool | 1 | -3/+3 |
2010-02-19 | Add new debug key 'f': show framerate bar | Segher Boessenkool | 4 | -0/+43 |
2010-02-19 | video: Big speedup | Segher Boessenkool | 4 | -77/+133 |
2010-02-19 | Don't run do_controller() from a timer | Segher Boessenkool | 1 | -9/+0 |
2010-02-19 | Fix do_idle() | Segher Boessenkool | 1 | -2/+3 |
2010-02-18 | video: Mark DMA register bits as known | Segher Boessenkool | 1 | -2/+3 |
2010-02-18 | Factor out instruction fetches | Segher Boessenkool | 2 | -14/+18 |
2010-02-18 | video: Init the IRQ position to something impossible | Segher Boessenkool | 3 | -0/+9 |
2010-02-17 | Use offsetof(), not __builtin_offsetof() or funky macros | Segher Boessenkool | 1 | -6/+6 |
2010-02-17 | Make timing virtual; sync with real time each video frame | Segher Boessenkool | 7 | -133/+83 |
2010-02-15 | Keep track of CPU cycles spent | Segher Boessenkool | 1 | -2/+83 |
2010-02-14 | SDL: Add 1X1 mode | Segher Boessenkool | 1 | -21/+37 |
2010-02-14 | V_X: Add some GPIO logging | Segher Boessenkool | 1 | -4/+35 |
2010-02-13 | Add timers for TMB1 and TMB2; use timer.interval if timer.time == 0 | Segher Boessenkool | 5 | -12/+55 |
2010-02-13 | Flesh out the timer stuff; hook up controller input to it. | Segher Boessenkool | 3 | -27/+99 |
2010-02-13 | Simplify do_irq() etc. a bit | Segher Boessenkool | 1 | -12/+10 |
2010-02-13 | Add (back) some inlines for very frequently used functions | Segher Boessenkool | 2 | -7/+7 |
2010-02-13 | Big fat interrupt update | Segher Boessenkool | 4 | -106/+134 |
2010-02-13 | VII: Shut up about uart_send() | Segher Boessenkool | 1 | -1/+1 |
2010-02-13 | Split {irq,fiq} into {irq,fiq}_{enabled,active} | Segher Boessenkool | 1 | -27/+25 |
2010-02-12 | Add debug keys for triggering EXTINT | Segher Boessenkool | 2 | -0/+21 |