lp:~libretro/libretro/+git/reicast

Owned by Libretro
Get this repository:
git clone https://git.not.enabled/~libretro/libretro/+git/reicast

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://github.com/libretro/reicast-emulator.git.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log

Branches

Name Last Modified Last Commit
master 2022-04-06 20:50:54 UTC
Update libco

Author: twinaphex
Author Date: 2022-04-06 20:50:54 UTC

Update libco

attempt-rebase 2021-04-12 15:38:08 UTC
Buildfix

Author: twinaphex
Author Date: 2021-04-12 15:38:08 UTC

Buildfix

revert-1036-rec-ARM-update 2021-02-26 08:40:19 UTC
Revert "Rebase rec-ARM: (#1036)"

Author: Autechre
Author Date: 2021-02-26 08:40:19 UTC

Revert "Rebase rec-ARM: (#1036)"

This reverts commit d58c8fefc00ff8696aad6881f01edf45fea95990.

vmem-rebase 2021-02-25 09:22:09 UTC
Rebase hw/mem/vem - backport https://github.com/flyinghead/flycast/commit/632...
rebase-reios 2021-02-24 13:25:22 UTC
Tentative backport of reios

Author: twinaphex
Author Date: 2021-02-24 13:25:22 UTC

Tentative backport of reios

barbudreadmon-syncing 2021-01-09 08:45:42 UTC
more syncing with standalone

Author: barbudreadmon
Author Date: 2021-01-09 08:45:42 UTC

more syncing with standalone

revert-1000-master 2020-12-28 22:55:26 UTC
Revert "Mingw cross compile fixes"

Author: Autechre
Author Date: 2020-12-28 22:55:26 UTC

Revert "Mingw cross compile fixes"

barbudreadmon-vk10 2020-12-28 12:05:30 UTC
(VULKAN) test fix for vulkan 1.0 support

Author: barbudreadmon
Author Date: 2020-12-28 12:05:30 UTC

(VULKAN) test fix for vulkan 1.0 support

kivutar/fixosx 2020-09-13 07:48:17 UTC
Fix OSX build

Author: Jean-André Santoni
Author Date: 2020-09-13 07:48:17 UTC

Fix OSX build

fh/gpu-palette 2020-07-11 17:19:58 UTC
handle some palette textures on the GPU. vulkan: some linear tiling

Author: Raphael Jean-Leconte
Author Date: 2020-07-11 17:19:58 UTC

handle some palette textures on the GPU. vulkan: some linear tiling

get rid of PixerPacker templates
gl4: no need for GLSL precision qualifier in GL4
vk: Refactor base and oit renderers to avoid code dup
vk: Linear tiling is faster for small, frequently updated textures
Fix Hello Kitty crash with empty first TR polygon
Fix Test Drive Le Mans crash on invalid textures

fh/ya-div32-fix 2020-06-09 19:16:55 UTC
fix div matching. make it the default. remove exceptions

Author: Raphael Jean-Leconte
Author Date: 2020-06-09 19:16:55 UTC

fix div matching. make it the default. remove exceptions

fh/switch 2020-03-26 16:46:36 UTC
pvr: #ifdef switch work-around

Author: Raphael Jean-Leconte
Author Date: 2020-03-26 16:46:36 UTC

pvr: #ifdef switch work-around

change-core-option-prefix 2020-03-10 16:09:26 UTC
change core option prefix

Author: barbudreadmon
Author Date: 2020-03-10 16:09:26 UTC

change core option prefix

fh/ta-inf-vtx 2020-02-17 15:39:39 UTC
ta: defer index building and strip merging, filter out infinite vertices

Author: Raphael Jean-Leconte
Author Date: 2020-02-17 15:39:39 UTC

ta: defer index building and strip merging, filter out infinite vertices

naomi_fixes 2020-01-04 18:30:17 UTC
(NAOMI) eeprom for spawn

Author: barbudreadmon
Author Date: 2020-01-04 18:30:17 UTC

(NAOMI) eeprom for spawn

fh/vram-p2 2019-09-29 18:24:42 UTC
Missing WinCE check in x64 rec. Protect P2 VRAM.

Author: Raphael Jean-Leconte
Author Date: 2019-09-29 18:24:42 UTC

Missing WinCE check in x64 rec. Protect P2 VRAM.

rec-x64: paddr==vaddr should be checked even when block is read-only
Protect P2 VRAM as well as P0 and P1. Used by NHL 2K2 yuv textures.
Clean up

fh/novmem-prot 2019-09-20 10:59:45 UTC
Protect ram and vram when vmem is disabled

Author: Raphael Jean-Leconte
Author Date: 2019-09-20 10:59:45 UTC

Protect ram and vram when vmem is disabled

fh/wince 2019-09-14 08:35:34 UTC
pvr: restore TA ctx after rendering framebuffer

Author: Raphael Jean-Leconte
Author Date: 2019-09-14 08:35:34 UTC

pvr: restore TA ctx after rendering framebuffer

fixes Sakura Taisen 4 and Samurai Shodown hang when starting game

fh/cdrom 2019-07-02 17:14:54 UTC
cue: Make two sessions if cdrom contains more than 1 track

Author: Raphael Jean-Leconte
Author Date: 2019-07-02 17:14:54 UTC

cue: Make two sessions if cdrom contains more than 1 track

fh/android-x86 2019-06-25 09:14:38 UTC
Fix x86 build on android

Author: Raphael Jean-Leconte
Author Date: 2019-06-25 09:14:38 UTC

Fix x86 build on android

fh/arm64-jit-mem 2019-01-18 14:15:27 UTC
Disable LTO partitioning

Author: Raphael Jean-Leconte
Author Date: 2019-01-18 14:15:27 UTC

Disable LTO partitioning

holzhaus/gui 2015-10-11 15:39:51 UTC
libreicast: Make it possible to pass a HWND into init

Author: Jan Holthuis
Author Date: 2015-10-11 15:39:51 UTC

libreicast: Make it possible to pass a HWND into init

holzhaus/generalize-mappings 2015-09-29 00:39:38 UTC
Linux: Adapt Linux Joystick implementation to InputHandler pattern

Author: Jan Holthuis
Author Date: 2015-09-29 00:18:45 UTC

Linux: Adapt Linux Joystick implementation to InputHandler pattern

feat/rawvid-record 2015-07-16 11:03:45 UTC
pipe video to record:rawvid if set

Author: Stefanos Kornilios Mitsis Poiitidis
Author Date: 2015-07-16 11:03:45 UTC

pipe video to record:rawvid if set

Can be used to stream/record video, like
./reicast.elf -config record:rawvid=>(ffmpeg -f rawvideo -pixel_format rgb24 -video_size 640x480 -i - test.mpg) #(from bash)

124 of 24 results
This repository contains Public information 
Everyone can see this information.