1. a815859 bring in 6.2.1 changes by Brian Paul · 20 years ago
  2. 8597dd3 check if using a PBuffer in clip_for_xgetimage() by Brian Paul · 20 years ago
  3. da3e15c Get linux-solo dependencies building correctly, by Keith Whitwell · 20 years ago
  4. 2fc3a958 make sure we're cleaning up everything by Daniel Borca · 20 years ago
  5. a280d33 simplistic ICD implementation for fx/Mesa by Daniel Borca · 20 years ago
  6. 0e01b23 back out Keiths last checkin - for Solo the include order is important by Dave Airlie · 20 years ago
  7. b2ad61f fixup pci code for Jon's last checkin for changing page size by Dave Airlie · 20 years ago
  8. b31b783 (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only fast z clear and z buffer compression are supported for now, hierarchical-z is not. Still problems with multiple apps and z/stencil readback, which is why hyperz is disabled per default. Also add the new point sprite packet drm 1.13 accepts to the sanity code. by Roland Scheidegger · 20 years ago
  9. fc23672 Improve the behaviour of the build system wrt depend files. by Keith Whitwell · 20 years ago
  10. e5aa3dd Demonstrate using a color matrix for yuv-to-rgb conversion at texture by Keith Whitwell · 20 years ago
  11. c69d60f Use union type to avoid strict aliasing problems. by Alan Hourihane · 20 years ago
  12. c63f3cf silence warnings by Alan Hourihane · 20 years ago
  13. 8635615 Check for some header defines before redefining functions. Silences warnings. by Alan Hourihane · 20 years ago
  14. 03dc05a silence warning by Alan Hourihane · 20 years ago
  15. 23b033a From: Stephane Marchesin <marchesin@icps.u-strasbg.fr> by Dave Airlie · 20 years ago
  16. e1b4fec fix depth/stencil readback if coordinates are larger than 1023 (https://bugs.freedesktop.org/show_bug.cgi?id=2010). Should now work up to 2047, which is the current limit for 3d rendering. by Roland Scheidegger · 20 years ago
  17. 3b65cab fixed an include path by Daniel Borca · 20 years ago
  18. c049d4b explicit cast in a few places by Daniel Borca · 20 years ago
  19. d033ce6 disable junk for mingw by Daniel Borca · 20 years ago
  20. ac70910 small fix for debug paths by Daniel Borca · 20 years ago
  21. fa9ab2d sync with glut/glx by Daniel Borca · 20 years ago
  22. ddfd206 report bugs at freedesktop.org by Brian Paul · 20 years ago
  23. 86cbfc2 direct bug reports to freedesktop.org by Brian Paul · 20 years ago
  24. 7476406 Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.py by Ian Romanick · 20 years ago
  25. 47719fd Fix a minor bug in glXEnumFunction::PrintUsingTable. Add some comments. by Ian Romanick · 20 years ago
  26. cbc527c mask color indexes against palette size, per the spec by Brian Paul · 20 years ago
  27. 0fdb7ef only enable GL_MESA_ycbcr_texture for real r200 chips, not the derivatives, since yuv textures do not work for some reason on the other chips. by Roland Scheidegger · 20 years ago
  28. de7b071 enable GL_EXT_stencil_wrap (patch from idr), including some hacks for original radeons which have some broken stencil ops. by Roland Scheidegger · 20 years ago
  29. 25b67e6 Use the GL datatypes. Lots of assorted clean-ups. by Brian Paul · 20 years ago
  30. 4040552 silence warning by Brian Paul · 20 years ago
  31. 2d846b7 re-disable TRACE by Brian Paul · 20 years ago
  32. a760ccf silence a variety of warnings found with g++ 3.4.2 by Brian Paul · 20 years ago
  33. 025aa9e silence warnings by Alan Hourihane · 20 years ago
  34. 8694285 reverse some debug that slipped through by Alan Hourihane · 20 years ago
  35. 22ae633 Fix some warnings by Alan Hourihane · 20 years ago
  36. ba807fb Updated the schema. Added comments explaining some of the non-obvious by Ian Romanick · 20 years ago
  37. 00d153e Corrected a problem with the sizes of the MAP[12]_* enums. by Ian Romanick · 20 years ago
  38. 5ee2f9a Added a couple missing always_array annotations and a couple trival by Ian Romanick · 20 years ago
  39. 596ccff Prevent possible divide-by-zero error. by Ian Romanick · 20 years ago
  40. 77e297c Refactor ExtractDir and OpenDriver to be a bit more clear. by Ian Romanick · 20 years ago
  41. 9bba1cf Use indirect_size.c and indirect_size.h generated by using by Ian Romanick · 20 years ago
  42. b53df18 Slightly tweak the format of the size prototypes. by Ian Romanick · 20 years ago
  43. 5484352 Use the indirect_init.c generate by using src/mesa/glapi/glX_proto_send.py by Ian Romanick · 20 years ago
  44. 4f4854a Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  45. 529381f Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  46. e9789cf Python script to generate various bits of client-side GLX protocol code. by Ian Romanick · 20 years ago
  47. 6b89a83 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  48. bb427b1 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  49. c8c24d0 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  50. 345ed3a Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  51. 249a555 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  52. 4f0a75e Added the ability to get the size of a parameter as a string. Changed the by Ian Romanick · 20 years ago
  53. 9001d67 Added enums for GL_OES_read_format. by Ian Romanick · 20 years ago
  54. fc43857 Add trivial support ARB_texture_rectangle and OES_read_format. by Ian Romanick · 20 years ago
  55. 05f4a2b Missed GL_OES_read_format_bit in last commit. by Ian Romanick · 20 years ago
  56. f1f18cd Since we know the problem with HP_occlusion_test is / was on the server-side, by Ian Romanick · 20 years ago
  57. 6106502 PrioritizeTextures, GetClipPlane, and WindowPos3fMESA don't need to be by Ian Romanick · 20 years ago
  58. 4f144b6 EXT_422_pixels test by Keith Whitwell · 20 years ago
  59. bf4c23d no need to include stddef.h anymore by Brian Paul · 20 years ago
  60. dc991a2 silence a warning by Brian Paul · 20 years ago
  61. 55656a5 added __glXFindDRIScreen to glXGetProcAddress (bug 1068879) by Brian Paul · 20 years ago
  62. 0d5e6cc fixed OSF/1 shared lib problem (bug 1065260) by Brian Paul · 20 years ago
  63. e25c7c2 update from Jouk by Brian Paul · 20 years ago
  64. 9cf65c5 fix missing width/height error by Brian Paul · 20 years ago
  65. 65a66f5 Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). by Brian Paul · 20 years ago
  66. 118a8ba new comments and assertions by Brian Paul · 20 years ago
  67. 29926a1 Remove the redundant width, height fields in xmesa_buffer struct. Just use by Brian Paul · 20 years ago
  68. b371e50 remove _glapi_add_entrypoint() calls, they're already in context.c by Brian Paul · 20 years ago
  69. de43484 add a few functions in add_newer_entrypoints() by Brian Paul · 20 years ago
  70. b5b8d22 Change the dispatch offsets for the VertexAttrib*NV functions so they don't by Brian Paul · 20 years ago
  71. 0699b0b silence warnings by Brian Paul · 20 years ago
  72. 6bca16b misc updates by Brian Paul · 20 years ago
  73. 91d09a9 Set symbol visibility to 'default', if supported by gcc. by Brian Paul · 20 years ago
  74. 819b519 use new PUBLIC macro for symbol export by Brian Paul · 20 years ago
  75. 3903c1f don't need glut_fbc.c by Brian Paul · 20 years ago
  76. 1d97c27 new GetOverlayInfo() function to reduce code and silence warnings by Brian Paul · 20 years ago
  77. 4d88098 Have OSMesaGetProcAddress() return new OSMESAproc typedef. by Brian Paul · 20 years ago
  78. 21f6978 clean up code related to dispatch table initialization by Brian Paul · 20 years ago
  79. 1343552 clean up 'depend' commands by Brian Paul · 20 years ago
  80. 2dd5b9e typedef GLUTproc, return it from glutGetProcAddress() by Brian Paul · 20 years ago
  81. 59fcd54 remove -Wmissing-prototypes from g++ flags, per gcc 3.4 by Brian Paul · 20 years ago
  82. 11a0a99 use @ to silence some unneeded output by Brian Paul · 20 years ago
  83. 209bd3a make get_static_proc_address() return a _glapi_proc by Brian Paul · 20 years ago
  84. 7ee79c8 use _glapi_proc by Brian Paul · 20 years ago
  85. 767e15a Use new _glapi_proc typedef instead of void * for function pointers. by Brian Paul · 20 years ago
  86. 1136412 fix typo, update version/date by Brian Paul · 20 years ago
  87. 911a8bc remove the GLAPI/GLAPIENTRY defines - they're already in gl.h by Brian Paul · 20 years ago
  88. 39c86ea removed a bunch of #define cruft, in case anyone still uses this code by Brian Paul · 20 years ago
  89. 568f757 Removed GLCALLBACK stuff - apparently never used anywhere. by Brian Paul · 20 years ago
  90. d2c1027 added X11 and OSMESA source to ALL_SOURCES, updated etags command by Brian Paul · 20 years ago
  91. 4fe34f3 (GLint*) casts in glGetIntegerv calls by Brian Paul · 20 years ago
  92. 59651a0 update some type names by Brian Paul · 20 years ago
  93. c5f9aa7 Use a generic function typedef instead of void * to avoid gcc 3.4 warnings. by Brian Paul · 20 years ago
  94. be2de8b Use __GLXextFuncPtr type instead of void * for generic functions to by Brian Paul · 20 years ago
  95. 4dafbc3 Some new comments, clean-up formatting, etc. by Brian Paul · 20 years ago
  96. 936028f Started some assorted clean-ups in #defines, typedefs, etc. by Brian Paul · 20 years ago
  97. b653aae minor APIENTRY clean-ups by Brian Paul · 20 years ago
  98. 7a293a9 Update expected DRM version to 2.0.0 by Keith Whitwell · 20 years ago
  99. 6dbb8ea Added support for several additional enum-only extensions: by Ian Romanick · 20 years ago
  100. e0a1cd3 Added information about numerous enums to aid the development of automatic by Ian Romanick · 20 years ago