Re: [Piglit] [PATCH 1/3] util: Add functions that provide glOrtho-like functionality.

2013-01-02 Thread Brian Paul
On 12/31/2012 12:14 PM, Paul Berry wrote: This patch adds functions piglit_gen_ortho_uniform() and piglit_ortho_uniform(), which can be used to set up an orthographic projection when the legacy function glOrtho() is not available. The functions work exactly like piglit_gen_ortho_projection() and

[Piglit] [PATCH 1/3] util: Add functions that provide glOrtho-like functionality.

2012-12-31 Thread Paul Berry
This patch adds functions piglit_gen_ortho_uniform() and piglit_ortho_uniform(), which can be used to set up an orthographic projection when the legacy function glOrtho() is not available. The functions work exactly like piglit_gen_ortho_projection() and piglit_ortho_projection(), except that inst