- bb427b1 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
- c8c24d0 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
- 345ed3a Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
- 249a555 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
- 4f0a75e Added the ability to get the size of a parameter as a string. Changed the by Ian Romanick · 20 years ago
- 9001d67 Added enums for GL_OES_read_format. by Ian Romanick · 20 years ago
- fc43857 Add trivial support ARB_texture_rectangle and OES_read_format. by Ian Romanick · 20 years ago
- 05f4a2b Missed GL_OES_read_format_bit in last commit. by Ian Romanick · 20 years ago
- f1f18cd Since we know the problem with HP_occlusion_test is / was on the server-side, by Ian Romanick · 20 years ago
- 6106502 PrioritizeTextures, GetClipPlane, and WindowPos3fMESA don't need to be by Ian Romanick · 20 years ago
- 4f144b6 EXT_422_pixels test by Keith Whitwell · 20 years ago
- bf4c23d no need to include stddef.h anymore by Brian Paul · 20 years ago
- dc991a2 silence a warning by Brian Paul · 20 years ago
- 55656a5 added __glXFindDRIScreen to glXGetProcAddress (bug 1068879) by Brian Paul · 20 years ago
- 0d5e6cc fixed OSF/1 shared lib problem (bug 1065260) by Brian Paul · 20 years ago
- e25c7c2 update from Jouk by Brian Paul · 20 years ago
- 9cf65c5 fix missing width/height error by Brian Paul · 20 years ago
- 65a66f5 Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). by Brian Paul · 20 years ago
- 118a8ba new comments and assertions by Brian Paul · 20 years ago
- 29926a1 Remove the redundant width, height fields in xmesa_buffer struct. Just use by Brian Paul · 20 years ago
- b371e50 remove _glapi_add_entrypoint() calls, they're already in context.c by Brian Paul · 20 years ago
- de43484 add a few functions in add_newer_entrypoints() by Brian Paul · 20 years ago
- b5b8d22 Change the dispatch offsets for the VertexAttrib*NV functions so they don't by Brian Paul · 20 years ago
- 0699b0b silence warnings by Brian Paul · 20 years ago
- 6bca16b misc updates by Brian Paul · 20 years ago
- 91d09a9 Set symbol visibility to 'default', if supported by gcc. by Brian Paul · 20 years ago
- 819b519 use new PUBLIC macro for symbol export by Brian Paul · 20 years ago
- 3903c1f don't need glut_fbc.c by Brian Paul · 20 years ago
- 1d97c27 new GetOverlayInfo() function to reduce code and silence warnings by Brian Paul · 20 years ago
- 4d88098 Have OSMesaGetProcAddress() return new OSMESAproc typedef. by Brian Paul · 20 years ago
- 21f6978 clean up code related to dispatch table initialization by Brian Paul · 20 years ago
- 1343552 clean up 'depend' commands by Brian Paul · 20 years ago
- 2dd5b9e typedef GLUTproc, return it from glutGetProcAddress() by Brian Paul · 20 years ago
- 59fcd54 remove -Wmissing-prototypes from g++ flags, per gcc 3.4 by Brian Paul · 20 years ago
- 11a0a99 use @ to silence some unneeded output by Brian Paul · 20 years ago
- 209bd3a make get_static_proc_address() return a _glapi_proc by Brian Paul · 20 years ago
- 7ee79c8 use _glapi_proc by Brian Paul · 20 years ago
- 767e15a Use new _glapi_proc typedef instead of void * for function pointers. by Brian Paul · 20 years ago
- 1136412 fix typo, update version/date by Brian Paul · 20 years ago
- 911a8bc remove the GLAPI/GLAPIENTRY defines - they're already in gl.h by Brian Paul · 20 years ago
- 39c86ea removed a bunch of #define cruft, in case anyone still uses this code by Brian Paul · 20 years ago
- 568f757 Removed GLCALLBACK stuff - apparently never used anywhere. by Brian Paul · 20 years ago
- d2c1027 added X11 and OSMESA source to ALL_SOURCES, updated etags command by Brian Paul · 20 years ago
- 4fe34f3 (GLint*) casts in glGetIntegerv calls by Brian Paul · 20 years ago
- 59651a0 update some type names by Brian Paul · 20 years ago
- c5f9aa7 Use a generic function typedef instead of void * to avoid gcc 3.4 warnings. by Brian Paul · 20 years ago
- be2de8b Use __GLXextFuncPtr type instead of void * for generic functions to by Brian Paul · 20 years ago
- 4dafbc3 Some new comments, clean-up formatting, etc. by Brian Paul · 20 years ago
- 936028f Started some assorted clean-ups in #defines, typedefs, etc. by Brian Paul · 20 years ago
- b653aae minor APIENTRY clean-ups by Brian Paul · 20 years ago
- 7a293a9 Update expected DRM version to 2.0.0 by Keith Whitwell · 20 years ago
- 6dbb8ea Added support for several additional enum-only extensions: by Ian Romanick · 20 years ago
- e0a1cd3 Added information about numerous enums to aid the development of automatic by Ian Romanick · 20 years ago
- 6b6c96b update _mesa_store_teximageXd() comments and minor code clean-up by Brian Paul · 20 years ago
- ba62741 revert enabling of hw quads for swtcl. It lead to problems with quad_strips, since they'll get reduced to quads sometimes if hw quads are enabled. But this needs more thought, since it looks like clipped primitives will always be emitted as polys, so the reduced primitives for triangles, quads, quads_strips, polys all need to be the same, otherwise get lockups with for instance the olympic test. Render templates would probably need to be changed for this to work. by Roland Scheidegger · 20 years ago
- 180b0db Set the "ignore" flag for any functions that the open-source libGL doesn't by Ian Romanick · 20 years ago
- a789252 Don't allow queries/etc of buffer object 0 - it's invisible to users. by Brian Paul · 20 years ago
- ebe8d31 added GL_RED/GREEN/BLUE to is_color_format() by Brian Paul · 20 years ago
- d0a82a6 silence warning, minor clean-up by Brian Paul · 20 years ago
- c247c7f applied SPARC patch (freedesktop bug 1898) by Brian Paul · 20 years ago
- 263317d include <X11/Xthreads.h> instead of "Xthreads.h" by Brian Paul · 20 years ago
- 65b7905 misc updates by Brian Paul · 20 years ago
- f76be3d handle ENABLE_BIT for EXT_stencil_two_side by Daniel Borca · 20 years ago
- 4b4e7a9 fix APP_LIB_DEPS (bug 1065260) by Brian Paul · 20 years ago
- ad919c3 Sync with Xorg head: mingw build fixes from Alexander Gottwald. by Adam Jackson · 20 years ago
- c0be56e moved windoze specific code outside drivers/glide/ by Daniel Borca · 20 years ago
- 4ffc5fa work around a bug in gcc 3.3.3 (which duplicates ASM block) by Daniel Borca · 20 years ago
- fdd7413 fix _mesa_image_address2d invocation by Daniel Borca · 20 years ago
- 37918cf use float constants by Daniel Borca · 20 years ago
- fd9b307 use parentheses to avoid warning by Daniel Borca · 20 years ago
- 16e6f05 the win32 interface will be moving under windows/ by Daniel Borca · 20 years ago
- 05cb946 emphasize on the contents of Glide SDK by Daniel Borca · 20 years ago
- e6cd5d6 enable hw quad primitive for swtcl by Roland Scheidegger · 20 years ago
- ce055c2 add LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so state gets updated which hopefully fixes lockups (?) (from r200 driver) by Roland Scheidegger · 20 years ago
- 8e39265 (from r200 driver) If an application cleared before any state had been emitted, that clear would by Roland Scheidegger · 20 years ago
- 6cf002c fix quads to use GL_QUADS instead of GL_TRIANGLES as primitive by Roland Scheidegger · 20 years ago
- 8d88f82 small note regarding SSE under pure DOS by Daniel Borca · 20 years ago
- 0676fc3 added a few sanity checks made coding style a bit more consistent by Daniel Borca · 20 years ago
- 885f107 added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device drivers by Daniel Borca · 20 years ago
- f37383c wip hack for EXT_stencil_two_side by Daniel Borca · 20 years ago
- 79a98de pop(stencil) for EXT_stencil_two_side by Daniel Borca · 20 years ago
- a2c2393 brown paper bag, r100 can't do hardware quads. by Adam Jackson · 20 years ago
- 4d17d00 make render_quads_verts call EMIT_PRIM with the arguments in the right order, by Adam Jackson · 20 years ago
- b271ce8 allow specifying image file on command line by Brian Paul · 20 years ago
- 6090938 GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking by Brian Paul · 20 years ago
- f00d7ed added shaderobjects.c by Brian Paul · 20 years ago
- de08b0d add some chip ids by Roland Scheidegger · 20 years ago
- b12594d do clipping prior to XGetImage, just in case the image would extend beyond the screen's bounds by Brian Paul · 20 years ago
- 2a10ad1 use the new _mesa_clip_readpixels() routine by Brian Paul · 20 years ago
- e677da9 added a comment and assertion in _mesa_clip_drawpixels() for PixelZoom by Brian Paul · 20 years ago
- c55c963 Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead. by Brian Paul · 20 years ago
- 4084e3c added _mesa_clip_drawpixels() and _mesa_clip_readpixels() by Brian Paul · 20 years ago
- 4f28c9c don't use ctx->Pack, use the function argument by Brian Paul · 20 years ago
- 83889ff Remove need for defining _MSC_VER when building Mesa for windows with by Brian Paul · 20 years ago
- 5849e3d shorter error messages when calling a GL function without a bound context (FDO bug 1775) by Brian Paul · 20 years ago
- cb7f212 Add EXT_stencil_wrap test that doesn't depend on stencil read-back functioning. by Ian Romanick · 20 years ago
- 473fe6d constify a few arrays. by Adam Jackson · 20 years ago
- 5dd18e9 static char * -> static char [] by Adam Jackson · 20 years ago
- d294f79 enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog coords (it seems the chip cannot do fog factor computation when not using fragment depth as fog coord source). vtxfmt uses fallback for now (most code present but some magic would be needed if replaying vertices is necessary later on). by Roland Scheidegger · 20 years ago
- bdd53ef Added MMX optimized version of the RGB565 ReadRGBASpan routine. by Ian Romanick · 20 years ago