You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
Did this methodology ended up in something concrete or was it just left as a proof of concept? It would be interesting to see a working example of this rendering strategy, as it would help to appreciate the decisions that you describe. In any case, many thanks for the detailed explanations, I really enjoyed reading this.introspec– introspec2018-03-21 20:56:54 +00:00Commented Mar 21, 2018 at 20:56
-
1@introspec unfortunately I made a really dumb foundational assumption that 8-bit coordinates would do because I'd just clip before projection. I had not thought through precision. And going back to convert all of those parts to 16-bit with 2d span clipping was too discouraging. I've been thinking about revisiting it, possibly with a refined system for walking down the screen that eliminates the vertical sort by just putting a global limit on polygons and tagging a bit field for start and stop y locations, but have yet actually to act. I'm the worst.Tommy– Tommy2018-03-21 23:06:43 +00:00Commented Mar 21, 2018 at 23:06
-
1@tommy re PowerVR "a process called tile-based deferred rendering, which required the programmer to track and bucket all geometry in a scene before submission." The programmer was never required to do this. In Series 1 (PCX1&PXC2) the API/Driver (plus HW during rendering phase) and on Series 2 (eg Dreamcast and Neon250 on PC) and all later generations, this was all done by hardware. Also it was only PCX1 that didn't have bilinear filtering (but it did have linear filtering between MIP map levels)Simon F– Simon F2019-12-14 08:25:21 +00:00Commented Dec 14, 2019 at 8:25
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you