Re: [Mesa-dev] [PATCH 0/4] GL_EXT_packed_float

2011-04-28 Thread Brian Paul
On 04/28/2011 06:04 AM, Marek Olšák wrote: Hi, This series implements another GL3 extension: GL_EXT_packed_float This one is quite simple, because its code is very similar to that of GL_EXT_texture_shared_exponent -- all the pack, unpack, texstore, texfetch, and mipmap functions are equivalen

[Mesa-dev] [PATCH 0/4] GL_EXT_packed_float

2011-04-28 Thread Marek Olšák
Hi, This series implements another GL3 extension: GL_EXT_packed_float This one is quite simple, because its code is very similar to that of GL_EXT_texture_shared_exponent -- all the pack, unpack, texstore, texfetch, and mipmap functions are equivalent, but instead of calling rgb9e5_to_float3 an