Re: [Mesa-dev] [PATCH 02/21] mesa: Remove unnecessary parameters from TexImage

2012-06-11 Thread Brian Paul
On 06/11/2012 12:59 AM, Pauli Nieminen wrote: gl_texture_image structure always holds size and internal format before TexImage driver hook is called. Those passing same information in function parameters only duplicates information making the interface harder to understand. Signed-off-by: Pauli

[Mesa-dev] [PATCH 02/21] mesa: Remove unnecessary parameters from TexImage

2012-06-11 Thread Pauli Nieminen
gl_texture_image structure always holds size and internal format before TexImage driver hook is called. Those passing same information in function parameters only duplicates information making the interface harder to understand. Signed-off-by: Pauli Nieminen --- src/mesa/drivers/dri/intel/intel_