Re: Update on video subsystem draft

2006-01-01 Thread Marco Gerards
Vesa Jääskeläinen <[EMAIL PROTECTED]> writes: >> For a GNU project VMWare is absolutely not an option. You are of >> course free to do whatever you like, but it is not something that can >> be documented. > > Well I don't even run a Linux natively on this system :). I use VMware a > lot for diffe

Re: Update on video subsystem draft

2006-01-01 Thread Vesa Jääskeläinen
Marco Gerards wrote: > Vesa Jääskeläinen <[EMAIL PROTECTED]> writes: >> I have made some updates to wiki . Changed some parameters from >> grub_[u]int32_t to standard C types ([unsigned] int). Added functions >> used to manage and use render targets. > > Nice. I am not really sure what a render t

Re: Update on video subsystem draft

2005-12-31 Thread Marco Gerards
Vesa Jääskeläinen <[EMAIL PROTECTED]> writes: Hi Vesa, > I have made some updates to wiki . Changed some parameters from > grub_[u]int32_t to standard C types ([unsigned] int). Added functions > used to manage and use render targets. Nice. I am not really sure what a render target exactly is.

Re: Update on video subsystem draft

2005-12-31 Thread Hollis Blanchard
On Dec 30, 2005, at 7:39 PM, Vesa Jääskeläinen wrote: - What would be a good way to debug code like this :)... I have VMware running here and could use one of it's devices to get debug messages but at the moment there is no code to support this. The best way to debug video drivers is with a

Update on video subsystem draft

2005-12-30 Thread Vesa Jääskeläinen
I have made some updates to wiki . Changed some parameters from grub_[u]int32_t to standard C types ([unsigned] int). Added functions used to manage and use render targets. Here is the URL there: http://grub.enbug.org/VideoSubsystem I also decided to release sneak peak of current version for thos