blob: 6f21563d3127e9b7b92f46b8a9d6609d29bc8c1c [file] [log] [blame]
Brian Paul77983742000-11-05 23:15:16 +00001
2/*
3 * Mesa 3-D graphics library
Jouk Jansen5e3bc0c2000-11-22 07:32:16 +00004 *
Gareth Hughes22144ab2001-03-12 00:48:37 +00005 * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
Jouk Jansen5e3bc0c2000-11-22 07:32:16 +00006 *
Brian Paul77983742000-11-05 23:15:16 +00007 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
Jouk Jansen5e3bc0c2000-11-22 07:32:16 +000013 *
Brian Paul77983742000-11-05 23:15:16 +000014 * The above copyright notice and this permission notice shall be included
15 * in all copies or substantial portions of the Software.
Jouk Jansen5e3bc0c2000-11-22 07:32:16 +000016 *
Brian Paul77983742000-11-05 23:15:16 +000017 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
Kenneth Graunke3d8d5b22013-04-21 13:46:48 -070020 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
21 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
22 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23 * OTHER DEALINGS IN THE SOFTWARE.
Brian Paul77983742000-11-05 23:15:16 +000024 */
25
26
27#ifndef S_AALINE_H
28#define S_AALINE_H
29
30
Vinson Leed5907532010-12-24 18:35:10 -080031struct gl_context;
Brian Paul77983742000-11-05 23:15:16 +000032
33
34extern void
Kristian Høgsbergf9995b32010-10-12 12:26:10 -040035_swrast_choose_aa_line_function(struct gl_context *ctx);
Brian Paul77983742000-11-05 23:15:16 +000036
37
38#endif