Re: [Mesa3d-dev] Gallium: EXT_gpu_program_parameters

2010-04-05 Thread Brian Paul
Marek Olšák wrote: > Hi devs, > > this extensions is extensively used in Wine for obvious performance > reasons and is quite popular in the GL community, therefore we should > advertise it. All needed code seems to be already in mesa/main, so > unless I overlooked something, the patch below is

[Mesa3d-dev] Gallium: EXT_gpu_program_parameters

2010-04-04 Thread Marek Olšák
Hi devs, this extensions is extensively used in Wine for obvious performance reasons and is quite popular in the GL community, therefore we should advertise it. All needed code seems to be already in mesa/main, so unless I overlooked something, the patch below is sufficient. Any comments, please?