17798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul
27798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul/*
37798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * Mesa 3-D graphics library
45e3bc0c2a2bcdf59949410f94c9b705fc1281ce8Jouk Jansen *
522144ab7552f0799bcfca506bf4ffa7f70a06649Gareth Hughes * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
65e3bc0c2a2bcdf59949410f94c9b705fc1281ce8Jouk Jansen *
77798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * Permission is hereby granted, free of charge, to any person obtaining a
87798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * copy of this software and associated documentation files (the "Software"),
97798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * to deal in the Software without restriction, including without limitation
107798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * the rights to use, copy, modify, merge, publish, distribute, sublicense,
117798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * and/or sell copies of the Software, and to permit persons to whom the
127798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * Software is furnished to do so, subject to the following conditions:
135e3bc0c2a2bcdf59949410f94c9b705fc1281ce8Jouk Jansen *
147798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * The above copyright notice and this permission notice shall be included
157798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * in all copies or substantial portions of the Software.
165e3bc0c2a2bcdf59949410f94c9b705fc1281ce8Jouk Jansen *
177798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
187798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
197798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
203d8d5b298a268b119d840bc9bae0ee9e0c9244a9Kenneth Graunke * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
213d8d5b298a268b119d840bc9bae0ee9e0c9244a9Kenneth Graunke * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
223d8d5b298a268b119d840bc9bae0ee9e0c9244a9Kenneth Graunke * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
233d8d5b298a268b119d840bc9bae0ee9e0c9244a9Kenneth Graunke * OTHER DEALINGS IN THE SOFTWARE.
247798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul */
257798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul
267798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul
277798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul#ifndef S_AALINE_H
287798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul#define S_AALINE_H
297798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul
307798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul
31d59075303a2d64b619d592c104fe69cb39c67046Vinson Leestruct gl_context;
327798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul
337798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul
347798374e472a8fa2f8699d38873e6b8490d853a4Brian Paulextern void
35f9995b30756140724f41daf963fa06167912be7fKristian Høgsberg_swrast_choose_aa_line_function(struct gl_context *ctx);
367798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul
377798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul
387798374e472a8fa2f8699d38873e6b8490d853a4Brian Paul#endif
39