diff options
author | Brian Paul <[email protected]> | 2005-11-04 16:43:28 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-11-04 16:43:28 +0000 |
commit | 8ff68b2bf3d67f84f52d92686143175cb5446f76 (patch) | |
tree | ee02e651f2955398cde42e3754aeca879ba5c4c9 /src/mesa/tnl/t_vb_arbprogram.h | |
parent | c12ee99d119debe1a421a77c1cc6d99d958ae94b (diff) |
just pass ctx to do_ndc_cliptest() rather than stuffing it in the arb_vp_machine struct
Diffstat (limited to 'src/mesa/tnl/t_vb_arbprogram.h')
-rw-r--r-- | src/mesa/tnl/t_vb_arbprogram.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.h b/src/mesa/tnl/t_vb_arbprogram.h index 5461820fbb6..4e73d2cde1f 100644 --- a/src/mesa/tnl/t_vb_arbprogram.h +++ b/src/mesa/tnl/t_vb_arbprogram.h @@ -1,8 +1,8 @@ /* * Mesa 3-D graphics library - * Version: 6.3 + * Version: 6.5 * - * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -149,7 +149,7 @@ struct output { #endif -/*! +/** * Private storage for the vertex program pipeline stage. */ struct arb_vp_machine { @@ -169,7 +169,6 @@ struct arb_vp_machine { GLuint vtx_nr; /**< loop counter */ struct vertex_buffer *VB; - GLcontext *ctx; GLshort fpucntl_rnd_neg; /* constant value */ GLshort fpucntl_restore; /* constant value */ |