1. 345ed3a Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  2. 249a555 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  3. 4f0a75e Added the ability to get the size of a parameter as a string. Changed the by Ian Romanick · 20 years ago
  4. 9001d67 Added enums for GL_OES_read_format. by Ian Romanick · 20 years ago
  5. fc43857 Add trivial support ARB_texture_rectangle and OES_read_format. by Ian Romanick · 20 years ago
  6. 05f4a2b Missed GL_OES_read_format_bit in last commit. by Ian Romanick · 20 years ago
  7. f1f18cd Since we know the problem with HP_occlusion_test is / was on the server-side, by Ian Romanick · 20 years ago
  8. 6106502 PrioritizeTextures, GetClipPlane, and WindowPos3fMESA don't need to be by Ian Romanick · 20 years ago
  9. 4f144b6 EXT_422_pixels test by Keith Whitwell · 20 years ago
  10. bf4c23d no need to include stddef.h anymore by Brian Paul · 20 years ago
  11. dc991a2 silence a warning by Brian Paul · 20 years ago
  12. 55656a5 added __glXFindDRIScreen to glXGetProcAddress (bug 1068879) by Brian Paul · 20 years ago
  13. 0d5e6cc fixed OSF/1 shared lib problem (bug 1065260) by Brian Paul · 20 years ago
  14. e25c7c2 update from Jouk by Brian Paul · 20 years ago
  15. 9cf65c5 fix missing width/height error by Brian Paul · 20 years ago
  16. 65a66f5 Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). by Brian Paul · 20 years ago
  17. 118a8ba new comments and assertions by Brian Paul · 20 years ago
  18. 29926a1 Remove the redundant width, height fields in xmesa_buffer struct. Just use by Brian Paul · 20 years ago
  19. b371e50 remove _glapi_add_entrypoint() calls, they're already in context.c by Brian Paul · 20 years ago
  20. de43484 add a few functions in add_newer_entrypoints() by Brian Paul · 20 years ago
  21. b5b8d22 Change the dispatch offsets for the VertexAttrib*NV functions so they don't by Brian Paul · 20 years ago
  22. 0699b0b silence warnings by Brian Paul · 20 years ago
  23. 6bca16b misc updates by Brian Paul · 20 years ago
  24. 91d09a9 Set symbol visibility to 'default', if supported by gcc. by Brian Paul · 20 years ago
  25. 819b519 use new PUBLIC macro for symbol export by Brian Paul · 20 years ago
  26. 3903c1f don't need glut_fbc.c by Brian Paul · 20 years ago
  27. 1d97c27 new GetOverlayInfo() function to reduce code and silence warnings by Brian Paul · 20 years ago
  28. 4d88098 Have OSMesaGetProcAddress() return new OSMESAproc typedef. by Brian Paul · 20 years ago
  29. 21f6978 clean up code related to dispatch table initialization by Brian Paul · 20 years ago
  30. 1343552 clean up 'depend' commands by Brian Paul · 20 years ago
  31. 2dd5b9e typedef GLUTproc, return it from glutGetProcAddress() by Brian Paul · 20 years ago
  32. 59fcd54 remove -Wmissing-prototypes from g++ flags, per gcc 3.4 by Brian Paul · 20 years ago
  33. 11a0a99 use @ to silence some unneeded output by Brian Paul · 20 years ago
  34. 209bd3a make get_static_proc_address() return a _glapi_proc by Brian Paul · 20 years ago
  35. 7ee79c8 use _glapi_proc by Brian Paul · 20 years ago
  36. 767e15a Use new _glapi_proc typedef instead of void * for function pointers. by Brian Paul · 20 years ago
  37. 1136412 fix typo, update version/date by Brian Paul · 20 years ago
  38. 911a8bc remove the GLAPI/GLAPIENTRY defines - they're already in gl.h by Brian Paul · 20 years ago
  39. 39c86ea removed a bunch of #define cruft, in case anyone still uses this code by Brian Paul · 20 years ago
  40. 568f757 Removed GLCALLBACK stuff - apparently never used anywhere. by Brian Paul · 20 years ago
  41. d2c1027 added X11 and OSMESA source to ALL_SOURCES, updated etags command by Brian Paul · 20 years ago
  42. 4fe34f3 (GLint*) casts in glGetIntegerv calls by Brian Paul · 20 years ago
  43. 59651a0 update some type names by Brian Paul · 20 years ago
  44. c5f9aa7 Use a generic function typedef instead of void * to avoid gcc 3.4 warnings. by Brian Paul · 20 years ago
  45. be2de8b Use __GLXextFuncPtr type instead of void * for generic functions to by Brian Paul · 20 years ago
  46. 4dafbc3 Some new comments, clean-up formatting, etc. by Brian Paul · 20 years ago
  47. 936028f Started some assorted clean-ups in #defines, typedefs, etc. by Brian Paul · 20 years ago
  48. b653aae minor APIENTRY clean-ups by Brian Paul · 20 years ago
  49. 7a293a9 Update expected DRM version to 2.0.0 by Keith Whitwell · 20 years ago
  50. 6dbb8ea Added support for several additional enum-only extensions: by Ian Romanick · 20 years ago
  51. e0a1cd3 Added information about numerous enums to aid the development of automatic by Ian Romanick · 20 years ago
  52. 6b6c96b update _mesa_store_teximageXd() comments and minor code clean-up by Brian Paul · 20 years ago
  53. 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
  54. 180b0db Set the "ignore" flag for any functions that the open-source libGL doesn't by Ian Romanick · 20 years ago
  55. a789252 Don't allow queries/etc of buffer object 0 - it's invisible to users. by Brian Paul · 20 years ago
  56. ebe8d31 added GL_RED/GREEN/BLUE to is_color_format() by Brian Paul · 20 years ago
  57. d0a82a6 silence warning, minor clean-up by Brian Paul · 20 years ago
  58. c247c7f applied SPARC patch (freedesktop bug 1898) by Brian Paul · 20 years ago
  59. 263317d include <X11/Xthreads.h> instead of "Xthreads.h" by Brian Paul · 20 years ago
  60. 65b7905 misc updates by Brian Paul · 20 years ago
  61. f76be3d handle ENABLE_BIT for EXT_stencil_two_side by Daniel Borca · 20 years ago
  62. 4b4e7a9 fix APP_LIB_DEPS (bug 1065260) by Brian Paul · 20 years ago
  63. ad919c3 Sync with Xorg head: mingw build fixes from Alexander Gottwald. by Adam Jackson · 20 years ago
  64. c0be56e moved windoze specific code outside drivers/glide/ by Daniel Borca · 20 years ago
  65. 4ffc5fa work around a bug in gcc 3.3.3 (which duplicates ASM block) by Daniel Borca · 20 years ago
  66. fdd7413 fix _mesa_image_address2d invocation by Daniel Borca · 20 years ago
  67. 37918cf use float constants by Daniel Borca · 20 years ago
  68. fd9b307 use parentheses to avoid warning by Daniel Borca · 20 years ago
  69. 16e6f05 the win32 interface will be moving under windows/ by Daniel Borca · 20 years ago
  70. 05cb946 emphasize on the contents of Glide SDK by Daniel Borca · 20 years ago
  71. e6cd5d6 enable hw quad primitive for swtcl by Roland Scheidegger · 20 years ago
  72. 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
  73. 8e39265 (from r200 driver) If an application cleared before any state had been emitted, that clear would by Roland Scheidegger · 20 years ago
  74. 6cf002c fix quads to use GL_QUADS instead of GL_TRIANGLES as primitive by Roland Scheidegger · 20 years ago
  75. 8d88f82 small note regarding SSE under pure DOS by Daniel Borca · 20 years ago
  76. 0676fc3 added a few sanity checks made coding style a bit more consistent by Daniel Borca · 20 years ago
  77. 885f107 added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device drivers by Daniel Borca · 20 years ago
  78. f37383c wip hack for EXT_stencil_two_side by Daniel Borca · 20 years ago
  79. 79a98de pop(stencil) for EXT_stencil_two_side by Daniel Borca · 20 years ago
  80. a2c2393 brown paper bag, r100 can't do hardware quads. by Adam Jackson · 20 years ago
  81. 4d17d00 make render_quads_verts call EMIT_PRIM with the arguments in the right order, by Adam Jackson · 20 years ago
  82. b271ce8 allow specifying image file on command line by Brian Paul · 20 years ago
  83. 6090938 GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking by Brian Paul · 20 years ago
  84. f00d7ed added shaderobjects.c by Brian Paul · 20 years ago
  85. de08b0d add some chip ids by Roland Scheidegger · 20 years ago
  86. b12594d do clipping prior to XGetImage, just in case the image would extend beyond the screen's bounds by Brian Paul · 20 years ago
  87. 2a10ad1 use the new _mesa_clip_readpixels() routine by Brian Paul · 20 years ago
  88. e677da9 added a comment and assertion in _mesa_clip_drawpixels() for PixelZoom by Brian Paul · 20 years ago
  89. c55c963 Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead. by Brian Paul · 20 years ago
  90. 4084e3c added _mesa_clip_drawpixels() and _mesa_clip_readpixels() by Brian Paul · 20 years ago
  91. 4f28c9c don't use ctx->Pack, use the function argument by Brian Paul · 20 years ago
  92. 83889ff Remove need for defining _MSC_VER when building Mesa for windows with by Brian Paul · 20 years ago
  93. 5849e3d shorter error messages when calling a GL function without a bound context (FDO bug 1775) by Brian Paul · 20 years ago
  94. cb7f212 Add EXT_stencil_wrap test that doesn't depend on stencil read-back functioning. by Ian Romanick · 20 years ago
  95. 473fe6d constify a few arrays. by Adam Jackson · 20 years ago
  96. 5dd18e9 static char * -> static char [] by Adam Jackson · 20 years ago
  97. 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
  98. bdd53ef Added MMX optimized version of the RGB565 ReadRGBASpan routine. by Ian Romanick · 20 years ago
  99. 2302cc1 No visible changes, but commit the groundwork for further experiments: by Nicolai Haehnle · 20 years ago
  100. b187341 Add culling registers, sync versions of r300_reg.h by Nicolai Haehnle · 20 years ago