Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
446ad38c
Commit
446ad38c
authored
Feb 02, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SDL doesn't actually support the physical/logical palette split anymore.
parent
a47948aa
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
351 deletions
+1
-351
Makefile.in
test/Makefile.in
+1
-4
sail.bmp
test/sail.bmp
+0
-0
testpalette.c
test/testpalette.c
+0
-347
No files found.
test/Makefile.in
View file @
446ad38c
...
@@ -7,7 +7,7 @@ EXE = @EXE@
...
@@ -7,7 +7,7 @@ EXE = @EXE@
CFLAGS
=
@CFLAGS@
CFLAGS
=
@CFLAGS@
LIBS
=
@LIBS@
LIBS
=
@LIBS@
TARGETS
=
checkkeys
$(EXE)
graywin
$(EXE)
loopwave
$(EXE)
testalpha
$(EXE)
testatomic
$(EXE)
testaudioinfo
$(EXE)
testbitmap
$(EXE)
testblitspeed
$(EXE)
testcursor
$(EXE)
testdraw2
$(EXE)
testdyngles
$(EXE)
testdyngl
$(EXE)
testerror
$(EXE)
testfile
$(EXE)
testfill
$(EXE)
testgamma
$(EXE)
testgl2
$(EXE)
testgles
$(EXE)
testgl
$(EXE)
testhaptic
$(EXE)
testhread
$(EXE)
testiconv
$(EXE)
testime
$(EXE)
testintersections
$(EXE)
testjoystick
$(EXE)
testkeys
$(EXE)
testloadso
$(EXE)
testlock
$(EXE)
testmultiaudio
$(EXE)
testoverlay2
$(EXE)
testoverlay
$(EXE)
testp
alette
$(EXE)
testp
latform
$(EXE)
testpower
$(EXE)
testresample
$(EXE)
testsem
$(EXE)
testshape
$(EXE)
testsprite2
$(EXE)
testsprite
$(EXE)
testspriteminimal
$(EXE)
testtimer
$(EXE)
testver
$(EXE)
testvidinfo
$(EXE)
testwin
$(EXE)
testwm2
$(EXE)
testwm
$(EXE)
threadwin
$(EXE)
torturethread
$(EXE)
testgesture
$(EXE)
TARGETS
=
checkkeys
$(EXE)
graywin
$(EXE)
loopwave
$(EXE)
testalpha
$(EXE)
testatomic
$(EXE)
testaudioinfo
$(EXE)
testbitmap
$(EXE)
testblitspeed
$(EXE)
testcursor
$(EXE)
testdraw2
$(EXE)
testdyngles
$(EXE)
testdyngl
$(EXE)
testerror
$(EXE)
testfile
$(EXE)
testfill
$(EXE)
testgamma
$(EXE)
testgl2
$(EXE)
testgles
$(EXE)
testgl
$(EXE)
testhaptic
$(EXE)
testhread
$(EXE)
testiconv
$(EXE)
testime
$(EXE)
testintersections
$(EXE)
testjoystick
$(EXE)
testkeys
$(EXE)
testloadso
$(EXE)
testlock
$(EXE)
testmultiaudio
$(EXE)
testoverlay2
$(EXE)
testoverlay
$(EXE)
testplatform
$(EXE)
testpower
$(EXE)
testresample
$(EXE)
testsem
$(EXE)
testshape
$(EXE)
testsprite2
$(EXE)
testsprite
$(EXE)
testspriteminimal
$(EXE)
testtimer
$(EXE)
testver
$(EXE)
testvidinfo
$(EXE)
testwin
$(EXE)
testwm2
$(EXE)
testwm
$(EXE)
threadwin
$(EXE)
torturethread
$(EXE)
testgesture
$(EXE)
all
:
Makefile $(TARGETS)
all
:
Makefile $(TARGETS)
...
@@ -101,9 +101,6 @@ testoverlay2$(EXE): $(srcdir)/testoverlay2.c
...
@@ -101,9 +101,6 @@ testoverlay2$(EXE): $(srcdir)/testoverlay2.c
testoverlay$(EXE)
:
$(srcdir)/testoverlay.c
testoverlay$(EXE)
:
$(srcdir)/testoverlay.c
$(CC)
-o
$@
$?
$(CFLAGS)
$(LIBS)
$(CC)
-o
$@
$?
$(CFLAGS)
$(LIBS)
testpalette$(EXE)
:
$(srcdir)/testpalette.c
$(CC)
-o
$@
$?
$(CFLAGS)
$(LIBS)
@MATHLIB@
testplatform$(EXE)
:
$(srcdir)/testplatform.c
testplatform$(EXE)
:
$(srcdir)/testplatform.c
$(CC)
-o
$@
$?
$(CFLAGS)
$(LIBS)
$(CC)
-o
$@
$?
$(CFLAGS)
$(LIBS)
...
...
test/sail.bmp
deleted
100644 → 0
View file @
a47948aa
15.5 KB
test/testpalette.c
deleted
100644 → 0
View file @
a47948aa
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment