twinaphex
|
1ae20ea17c
|
Style nits - turn macro names into upper-case - some while style nits
|
2020-06-26 20:00:19 +02:00 |
|
jdgleaver
|
d24498bdf1
|
Image file type detection fixes/optimisations
|
2020-05-22 16:57:37 +01:00 |
|
jdgleaver
|
548c5dc925
|
(glcore/slang) Set filter and wrap mode correctly when intialising shader textures
|
2020-04-30 17:04:02 +01:00 |
|
twinaphex
|
cd9ca691ca
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
|
jdgleaver
|
431877799d
|
(RPNG) Fix undefined behaviour when loading bad/corrupt PNG images
|
2019-05-27 13:07:11 +01:00 |
|
Huw Pascoe
|
cd714dbd0b
|
image_texture_load_buffer
|
2019-05-11 09:58:45 +01:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
twinaphex
|
768ebbfdb5
|
Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common'
|
2018-05-12 17:56:34 +02:00 |
|
twinaphex
|
0548349991
|
Remove libretro-common
|
2018-05-12 17:56:14 +02:00 |
|
twinaphex
|
be7eb4de1c
|
Update libretro-common
|
2018-04-16 08:57:17 +02:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
64bb848daf
|
Update headers (pt. 2 - libretro-common)
|
2017-01-22 13:58:20 +01:00 |
|
twinaphex
|
9657bbd998
|
Get rid of set_rgba/unset_rgba inside image_texture.c
|
2016-12-29 23:22:40 +01:00 |
|
twinaphex
|
6a166faa0c
|
Revert "Remove supports_rgba varaible from image_texture.c"
This reverts commit bd0c97fdc414d3537eb73d1371dbe948b4e98179.
|
2016-12-29 22:53:10 +01:00 |
|
twinaphex
|
bd0c97fdc4
|
Remove supports_rgba varaible from image_texture.c
|
2016-12-29 22:39:52 +01:00 |
|
twinaphex
|
cb772047ff
|
Prevent some more memsets
|
2016-10-21 19:32:44 +02:00 |
|
Sebastien Ronsse
|
e77599be32
|
image texture: Add length argument to image_transfer_process
|
2016-06-21 14:34:34 +10:00 |
|
twinaphex
|
9b572d0fe4
|
Make RBMP optional too
|
2016-05-18 13:28:20 +02:00 |
|
twinaphex
|
7e36dcb27f
|
move video_texture_image to libretro-common and rename it to image_texture.c
|
2016-05-18 12:58:00 +02:00 |
|