Unknown W. Brackets
|
0982336565
|
Oops, fix race in xBRZ buffer alloc.
|
2015-02-21 15:51:02 -08:00 |
|
Unknown W. Brackets
|
10049e62a8
|
Allocate the xBRZ buffer only when actually used.
This way if scaling is off, we don't have to worry about potentially
eating more RAM on any platform.
|
2015-02-21 15:51:02 -08:00 |
|
Henrik Rydgard
|
cae58cafee
|
Revert "Merge pull request #7361 from hrydgard/color-conv-centralize"
This reverts commit f1b57dabf5, reversing
changes made to 41001637ce.
|
2015-01-22 19:53:32 +01:00 |
|
Henrik Rydgard
|
7faddd6100
|
Consolidate the two TextureScaler copies into one.
Also lets us clean up ColorConv slightly.
|
2015-01-20 17:32:55 +01:00 |
|
Henrik Rydgard
|
2623a48b4a
|
Centralize color conversion functions in Common/ColorConv.
|
2015-01-20 17:32:54 +01:00 |
|
Unknown W. Brackets
|
59c1485e64
|
Fix typo.
|
2014-11-06 08:51:15 -08:00 |
|
Unknown W. Brackets
|
416182b4ba
|
Update to xBRZ 1.1.
Keeping the channel swap stuff and other changes, though.
|
2014-11-02 14:17:24 -08:00 |
|
Unknown W. Brackets
|
602daf5f8a
|
Add some missing algorithm includes.
|
2014-07-01 00:26:22 -07:00 |
|
The Dax
|
c499719967
|
Put the removed include back, but only for Visual Studio 2012.
|
2013-09-17 10:27:06 -04:00 |
|
The Dax
|
156bc2613a
|
Remove unnecessary include.
|
2013-09-17 10:27:06 -04:00 |
|
Henrik Rydgard
|
cc6681cd0b
|
Compile Ced's DX9 GPU on Windows. Not hooked up yet.
This needs work, has several problems that must be fixed to run on Windows.
Ced, you'll have to fix up your xb project file a bit, sorry.
|
2013-09-15 12:52:44 +02:00 |
|
The Dax
|
e00364bfa5
|
Add initial support for native Visual Studio 2012(and above) compilation. Just upgrade the SLN, and go.
|
2013-07-25 18:34:55 -04:00 |
|
Unknown W. Brackets
|
a32cf817ff
|
Fix some minor warnings.
|
2013-07-07 20:31:04 -07:00 |
|
Sacha
|
f825a07650
|
Move C++11 functions to std namespace.
|
2013-06-02 22:27:37 +10:00 |
|
Sacha
|
b39a572043
|
Buildfixes.
Fix C++11 usage.
Remove redundancy.
Fix st_*time re-usage.
|
2013-06-02 13:26:39 +10:00 |
|
Peter Thoman
|
fa8df54391
|
Pre-compute all weights and sums for bicubic scaling
|
2013-05-05 21:59:41 +02:00 |
|
Peter Thoman
|
073787430e
|
Fixed bicubic scaling, added SSE 4.1 version
|
2013-05-05 21:59:41 +02:00 |
|
Sacha
|
c85b5782a0
|
Buildfix for BHarmattan and Blackberry. Was missing math.h
|
2013-05-05 20:18:31 +10:00 |
|
Peter Thoman
|
e7b382dc57
|
__forceinline doesn't make a measureable difference here, so no need to make the code nonstandard
|
2013-05-05 01:49:16 +02:00 |
|
Peter Thoman
|
f49cc04c7d
|
Merge branch 'master' of https://github.com/hrydgard/ppsspp
Conflicts:
Windows/resource.h
|
2013-05-05 01:38:47 +02:00 |
|
Peter Thoman
|
bfe1cb9ca2
|
Added bicubic texture filtering and hybrid bicubic texture filtering options
|
2013-05-05 01:27:15 +02:00 |
|
Henrik Rydgård
|
5c2b337526
|
Merge pull request #1652 from PeterTh/master
Add Texture Deposterization
|
2013-05-03 08:06:27 -07:00 |
|
Sacha
|
279158a010
|
Buildfix (Harmattan and Blackberry): stdlib is required for abs(int).
|
2013-05-04 00:32:25 +10:00 |
|
Peter Thoman
|
3ede2b69cb
|
Drop std:: from bind in deposterize, I want to avoid breaking builds again if at all possible
|
2013-05-03 16:26:02 +02:00 |
|
Peter Thoman
|
3c2ee6bd65
|
Added texture deposterization option
|
2013-05-03 16:26:02 +02:00 |
|