Re: [Open-graphics] Looking towards the future: Graphics technology

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: James Richard Tyrer
Date: Wednesday, April 19, 2006 - 11:24 pm

Timothy Miller wrote:
<SNIP>

Floating point isn't really RISC, you have a RISC processor with a FPU 
since the FPU couldn't execute stuff in one clock.  And, then methods 
were developed to accelerate the FPU so that it could execute in one clock.

What we really need to decide is how to handle operations (such as 
matrix math) which require a series of steps for the ALU to complete. 
We can use CISC like operations where the series of operations is in 
microcode.  Or we can have a RISC like control of the ALU where we have 
SIMD that can operate on up to 4 32 bit floats in parallel and issue a 
series of instructions to do what one CISC like operation would do. 
But, you can combine these like the transputer and have the OP 
instruction which calls a macrocode subroutine to do these things.

I can't see having more than one ALU per shader since it should have 4 
32 bit float hardware multipliers.  Since the standard shader operation 
is multiplying three 4x4 matrices, it is the hardware multipliers that 
is going to boost throughput.

-- 
JRT
_______________________________________________
Open-graphics mailing list
Open-graphics@duskglow.com
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[Open-graphics] Looking towards the future: Graphics techn ..., Timothy Baldridge, (Thu Apr 13, 10:56 am)
Re: [Open-graphics] Looking towards the future: Graphics t ..., Timothy Baldridge, (Thu Apr 13, 1:02 pm)
Re: [Open-graphics] Looking towards the future: Graphics t ..., Timothy Baldridge, (Thu Apr 13, 1:05 pm)
Re: [Open-graphics] Looking towards the future: Graphics t ..., Timothy Baldridge, (Fri Apr 14, 1:23 pm)
Re: [Open-graphics] Looking towards the future: Graphics t ..., Timothy Baldridge, (Fri Apr 14, 6:00 pm)
[Open-graphics] Re: CISC vs RISC, Jeff Garzik, (Sun Apr 16, 2:48 pm)
[Open-graphics] Re: CISC vs RISC, Timothy Miller, (Sun Apr 16, 2:57 pm)
[Open-graphics] Re: CISC vs RISC, Jeff Garzik, (Sun Apr 16, 3:22 pm)
Re: [Open-graphics] Re: CISC vs RISC, Michele Carla`, (Mon Apr 17, 3:54 am)
Re: [Open-graphics] Re: CISC vs RISC, Timothy Miller, (Mon Apr 17, 5:23 am)
Re: [Open-graphics] Looking towards the future: Graphics t ..., Timothy Baldridge, (Mon Apr 17, 7:25 am)
[Open-graphics] Re: Looking towards the future: Graphics t ..., Timothy Baldridge, (Tue Apr 18, 11:18 am)
[Open-graphics] Re: Looking towards the future: Graphics t ..., Timothy Baldridge, (Tue Apr 18, 2:43 pm)
Re: [Open-graphics] Looking towards the future: Graphics t ..., James Richard Tyrer, (Wed Apr 19, 11:24 pm)
Re: [Open-graphics] Re: Looking towards the future: Graphi ..., James Richard Tyrer, (Wed Apr 19, 11:52 pm)