Ion Todirel said:
sudhir01 said:
*snip*

There isn't a "startup guide" for writing a driver, there are some guides and samples in the official documentation, but they just describes the API, I believe. You need to understand how the underlying hardware works to write one, that's the purpose of a driver, to abstract the hardware and provide a way of "talking" with it thru, well at least usually. From what you are saying it looks like you need something different, a video filter maybe?

Where can I get more details about GPU architectures,memory management etc??