Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOFT RENDERER: Textured Triangles prerequisites #1778

Closed
SDLBugzilla opened this issue Feb 10, 2021 · 1 comment
Closed

SOFT RENDERER: Textured Triangles prerequisites #1778

SDLBugzilla opened this issue Feb 10, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

These attachments are available in the static archive:

Reported in version: don't know
Reported for operating system, platform: All, All

Comments on the original bug report:

On 2015-02-23 22:33:47 +0000, Jared wrote:

A set of C preprocessor macros and floating-point mathematics routines.

The floating-point routines are styled after SGLIB: set a few preprocessor macros, include the relevant file (either .h or .xmacro), and use the files as appropriate. They need to be adapted to the SDL build system.

The routines and macros are used in a un-committed "pixel perfect" subdivision-area-based textured-triangle renderer. The renderer is intended to support [1734], and these files are in turn intended to support the renderer.

On 2015-02-23 22:34:44 +0000, Jared wrote:

Created attachment 2045
Macro file.

On 2015-02-23 22:35:17 +0000, Jared wrote:

Created attachment 2046
Floating-point header.

On 2015-02-23 22:35:46 +0000, Jared wrote:

Created attachment 2047
Floating-point implementation.

On 2015-02-23 22:36:33 +0000, Jared wrote:

Created attachment 2048
Implementation instantiation file.

On 2015-02-23 22:40:18 +0000, Jared wrote:

Created attachment 2049
Floating-point header cleanup file.

Used to get rid of preprocessor warnings if you invoke the header several times. Used by common_float.c

On 2015-02-28 03:08:59 +0000, Jared wrote:

Created attachment 2055
File archive.

Archive for more convenience.

On 2015-03-14 14:13:12 +0000, Jared wrote:

Created attachment 2061
Tar'ed file set

A new file archive, just in case I changed something and forgot.

On 2015-03-17 02:13:16 +0000, Jared wrote:

Created attachment 2066
Common macros & float funcs

Fixed a bug that resulted in functions getting the wrong name.

On 2015-03-20 03:52:32 +0000, Jared wrote:

Created attachment 2072
Common macros & float funcs

Fixes INT_CONSTR()

On 2015-03-22 08:00:23 +0000, Jared wrote:

Created attachment 2077
Common macros & floating point functions

Fixes several bugs in the implementations.

On 2015-03-22 08:04:27 +0000, Jared wrote:

Comment on attachment 2077
Common macros & floating point functions

Partially tested.

On 2015-03-23 04:45:31 +0000, Jared wrote:

Created attachment 2080
Common macros and floating-point functions

Newest source. Separate pretest program runs to completion.

On 2015-03-25 05:18:13 +0000, Jared wrote:

Created attachment 2084
Common macros and floating-point functions

Latest code. Pretest runs to completion.

On 2015-03-27 03:10:04 +0000, Jared wrote:

Created attachment 2093
Common macros and floating-point functions

On 2015-03-28 20:05:04 +0000, Jared wrote:

Created attachment 2097
Common macros and floating-point functions

Just-in-case upload.

On 2015-04-01 03:50:11 +0000, Jared wrote:

Created attachment 2102
Common macros and floating-point functions

On 2015-04-24 23:38:33 +0000, Jared wrote:

Created attachment 2133
Common macros and floating-point functions

I got tired of the debug messages, so now there's a simple report formatting system to provide nesting-dependent prefix-whitespace.

On 2015-05-27 01:47:32 +0000, Jared wrote:

Created attachment 2161
Snapshot, in case something has changed.

@SDLBugzilla SDLBugzilla added the enhancement New feature or request label Feb 10, 2021
@icculus
Copy link
Collaborator

icculus commented Aug 11, 2021

I think we're good, with Sylvain's triangle rendering work.

@icculus icculus closed this as completed Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants