File: ChangeLog

package info (click to toggle)
sdl-stretch 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,696 kB
  • sloc: sh: 10,156; ansic: 3,392; python: 791; makefile: 119
file content (27 lines) | stat: -rw-r--r-- 1,288 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2009-05-21  guidod  <guidod@gmx.de>
    * moving *.c/*.h/*.pc into new src/ subdirectory
    * adding extern C clauses to the header files.
    * parallax2.c: adjust example to assert tiles_bmp with
       an alternative load from "../../src/parallax2.bmp"
    * parallax2.c: also invert order of ifndef SOFTBLIT near eventloop
	* src/SDL_stretch.h: insert DECLSPEC to accomodate win32-builds
	* thanks to Vincent Richomme for the test/build/patch
	    of SDL_stretch for win32/wince ARMV4 platform

2009-02-21  guidod  <guidod@gmx.de>
    * adding parallax2 demo with SOFTSTRETCH changes.

2009-02-21  guidod  <guidod@gmx.de>
    * due to the API change, the version number is bumped up to 0.3.0
	* SDL_stretchcode.h: replace data-export SDL_TheRowStretchCode with
	   function-export SDL_GetRowStretchCode. The reason is that the AMD64 Linux
	   platform will compile with NX datasegments by default. There is only one
	   chance in an allocated memalign/mprotect segment that will be used.
	* sdlstretchcode.c: rephrase to support HAVE_X86_64 in parallel with HAVE_386
	* doc/make-doc.py: use BEL instead of hatch to flag "*/" sequences
	* configure.ac: use only "python" in search of the tooling

2003-12-07 <guidod@pc3>
	- adding ChangeLog as well
	- updating to latest make-doc.py