| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1 | /** |
| 2 | * \file context.c |
| 3 | * Mesa context/visual/framebuffer management functions. |
| 4 | * \author Brian Paul |
| 5 | */ |
| 6 | |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 7 | /* |
| 8 | * Mesa 3-D graphics library |
| Brian Paul | 363344f | 2005-09-13 14:48:28 +0000 | [diff] [blame] | 9 | * Version: 6.5 |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 10 | * |
| Michal Krol | 9b3752c | 2005-01-13 14:08:47 +0000 | [diff] [blame] | 11 | * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 12 | * |
| 13 | * Permission is hereby granted, free of charge, to any person obtaining a |
| 14 | * copy of this software and associated documentation files (the "Software"), |
| 15 | * to deal in the Software without restriction, including without limitation |
| 16 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 17 | * and/or sell copies of the Software, and to permit persons to whom the |
| 18 | * Software is furnished to do so, subject to the following conditions: |
| 19 | * |
| 20 | * The above copyright notice and this permission notice shall be included |
| 21 | * in all copies or substantial portions of the Software. |
| 22 | * |
| 23 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
| 24 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 25 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 26 | * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN |
| 27 | * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 28 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 29 | */ |
| 30 | |
| 31 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 32 | /** |
| Brian Paul | 253204f | 2004-09-10 00:45:12 +0000 | [diff] [blame] | 33 | * \mainpage Mesa Main Module |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 34 | * |
| Brian Paul | 253204f | 2004-09-10 00:45:12 +0000 | [diff] [blame] | 35 | * \section MainIntroduction Introduction |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 36 | * |
| Brian Paul | 253204f | 2004-09-10 00:45:12 +0000 | [diff] [blame] | 37 | * The Mesa Main module consists of all the files in the main/ directory. |
| 38 | * Among the features of this module are: |
| 39 | * <UL> |
| 40 | * <LI> Structures to represent most GL state </LI> |
| 41 | * <LI> State set/get functions </LI> |
| 42 | * <LI> Display lists </LI> |
| 43 | * <LI> Texture unit, object and image handling </LI> |
| 44 | * <LI> Matrix and attribute stacks </LI> |
| 45 | * </UL> |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 46 | * |
| Brian Paul | 253204f | 2004-09-10 00:45:12 +0000 | [diff] [blame] | 47 | * Other modules are responsible for API dispatch, vertex transformation, |
| 48 | * point/line/triangle setup, rasterization, vertex array caching, |
| 49 | * vertex/fragment programs/shaders, etc. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 50 | * |
| 51 | * |
| 52 | * \section AboutDoxygen About Doxygen |
| 53 | * |
| 54 | * If you're viewing this information as Doxygen-generated HTML you'll |
| 55 | * see the documentation index at the top of this page. |
| 56 | * |
| 57 | * The first line lists the Mesa source code modules. |
| 58 | * The second line lists the indexes available for viewing the documentation |
| 59 | * for each module. |
| 60 | * |
| 61 | * Selecting the <b>Main page</b> link will display a summary of the module |
| 62 | * (this page). |
| 63 | * |
| Jose Fonseca | 1a5709d | 2003-09-17 17:14:11 +0000 | [diff] [blame] | 64 | * Selecting <b>Data Structures</b> will list all C structures. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 65 | * |
| 66 | * Selecting the <b>File List</b> link will list all the source files in |
| 67 | * the module. |
| 68 | * Selecting a filename will show a list of all functions defined in that file. |
| 69 | * |
| Jose Fonseca | 1a5709d | 2003-09-17 17:14:11 +0000 | [diff] [blame] | 70 | * Selecting the <b>Data Fields</b> link will display a list of all |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 71 | * documented structure members. |
| 72 | * |
| Jose Fonseca | 1a5709d | 2003-09-17 17:14:11 +0000 | [diff] [blame] | 73 | * Selecting the <b>Globals</b> link will display a list |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 74 | * of all functions, structures, global variables and macros in the module. |
| 75 | * |
| 76 | */ |
| 77 | |
| 78 | |
| Brian Paul | fbd8f21 | 1999-11-11 01:22:25 +0000 | [diff] [blame] | 79 | #include "glheader.h" |
| Brian Paul | 3c63452 | 2002-10-24 23:57:19 +0000 | [diff] [blame] | 80 | #include "imports.h" |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 81 | #include "accum.h" |
| 82 | #include "attrib.h" |
| 83 | #include "blend.h" |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 84 | #include "buffers.h" |
| Brian Paul | 148a284 | 2003-09-17 03:40:11 +0000 | [diff] [blame] | 85 | #include "bufferobj.h" |
| Brian Paul | 4bdcfe5 | 2000-04-17 17:57:04 +0000 | [diff] [blame] | 86 | #include "colortab.h" |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 87 | #include "context.h" |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 88 | #include "debug.h" |
| 89 | #include "depth.h" |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 90 | #include "dlist.h" |
| 91 | #include "eval.h" |
| 92 | #include "enums.h" |
| Brian Paul | 585a68c | 1999-09-11 11:31:34 +0000 | [diff] [blame] | 93 | #include "extensions.h" |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 94 | #include "fbobject.h" |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 95 | #include "feedback.h" |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 96 | #include "fog.h" |
| Brian Paul | b7a4304 | 1999-11-30 20:34:51 +0000 | [diff] [blame] | 97 | #include "get.h" |
| Brian Paul | 9560f05 | 2000-01-31 23:11:39 +0000 | [diff] [blame] | 98 | #include "glthread.h" |
| Brian Paul | f44898c | 2003-07-18 15:44:57 +0000 | [diff] [blame] | 99 | #include "glapioffsets.h" |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 100 | #include "histogram.h" |
| 101 | #include "hint.h" |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 102 | #include "hash.h" |
| 103 | #include "light.h" |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 104 | #include "lines.h" |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 105 | #include "macros.h" |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 106 | #include "matrix.h" |
| Brian Paul | 05944c0 | 2003-07-22 03:51:46 +0000 | [diff] [blame] | 107 | #include "occlude.h" |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 108 | #include "pixel.h" |
| 109 | #include "points.h" |
| 110 | #include "polygon.h" |
| Brian Paul | 3173277 | 2003-09-18 16:39:09 +0000 | [diff] [blame] | 111 | #if FEATURE_NV_vertex_program || FEATURE_NV_fragment_program |
| 112 | #include "program.h" |
| 113 | #endif |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 114 | #include "rastpos.h" |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 115 | #include "simple_list.h" |
| Brian Paul | fa9df40 | 2000-02-02 19:16:46 +0000 | [diff] [blame] | 116 | #include "state.h" |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 117 | #include "stencil.h" |
| Brian Paul | 8f04c12 | 2004-04-27 13:39:20 +0000 | [diff] [blame] | 118 | #include "texcompress.h" |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 119 | #include "teximage.h" |
| 120 | #include "texobj.h" |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 121 | #include "texstate.h" |
| Jouk Jansen | 5e3bc0c | 2000-11-22 07:32:16 +0000 | [diff] [blame] | 122 | #include "mtypes.h" |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 123 | #include "varray.h" |
| Brian Paul | 363344f | 2005-09-13 14:48:28 +0000 | [diff] [blame] | 124 | #include "version.h" |
| Gareth Hughes | d4eb665 | 2001-03-12 01:32:20 +0000 | [diff] [blame] | 125 | #include "vtxfmt.h" |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 126 | #if _HAVE_FULL_GL |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 127 | #include "math/m_translate.h" |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 128 | #include "math/m_matrix.h" |
| 129 | #include "math/m_xform.h" |
| Keith Whitwell | f4b02d1 | 2001-01-05 05:31:42 +0000 | [diff] [blame] | 130 | #include "math/mathmod.h" |
| Brian Paul | ddc82ee | 2005-02-05 19:56:45 +0000 | [diff] [blame] | 131 | #endif |
| Michal Krol | 9b3752c | 2005-01-13 14:08:47 +0000 | [diff] [blame] | 132 | #include "shaderobjects.h" |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 133 | |
| davem69 | 775355a | 2001-06-05 23:54:00 +0000 | [diff] [blame] | 134 | #ifdef USE_SPARC_ASM |
| Ian Romanick | e16f6e3 | 2004-06-26 00:02:51 +0000 | [diff] [blame] | 135 | #include "sparc/sparc.h" |
| davem69 | 775355a | 2001-06-05 23:54:00 +0000 | [diff] [blame] | 136 | #endif |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 137 | |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 138 | #ifndef MESA_VERBOSE |
| Keith Whitwell | 306d3fc | 2002-04-09 16:56:50 +0000 | [diff] [blame] | 139 | int MESA_VERBOSE = 0; |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 140 | #endif |
| 141 | |
| 142 | #ifndef MESA_DEBUG_FLAGS |
| Keith Whitwell | 306d3fc | 2002-04-09 16:56:50 +0000 | [diff] [blame] | 143 | int MESA_DEBUG_FLAGS = 0; |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 144 | #endif |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 145 | |
| Brian Paul | 86b8427 | 2001-12-14 02:50:01 +0000 | [diff] [blame] | 146 | |
| Brian Paul | 27558a1 | 2003-03-01 01:50:20 +0000 | [diff] [blame] | 147 | /* ubyte -> float conversion */ |
| 148 | GLfloat _mesa_ubyte_to_float_color_tab[256]; |
| 149 | |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 150 | static void |
| 151 | free_shared_state( GLcontext *ctx, struct gl_shared_state *ss ); |
| 152 | |
| Brian Paul | 86b8427 | 2001-12-14 02:50:01 +0000 | [diff] [blame] | 153 | |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 154 | /**********************************************************************/ |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 155 | /** \name OpenGL SI-style interface (new in Mesa 3.5) |
| 156 | * |
| 157 | * \if subset |
| 158 | * \note Most of these functions are never called in the Mesa subset. |
| 159 | * \endif |
| 160 | */ |
| 161 | /*@{*/ |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 162 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 163 | /** |
| 164 | * Destroy context callback. |
| 165 | * |
| 166 | * \param gc context. |
| 167 | * \return GL_TRUE on success, or GL_FALSE on failure. |
| 168 | * |
| 169 | * \ifnot subset |
| 170 | * Called by window system/device driver (via __GLexports::destroyCurrent) when |
| 171 | * the rendering context is to be destroyed. |
| 172 | * \endif |
| 173 | * |
| 174 | * Frees the context data and the context structure. |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 175 | */ |
| 176 | GLboolean |
| 177 | _mesa_destroyContext(__GLcontext *gc) |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 178 | { |
| 179 | if (gc) { |
| 180 | _mesa_free_context_data(gc); |
| Brian Paul | 3c63452 | 2002-10-24 23:57:19 +0000 | [diff] [blame] | 181 | _mesa_free(gc); |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 182 | } |
| 183 | return GL_TRUE; |
| 184 | } |
| 185 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 186 | /** |
| 187 | * Unbind context callback. |
| 188 | * |
| 189 | * \param gc context. |
| 190 | * \return GL_TRUE on success, or GL_FALSE on failure. |
| 191 | * |
| 192 | * \ifnot subset |
| 193 | * Called by window system/device driver (via __GLexports::loseCurrent) |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 194 | * when the rendering context is made non-current. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 195 | * \endif |
| 196 | * |
| 197 | * No-op |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 198 | */ |
| 199 | GLboolean |
| 200 | _mesa_loseCurrent(__GLcontext *gc) |
| 201 | { |
| 202 | /* XXX unbind context from thread */ |
| Brian Paul | a6c423d | 2004-08-25 15:59:48 +0000 | [diff] [blame] | 203 | (void) gc; |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 204 | return GL_TRUE; |
| 205 | } |
| 206 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 207 | /** |
| 208 | * Bind context callback. |
| 209 | * |
| 210 | * \param gc context. |
| 211 | * \return GL_TRUE on success, or GL_FALSE on failure. |
| 212 | * |
| 213 | * \ifnot subset |
| 214 | * Called by window system/device driver (via __GLexports::makeCurrent) |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 215 | * when the rendering context is made current. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 216 | * \endif |
| 217 | * |
| 218 | * No-op |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 219 | */ |
| 220 | GLboolean |
| 221 | _mesa_makeCurrent(__GLcontext *gc) |
| 222 | { |
| 223 | /* XXX bind context to thread */ |
| Brian Paul | a6c423d | 2004-08-25 15:59:48 +0000 | [diff] [blame] | 224 | (void) gc; |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 225 | return GL_TRUE; |
| 226 | } |
| 227 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 228 | /** |
| 229 | * Share context callback. |
| 230 | * |
| 231 | * \param gc context. |
| 232 | * \param gcShare shared context. |
| 233 | * \return GL_TRUE on success, or GL_FALSE on failure. |
| 234 | * |
| 235 | * \ifnot subset |
| 236 | * Called by window system/device driver (via __GLexports::shareContext) |
| 237 | * \endif |
| 238 | * |
| 239 | * Update the shared context reference count, gl_shared_state::RefCount. |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 240 | */ |
| 241 | GLboolean |
| 242 | _mesa_shareContext(__GLcontext *gc, __GLcontext *gcShare) |
| 243 | { |
| 244 | if (gc && gcShare && gc->Shared && gcShare->Shared) { |
| 245 | gc->Shared->RefCount--; |
| 246 | if (gc->Shared->RefCount == 0) { |
| 247 | free_shared_state(gc, gc->Shared); |
| 248 | } |
| 249 | gc->Shared = gcShare->Shared; |
| 250 | gc->Shared->RefCount++; |
| 251 | return GL_TRUE; |
| 252 | } |
| 253 | else { |
| 254 | return GL_FALSE; |
| 255 | } |
| 256 | } |
| 257 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 258 | |
| 259 | #if _HAVE_FULL_GL |
| 260 | /** |
| 261 | * Copy context callback. |
| 262 | */ |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 263 | GLboolean |
| 264 | _mesa_copyContext(__GLcontext *dst, const __GLcontext *src, GLuint mask) |
| 265 | { |
| 266 | if (dst && src) { |
| 267 | _mesa_copy_context( src, dst, mask ); |
| 268 | return GL_TRUE; |
| 269 | } |
| 270 | else { |
| 271 | return GL_FALSE; |
| 272 | } |
| 273 | } |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 274 | #endif |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 275 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 276 | /** No-op */ |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 277 | GLboolean |
| 278 | _mesa_forceCurrent(__GLcontext *gc) |
| 279 | { |
| Brian Paul | a6c423d | 2004-08-25 15:59:48 +0000 | [diff] [blame] | 280 | (void) gc; |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 281 | return GL_TRUE; |
| 282 | } |
| 283 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 284 | /** |
| 285 | * Windows/buffer resizing notification callback. |
| 286 | * |
| 287 | * \param gc GL context. |
| 288 | * \return GL_TRUE on success, or GL_FALSE on failure. |
| 289 | */ |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 290 | GLboolean |
| 291 | _mesa_notifyResize(__GLcontext *gc) |
| 292 | { |
| 293 | GLint x, y; |
| 294 | GLuint width, height; |
| 295 | __GLdrawablePrivate *d = gc->imports.getDrawablePrivate(gc); |
| 296 | if (!d || !d->getDrawableSize) |
| 297 | return GL_FALSE; |
| 298 | d->getDrawableSize( d, &x, &y, &width, &height ); |
| 299 | /* update viewport, resize software buffers, etc. */ |
| 300 | return GL_TRUE; |
| 301 | } |
| 302 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 303 | /** |
| 304 | * Window/buffer destruction notification callback. |
| 305 | * |
| 306 | * \param gc GL context. |
| 307 | * |
| 308 | * Called when the context's window/buffer is going to be destroyed. |
| 309 | * |
| 310 | * No-op |
| 311 | */ |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 312 | void |
| 313 | _mesa_notifyDestroy(__GLcontext *gc) |
| 314 | { |
| Brian Paul | 60b6e4f | 2002-10-14 17:08:17 +0000 | [diff] [blame] | 315 | /* Unbind from it. */ |
| Brian Paul | a6c423d | 2004-08-25 15:59:48 +0000 | [diff] [blame] | 316 | (void) gc; |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 317 | } |
| 318 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 319 | /** |
| 320 | * Swap buffers notification callback. |
| 321 | * |
| 322 | * \param gc GL context. |
| 323 | * |
| 324 | * Called by window system just before swapping buffers. |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 325 | * We have to finish any pending rendering. |
| 326 | */ |
| 327 | void |
| 328 | _mesa_notifySwapBuffers(__GLcontext *gc) |
| 329 | { |
| 330 | FLUSH_VERTICES( gc, 0 ); |
| 331 | } |
| 332 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 333 | /** No-op */ |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 334 | struct __GLdispatchStateRec * |
| 335 | _mesa_dispatchExec(__GLcontext *gc) |
| 336 | { |
| Brian Paul | a6c423d | 2004-08-25 15:59:48 +0000 | [diff] [blame] | 337 | (void) gc; |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 338 | return NULL; |
| 339 | } |
| 340 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 341 | /** No-op */ |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 342 | void |
| 343 | _mesa_beginDispatchOverride(__GLcontext *gc) |
| 344 | { |
| Brian Paul | a6c423d | 2004-08-25 15:59:48 +0000 | [diff] [blame] | 345 | (void) gc; |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 346 | } |
| 347 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 348 | /** No-op */ |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 349 | void |
| 350 | _mesa_endDispatchOverride(__GLcontext *gc) |
| 351 | { |
| Brian Paul | a6c423d | 2004-08-25 15:59:48 +0000 | [diff] [blame] | 352 | (void) gc; |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 353 | } |
| 354 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 355 | /** |
| 356 | * \ifnot subset |
| 357 | * Setup the exports. |
| 358 | * |
| 359 | * The window system will call these functions when it needs Mesa to do |
| 360 | * something. |
| 361 | * |
| 362 | * \note Device drivers should override these functions! For example, |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 363 | * the Xlib driver should plug in the XMesa*-style functions into this |
| 364 | * structure. The XMesa-style functions should then call the _mesa_* |
| 365 | * version of these functions. This is an approximation to OO design |
| 366 | * (inheritance and virtual functions). |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 367 | * \endif |
| 368 | * |
| 369 | * \if subset |
| 370 | * No-op. |
| 371 | * |
| 372 | * \endif |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 373 | */ |
| 374 | static void |
| 375 | _mesa_init_default_exports(__GLexports *exports) |
| 376 | { |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 377 | #if _HAVE_FULL_GL |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 378 | exports->destroyContext = _mesa_destroyContext; |
| 379 | exports->loseCurrent = _mesa_loseCurrent; |
| 380 | exports->makeCurrent = _mesa_makeCurrent; |
| 381 | exports->shareContext = _mesa_shareContext; |
| 382 | exports->copyContext = _mesa_copyContext; |
| 383 | exports->forceCurrent = _mesa_forceCurrent; |
| 384 | exports->notifyResize = _mesa_notifyResize; |
| Brian Paul | 2f35d5e | 2002-06-13 04:31:09 +0000 | [diff] [blame] | 385 | exports->notifyDestroy = _mesa_notifyDestroy; |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 386 | exports->notifySwapBuffers = _mesa_notifySwapBuffers; |
| 387 | exports->dispatchExec = _mesa_dispatchExec; |
| 388 | exports->beginDispatchOverride = _mesa_beginDispatchOverride; |
| 389 | exports->endDispatchOverride = _mesa_endDispatchOverride; |
| Brian Paul | a6c423d | 2004-08-25 15:59:48 +0000 | [diff] [blame] | 390 | #else |
| 391 | (void) exports; |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 392 | #endif |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 393 | } |
| 394 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 395 | /** |
| 396 | * Exported OpenGL SI interface. |
| 397 | */ |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 398 | __GLcontext * |
| 399 | __glCoreCreateContext(__GLimports *imports, __GLcontextModes *modes) |
| 400 | { |
| 401 | GLcontext *ctx; |
| 402 | |
| Brian Paul | 4753d60 | 2002-06-15 02:38:15 +0000 | [diff] [blame] | 403 | ctx = (GLcontext *) (*imports->calloc)(NULL, 1, sizeof(GLcontext)); |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 404 | if (ctx == NULL) { |
| 405 | return NULL; |
| 406 | } |
| Brian Paul | 60b6e4f | 2002-10-14 17:08:17 +0000 | [diff] [blame] | 407 | |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 408 | /* XXX doesn't work at this time */ |
| 409 | _mesa_initialize_context(ctx, modes, NULL, NULL, NULL); |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 410 | ctx->imports = *imports; |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 411 | |
| 412 | return ctx; |
| 413 | } |
| 414 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 415 | /** |
| 416 | * Exported OpenGL SI interface. |
| 417 | */ |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 418 | void |
| 419 | __glCoreNopDispatch(void) |
| 420 | { |
| 421 | #if 0 |
| 422 | /* SI */ |
| 423 | __gl_dispatch = __glNopDispatchState; |
| 424 | #else |
| 425 | /* Mesa */ |
| 426 | _glapi_set_dispatch(NULL); |
| 427 | #endif |
| 428 | } |
| 429 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 430 | /*@}*/ |
| 431 | |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 432 | |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 433 | /**********************************************************************/ |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 434 | /** \name GL Visual allocation/destruction */ |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 435 | /**********************************************************************/ |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 436 | /*@{*/ |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 437 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 438 | /** |
| Brian Paul | 894844a | 2004-03-21 17:05:03 +0000 | [diff] [blame] | 439 | * Allocates a GLvisual structure and initializes it via |
| 440 | * _mesa_initialize_visual(). |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 441 | * |
| 442 | * \param rgbFlag GL_TRUE for RGB(A) mode, GL_FALSE for Color Index mode. |
| 443 | * \param dbFlag double buffering |
| 444 | * \param stereoFlag stereo buffer |
| 445 | * \param depthBits requested bits per depth buffer value. Any value in [0, 32] |
| 446 | * is acceptable but the actual depth type will be GLushort or GLuint as |
| 447 | * needed. |
| 448 | * \param stencilBits requested minimum bits per stencil buffer value |
| 449 | * \param accumRedBits, accumGreenBits, accumBlueBits, accumAlphaBits number of bits per color component in accum buffer. |
| 450 | * \param indexBits number of bits per pixel if \p rgbFlag is GL_FALSE |
| 451 | * \param redBits number of bits per color component in frame buffer for RGB(A) |
| 452 | * mode. We always use 8 in core Mesa though. |
| 453 | * \param greenBits same as above. |
| 454 | * \param blueBits same as above. |
| 455 | * \param alphaBits same as above. |
| 456 | * \param numSamples not really used. |
| 457 | * |
| 458 | * \return pointer to new GLvisual or NULL if requested parameters can't be |
| 459 | * met. |
| 460 | * |
| Brian Paul | 894844a | 2004-03-21 17:05:03 +0000 | [diff] [blame] | 461 | * \note Need to add params for level and numAuxBuffers (at least) |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 462 | */ |
| Brian Paul | b371e0d | 2000-03-31 01:05:51 +0000 | [diff] [blame] | 463 | GLvisual * |
| 464 | _mesa_create_visual( GLboolean rgbFlag, |
| Brian Paul | b371e0d | 2000-03-31 01:05:51 +0000 | [diff] [blame] | 465 | GLboolean dbFlag, |
| 466 | GLboolean stereoFlag, |
| 467 | GLint redBits, |
| 468 | GLint greenBits, |
| 469 | GLint blueBits, |
| 470 | GLint alphaBits, |
| 471 | GLint indexBits, |
| 472 | GLint depthBits, |
| 473 | GLint stencilBits, |
| 474 | GLint accumRedBits, |
| 475 | GLint accumGreenBits, |
| 476 | GLint accumBlueBits, |
| 477 | GLint accumAlphaBits, |
| 478 | GLint numSamples ) |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 479 | { |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 480 | GLvisual *vis = (GLvisual *) CALLOC( sizeof(GLvisual) ); |
| 481 | if (vis) { |
| Brian Paul | e70c623 | 2000-05-04 13:53:55 +0000 | [diff] [blame] | 482 | if (!_mesa_initialize_visual(vis, rgbFlag, dbFlag, stereoFlag, |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 483 | redBits, greenBits, blueBits, alphaBits, |
| 484 | indexBits, depthBits, stencilBits, |
| 485 | accumRedBits, accumGreenBits, |
| 486 | accumBlueBits, accumAlphaBits, |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 487 | numSamples)) { |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 488 | FREE(vis); |
| 489 | return NULL; |
| 490 | } |
| 491 | } |
| 492 | return vis; |
| 493 | } |
| 494 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 495 | /** |
| Brian Paul | 894844a | 2004-03-21 17:05:03 +0000 | [diff] [blame] | 496 | * Makes some sanity checks and fills in the fields of the |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 497 | * GLvisual object with the given parameters. If the caller needs |
| 498 | * to set additional fields, he should just probably init the whole GLvisual |
| 499 | * object himself. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 500 | * \return GL_TRUE on success, or GL_FALSE on failure. |
| 501 | * |
| 502 | * \sa _mesa_create_visual() above for the parameter description. |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 503 | */ |
| 504 | GLboolean |
| 505 | _mesa_initialize_visual( GLvisual *vis, |
| 506 | GLboolean rgbFlag, |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 507 | GLboolean dbFlag, |
| 508 | GLboolean stereoFlag, |
| 509 | GLint redBits, |
| 510 | GLint greenBits, |
| 511 | GLint blueBits, |
| 512 | GLint alphaBits, |
| 513 | GLint indexBits, |
| 514 | GLint depthBits, |
| 515 | GLint stencilBits, |
| 516 | GLint accumRedBits, |
| 517 | GLint accumGreenBits, |
| 518 | GLint accumBlueBits, |
| 519 | GLint accumAlphaBits, |
| 520 | GLint numSamples ) |
| 521 | { |
| 522 | assert(vis); |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 523 | |
| Brian Paul | ed30dfa | 2000-03-03 17:47:39 +0000 | [diff] [blame] | 524 | if (depthBits < 0 || depthBits > 32) { |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 525 | return GL_FALSE; |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 526 | } |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 527 | if (stencilBits < 0 || stencilBits > STENCIL_BITS) { |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 528 | return GL_FALSE; |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 529 | } |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 530 | if (accumRedBits < 0 || accumRedBits > ACCUM_BITS) { |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 531 | return GL_FALSE; |
| Brian Paul | b371e0d | 2000-03-31 01:05:51 +0000 | [diff] [blame] | 532 | } |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 533 | if (accumGreenBits < 0 || accumGreenBits > ACCUM_BITS) { |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 534 | return GL_FALSE; |
| Brian Paul | b371e0d | 2000-03-31 01:05:51 +0000 | [diff] [blame] | 535 | } |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 536 | if (accumBlueBits < 0 || accumBlueBits > ACCUM_BITS) { |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 537 | return GL_FALSE; |
| Brian Paul | b371e0d | 2000-03-31 01:05:51 +0000 | [diff] [blame] | 538 | } |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 539 | if (accumAlphaBits < 0 || accumAlphaBits > ACCUM_BITS) { |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 540 | return GL_FALSE; |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 541 | } |
| 542 | |
| Brian Paul | b6bcae5 | 2001-01-23 23:39:36 +0000 | [diff] [blame] | 543 | vis->rgbMode = rgbFlag; |
| 544 | vis->doubleBufferMode = dbFlag; |
| 545 | vis->stereoMode = stereoFlag; |
| Brian Paul | 153f154 | 2002-10-29 15:04:35 +0000 | [diff] [blame] | 546 | |
| Brian Paul | b6bcae5 | 2001-01-23 23:39:36 +0000 | [diff] [blame] | 547 | vis->redBits = redBits; |
| 548 | vis->greenBits = greenBits; |
| 549 | vis->blueBits = blueBits; |
| 550 | vis->alphaBits = alphaBits; |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 551 | vis->rgbBits = redBits + greenBits + blueBits; |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 552 | |
| Brian Paul | b6bcae5 | 2001-01-23 23:39:36 +0000 | [diff] [blame] | 553 | vis->indexBits = indexBits; |
| 554 | vis->depthBits = depthBits; |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 555 | vis->stencilBits = stencilBits; |
| 556 | |
| 557 | vis->accumRedBits = accumRedBits; |
| 558 | vis->accumGreenBits = accumGreenBits; |
| 559 | vis->accumBlueBits = accumBlueBits; |
| 560 | vis->accumAlphaBits = accumAlphaBits; |
| Brian Paul | ed30dfa | 2000-03-03 17:47:39 +0000 | [diff] [blame] | 561 | |
| Brian Paul | 153f154 | 2002-10-29 15:04:35 +0000 | [diff] [blame] | 562 | vis->haveAccumBuffer = accumRedBits > 0; |
| 563 | vis->haveDepthBuffer = depthBits > 0; |
| 564 | vis->haveStencilBuffer = stencilBits > 0; |
| 565 | |
| 566 | vis->numAuxBuffers = 0; |
| 567 | vis->level = 0; |
| 568 | vis->pixmapMode = 0; |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 569 | vis->sampleBuffers = numSamples > 0 ? 1 : 0; |
| Brian Paul | 894844a | 2004-03-21 17:05:03 +0000 | [diff] [blame] | 570 | vis->samples = numSamples; |
| Brian Paul | 153f154 | 2002-10-29 15:04:35 +0000 | [diff] [blame] | 571 | |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 572 | return GL_TRUE; |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 573 | } |
| 574 | |
| Brian Paul | 894844a | 2004-03-21 17:05:03 +0000 | [diff] [blame] | 575 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 576 | /** |
| Brian Paul | 894844a | 2004-03-21 17:05:03 +0000 | [diff] [blame] | 577 | * Destroy a visual and free its memory. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 578 | * |
| 579 | * \param vis visual. |
| 580 | * |
| 581 | * Frees the visual structure. |
| 582 | */ |
| Brian Paul | b371e0d | 2000-03-31 01:05:51 +0000 | [diff] [blame] | 583 | void |
| 584 | _mesa_destroy_visual( GLvisual *vis ) |
| 585 | { |
| 586 | FREE(vis); |
| 587 | } |
| 588 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 589 | /*@}*/ |
| 590 | |
| Brian Paul | b371e0d | 2000-03-31 01:05:51 +0000 | [diff] [blame] | 591 | |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 592 | /**********************************************************************/ |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 593 | /** \name Context allocation, initialization, destroying |
| 594 | * |
| 595 | * The purpose of the most initialization functions here is to provide the |
| 596 | * default state values according to the OpenGL specification. |
| 597 | */ |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 598 | /**********************************************************************/ |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 599 | /*@{*/ |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 600 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 601 | /** |
| 602 | * One-time initialization mutex lock. |
| 603 | * |
| 604 | * \sa Used by one_time_init(). |
| 605 | */ |
| Brian Paul | 9560f05 | 2000-01-31 23:11:39 +0000 | [diff] [blame] | 606 | _glthread_DECLARE_STATIC_MUTEX(OneTimeLock); |
| 607 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 608 | /** |
| 609 | * Calls all the various one-time-init functions in Mesa. |
| 610 | * |
| 611 | * While holding a global mutex lock, calls several initialization functions, |
| 612 | * and sets the glapi callbacks if the \c MESA_DEBUG environment variable is |
| 613 | * defined. |
| 614 | * |
| 615 | * \sa _mesa_init_lists(), _math_init(). |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 616 | */ |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 617 | static void |
| Brian Paul | 4753d60 | 2002-06-15 02:38:15 +0000 | [diff] [blame] | 618 | one_time_init( GLcontext *ctx ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 619 | { |
| 620 | static GLboolean alreadyCalled = GL_FALSE; |
| Brian Paul | a6c423d | 2004-08-25 15:59:48 +0000 | [diff] [blame] | 621 | (void) ctx; |
| Brian Paul | 9560f05 | 2000-01-31 23:11:39 +0000 | [diff] [blame] | 622 | _glthread_LOCK_MUTEX(OneTimeLock); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 623 | if (!alreadyCalled) { |
| Brian Paul | 27558a1 | 2003-03-01 01:50:20 +0000 | [diff] [blame] | 624 | GLuint i; |
| 625 | |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 626 | /* do some implementation tests */ |
| 627 | assert( sizeof(GLbyte) == 1 ); |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 628 | assert( sizeof(GLubyte) == 1 ); |
| Brian Paul | 894844a | 2004-03-21 17:05:03 +0000 | [diff] [blame] | 629 | assert( sizeof(GLshort) == 2 ); |
| 630 | assert( sizeof(GLushort) == 2 ); |
| 631 | assert( sizeof(GLint) == 4 ); |
| 632 | assert( sizeof(GLuint) == 4 ); |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 633 | |
| Brian Paul | 0883634 | 2001-03-03 20:33:27 +0000 | [diff] [blame] | 634 | _mesa_init_lists(); |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 635 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 636 | #if _HAVE_FULL_GL |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 637 | _math_init(); |
| Brian Paul | 27558a1 | 2003-03-01 01:50:20 +0000 | [diff] [blame] | 638 | |
| 639 | for (i = 0; i < 256; i++) { |
| 640 | _mesa_ubyte_to_float_color_tab[i] = (float) i / 255.0F; |
| 641 | } |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 642 | #endif |
| Brian Paul | 68ee4bc | 2000-01-28 19:02:22 +0000 | [diff] [blame] | 643 | |
| davem69 | 775355a | 2001-06-05 23:54:00 +0000 | [diff] [blame] | 644 | #ifdef USE_SPARC_ASM |
| 645 | _mesa_init_sparc_glapi_relocs(); |
| 646 | #endif |
| Brian Paul | 3c63452 | 2002-10-24 23:57:19 +0000 | [diff] [blame] | 647 | if (_mesa_getenv("MESA_DEBUG")) { |
| Brian Paul | 68ee4bc | 2000-01-28 19:02:22 +0000 | [diff] [blame] | 648 | _glapi_noop_enable_warnings(GL_TRUE); |
| Brian Paul | 4e9676f | 2002-06-29 19:48:15 +0000 | [diff] [blame] | 649 | _glapi_set_warning_func( (_glapi_warning_func) _mesa_warning ); |
| Brian Paul | 68ee4bc | 2000-01-28 19:02:22 +0000 | [diff] [blame] | 650 | } |
| 651 | else { |
| 652 | _glapi_noop_enable_warnings(GL_FALSE); |
| 653 | } |
| 654 | |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 655 | #if defined(DEBUG) && defined(__DATE__) && defined(__TIME__) |
| Brian Paul | 363344f | 2005-09-13 14:48:28 +0000 | [diff] [blame] | 656 | _mesa_debug(ctx, "Mesa %s DEBUG build %s %s\n", |
| 657 | MESA_VERSION_STRING, __DATE__, __TIME__); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 658 | #endif |
| Brian Paul | 68ee4bc | 2000-01-28 19:02:22 +0000 | [diff] [blame] | 659 | |
| 660 | alreadyCalled = GL_TRUE; |
| 661 | } |
| Brian Paul | 9560f05 | 2000-01-31 23:11:39 +0000 | [diff] [blame] | 662 | _glthread_UNLOCK_MUTEX(OneTimeLock); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 663 | } |
| 664 | |
| Brian Paul | 894844a | 2004-03-21 17:05:03 +0000 | [diff] [blame] | 665 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 666 | /** |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 667 | * Allocate and initialize a shared context state structure. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 668 | * Initializes the display list, texture objects and vertex programs hash |
| 669 | * tables, allocates the texture objects. If it runs out of memory, frees |
| 670 | * everything already allocated before returning NULL. |
| Brian Paul | 894844a | 2004-03-21 17:05:03 +0000 | [diff] [blame] | 671 | * |
| 672 | * \return pointer to a gl_shared_state structure on success, or NULL on |
| 673 | * failure. |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 674 | */ |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 675 | static GLboolean |
| 676 | alloc_shared_state( GLcontext *ctx ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 677 | { |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 678 | struct gl_shared_state *ss = CALLOC_STRUCT(gl_shared_state); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 679 | if (!ss) |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 680 | return GL_FALSE; |
| 681 | |
| 682 | ctx->Shared = ss; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 683 | |
| Brian Paul | e4b684c | 2000-09-12 21:07:40 +0000 | [diff] [blame] | 684 | _glthread_INIT_MUTEX(ss->Mutex); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 685 | |
| Brian Paul | e4b684c | 2000-09-12 21:07:40 +0000 | [diff] [blame] | 686 | ss->DisplayList = _mesa_NewHashTable(); |
| Brian Paul | bb79790 | 2000-01-24 16:19:54 +0000 | [diff] [blame] | 687 | ss->TexObjects = _mesa_NewHashTable(); |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 688 | #if FEATURE_NV_vertex_program || FEATURE_NV_fragment_program |
| Brian Paul | 610d599 | 2003-01-14 04:55:45 +0000 | [diff] [blame] | 689 | ss->Programs = _mesa_NewHashTable(); |
| Brian Paul | 8dfc5b9 | 2002-10-16 17:57:51 +0000 | [diff] [blame] | 690 | #endif |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 691 | |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 692 | #if FEATURE_ARB_vertex_program |
| Brian Paul | 4d859f7 | 2004-01-23 18:57:05 +0000 | [diff] [blame] | 693 | ss->DefaultVertexProgram = ctx->Driver.NewProgram(ctx, GL_VERTEX_PROGRAM_ARB, 0); |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 694 | if (!ss->DefaultVertexProgram) |
| 695 | goto cleanup; |
| 696 | #endif |
| 697 | #if FEATURE_ARB_fragment_program |
| Brian Paul | 4d859f7 | 2004-01-23 18:57:05 +0000 | [diff] [blame] | 698 | ss->DefaultFragmentProgram = ctx->Driver.NewProgram(ctx, GL_FRAGMENT_PROGRAM_ARB, 0); |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 699 | if (!ss->DefaultFragmentProgram) |
| 700 | goto cleanup; |
| 701 | #endif |
| Dave Airlie | 7f752fe | 2004-12-19 03:06:59 +0000 | [diff] [blame] | 702 | #if FEATURE_ATI_fragment_shader |
| 703 | ss->DefaultFragmentShader = ctx->Driver.NewProgram(ctx, GL_FRAGMENT_SHADER_ATI, 0); |
| 704 | if (!ss->DefaultFragmentShader) |
| 705 | goto cleanup; |
| 706 | #endif |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 707 | |
| Brian Paul | ddc82ee | 2005-02-05 19:56:45 +0000 | [diff] [blame] | 708 | ss->BufferObjects = _mesa_NewHashTable(); |
| 709 | |
| Michal Krol | 9b3752c | 2005-01-13 14:08:47 +0000 | [diff] [blame] | 710 | ss->GL2Objects = _mesa_NewHashTable (); |
| Ian Romanick | 0207b47 | 2003-09-09 00:10:12 +0000 | [diff] [blame] | 711 | |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 712 | ss->Default1D = (*ctx->Driver.NewTextureObject)(ctx, 0, GL_TEXTURE_1D); |
| 713 | if (!ss->Default1D) |
| 714 | goto cleanup; |
| Brian Paul | a852378 | 2000-11-19 23:10:25 +0000 | [diff] [blame] | 715 | |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 716 | ss->Default2D = (*ctx->Driver.NewTextureObject)(ctx, 0, GL_TEXTURE_2D); |
| 717 | if (!ss->Default2D) |
| 718 | goto cleanup; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 719 | |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 720 | ss->Default3D = (*ctx->Driver.NewTextureObject)(ctx, 0, GL_TEXTURE_3D); |
| 721 | if (!ss->Default3D) |
| 722 | goto cleanup; |
| Brian Paul | a852378 | 2000-11-19 23:10:25 +0000 | [diff] [blame] | 723 | |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 724 | ss->DefaultCubeMap = (*ctx->Driver.NewTextureObject)(ctx, 0, GL_TEXTURE_CUBE_MAP_ARB); |
| 725 | if (!ss->DefaultCubeMap) |
| 726 | goto cleanup; |
| Brian Paul | a852378 | 2000-11-19 23:10:25 +0000 | [diff] [blame] | 727 | |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 728 | ss->DefaultRect = (*ctx->Driver.NewTextureObject)(ctx, 0, GL_TEXTURE_RECTANGLE_NV); |
| 729 | if (!ss->DefaultRect) |
| 730 | goto cleanup; |
| Brian Paul | 413d6a2 | 2000-05-26 14:44:59 +0000 | [diff] [blame] | 731 | |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 732 | /* Effectively bind the default textures to all texture units */ |
| 733 | ss->Default1D->RefCount += MAX_TEXTURE_IMAGE_UNITS; |
| 734 | ss->Default2D->RefCount += MAX_TEXTURE_IMAGE_UNITS; |
| 735 | ss->Default3D->RefCount += MAX_TEXTURE_IMAGE_UNITS; |
| 736 | ss->DefaultCubeMap->RefCount += MAX_TEXTURE_IMAGE_UNITS; |
| 737 | ss->DefaultRect->RefCount += MAX_TEXTURE_IMAGE_UNITS; |
| 738 | |
| Brian Paul | ddc82ee | 2005-02-05 19:56:45 +0000 | [diff] [blame] | 739 | #if FEATURE_EXT_framebuffer_object |
| 740 | ss->FrameBuffers = _mesa_NewHashTable(); |
| 741 | if (!ss->FrameBuffers) |
| 742 | goto cleanup; |
| 743 | ss->RenderBuffers = _mesa_NewHashTable(); |
| 744 | if (!ss->RenderBuffers) |
| 745 | goto cleanup; |
| 746 | #endif |
| 747 | |
| 748 | |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 749 | return GL_TRUE; |
| 750 | |
| 751 | cleanup: |
| 752 | /* Ran out of memory at some point. Free everything and return NULL */ |
| 753 | if (ss->DisplayList) |
| 754 | _mesa_DeleteHashTable(ss->DisplayList); |
| 755 | if (ss->TexObjects) |
| 756 | _mesa_DeleteHashTable(ss->TexObjects); |
| 757 | #if FEATURE_NV_vertex_program |
| 758 | if (ss->Programs) |
| 759 | _mesa_DeleteHashTable(ss->Programs); |
| 760 | #endif |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 761 | #if FEATURE_ARB_vertex_program |
| 762 | if (ss->DefaultVertexProgram) |
| Brian Paul | 4d859f7 | 2004-01-23 18:57:05 +0000 | [diff] [blame] | 763 | ctx->Driver.DeleteProgram(ctx, ss->DefaultVertexProgram); |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 764 | #endif |
| 765 | #if FEATURE_ARB_fragment_program |
| 766 | if (ss->DefaultFragmentProgram) |
| Brian Paul | 4d859f7 | 2004-01-23 18:57:05 +0000 | [diff] [blame] | 767 | ctx->Driver.DeleteProgram(ctx, ss->DefaultFragmentProgram); |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 768 | #endif |
| Dave Airlie | 7f752fe | 2004-12-19 03:06:59 +0000 | [diff] [blame] | 769 | #if FEATURE_ATI_fragment_shader |
| 770 | if (ss->DefaultFragmentShader) |
| 771 | ctx->Driver.DeleteProgram(ctx, ss->DefaultFragmentShader); |
| 772 | #endif |
| Brian Paul | 21841f0 | 2004-08-14 14:28:11 +0000 | [diff] [blame] | 773 | #if FEATURE_ARB_vertex_buffer_object |
| Ian Romanick | 0207b47 | 2003-09-09 00:10:12 +0000 | [diff] [blame] | 774 | if (ss->BufferObjects) |
| 775 | _mesa_DeleteHashTable(ss->BufferObjects); |
| Brian Paul | ddc82ee | 2005-02-05 19:56:45 +0000 | [diff] [blame] | 776 | #endif |
| 777 | |
| 778 | if (ss->GL2Objects) |
| Michal Krol | 9b3752c | 2005-01-13 14:08:47 +0000 | [diff] [blame] | 779 | _mesa_DeleteHashTable (ss->GL2Objects); |
| Ian Romanick | 0207b47 | 2003-09-09 00:10:12 +0000 | [diff] [blame] | 780 | |
| Brian Paul | ddc82ee | 2005-02-05 19:56:45 +0000 | [diff] [blame] | 781 | #if FEATURE_EXT_framebuffer_object |
| 782 | if (ss->FrameBuffers) |
| 783 | _mesa_DeleteHashTable(ss->FrameBuffers); |
| 784 | if (ss->RenderBuffers) |
| 785 | _mesa_DeleteHashTable(ss->RenderBuffers); |
| 786 | #endif |
| 787 | |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 788 | if (ss->Default1D) |
| 789 | (*ctx->Driver.DeleteTexture)(ctx, ss->Default1D); |
| 790 | if (ss->Default2D) |
| 791 | (*ctx->Driver.DeleteTexture)(ctx, ss->Default2D); |
| 792 | if (ss->Default3D) |
| 793 | (*ctx->Driver.DeleteTexture)(ctx, ss->Default3D); |
| 794 | if (ss->DefaultCubeMap) |
| 795 | (*ctx->Driver.DeleteTexture)(ctx, ss->DefaultCubeMap); |
| 796 | if (ss->DefaultRect) |
| 797 | (*ctx->Driver.DeleteTexture)(ctx, ss->DefaultRect); |
| 798 | if (ss) |
| 799 | _mesa_free(ss); |
| 800 | return GL_FALSE; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 801 | } |
| 802 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 803 | /** |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 804 | * Deallocate a shared state context and all children structures. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 805 | * |
| 806 | * \param ctx GL context. |
| 807 | * \param ss shared state pointer. |
| 808 | * |
| 809 | * Frees the display lists, the texture objects (calling the driver texture |
| 810 | * deletion callback to free its private data) and the vertex programs, as well |
| 811 | * as their hash tables. |
| 812 | * |
| 813 | * \sa alloc_shared_state(). |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 814 | */ |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 815 | static void |
| 816 | free_shared_state( GLcontext *ctx, struct gl_shared_state *ss ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 817 | { |
| 818 | /* Free display lists */ |
| 819 | while (1) { |
| Brian Paul | bb79790 | 2000-01-24 16:19:54 +0000 | [diff] [blame] | 820 | GLuint list = _mesa_HashFirstEntry(ss->DisplayList); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 821 | if (list) { |
| Brian Paul | 0883634 | 2001-03-03 20:33:27 +0000 | [diff] [blame] | 822 | _mesa_destroy_list(ctx, list); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 823 | } |
| 824 | else { |
| 825 | break; |
| 826 | } |
| 827 | } |
| Brian Paul | bb79790 | 2000-01-24 16:19:54 +0000 | [diff] [blame] | 828 | _mesa_DeleteHashTable(ss->DisplayList); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 829 | |
| 830 | /* Free texture objects */ |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 831 | ASSERT(ctx->Driver.DeleteTexture); |
| Brian Paul | 21841f0 | 2004-08-14 14:28:11 +0000 | [diff] [blame] | 832 | /* the default textures */ |
| 833 | (*ctx->Driver.DeleteTexture)(ctx, ss->Default1D); |
| 834 | (*ctx->Driver.DeleteTexture)(ctx, ss->Default2D); |
| 835 | (*ctx->Driver.DeleteTexture)(ctx, ss->Default3D); |
| 836 | (*ctx->Driver.DeleteTexture)(ctx, ss->DefaultCubeMap); |
| 837 | (*ctx->Driver.DeleteTexture)(ctx, ss->DefaultRect); |
| 838 | /* all other textures */ |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 839 | while (1) { |
| 840 | GLuint texName = _mesa_HashFirstEntry(ss->TexObjects); |
| 841 | if (texName) { |
| 842 | struct gl_texture_object *texObj = (struct gl_texture_object *) |
| 843 | _mesa_HashLookup(ss->TexObjects, texName); |
| 844 | ASSERT(texObj); |
| 845 | (*ctx->Driver.DeleteTexture)(ctx, texObj); |
| 846 | _mesa_HashRemove(ss->TexObjects, texName); |
| 847 | } |
| 848 | else { |
| 849 | break; |
| 850 | } |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 851 | } |
| Brian Paul | bb79790 | 2000-01-24 16:19:54 +0000 | [diff] [blame] | 852 | _mesa_DeleteHashTable(ss->TexObjects); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 853 | |
| Brian Paul | 8dfc5b9 | 2002-10-16 17:57:51 +0000 | [diff] [blame] | 854 | #if FEATURE_NV_vertex_program |
| Brian Paul | 30f51ae | 2001-12-18 04:06:44 +0000 | [diff] [blame] | 855 | /* Free vertex programs */ |
| 856 | while (1) { |
| Brian Paul | 610d599 | 2003-01-14 04:55:45 +0000 | [diff] [blame] | 857 | GLuint prog = _mesa_HashFirstEntry(ss->Programs); |
| Brian Paul | 30f51ae | 2001-12-18 04:06:44 +0000 | [diff] [blame] | 858 | if (prog) { |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 859 | struct program *p = (struct program *) _mesa_HashLookup(ss->Programs, |
| 860 | prog); |
| 861 | ASSERT(p); |
| Brian Paul | 4d859f7 | 2004-01-23 18:57:05 +0000 | [diff] [blame] | 862 | ctx->Driver.DeleteProgram(ctx, p); |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 863 | _mesa_HashRemove(ss->Programs, prog); |
| Brian Paul | 30f51ae | 2001-12-18 04:06:44 +0000 | [diff] [blame] | 864 | } |
| 865 | else { |
| 866 | break; |
| 867 | } |
| 868 | } |
| Brian Paul | 610d599 | 2003-01-14 04:55:45 +0000 | [diff] [blame] | 869 | _mesa_DeleteHashTable(ss->Programs); |
| Brian Paul | 8dfc5b9 | 2002-10-16 17:57:51 +0000 | [diff] [blame] | 870 | #endif |
| Brian Paul | 21841f0 | 2004-08-14 14:28:11 +0000 | [diff] [blame] | 871 | #if FEATURE_ARB_vertex_program |
| 872 | _mesa_delete_program(ctx, ss->DefaultVertexProgram); |
| 873 | #endif |
| 874 | #if FEATURE_ARB_fragment_program |
| 875 | _mesa_delete_program(ctx, ss->DefaultFragmentProgram); |
| 876 | #endif |
| Dave Airlie | 7f752fe | 2004-12-19 03:06:59 +0000 | [diff] [blame] | 877 | #if FEATURE_ATI_fragment_shader |
| 878 | _mesa_delete_program(ctx, ss->DefaultFragmentShader); |
| 879 | #endif |
| Brian Paul | 30f51ae | 2001-12-18 04:06:44 +0000 | [diff] [blame] | 880 | |
| Brian Paul | 21841f0 | 2004-08-14 14:28:11 +0000 | [diff] [blame] | 881 | #if FEATURE_ARB_vertex_buffer_object |
| Ian Romanick | 0207b47 | 2003-09-09 00:10:12 +0000 | [diff] [blame] | 882 | _mesa_DeleteHashTable(ss->BufferObjects); |
| Brian Paul | ddc82ee | 2005-02-05 19:56:45 +0000 | [diff] [blame] | 883 | #endif |
| 884 | |
| 885 | _mesa_DeleteHashTable (ss->GL2Objects); |
| 886 | |
| 887 | #if FEATURE_EXT_framebuffer_object |
| 888 | _mesa_DeleteHashTable(ss->FrameBuffers); |
| 889 | _mesa_DeleteHashTable(ss->RenderBuffers); |
| 890 | #endif |
| Michal Krol | 9b3752c | 2005-01-13 14:08:47 +0000 | [diff] [blame] | 891 | |
| Keith Whitwell | e15fd85 | 2002-12-12 13:03:15 +0000 | [diff] [blame] | 892 | _glthread_DESTROY_MUTEX(ss->Mutex); |
| 893 | |
| Brian Paul | bd5cdaf | 1999-10-13 18:42:49 +0000 | [diff] [blame] | 894 | FREE(ss); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 895 | } |
| 896 | |
| 897 | |
| Brian Paul | 4d859f7 | 2004-01-23 18:57:05 +0000 | [diff] [blame] | 898 | /** |
| 899 | * Initialize fields of gl_current_attrib (aka ctx->Current.*) |
| 900 | */ |
| 901 | static void |
| 902 | _mesa_init_current( GLcontext *ctx ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 903 | { |
| Brian Paul | 88bf038 | 2004-02-13 15:30:08 +0000 | [diff] [blame] | 904 | GLuint i; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 905 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 906 | /* Current group */ |
| 907 | for (i = 0; i < VERT_ATTRIB_MAX; i++) { |
| 908 | ASSIGN_4V( ctx->Current.Attrib[i], 0.0, 0.0, 0.0, 1.0 ); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 909 | } |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 910 | /* special cases: */ |
| 911 | ASSIGN_4V( ctx->Current.Attrib[VERT_ATTRIB_WEIGHT], 1.0, 0.0, 0.0, 1.0 ); |
| 912 | ASSIGN_4V( ctx->Current.Attrib[VERT_ATTRIB_NORMAL], 0.0, 0.0, 1.0, 1.0 ); |
| 913 | ASSIGN_4V( ctx->Current.Attrib[VERT_ATTRIB_COLOR0], 1.0, 1.0, 1.0, 1.0 ); |
| Brian Paul | 88bf038 | 2004-02-13 15:30:08 +0000 | [diff] [blame] | 914 | ASSIGN_4V( ctx->Current.Attrib[VERT_ATTRIB_COLOR1], 0.0, 0.0, 0.0, 1.0 ); |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 915 | ASSIGN_4V( ctx->Current.Attrib[VERT_ATTRIB_FOG], 0.0, 0.0, 0.0, 0.0 ); |
| Brian Paul | 88bf038 | 2004-02-13 15:30:08 +0000 | [diff] [blame] | 916 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 917 | ctx->Current.Index = 1; |
| 918 | ctx->Current.EdgeFlag = GL_TRUE; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 919 | } |
| 920 | |
| 921 | |
| Brian Paul | 4d859f7 | 2004-01-23 18:57:05 +0000 | [diff] [blame] | 922 | /** |
| 923 | * Initialize fields of gl_constants (aka ctx->Const.*). |
| 924 | * Use defaults from config.h. The device drivers will often override |
| 925 | * some of these values (such as number of texture units). |
| 926 | */ |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 927 | static void |
| 928 | _mesa_init_constants( GLcontext *ctx ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 929 | { |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 930 | assert(ctx); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 931 | |
| Brian Paul | cd1cefa | 2001-06-13 14:56:14 +0000 | [diff] [blame] | 932 | assert(MAX_TEXTURE_LEVELS >= MAX_3D_TEXTURE_LEVELS); |
| 933 | assert(MAX_TEXTURE_LEVELS >= MAX_CUBE_TEXTURE_LEVELS); |
| 934 | |
| Brian Paul | 53f82c5 | 2004-10-02 16:39:09 +0000 | [diff] [blame] | 935 | /* Constants, may be overriden (usually only reduced) by device drivers */ |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 936 | ctx->Const.MaxTextureLevels = MAX_TEXTURE_LEVELS; |
| Brian Paul | cd1cefa | 2001-06-13 14:56:14 +0000 | [diff] [blame] | 937 | ctx->Const.Max3DTextureLevels = MAX_3D_TEXTURE_LEVELS; |
| 938 | ctx->Const.MaxCubeTextureLevels = MAX_CUBE_TEXTURE_LEVELS; |
| Brian Paul | 8afe7de | 2002-06-15 03:03:06 +0000 | [diff] [blame] | 939 | ctx->Const.MaxTextureRectSize = MAX_TEXTURE_RECT_SIZE; |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 940 | ctx->Const.MaxTextureUnits = MAX_TEXTURE_UNITS; |
| Brian Paul | 610d599 | 2003-01-14 04:55:45 +0000 | [diff] [blame] | 941 | ctx->Const.MaxTextureCoordUnits = MAX_TEXTURE_COORD_UNITS; |
| 942 | ctx->Const.MaxTextureImageUnits = MAX_TEXTURE_IMAGE_UNITS; |
| Gareth Hughes | 2c3d34c | 2001-03-18 08:53:49 +0000 | [diff] [blame] | 943 | ctx->Const.MaxTextureMaxAnisotropy = MAX_TEXTURE_MAX_ANISOTROPY; |
| Brian Paul | 87c964d | 2001-11-06 15:53:00 +0000 | [diff] [blame] | 944 | ctx->Const.MaxTextureLodBias = MAX_TEXTURE_LOD_BIAS; |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 945 | ctx->Const.MaxArrayLockSize = MAX_ARRAY_LOCK_SIZE; |
| Brian Paul | 539cce5 | 2000-02-03 19:40:07 +0000 | [diff] [blame] | 946 | ctx->Const.SubPixelBits = SUB_PIXEL_BITS; |
| 947 | ctx->Const.MinPointSize = MIN_POINT_SIZE; |
| 948 | ctx->Const.MaxPointSize = MAX_POINT_SIZE; |
| 949 | ctx->Const.MinPointSizeAA = MIN_POINT_SIZE; |
| 950 | ctx->Const.MaxPointSizeAA = MAX_POINT_SIZE; |
| Brian Paul | fde5e2c | 2001-09-15 18:02:49 +0000 | [diff] [blame] | 951 | ctx->Const.PointSizeGranularity = (GLfloat) POINT_SIZE_GRANULARITY; |
| Brian Paul | 539cce5 | 2000-02-03 19:40:07 +0000 | [diff] [blame] | 952 | ctx->Const.MinLineWidth = MIN_LINE_WIDTH; |
| 953 | ctx->Const.MaxLineWidth = MAX_LINE_WIDTH; |
| 954 | ctx->Const.MinLineWidthAA = MIN_LINE_WIDTH; |
| 955 | ctx->Const.MaxLineWidthAA = MAX_LINE_WIDTH; |
| Brian Paul | fde5e2c | 2001-09-15 18:02:49 +0000 | [diff] [blame] | 956 | ctx->Const.LineWidthGranularity = (GLfloat) LINE_WIDTH_GRANULARITY; |
| Brian Paul | 4bdcfe5 | 2000-04-17 17:57:04 +0000 | [diff] [blame] | 957 | ctx->Const.MaxColorTableSize = MAX_COLOR_TABLE_SIZE; |
| Brian Paul | 82b02f0 | 2000-05-07 20:37:40 +0000 | [diff] [blame] | 958 | ctx->Const.MaxConvolutionWidth = MAX_CONVOLUTION_WIDTH; |
| 959 | ctx->Const.MaxConvolutionHeight = MAX_CONVOLUTION_HEIGHT; |
| Brian Paul | a864432 | 2000-11-27 18:22:13 +0000 | [diff] [blame] | 960 | ctx->Const.MaxClipPlanes = MAX_CLIP_PLANES; |
| 961 | ctx->Const.MaxLights = MAX_LIGHTS; |
| Ian Romanick | 882caa1 | 2003-05-30 21:37:14 +0000 | [diff] [blame] | 962 | ctx->Const.MaxShininess = 128.0; |
| Brian Paul | 53f82c5 | 2004-10-02 16:39:09 +0000 | [diff] [blame] | 963 | ctx->Const.MaxSpotExponent = 128.0; |
| 964 | ctx->Const.MaxViewportWidth = MAX_WIDTH; |
| 965 | ctx->Const.MaxViewportHeight = MAX_HEIGHT; |
| Brian Paul | d0492cf | 2003-04-11 01:20:06 +0000 | [diff] [blame] | 966 | #if FEATURE_ARB_vertex_program |
| Brian Paul | d0492cf | 2003-04-11 01:20:06 +0000 | [diff] [blame] | 967 | ctx->Const.MaxVertexProgramInstructions = MAX_NV_VERTEX_PROGRAM_INSTRUCTIONS; |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 968 | ctx->Const.MaxVertexProgramAttribs = MAX_NV_VERTEX_PROGRAM_INPUTS; |
| 969 | ctx->Const.MaxVertexProgramTemps = MAX_NV_VERTEX_PROGRAM_TEMPS; |
| 970 | ctx->Const.MaxVertexProgramLocalParams = MAX_NV_VERTEX_PROGRAM_PARAMS; |
| 971 | ctx->Const.MaxVertexProgramEnvParams = MAX_NV_VERTEX_PROGRAM_PARAMS;/*XXX*/ |
| 972 | ctx->Const.MaxVertexProgramAddressRegs = MAX_VERTEX_PROGRAM_ADDRESS_REGS; |
| Brian Paul | d0492cf | 2003-04-11 01:20:06 +0000 | [diff] [blame] | 973 | #endif |
| 974 | #if FEATURE_ARB_fragment_program |
| Brian Paul | d0492cf | 2003-04-11 01:20:06 +0000 | [diff] [blame] | 975 | ctx->Const.MaxFragmentProgramInstructions = MAX_NV_FRAGMENT_PROGRAM_INSTRUCTIONS; |
| Brian Paul | 451f310 | 2003-04-17 01:48:19 +0000 | [diff] [blame] | 976 | ctx->Const.MaxFragmentProgramAttribs = MAX_NV_FRAGMENT_PROGRAM_INPUTS; |
| 977 | ctx->Const.MaxFragmentProgramTemps = MAX_NV_FRAGMENT_PROGRAM_TEMPS; |
| 978 | ctx->Const.MaxFragmentProgramLocalParams = MAX_NV_FRAGMENT_PROGRAM_PARAMS; |
| 979 | ctx->Const.MaxFragmentProgramEnvParams = MAX_NV_FRAGMENT_PROGRAM_PARAMS;/*XXX*/ |
| 980 | ctx->Const.MaxFragmentProgramAddressRegs = MAX_FRAGMENT_PROGRAM_ADDRESS_REGS; |
| 981 | ctx->Const.MaxFragmentProgramAluInstructions = MAX_FRAGMENT_PROGRAM_ALU_INSTRUCTIONS; |
| 982 | ctx->Const.MaxFragmentProgramTexInstructions = MAX_FRAGMENT_PROGRAM_TEX_INSTRUCTIONS; |
| 983 | ctx->Const.MaxFragmentProgramTexIndirections = MAX_FRAGMENT_PROGRAM_TEX_INDIRECTIONS; |
| Brian Paul | d0492cf | 2003-04-11 01:20:06 +0000 | [diff] [blame] | 984 | #endif |
| Dave Airlie | 7f752fe | 2004-12-19 03:06:59 +0000 | [diff] [blame] | 985 | |
| Brian Paul | edd6774 | 2003-04-18 18:02:43 +0000 | [diff] [blame] | 986 | ctx->Const.MaxProgramMatrices = MAX_PROGRAM_MATRICES; |
| 987 | ctx->Const.MaxProgramMatrixStackDepth = MAX_PROGRAM_MATRIX_STACK_DEPTH; |
| Brian Paul | d0492cf | 2003-04-11 01:20:06 +0000 | [diff] [blame] | 988 | |
| Brian Paul | a2b9bad | 2003-11-10 19:08:37 +0000 | [diff] [blame] | 989 | /* If we're running in the X server, do bounds checking to prevent |
| 990 | * segfaults and server crashes! |
| 991 | */ |
| 992 | #if defined(XFree86LOADER) && defined(IN_MODULE) |
| 993 | ctx->Const.CheckArrayBounds = GL_TRUE; |
| 994 | #else |
| 995 | ctx->Const.CheckArrayBounds = GL_FALSE; |
| 996 | #endif |
| 997 | |
| Brian Paul | 53f82c5 | 2004-10-02 16:39:09 +0000 | [diff] [blame] | 998 | ctx->Const.MaxDrawBuffers = MAX_DRAW_BUFFERS; |
| 999 | |
| Brian Paul | 3deaa01 | 2005-02-07 05:08:24 +0000 | [diff] [blame] | 1000 | /* GL_OES_read_format */ |
| Ian Romanick | 33899b7 | 2004-10-16 01:16:54 +0000 | [diff] [blame] | 1001 | ctx->Const.ColorReadFormat = GL_RGBA; |
| 1002 | ctx->Const.ColorReadType = GL_UNSIGNED_BYTE; |
| 1003 | |
| Brian Paul | 3deaa01 | 2005-02-07 05:08:24 +0000 | [diff] [blame] | 1004 | #if FEATURE_EXT_framebuffer_object |
| 1005 | ctx->Const.MaxColorAttachments = MAX_COLOR_ATTACHMENTS; |
| 1006 | ctx->Const.MaxRenderbufferSize = MAX_WIDTH; |
| 1007 | #endif |
| 1008 | |
| Brian Paul | 53f82c5 | 2004-10-02 16:39:09 +0000 | [diff] [blame] | 1009 | /* sanity checks */ |
| Brian Paul | 92f9785 | 2003-05-01 22:44:02 +0000 | [diff] [blame] | 1010 | ASSERT(ctx->Const.MaxTextureUnits == MAX2(ctx->Const.MaxTextureImageUnits, ctx->Const.MaxTextureCoordUnits)); |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1011 | } |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1012 | |
| Brian Paul | 4d859f7 | 2004-01-23 18:57:05 +0000 | [diff] [blame] | 1013 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1014 | /** |
| 1015 | * Initialize the attribute groups in a GL context. |
| 1016 | * |
| 1017 | * \param ctx GL context. |
| 1018 | * |
| 1019 | * Initializes all the attributes, calling the respective <tt>init*</tt> |
| 1020 | * functions for the more complex data structures. |
| 1021 | */ |
| 1022 | static GLboolean |
| 1023 | init_attrib_groups( GLcontext *ctx ) |
| 1024 | { |
| 1025 | assert(ctx); |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1026 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1027 | /* Constants */ |
| 1028 | _mesa_init_constants( ctx ); |
| Brian Paul | 0771d15 | 2000-04-07 00:19:41 +0000 | [diff] [blame] | 1029 | |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1030 | /* Extensions */ |
| Brian Paul | de4f460 | 2003-07-03 02:15:06 +0000 | [diff] [blame] | 1031 | _mesa_init_extensions( ctx ); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1032 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1033 | /* Attribute Groups */ |
| 1034 | _mesa_init_accum( ctx ); |
| 1035 | _mesa_init_attrib( ctx ); |
| Brian Paul | 148a284 | 2003-09-17 03:40:11 +0000 | [diff] [blame] | 1036 | _mesa_init_buffer_objects( ctx ); |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1037 | _mesa_init_color( ctx ); |
| Brian Paul | 05944c0 | 2003-07-22 03:51:46 +0000 | [diff] [blame] | 1038 | _mesa_init_colortables( ctx ); |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1039 | _mesa_init_current( ctx ); |
| 1040 | _mesa_init_depth( ctx ); |
| 1041 | _mesa_init_debug( ctx ); |
| 1042 | _mesa_init_display_list( ctx ); |
| 1043 | _mesa_init_eval( ctx ); |
| 1044 | _mesa_init_feedback( ctx ); |
| 1045 | _mesa_init_fog( ctx ); |
| 1046 | _mesa_init_histogram( ctx ); |
| 1047 | _mesa_init_hint( ctx ); |
| 1048 | _mesa_init_line( ctx ); |
| 1049 | _mesa_init_lighting( ctx ); |
| 1050 | _mesa_init_matrix( ctx ); |
| Brian Paul | 6774238 | 2005-02-26 17:16:12 +0000 | [diff] [blame] | 1051 | _mesa_init_multisample( ctx ); |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1052 | _mesa_init_pixel( ctx ); |
| 1053 | _mesa_init_point( ctx ); |
| 1054 | _mesa_init_polygon( ctx ); |
| Brian Paul | 05944c0 | 2003-07-22 03:51:46 +0000 | [diff] [blame] | 1055 | _mesa_init_program( ctx ); |
| Brian Paul | 4fb9950 | 2005-09-02 13:42:49 +0000 | [diff] [blame] | 1056 | _mesa_init_query( ctx ); |
| Brian Paul | ddc82ee | 2005-02-05 19:56:45 +0000 | [diff] [blame] | 1057 | _mesa_init_rastpos( ctx ); |
| Brian Paul | 6774238 | 2005-02-26 17:16:12 +0000 | [diff] [blame] | 1058 | _mesa_init_scissor( ctx ); |
| Michal Krol | 9b3752c | 2005-01-13 14:08:47 +0000 | [diff] [blame] | 1059 | _mesa_init_shaderobjects (ctx); |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1060 | _mesa_init_stencil( ctx ); |
| 1061 | _mesa_init_transform( ctx ); |
| 1062 | _mesa_init_varray( ctx ); |
| 1063 | _mesa_init_viewport( ctx ); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1064 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1065 | if (!_mesa_init_texture( ctx )) |
| 1066 | return GL_FALSE; |
| Brian Paul | b17a722 | 2003-06-13 02:37:27 +0000 | [diff] [blame] | 1067 | |
| Brian Paul | 8f04c12 | 2004-04-27 13:39:20 +0000 | [diff] [blame] | 1068 | _mesa_init_texture_s3tc( ctx ); |
| 1069 | _mesa_init_texture_fxt1( ctx ); |
| 1070 | |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1071 | /* Miscellaneous */ |
| Keith Whitwell | a96308c | 2000-10-30 13:31:59 +0000 | [diff] [blame] | 1072 | ctx->NewState = _NEW_ALL; |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1073 | ctx->ErrorValue = (GLenum) GL_NO_ERROR; |
| Brian Paul | f782b81 | 2002-10-04 17:37:45 +0000 | [diff] [blame] | 1074 | ctx->_Facing = 0; |
| Brian Paul | 4923e19 | 2004-02-28 22:30:58 +0000 | [diff] [blame] | 1075 | #if CHAN_TYPE == GL_FLOAT |
| 1076 | ctx->ClampFragmentColors = GL_FALSE; /* XXX temporary */ |
| 1077 | #else |
| 1078 | ctx->ClampFragmentColors = GL_TRUE; |
| 1079 | #endif |
| 1080 | ctx->ClampVertexColors = GL_TRUE; |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1081 | |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 1082 | return GL_TRUE; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1083 | } |
| 1084 | |
| 1085 | |
| Brian Paul | f44898c | 2003-07-18 15:44:57 +0000 | [diff] [blame] | 1086 | /** |
| Brian Paul | 21f6978 | 2004-11-27 05:05:32 +0000 | [diff] [blame] | 1087 | * This is the default function we plug into all dispatch table slots |
| 1088 | * This helps prevents a segfault when someone calls a GL function without |
| 1089 | * first checking if the extension's supported. |
| 1090 | */ |
| 1091 | static int |
| 1092 | generic_nop(void) |
| 1093 | { |
| 1094 | _mesa_problem(NULL, "User called no-op dispatch function (an unsupported extension function?)"); |
| 1095 | return 0; |
| 1096 | } |
| 1097 | |
| 1098 | |
| 1099 | /** |
| 1100 | * Allocate and initialize a new dispatch table. |
| 1101 | */ |
| 1102 | static struct _glapi_table * |
| 1103 | alloc_dispatch_table(void) |
| 1104 | { |
| 1105 | /* Find the larger of Mesa's dispatch table and libGL's dispatch table. |
| 1106 | * In practice, this'll be the same for stand-alone Mesa. But for DRI |
| 1107 | * Mesa we do this to accomodate different versions of libGL and various |
| 1108 | * DRI drivers. |
| 1109 | */ |
| 1110 | GLint numEntries = MAX2(_glapi_get_dispatch_table_size(), |
| 1111 | sizeof(struct _glapi_table) / sizeof(_glapi_proc)); |
| 1112 | struct _glapi_table *table = |
| 1113 | (struct _glapi_table *) _mesa_malloc(numEntries * sizeof(_glapi_proc)); |
| 1114 | if (table) { |
| 1115 | _glapi_proc *entry = (_glapi_proc *) table; |
| Brian Paul | a760ccf | 2004-12-03 15:24:34 +0000 | [diff] [blame] | 1116 | GLint i; |
| Brian Paul | 21f6978 | 2004-11-27 05:05:32 +0000 | [diff] [blame] | 1117 | for (i = 0; i < numEntries; i++) { |
| 1118 | entry[i] = (_glapi_proc) generic_nop; |
| 1119 | } |
| 1120 | } |
| 1121 | return table; |
| 1122 | } |
| 1123 | |
| 1124 | |
| 1125 | /** |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1126 | * Initialize a GLcontext struct (rendering context). |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1127 | * |
| 1128 | * This includes allocating all the other structs and arrays which hang off of |
| 1129 | * the context by pointers. |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1130 | * Note that the driver needs to pass in its dd_function_table here since |
| 1131 | * we need to at least call driverFunctions->NewTextureObject to create the |
| 1132 | * default texture objects. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1133 | * |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1134 | * Called by _mesa_create_context(). |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1135 | * |
| 1136 | * Performs the imports and exports callback tables initialization, and |
| 1137 | * miscellaneous one-time initializations. If no shared context is supplied one |
| 1138 | * is allocated, and increase its reference count. Setups the GL API dispatch |
| 1139 | * tables. Initialize the TNL module. Sets the maximum Z buffer depth. |
| 1140 | * Finally queries the \c MESA_DEBUG and \c MESA_VERBOSE environment variables |
| 1141 | * for debug flags. |
| 1142 | * |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1143 | * \param ctx the context to initialize |
| 1144 | * \param visual describes the visual attributes for this context |
| 1145 | * \param share_list points to context to share textures, display lists, |
| 1146 | * etc with, or NULL |
| 1147 | * \param driverFunctions table of device driver functions for this context |
| 1148 | * to use |
| 1149 | * \param driverContext pointer to driver-specific context data |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1150 | */ |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 1151 | GLboolean |
| 1152 | _mesa_initialize_context( GLcontext *ctx, |
| Brian Paul | be3602d | 2001-02-28 00:27:48 +0000 | [diff] [blame] | 1153 | const GLvisual *visual, |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 1154 | GLcontext *share_list, |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1155 | const struct dd_function_table *driverFunctions, |
| 1156 | void *driverContext ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1157 | { |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1158 | ASSERT(driverContext); |
| 1159 | assert(driverFunctions->NewTextureObject); |
| Keith Whitwell | 3e62d3a | 2005-03-22 14:27:10 +0000 | [diff] [blame] | 1160 | assert(driverFunctions->FreeTexImageData); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1161 | |
| Brian Paul | 3c63452 | 2002-10-24 23:57:19 +0000 | [diff] [blame] | 1162 | /* If the driver wants core Mesa to use special imports, it'll have to |
| 1163 | * override these defaults. |
| 1164 | */ |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1165 | _mesa_init_default_imports( &(ctx->imports), driverContext ); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1166 | |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 1167 | /* initialize the exports (Mesa functions called by the window system) */ |
| Brian Paul | 4753d60 | 2002-06-15 02:38:15 +0000 | [diff] [blame] | 1168 | _mesa_init_default_exports( &(ctx->exports) ); |
| 1169 | |
| 1170 | /* misc one-time initializations */ |
| 1171 | one_time_init(ctx); |
| Brian Paul | 9a33a11 | 2002-06-13 04:28:29 +0000 | [diff] [blame] | 1172 | |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1173 | ctx->Visual = *visual; |
| Brian Paul | 3f02f90 | 1999-11-24 18:48:30 +0000 | [diff] [blame] | 1174 | ctx->DrawBuffer = NULL; |
| 1175 | ctx->ReadBuffer = NULL; |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 1176 | ctx->WinSysDrawBuffer = NULL; |
| 1177 | ctx->WinSysReadBuffer = NULL; |
| Jouk Jansen | 5e3bc0c | 2000-11-22 07:32:16 +0000 | [diff] [blame] | 1178 | |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1179 | /* Plug in driver functions and context pointer here. |
| 1180 | * This is important because when we call alloc_shared_state() below |
| 1181 | * we'll call ctx->Driver.NewTextureObject() to create the default |
| 1182 | * textures. |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 1183 | */ |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1184 | ctx->Driver = *driverFunctions; |
| 1185 | ctx->DriverCtx = driverContext; |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 1186 | |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1187 | if (share_list) { |
| Brian Paul | 5a2f32b | 2001-04-25 18:21:05 +0000 | [diff] [blame] | 1188 | /* share state with another context */ |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1189 | ctx->Shared = share_list->Shared; |
| 1190 | } |
| 1191 | else { |
| Brian Paul | 5a2f32b | 2001-04-25 18:21:05 +0000 | [diff] [blame] | 1192 | /* allocate new, unshared state */ |
| Brian Paul | a3f1370 | 2003-04-01 16:41:50 +0000 | [diff] [blame] | 1193 | if (!alloc_shared_state( ctx )) { |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1194 | return GL_FALSE; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1195 | } |
| 1196 | } |
| Brian Paul | 9560f05 | 2000-01-31 23:11:39 +0000 | [diff] [blame] | 1197 | _glthread_LOCK_MUTEX(ctx->Shared->Mutex); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1198 | ctx->Shared->RefCount++; |
| Brian Paul | 9560f05 | 2000-01-31 23:11:39 +0000 | [diff] [blame] | 1199 | _glthread_UNLOCK_MUTEX(ctx->Shared->Mutex); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1200 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1201 | if (!init_attrib_groups( ctx )) { |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1202 | free_shared_state(ctx, ctx->Shared); |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1203 | return GL_FALSE; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1204 | } |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1205 | |
| Brian Paul | 21f6978 | 2004-11-27 05:05:32 +0000 | [diff] [blame] | 1206 | /* setup the API dispatch tables */ |
| 1207 | ctx->Exec = alloc_dispatch_table(); |
| 1208 | ctx->Save = alloc_dispatch_table(); |
| Brian Paul | 3ab6bbe | 2000-02-12 17:26:15 +0000 | [diff] [blame] | 1209 | if (!ctx->Exec || !ctx->Save) { |
| 1210 | free_shared_state(ctx, ctx->Shared); |
| Brian Paul | 3ab6bbe | 2000-02-12 17:26:15 +0000 | [diff] [blame] | 1211 | if (ctx->Exec) |
| Brian Paul | 21f6978 | 2004-11-27 05:05:32 +0000 | [diff] [blame] | 1212 | _mesa_free(ctx->Exec); |
| Brian Paul | 3ab6bbe | 2000-02-12 17:26:15 +0000 | [diff] [blame] | 1213 | } |
| Brian Paul | 21f6978 | 2004-11-27 05:05:32 +0000 | [diff] [blame] | 1214 | _mesa_init_exec_table(ctx->Exec); |
| Brian Paul | 3ab6bbe | 2000-02-12 17:26:15 +0000 | [diff] [blame] | 1215 | ctx->CurrentDispatch = ctx->Exec; |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1216 | #if _HAVE_FULL_GL |
| Brian Paul | 21f6978 | 2004-11-27 05:05:32 +0000 | [diff] [blame] | 1217 | _mesa_init_dlist_table(ctx->Save); |
| Keith Whitwell | ae0eaf9 | 2003-11-24 15:23:18 +0000 | [diff] [blame] | 1218 | _mesa_install_save_vtxfmt( ctx, &ctx->ListState.ListVtxfmt ); |
| Gareth Hughes | d8aa026 | 2001-03-11 18:49:11 +0000 | [diff] [blame] | 1219 | /* Neutral tnl module stuff */ |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1220 | _mesa_init_exec_vtxfmt( ctx ); |
| Gareth Hughes | d8aa026 | 2001-03-11 18:49:11 +0000 | [diff] [blame] | 1221 | ctx->TnlModule.Current = NULL; |
| 1222 | ctx->TnlModule.SwapCount = 0; |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1223 | #endif |
| Brian Paul | b6bcae5 | 2001-01-23 23:39:36 +0000 | [diff] [blame] | 1224 | |
| Keith Whitwell | 47b29f5 | 2005-05-04 11:44:44 +0000 | [diff] [blame] | 1225 | ctx->_MaintainTexEnvProgram = (_mesa_getenv("MESA_TEX_PROG") != NULL); |
| 1226 | ctx->_MaintainTnlProgram = (_mesa_getenv("MESA_TNL_PROG") != NULL); |
| 1227 | |
| Brian Paul | a96f889 | 2005-09-13 01:19:29 +0000 | [diff] [blame] | 1228 | ctx->FirstTimeCurrent = GL_TRUE; |
| 1229 | |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1230 | return GL_TRUE; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1231 | } |
| 1232 | |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1233 | |
| Brian Paul | de4f460 | 2003-07-03 02:15:06 +0000 | [diff] [blame] | 1234 | /** |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1235 | * Allocate and initialize a GLcontext structure. |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1236 | * Note that the driver needs to pass in its dd_function_table here since |
| 1237 | * we need to at least call driverFunctions->NewTextureObject to initialize |
| 1238 | * the rendering context. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1239 | * |
| 1240 | * \param visual a GLvisual pointer (we copy the struct contents) |
| 1241 | * \param share_list another context to share display lists with or NULL |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1242 | * \param driverFunctions points to the dd_function_table into which the |
| 1243 | * driver has plugged in all its special functions. |
| 1244 | * \param driverCtx points to the device driver's private context state |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1245 | * |
| 1246 | * \return pointer to a new __GLcontextRec or NULL if error. |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1247 | */ |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 1248 | GLcontext * |
| Brian Paul | be3602d | 2001-02-28 00:27:48 +0000 | [diff] [blame] | 1249 | _mesa_create_context( const GLvisual *visual, |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1250 | GLcontext *share_list, |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1251 | const struct dd_function_table *driverFunctions, |
| 1252 | void *driverContext ) |
| Brian Paul | 3c63452 | 2002-10-24 23:57:19 +0000 | [diff] [blame] | 1253 | |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1254 | { |
| Brian Paul | 4753d60 | 2002-06-15 02:38:15 +0000 | [diff] [blame] | 1255 | GLcontext *ctx; |
| 1256 | |
| 1257 | ASSERT(visual); |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1258 | ASSERT(driverContext); |
| Brian Paul | 4753d60 | 2002-06-15 02:38:15 +0000 | [diff] [blame] | 1259 | |
| Brian Paul | 3c63452 | 2002-10-24 23:57:19 +0000 | [diff] [blame] | 1260 | ctx = (GLcontext *) _mesa_calloc(sizeof(GLcontext)); |
| Brian Paul | 4753d60 | 2002-06-15 02:38:15 +0000 | [diff] [blame] | 1261 | if (!ctx) |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1262 | return NULL; |
| Brian Paul | 4753d60 | 2002-06-15 02:38:15 +0000 | [diff] [blame] | 1263 | |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1264 | if (_mesa_initialize_context(ctx, visual, share_list, |
| 1265 | driverFunctions, driverContext)) { |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1266 | return ctx; |
| 1267 | } |
| 1268 | else { |
| Brian Paul | 3c63452 | 2002-10-24 23:57:19 +0000 | [diff] [blame] | 1269 | _mesa_free(ctx); |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1270 | return NULL; |
| 1271 | } |
| 1272 | } |
| 1273 | |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1274 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1275 | /** |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1276 | * Free the data associated with the given context. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1277 | * |
| 1278 | * But doesn't free the GLcontext struct itself. |
| 1279 | * |
| 1280 | * \sa _mesa_initialize_context() and init_attrib_groups(). |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1281 | */ |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 1282 | void |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1283 | _mesa_free_context_data( GLcontext *ctx ) |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1284 | { |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1285 | /* if we're destroying the current context, unbind it first */ |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1286 | if (ctx == _mesa_get_current_context()) { |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 1287 | _mesa_make_current(NULL, NULL, NULL); |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1288 | } |
| 1289 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1290 | _mesa_free_lighting_data( ctx ); |
| 1291 | _mesa_free_eval_data( ctx ); |
| 1292 | _mesa_free_texture_data( ctx ); |
| 1293 | _mesa_free_matrix_data( ctx ); |
| 1294 | _mesa_free_viewport_data( ctx ); |
| Brian Paul | 05944c0 | 2003-07-22 03:51:46 +0000 | [diff] [blame] | 1295 | _mesa_free_colortables_data( ctx ); |
| Brian Paul | 21841f0 | 2004-08-14 14:28:11 +0000 | [diff] [blame] | 1296 | _mesa_free_program_data(ctx); |
| Brian Paul | 4fb9950 | 2005-09-02 13:42:49 +0000 | [diff] [blame] | 1297 | _mesa_free_query_data(ctx); |
| Brian Paul | 21841f0 | 2004-08-14 14:28:11 +0000 | [diff] [blame] | 1298 | |
| 1299 | #if FEATURE_ARB_vertex_buffer_object |
| 1300 | _mesa_delete_buffer_object(ctx, ctx->Array.NullBufferObj); |
| Brian Paul | 8dfc5b9 | 2002-10-16 17:57:51 +0000 | [diff] [blame] | 1301 | #endif |
| Brian Paul | fd28445 | 2001-07-19 15:54:34 +0000 | [diff] [blame] | 1302 | |
| Brian Paul | 65a66f5 | 2004-11-27 22:47:59 +0000 | [diff] [blame] | 1303 | /* free dispatch tables */ |
| 1304 | _mesa_free(ctx->Exec); |
| 1305 | _mesa_free(ctx->Save); |
| 1306 | |
| Brian Paul | 30f51ae | 2001-12-18 04:06:44 +0000 | [diff] [blame] | 1307 | /* Shared context state (display lists, textures, etc) */ |
| Brian Paul | 9560f05 | 2000-01-31 23:11:39 +0000 | [diff] [blame] | 1308 | _glthread_LOCK_MUTEX(ctx->Shared->Mutex); |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1309 | ctx->Shared->RefCount--; |
| Brian Paul | 9560f05 | 2000-01-31 23:11:39 +0000 | [diff] [blame] | 1310 | assert(ctx->Shared->RefCount >= 0); |
| 1311 | _glthread_UNLOCK_MUTEX(ctx->Shared->Mutex); |
| 1312 | if (ctx->Shared->RefCount == 0) { |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1313 | /* free shared state */ |
| 1314 | free_shared_state( ctx, ctx->Shared ); |
| 1315 | } |
| 1316 | |
| Brian Paul | 702ca20 | 2003-07-18 15:22:16 +0000 | [diff] [blame] | 1317 | if (ctx->Extensions.String) |
| 1318 | FREE((void *) ctx->Extensions.String); |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1319 | } |
| 1320 | |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1321 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1322 | /** |
| Brian Paul | 4d053dd | 2000-01-14 04:45:47 +0000 | [diff] [blame] | 1323 | * Destroy a GLcontext structure. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1324 | * |
| 1325 | * \param ctx GL context. |
| 1326 | * |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1327 | * Calls _mesa_free_context_data() and frees the GLcontext structure itself. |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1328 | */ |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 1329 | void |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1330 | _mesa_destroy_context( GLcontext *ctx ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1331 | { |
| 1332 | if (ctx) { |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1333 | _mesa_free_context_data(ctx); |
| Brian Paul | bd5cdaf | 1999-10-13 18:42:49 +0000 | [diff] [blame] | 1334 | FREE( (void *) ctx ); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1335 | } |
| 1336 | } |
| 1337 | |
| Brian Paul | d3fd7ba | 2004-01-20 02:49:27 +0000 | [diff] [blame] | 1338 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1339 | #if _HAVE_FULL_GL |
| 1340 | /** |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1341 | * Copy attribute groups from one context to another. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1342 | * |
| 1343 | * \param src source context |
| 1344 | * \param dst destination context |
| 1345 | * \param mask bitwise OR of GL_*_BIT flags |
| 1346 | * |
| 1347 | * According to the bits specified in \p mask, copies the corresponding |
| Jose Fonseca | 375457b | 2004-09-09 22:23:24 +0000 | [diff] [blame] | 1348 | * attributes from \p src into \p dst. For many of the attributes a simple \c |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1349 | * memcpy is not enough due to the existence of internal pointers in their data |
| 1350 | * structures. |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1351 | */ |
| Brian Paul | 178a1c5 | 2000-04-22 01:05:00 +0000 | [diff] [blame] | 1352 | void |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1353 | _mesa_copy_context( const GLcontext *src, GLcontext *dst, GLuint mask ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1354 | { |
| 1355 | if (mask & GL_ACCUM_BUFFER_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1356 | /* OK to memcpy */ |
| 1357 | dst->Accum = src->Accum; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1358 | } |
| 1359 | if (mask & GL_COLOR_BUFFER_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1360 | /* OK to memcpy */ |
| 1361 | dst->Color = src->Color; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1362 | } |
| 1363 | if (mask & GL_CURRENT_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1364 | /* OK to memcpy */ |
| 1365 | dst->Current = src->Current; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1366 | } |
| 1367 | if (mask & GL_DEPTH_BUFFER_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1368 | /* OK to memcpy */ |
| 1369 | dst->Depth = src->Depth; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1370 | } |
| 1371 | if (mask & GL_ENABLE_BIT) { |
| 1372 | /* no op */ |
| 1373 | } |
| 1374 | if (mask & GL_EVAL_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1375 | /* OK to memcpy */ |
| 1376 | dst->Eval = src->Eval; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1377 | } |
| 1378 | if (mask & GL_FOG_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1379 | /* OK to memcpy */ |
| 1380 | dst->Fog = src->Fog; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1381 | } |
| 1382 | if (mask & GL_HINT_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1383 | /* OK to memcpy */ |
| 1384 | dst->Hint = src->Hint; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1385 | } |
| 1386 | if (mask & GL_LIGHTING_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1387 | GLuint i; |
| 1388 | /* begin with memcpy */ |
| 1389 | MEMCPY( &dst->Light, &src->Light, sizeof(struct gl_light) ); |
| 1390 | /* fixup linked lists to prevent pointer insanity */ |
| 1391 | make_empty_list( &(dst->Light.EnabledList) ); |
| 1392 | for (i = 0; i < MAX_LIGHTS; i++) { |
| 1393 | if (dst->Light.Light[i].Enabled) { |
| 1394 | insert_at_tail(&(dst->Light.EnabledList), &(dst->Light.Light[i])); |
| 1395 | } |
| 1396 | } |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1397 | } |
| 1398 | if (mask & GL_LINE_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1399 | /* OK to memcpy */ |
| 1400 | dst->Line = src->Line; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1401 | } |
| 1402 | if (mask & GL_LIST_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1403 | /* OK to memcpy */ |
| 1404 | dst->List = src->List; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1405 | } |
| 1406 | if (mask & GL_PIXEL_MODE_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1407 | /* OK to memcpy */ |
| 1408 | dst->Pixel = src->Pixel; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1409 | } |
| 1410 | if (mask & GL_POINT_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1411 | /* OK to memcpy */ |
| 1412 | dst->Point = src->Point; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1413 | } |
| 1414 | if (mask & GL_POLYGON_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1415 | /* OK to memcpy */ |
| 1416 | dst->Polygon = src->Polygon; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1417 | } |
| 1418 | if (mask & GL_POLYGON_STIPPLE_BIT) { |
| 1419 | /* Use loop instead of MEMCPY due to problem with Portland Group's |
| 1420 | * C compiler. Reported by John Stone. |
| 1421 | */ |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1422 | GLuint i; |
| 1423 | for (i = 0; i < 32; i++) { |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1424 | dst->PolygonStipple[i] = src->PolygonStipple[i]; |
| 1425 | } |
| 1426 | } |
| 1427 | if (mask & GL_SCISSOR_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1428 | /* OK to memcpy */ |
| 1429 | dst->Scissor = src->Scissor; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1430 | } |
| 1431 | if (mask & GL_STENCIL_BUFFER_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1432 | /* OK to memcpy */ |
| 1433 | dst->Stencil = src->Stencil; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1434 | } |
| 1435 | if (mask & GL_TEXTURE_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1436 | /* Cannot memcpy because of pointers */ |
| 1437 | _mesa_copy_texture_state(src, dst); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1438 | } |
| 1439 | if (mask & GL_TRANSFORM_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1440 | /* OK to memcpy */ |
| 1441 | dst->Transform = src->Transform; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1442 | } |
| 1443 | if (mask & GL_VIEWPORT_BIT) { |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1444 | /* Cannot use memcpy, because of pointers in GLmatrix _WindowMap */ |
| 1445 | dst->Viewport.X = src->Viewport.X; |
| 1446 | dst->Viewport.Y = src->Viewport.Y; |
| 1447 | dst->Viewport.Width = src->Viewport.Width; |
| 1448 | dst->Viewport.Height = src->Viewport.Height; |
| 1449 | dst->Viewport.Near = src->Viewport.Near; |
| 1450 | dst->Viewport.Far = src->Viewport.Far; |
| 1451 | _math_matrix_copy(&dst->Viewport._WindowMap, &src->Viewport._WindowMap); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1452 | } |
| Brian Paul | 85d8160 | 2002-06-17 23:36:31 +0000 | [diff] [blame] | 1453 | |
| Keith Whitwell | a96308c | 2000-10-30 13:31:59 +0000 | [diff] [blame] | 1454 | /* XXX FIXME: Call callbacks? |
| 1455 | */ |
| 1456 | dst->NewState = _NEW_ALL; |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1457 | } |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 1458 | #endif |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 1459 | |
| 1460 | |
| Brian Paul | b1d53d9 | 2003-06-11 18:48:19 +0000 | [diff] [blame] | 1461 | /** |
| 1462 | * Check if the given context can render into the given framebuffer |
| 1463 | * by checking visual attributes. |
| 1464 | * \return GL_TRUE if compatible, GL_FALSE otherwise. |
| 1465 | */ |
| 1466 | static GLboolean |
| 1467 | check_compatible(const GLcontext *ctx, const GLframebuffer *buffer) |
| 1468 | { |
| 1469 | const GLvisual *ctxvis = &ctx->Visual; |
| 1470 | const GLvisual *bufvis = &buffer->Visual; |
| 1471 | |
| 1472 | if (ctxvis == bufvis) |
| 1473 | return GL_TRUE; |
| 1474 | |
| 1475 | if (ctxvis->rgbMode != bufvis->rgbMode) |
| 1476 | return GL_FALSE; |
| 1477 | if (ctxvis->doubleBufferMode && !bufvis->doubleBufferMode) |
| 1478 | return GL_FALSE; |
| 1479 | if (ctxvis->stereoMode && !bufvis->stereoMode) |
| 1480 | return GL_FALSE; |
| 1481 | if (ctxvis->haveAccumBuffer && !bufvis->haveAccumBuffer) |
| 1482 | return GL_FALSE; |
| 1483 | if (ctxvis->haveDepthBuffer && !bufvis->haveDepthBuffer) |
| 1484 | return GL_FALSE; |
| 1485 | if (ctxvis->haveStencilBuffer && !bufvis->haveStencilBuffer) |
| 1486 | return GL_FALSE; |
| 1487 | if (ctxvis->redMask && ctxvis->redMask != bufvis->redMask) |
| 1488 | return GL_FALSE; |
| 1489 | if (ctxvis->greenMask && ctxvis->greenMask != bufvis->greenMask) |
| 1490 | return GL_FALSE; |
| 1491 | if (ctxvis->blueMask && ctxvis->blueMask != bufvis->blueMask) |
| 1492 | return GL_FALSE; |
| 1493 | if (ctxvis->depthBits && ctxvis->depthBits != bufvis->depthBits) |
| 1494 | return GL_FALSE; |
| 1495 | if (ctxvis->stencilBits && ctxvis->stencilBits != bufvis->stencilBits) |
| 1496 | return GL_FALSE; |
| 1497 | |
| 1498 | return GL_TRUE; |
| 1499 | } |
| 1500 | |
| 1501 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1502 | /** |
| Brian Paul | a702bbf | 2005-09-14 03:11:36 +0000 | [diff] [blame^] | 1503 | * Do one-time initialization for the given framebuffer. Specifically, |
| 1504 | * ask the driver for the window's current size and update the framebuffer |
| 1505 | * object to match. |
| 1506 | * Really, the device driver should totally take care of this. |
| 1507 | */ |
| 1508 | static void |
| 1509 | initialize_framebuffer_size(GLcontext *ctx, GLframebuffer *fb) |
| 1510 | { |
| 1511 | GLuint width, height; |
| 1512 | ASSERT(ctx->Driver.GetBufferSize); |
| 1513 | ctx->Driver.GetBufferSize(fb, &width, &height); |
| 1514 | if (ctx->Driver.ResizeBuffers) |
| 1515 | ctx->Driver.ResizeBuffers(ctx, fb, width, height); |
| 1516 | fb->Initialized = GL_TRUE; |
| 1517 | } |
| 1518 | |
| 1519 | |
| 1520 | /** |
| 1521 | * Bind the given context to the given drawBuffer and readBuffer and |
| 1522 | * make it the current context for the calling thread. |
| 1523 | * We'll render into the drawBuffer and read pixels from the |
| 1524 | * readBuffer (i.e. glRead/CopyPixels, glCopyTexImage, etc). |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1525 | * |
| Brian Paul | a702bbf | 2005-09-14 03:11:36 +0000 | [diff] [blame^] | 1526 | * We check that the context's and framebuffer's visuals are compatible |
| 1527 | * and return immediately if they're not. |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1528 | * |
| Brian Paul | a702bbf | 2005-09-14 03:11:36 +0000 | [diff] [blame^] | 1529 | * \param newCtx the new GL context. If NULL then there will be no current GL |
| 1530 | * context. |
| 1531 | * \param drawBuffer the drawing framebuffer |
| 1532 | * \param readBuffer the reading framebuffer |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1533 | */ |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1534 | void |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 1535 | _mesa_make_current( GLcontext *newCtx, GLframebuffer *drawBuffer, |
| 1536 | GLframebuffer *readBuffer ) |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1537 | { |
| Keith Whitwell | 5c72837 | 2005-05-12 10:22:29 +0000 | [diff] [blame] | 1538 | if (MESA_VERBOSE & VERBOSE_API) |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 1539 | _mesa_debug(newCtx, "_mesa_make_current()\n"); |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1540 | |
| Brian Paul | be3602d | 2001-02-28 00:27:48 +0000 | [diff] [blame] | 1541 | /* Check that the context's and framebuffer's visuals are compatible. |
| Brian Paul | be3602d | 2001-02-28 00:27:48 +0000 | [diff] [blame] | 1542 | */ |
| Brian Paul | b1d53d9 | 2003-06-11 18:48:19 +0000 | [diff] [blame] | 1543 | if (newCtx && drawBuffer && newCtx->DrawBuffer != drawBuffer) { |
| 1544 | if (!check_compatible(newCtx, drawBuffer)) |
| 1545 | return; |
| 1546 | } |
| 1547 | if (newCtx && readBuffer && newCtx->ReadBuffer != readBuffer) { |
| 1548 | if (!check_compatible(newCtx, readBuffer)) |
| 1549 | return; |
| Brian Paul | be3602d | 2001-02-28 00:27:48 +0000 | [diff] [blame] | 1550 | } |
| 1551 | |
| Ian Romanick | 967b006 | 2005-08-10 23:54:15 +0000 | [diff] [blame] | 1552 | #if !defined(IN_DRI_DRIVER) |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1553 | /* We call this function periodically (just here for now) in |
| Ian Romanick | 967b006 | 2005-08-10 23:54:15 +0000 | [diff] [blame] | 1554 | * order to detect when multithreading has begun. In a DRI driver, this |
| 1555 | * step is done by the driver loader (e.g., libGL). |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1556 | */ |
| 1557 | _glapi_check_multithread(); |
| Ian Romanick | 967b006 | 2005-08-10 23:54:15 +0000 | [diff] [blame] | 1558 | #endif /* !defined(IN_DRI_DRIVER) */ |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1559 | |
| Brian Paul | f9b97d9 | 2000-01-28 20:17:42 +0000 | [diff] [blame] | 1560 | _glapi_set_context((void *) newCtx); |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1561 | ASSERT(_mesa_get_current_context() == newCtx); |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 1562 | |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 1563 | if (!newCtx) { |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1564 | _glapi_set_dispatch(NULL); /* none current */ |
| 1565 | } |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 1566 | else { |
| 1567 | _glapi_set_dispatch(newCtx->CurrentDispatch); |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1568 | |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 1569 | if (drawBuffer && readBuffer) { |
| 1570 | /* TODO: check if newCtx and buffer's visual match??? */ |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 1571 | |
| Brian Paul | e4b2356 | 2005-05-04 20:11:35 +0000 | [diff] [blame] | 1572 | ASSERT(drawBuffer->Name == 0); |
| 1573 | ASSERT(readBuffer->Name == 0); |
| 1574 | newCtx->WinSysDrawBuffer = drawBuffer; |
| 1575 | newCtx->WinSysReadBuffer = readBuffer; |
| 1576 | /* don't replace user-buffer bindings with window system buffer */ |
| 1577 | if (!newCtx->DrawBuffer || newCtx->DrawBuffer->Name == 0) { |
| 1578 | newCtx->DrawBuffer = drawBuffer; |
| 1579 | newCtx->ReadBuffer = readBuffer; |
| 1580 | } |
| Brian Paul | bb5c84f | 2005-07-01 01:22:25 +0000 | [diff] [blame] | 1581 | |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 1582 | newCtx->NewState |= _NEW_BUFFERS; |
| Brian Paul | 10d7f54 | 2002-06-17 23:38:14 +0000 | [diff] [blame] | 1583 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1584 | #if _HAVE_FULL_GL |
| Brian Paul | 65a66f5 | 2004-11-27 22:47:59 +0000 | [diff] [blame] | 1585 | if (!drawBuffer->Initialized) { |
| Brian Paul | a702bbf | 2005-09-14 03:11:36 +0000 | [diff] [blame^] | 1586 | initialize_framebuffer_size(newCtx, drawBuffer); |
| Brian Paul | 10d7f54 | 2002-06-17 23:38:14 +0000 | [diff] [blame] | 1587 | } |
| Brian Paul | 65a66f5 | 2004-11-27 22:47:59 +0000 | [diff] [blame] | 1588 | if (readBuffer != drawBuffer && !readBuffer->Initialized) { |
| Brian Paul | a702bbf | 2005-09-14 03:11:36 +0000 | [diff] [blame^] | 1589 | initialize_framebuffer_size(newCtx, readBuffer); |
| Brian Paul | 10d7f54 | 2002-06-17 23:38:14 +0000 | [diff] [blame] | 1590 | } |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1591 | #endif |
| Brian Paul | 65a66f5 | 2004-11-27 22:47:59 +0000 | [diff] [blame] | 1592 | if (newCtx->FirstTimeCurrent) { |
| 1593 | /* set initial viewport and scissor size now */ |
| Brian Paul | a702bbf | 2005-09-14 03:11:36 +0000 | [diff] [blame^] | 1594 | _mesa_set_viewport(newCtx, 0, 0, |
| 1595 | drawBuffer->Width, drawBuffer->Height); |
| Brian Paul | 65a66f5 | 2004-11-27 22:47:59 +0000 | [diff] [blame] | 1596 | newCtx->Scissor.Width = drawBuffer->Width; |
| 1597 | newCtx->Scissor.Height = drawBuffer->Height; |
| 1598 | } |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1599 | } |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 1600 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1601 | /* Alert the driver - usually passed on to the sw t&l module, |
| 1602 | * but also used to detect threaded cases in the radeon codegen |
| 1603 | * hw t&l module. |
| 1604 | */ |
| Jouk Jansen | 5e3bc0c | 2000-11-22 07:32:16 +0000 | [diff] [blame] | 1605 | if (newCtx->Driver.MakeCurrent) |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 1606 | newCtx->Driver.MakeCurrent( newCtx, drawBuffer, readBuffer ); |
| 1607 | |
| 1608 | /* We can use this to help debug user's problems. Tell them to set |
| 1609 | * the MESA_INFO env variable before running their app. Then the |
| 1610 | * first time each context is made current we'll print some useful |
| 1611 | * information. |
| 1612 | */ |
| 1613 | if (newCtx->FirstTimeCurrent) { |
| Brian Paul | 3c63452 | 2002-10-24 23:57:19 +0000 | [diff] [blame] | 1614 | if (_mesa_getenv("MESA_INFO")) { |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1615 | _mesa_print_info(); |
| Keith Whitwell | 23caf20 | 2000-11-16 21:05:34 +0000 | [diff] [blame] | 1616 | } |
| 1617 | newCtx->FirstTimeCurrent = GL_FALSE; |
| 1618 | } |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1619 | } |
| 1620 | } |
| 1621 | |
| Brian Paul | 635ee2d | 2005-04-15 17:25:07 +0000 | [diff] [blame] | 1622 | |
| 1623 | /** |
| 1624 | * Make context 'ctx' share the display lists, textures and programs |
| 1625 | * that are associated with 'ctxToShare'. |
| 1626 | * Any display lists, textures or programs associated with 'ctx' will |
| 1627 | * be deleted if nobody else is sharing them. |
| 1628 | */ |
| 1629 | GLboolean |
| 1630 | _mesa_share_state(GLcontext *ctx, GLcontext *ctxToShare) |
| 1631 | { |
| 1632 | if (ctx && ctxToShare && ctx->Shared && ctxToShare->Shared) { |
| 1633 | ctx->Shared->RefCount--; |
| 1634 | if (ctx->Shared->RefCount == 0) { |
| 1635 | free_shared_state(ctx, ctx->Shared); |
| 1636 | } |
| 1637 | ctx->Shared = ctxToShare->Shared; |
| 1638 | ctx->Shared->RefCount++; |
| 1639 | return GL_TRUE; |
| 1640 | } |
| 1641 | else { |
| 1642 | return GL_FALSE; |
| 1643 | } |
| 1644 | } |
| 1645 | |
| 1646 | |
| 1647 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1648 | /** |
| 1649 | * Get current context for the calling thread. |
| 1650 | * |
| 1651 | * \return pointer to the current GL context. |
| 1652 | * |
| 1653 | * Calls _glapi_get_context(). This isn't the fastest way to get the current |
| 1654 | * context. If you need speed, see the #GET_CURRENT_CONTEXT macro in context.h. |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1655 | */ |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1656 | GLcontext * |
| 1657 | _mesa_get_current_context( void ) |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1658 | { |
| Brian Paul | f9b97d9 | 2000-01-28 20:17:42 +0000 | [diff] [blame] | 1659 | return (GLcontext *) _glapi_get_context(); |
| Brian Paul | 0003778 | 1999-12-17 14:52:35 +0000 | [diff] [blame] | 1660 | } |
| 1661 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1662 | /** |
| 1663 | * Get context's current API dispatch table. |
| 1664 | * |
| 1665 | * It'll either be the immediate-mode execute dispatcher or the display list |
| 1666 | * compile dispatcher. |
| 1667 | * |
| 1668 | * \param ctx GL context. |
| 1669 | * |
| 1670 | * \return pointer to dispatch_table. |
| 1671 | * |
| 1672 | * Simply returns __GLcontextRec::CurrentDispatch. |
| Brian Paul | fbd8f21 | 1999-11-11 01:22:25 +0000 | [diff] [blame] | 1673 | */ |
| 1674 | struct _glapi_table * |
| 1675 | _mesa_get_dispatch(GLcontext *ctx) |
| 1676 | { |
| 1677 | return ctx->CurrentDispatch; |
| 1678 | } |
| 1679 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1680 | /*@}*/ |
| Brian Paul | fbd8f21 | 1999-11-11 01:22:25 +0000 | [diff] [blame] | 1681 | |
| 1682 | |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1683 | /**********************************************************************/ |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1684 | /** \name Miscellaneous functions */ |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1685 | /**********************************************************************/ |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1686 | /*@{*/ |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1687 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1688 | /** |
| 1689 | * Record an error. |
| 1690 | * |
| 1691 | * \param ctx GL context. |
| 1692 | * \param error error code. |
| 1693 | * |
| 1694 | * Records the given error code and call the driver's dd_function_table::Error |
| 1695 | * function if defined. |
| 1696 | * |
| 1697 | * \sa |
| Brian Paul | 4e9676f | 2002-06-29 19:48:15 +0000 | [diff] [blame] | 1698 | * This is called via _mesa_error(). |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1699 | */ |
| Brian Paul | b1394fa | 2000-09-26 20:53:53 +0000 | [diff] [blame] | 1700 | void |
| Brian Paul | 4e9676f | 2002-06-29 19:48:15 +0000 | [diff] [blame] | 1701 | _mesa_record_error( GLcontext *ctx, GLenum error ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1702 | { |
| Brian Paul | 18a285a | 2002-03-16 00:53:15 +0000 | [diff] [blame] | 1703 | if (!ctx) |
| 1704 | return; |
| 1705 | |
| Brian Paul | 7eb0603 | 2000-07-14 04:13:40 +0000 | [diff] [blame] | 1706 | if (ctx->ErrorValue == GL_NO_ERROR) { |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1707 | ctx->ErrorValue = error; |
| 1708 | } |
| 1709 | |
| 1710 | /* Call device driver's error handler, if any. This is used on the Mac. */ |
| 1711 | if (ctx->Driver.Error) { |
| 1712 | (*ctx->Driver.Error)( ctx ); |
| 1713 | } |
| 1714 | } |
| 1715 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1716 | /** |
| 1717 | * Execute glFinish(). |
| 1718 | * |
| 1719 | * Calls the #ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH macro and the |
| 1720 | * dd_function_table::Finish driver callback, if not NULL. |
| 1721 | */ |
| Kendall Bennett | c40d1dd | 2003-10-21 22:22:17 +0000 | [diff] [blame] | 1722 | void GLAPIENTRY |
| Brian Paul | fa9df40 | 2000-02-02 19:16:46 +0000 | [diff] [blame] | 1723 | _mesa_Finish( void ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1724 | { |
| Brian Paul | fa9df40 | 2000-02-02 19:16:46 +0000 | [diff] [blame] | 1725 | GET_CURRENT_CONTEXT(ctx); |
| Keith Whitwell | cab974c | 2000-12-26 05:09:27 +0000 | [diff] [blame] | 1726 | ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx); |
| Brian Paul | fa9df40 | 2000-02-02 19:16:46 +0000 | [diff] [blame] | 1727 | if (ctx->Driver.Finish) { |
| 1728 | (*ctx->Driver.Finish)( ctx ); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1729 | } |
| 1730 | } |
| 1731 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1732 | /** |
| 1733 | * Execute glFlush(). |
| 1734 | * |
| 1735 | * Calls the #ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH macro and the |
| 1736 | * dd_function_table::Flush driver callback, if not NULL. |
| 1737 | */ |
| Kendall Bennett | c40d1dd | 2003-10-21 22:22:17 +0000 | [diff] [blame] | 1738 | void GLAPIENTRY |
| Brian Paul | fa9df40 | 2000-02-02 19:16:46 +0000 | [diff] [blame] | 1739 | _mesa_Flush( void ) |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1740 | { |
| Brian Paul | fa9df40 | 2000-02-02 19:16:46 +0000 | [diff] [blame] | 1741 | GET_CURRENT_CONTEXT(ctx); |
| Keith Whitwell | cab974c | 2000-12-26 05:09:27 +0000 | [diff] [blame] | 1742 | ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx); |
| Brian Paul | fa9df40 | 2000-02-02 19:16:46 +0000 | [diff] [blame] | 1743 | if (ctx->Driver.Flush) { |
| 1744 | (*ctx->Driver.Flush)( ctx ); |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1745 | } |
| jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 1746 | } |
| Brian Paul | 48c6a6e | 2000-09-08 21:28:04 +0000 | [diff] [blame] | 1747 | |
| 1748 | |
| Keith Whitwell | 6dc8557 | 2003-07-17 13:43:59 +0000 | [diff] [blame] | 1749 | /*@}*/ |