1. 4890f260 Mark the XF86DRI client-side extension API as PUBLIC. by Adam Jackson · 20 years ago
  2. 2719b54 fxt1_decode_1() needs to be non-static for the tdfx and glide drivers. by Adam Jackson · 20 years ago
  3. 20456d6 Unichrome DRI: by Thomas Hellström · 20 years ago
  4. b4f58e9 Unichrome DRI: by Thomas Hellström · 20 years ago
  5. de54143 Unichrome DRI: by Thomas Hellström · 20 years ago
  6. a47c4c3 Unichrome DRI driver: by Thomas Hellström · 20 years ago
  7. 58f5b91 Added configuration support to the Savage driver. Three options are by Felix Kuehling · 20 years ago
  8. 489ccef Fix up glx/x11 to work when built with -fvisibility=hidden. by Adam Jackson · 20 years ago
  9. 5566127 Fixed GL_CLAM_TO_EDGE. It's not supported in hardware. Use GL_CLAMP by Felix Kuehling · 20 years ago
  10. e9fbc23 Fixed initialization of some stencil-related S4 registers, which was by Felix Kuehling · 20 years ago
  11. 91fd299 Moved some code from savageCreateContext to savageInitDriver, where it by Felix Kuehling · 20 years ago
  12. 9fb668c Fixed some missing uint8_t -> u_int8_t. by Felix Kuehling · 20 years ago
  13. cc488b0 Add _mesa_delete_texture_object() call to viaDeleteTexture by Keith Whitwell · 20 years ago
  14. ae68c32 Add some catchall commands to realclean target to remove built files by Keith Whitwell · 20 years ago
  15. 3f12058 updated makefiles for gcc 3.4.3 and bnu 2.15 by Daniel Borca · 20 years ago
  16. 65dfab6 minor info update by Daniel Borca · 20 years ago
  17. 8b563fd added DMesaProc type to prevent gcc 3.4.3 warnings by Daniel Borca · 20 years ago
  18. 654dccf added DMesaProc type to prevent gcc 3.4.3 warnings. sw tc is disabled by default by Daniel Borca · 20 years ago
  19. ea38858 protected elfish code against non-elf compilers by Daniel Borca · 20 years ago
  20. 3df033a fixes for fragment programs by Brian Paul · 20 years ago
  21. 69a5896 init span.w, dwdx, dwdy in case we're running a fragment program by Brian Paul · 20 years ago
  22. 55481b3 tweaks to the LIT instructions by Brian Paul · 20 years ago
  23. 244adeb s/DP3/DP3_SAT/ to prevent negative values by Brian Paul · 20 years ago
  24. 968cbf9 uint*t -> u_int*t by Alan Hourihane · 20 years ago
  25. fc84bec fix warning by Alan Hourihane · 20 years ago
  26. 38b317d uint*t -> u_int*t changes by Alan Hourihane · 20 years ago
  27. 9fb024b Added many (hopefully all) missing 'output="true"' attributes. Added by Ian Romanick · 20 years ago
  28. dea44ca Trivial shell script to search the API definition file and print out the by Ian Romanick · 20 years ago
  29. 8c0b1d8 disabled ClipMask usage in vb emitter (clipping bugs?) by Daniel Borca · 20 years ago
  30. 8402149 removed unused visInfo var by Brian Paul · 20 years ago
  31. af808af fix recursion problem introduced on Nov 27 by Brian Paul · 20 years ago
  32. 68d293b Added driver hooks for GetTexImage() and GetCompressedTexImage(). by Brian Paul · 20 years ago
  33. 5aa1a11 Fix a couple of glitches by Keith Whitwell · 20 years ago
  34. 3cc28c9 allow GetTexImage with RGBA format and COLOR_INDEX internalformat by Daniel Borca · 20 years ago
  35. 7af80ca typo by Brian Paul · 20 years ago
  36. a815859 bring in 6.2.1 changes by Brian Paul · 20 years ago
  37. 8597dd3 check if using a PBuffer in clip_for_xgetimage() by Brian Paul · 20 years ago
  38. da3e15c Get linux-solo dependencies building correctly, by Keith Whitwell · 20 years ago
  39. 2fc3a958 make sure we're cleaning up everything by Daniel Borca · 20 years ago
  40. a280d33 simplistic ICD implementation for fx/Mesa by Daniel Borca · 20 years ago
  41. 0e01b23 back out Keiths last checkin - for Solo the include order is important by Dave Airlie · 20 years ago
  42. b2ad61f fixup pci code for Jon's last checkin for changing page size by Dave Airlie · 20 years ago
  43. 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
  44. fc23672 Improve the behaviour of the build system wrt depend files. by Keith Whitwell · 20 years ago
  45. e5aa3dd Demonstrate using a color matrix for yuv-to-rgb conversion at texture by Keith Whitwell · 20 years ago
  46. c69d60f Use union type to avoid strict aliasing problems. by Alan Hourihane · 20 years ago
  47. c63f3cf silence warnings by Alan Hourihane · 20 years ago
  48. 8635615 Check for some header defines before redefining functions. Silences warnings. by Alan Hourihane · 20 years ago
  49. 03dc05a silence warning by Alan Hourihane · 20 years ago
  50. 23b033a From: Stephane Marchesin <marchesin@icps.u-strasbg.fr> by Dave Airlie · 20 years ago
  51. 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
  52. 3b65cab fixed an include path by Daniel Borca · 20 years ago
  53. c049d4b explicit cast in a few places by Daniel Borca · 20 years ago
  54. d033ce6 disable junk for mingw by Daniel Borca · 20 years ago
  55. ac70910 small fix for debug paths by Daniel Borca · 20 years ago
  56. fa9ab2d sync with glut/glx by Daniel Borca · 20 years ago
  57. ddfd206 report bugs at freedesktop.org by Brian Paul · 20 years ago
  58. 86cbfc2 direct bug reports to freedesktop.org by Brian Paul · 20 years ago
  59. 7476406 Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.py by Ian Romanick · 20 years ago
  60. 47719fd Fix a minor bug in glXEnumFunction::PrintUsingTable. Add some comments. by Ian Romanick · 20 years ago
  61. cbc527c mask color indexes against palette size, per the spec by Brian Paul · 20 years ago
  62. 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
  63. 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
  64. 25b67e6 Use the GL datatypes. Lots of assorted clean-ups. by Brian Paul · 20 years ago
  65. 4040552 silence warning by Brian Paul · 20 years ago
  66. 2d846b7 re-disable TRACE by Brian Paul · 20 years ago
  67. a760ccf silence a variety of warnings found with g++ 3.4.2 by Brian Paul · 20 years ago
  68. 025aa9e silence warnings by Alan Hourihane · 20 years ago
  69. 8694285 reverse some debug that slipped through by Alan Hourihane · 20 years ago
  70. 22ae633 Fix some warnings by Alan Hourihane · 20 years ago
  71. ba807fb Updated the schema. Added comments explaining some of the non-obvious by Ian Romanick · 20 years ago
  72. 00d153e Corrected a problem with the sizes of the MAP[12]_* enums. by Ian Romanick · 20 years ago
  73. 5ee2f9a Added a couple missing always_array annotations and a couple trival by Ian Romanick · 20 years ago
  74. 596ccff Prevent possible divide-by-zero error. by Ian Romanick · 20 years ago
  75. 77e297c Refactor ExtractDir and OpenDriver to be a bit more clear. by Ian Romanick · 20 years ago
  76. 9bba1cf Use indirect_size.c and indirect_size.h generated by using by Ian Romanick · 20 years ago
  77. b53df18 Slightly tweak the format of the size prototypes. by Ian Romanick · 20 years ago
  78. 5484352 Use the indirect_init.c generate by using src/mesa/glapi/glX_proto_send.py by Ian Romanick · 20 years ago
  79. 4f4854a Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  80. 529381f Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  81. e9789cf Python script to generate various bits of client-side GLX protocol code. by Ian Romanick · 20 years ago
  82. 6b89a83 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  83. bb427b1 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  84. c8c24d0 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  85. 345ed3a Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  86. 249a555 Make the transition to script-genereated GLX code easier. by Ian Romanick · 20 years ago
  87. 4f0a75e Added the ability to get the size of a parameter as a string. Changed the by Ian Romanick · 20 years ago
  88. 9001d67 Added enums for GL_OES_read_format. by Ian Romanick · 20 years ago
  89. fc43857 Add trivial support ARB_texture_rectangle and OES_read_format. by Ian Romanick · 20 years ago
  90. 05f4a2b Missed GL_OES_read_format_bit in last commit. by Ian Romanick · 20 years ago
  91. f1f18cd Since we know the problem with HP_occlusion_test is / was on the server-side, by Ian Romanick · 20 years ago
  92. 6106502 PrioritizeTextures, GetClipPlane, and WindowPos3fMESA don't need to be by Ian Romanick · 20 years ago
  93. 4f144b6 EXT_422_pixels test by Keith Whitwell · 20 years ago
  94. bf4c23d no need to include stddef.h anymore by Brian Paul · 20 years ago
  95. dc991a2 silence a warning by Brian Paul · 20 years ago
  96. 55656a5 added __glXFindDRIScreen to glXGetProcAddress (bug 1068879) by Brian Paul · 20 years ago
  97. 0d5e6cc fixed OSF/1 shared lib problem (bug 1065260) by Brian Paul · 20 years ago
  98. e25c7c2 update from Jouk by Brian Paul · 20 years ago
  99. 9cf65c5 fix missing width/height error by Brian Paul · 20 years ago
  100. 65a66f5 Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). by Brian Paul · 20 years ago