lekernel changed the topic of #m-labs to: Mixxeo, Migen, MiSoC & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
<sb0>
(no mipmapping is bilinear filtering)
<furan>
huh
<furan>
hey sb0, have you ever thought about swizzling your textures across all your sdram banks
<furan>
so that the memory controller could be optimized for texture reads by using multiple banks?
<furan>
I kind of like the banking concept is a way to partition texture and framebuffer memory such that the framebuffer and textures ops could run in parallel for different banks
<furan>
+that
<furan>
I'm getting this idea from reading your doc
<sb0>
I played a bit with that, concluded it didn't produce a significant performance improvement and required messy linker commands, and gave up
<furan>
nods
<furan>
I've worked on the graphics/input/window manager stacks in windows for the last 10 years, so I'm very familiar with the driver side of graphics, and how the stack works
mumptai has quit [Quit: Verlassend]
<furan>
but I really want to make my own :)
kristianpaul has quit [Remote host closed the connection]
kristianpaul has joined #m-labs
<furan>
woo, finally finished reading the thesis
<furan>
good stuff.
<furan>
you didn't talk much about bus mastering
<furan>
like I'm not sure how the tmu doesn't starve the vga
littlebab has quit [Ping timeout: 244 seconds]
Alain has joined #m-labs
mumptai has joined #m-labs
aeris has quit [Quit: en a pas]
kflux has joined #m-labs
kflux has quit [Ping timeout: 240 seconds]
kflux has joined #m-labs
kflux has quit [Ping timeout: 265 seconds]
xiangfu has joined #m-labs
xiangfu has quit [Remote host closed the connection]
aeris has joined #m-labs
ukurok has joined #m-labs
ukurok has quit [Remote host closed the connection]
16WAA2J71 has joined #m-labs
16WAA2J71 has quit [Remote host closed the connection]
kflux has joined #m-labs
zeiris has quit [Ping timeout: 240 seconds]
kflux has quit [Ping timeout: 264 seconds]
kflux has joined #m-labs
<ysionneau>
sb0 : the wiki about the M1 is hosted somewhere else?
<sb0>
I still need to move it, if you want to access it now add 88.198.40.39 milkymist.org in your /etc/hosts
<ysionneau>
ah great thanks :)
<ysionneau>
hum does not seem to work
<ysionneau>
I'm trying GET /wiki/ at this ip (via the milkymist.org in etc/hosts) and I get a 404
<ysionneau>
but if it's going to get moved some day I'm in no hurry
<ysionneau>
I can wait for it to move
Alain has quit [Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140212131424]]
kflux has quit [Ping timeout: 265 seconds]
mumptai has quit [Quit: Verlassend]
<furan>
sb0: are post-processed fragment hdl files human readable?