1. fcd7588 Added dispatch.html. by Ian Romanick · 18 years ago
  2. 5ab9dcd return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA() by Brian Paul · 18 years ago
  3. b8f2612 Updates for XCB. Bug 8560. by Ian Romanick · 18 years ago
  4. d3b2573 added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521) by Brian Paul · 18 years ago
  5. 0a0cd3a Updates for XCB. Bug 8560. by Brian Paul · 18 years ago
  6. dba1730 Major clean up of MakeContextCurrent by Ian Romanick · 18 years ago
  7. fa65447 do not import arrays for generic arb attribs if the array is not enabled (same as for generic attribs for nv vp is already done). Since the requested stride is 16, otherwise the code would end up doing lots of unnecessary import work (in doom3, trans_4_GLfloat_4f_raw caused by that was by far the single most time-consuming function in the r200 driver, not importing the disabled arrays caused the cpu time spent in the driver to drop from 45% to 30%, though real-world gain was pretty minimal as it's not really cpu bound here in the first place). by Roland Scheidegger · 18 years ago
  8. 524bf7b rewrite clear_rgba_buffer_with_masking() by Brian Paul · 18 years ago
  9. e18d0f8 deal with union/aliasing in convert_color_type() by Brian Paul · 18 years ago
  10. 6e138df rewrite of read_fast_rgba_pixels() by Brian Paul · 18 years ago
  11. fcb48e3 missing file by Keith Whitwell · 18 years ago
  12. 68da677 Accelerate glBitmap with a color expand blit. Nice speedup for demos by Keith Whitwell · 18 years ago
  13. 1eca12a Quieten debug message. by Keith Whitwell · 18 years ago
  14. 496f9dd eliminate rhw divide under some circumstances by Keith Whitwell · 18 years ago
  15. e7b0ec9 Quieten debug message. by Keith Whitwell · 18 years ago
  16. 6921063 Changes to generated code caused by the previous commits. by Ian Romanick · 18 years ago
  17. 491a16f Fix the ordering of extensions. by Ian Romanick · 18 years ago
  18. 990c8a9 Keep indentation consistent with indent. by Ian Romanick · 18 years ago
  19. eaeaaf6 Divide categories into four groups as they are processed from the XML. Add by Ian Romanick · 18 years ago
  20. 553b833 Add utility method client_supported_for_indirect. by Ian Romanick · 18 years ago
  21. 25e441e in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), bug 8443 by Brian Paul · 18 years ago
  22. 5ed4e35 use _swrast_span_default_color() in the disabled code too by Brian Paul · 18 years ago
  23. 9b50763 call _swrast_span_default_color() to simplify _swrast_Bitmap(), improved comments by Brian Paul · 18 years ago
  24. da62bce minor formatting fix by Brian Paul · 18 years ago
  25. 3fd5aa8 Bugzilla 6242: [mach64] Use private DMA buffers (only) by Felix Kuehling · 18 years ago
  26. 346a239 return null if no context by Brian Paul · 18 years ago
  27. cdb27e8 New SWspan and SWspanarrays typedefs. by Brian Paul · 18 years ago
  28. 46929c9 i915: Fix wait for scheduled swap on secondary display. by Michel Dänzer · 18 years ago
  29. 7fa99ed updated protos for blend funcs by Brian Paul · 18 years ago
  30. d92da49 more changes for runtime renderbuffer depths by Brian Paul · 18 years ago
  31. 0ce6a29 include mipmap.h by Brian Paul · 18 years ago
  32. 24edd90 Move mipmap generation functions, texture scaling functions into new by Brian Paul · 18 years ago
  33. bb4b378 updated info about name mangling by Brian Paul · 18 years ago
  34. af86629 Synchronize drawable to the pipe where the bigger part can be visible. by Michel Dänzer · 18 years ago
  35. 4abf270 Add new I830 SAREA fields. by Michel Dänzer · 18 years ago
  36. ebc8790 Add helper function that returns the current vblank sequence of a drawable. by Michel Dänzer · 18 years ago
  37. 638ece3 Add helper function to calculate the area of the intersection of two rectangles. by Michel Dänzer · 18 years ago
  38. 941c866 i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps. by Michel Dänzer · 18 years ago
  39. c2f1a18 i915: Attempt to schedule buffer swap on target vertical blank when possible. by Michel Dänzer · 18 years ago
  40. 7585fc9 Add driGetVBlankInterval() helper function. by Michel Dänzer · 18 years ago
  41. 7539fde driWaitForVBlank: Add support for secondary vertical blank. by Michel Dänzer · 18 years ago
  42. 6a2f5c6 Some restructuring of the driWaitForVBlank() code. by Michel Dänzer · 18 years ago
  43. 24bb3b3 Make driDrawableInitVBlank() initialize the sequence number. by Michel Dänzer · 18 years ago
  44. 1d914fe remove obsolete comment by Brian Paul · 18 years ago
  45. 07bacc2 Update to use the new XCB naming convention. by Jeremy Kolb · 18 years ago
  46. 3d7ee32 Added function convertStringForXCB. Deals with the recent XCB naming convention switch. by Jeremy Kolb · 18 years ago
  47. b68788a Update linux-dr-xcb config file to use LIBDRM_CFLAGS by Jeremy Kolb · 18 years ago
  48. 9e82552 Remove r200 dependency by Jerome Glisse · 18 years ago
  49. c67d867 Remove r200 dependency. by Jerome Glisse · 18 years ago
  50. ea87987 Prepend #extension 'MESA_shader_debug: require' to each shader. by Michal Krol · 18 years ago
  51. 27f660c Add GLSL preprocessor. by Michal Krol · 18 years ago
  52. 4303d22 Fix Windows newlines. by Michal Krol · 18 years ago
  53. 16647b7 Add syntax files for expression and directive preprocessor. by Michal Krol · 18 years ago
  54. a50b7db Initial work for supporting different renderbuffer color depths at runtime. by Brian Paul · 18 years ago
  55. df8632e Fix and re-enable swizzling paths for big endian platforms. by Michel Dänzer · 18 years ago
  56. cbdd7e1 bring in active_sz mechanism from i965 driver. Fixes bug 8410 by Keith Whitwell · 18 years ago
  57. f194579 Fixup one place where attrsz was being used instead of active_sz by Keith Whitwell · 18 years ago
  58. f515c78 Change logicop, blend, masking functions to use the colors/indexes in the by Brian Paul · 18 years ago
  59. ba00122 Roll the multi_write_rgba_span() code into _swrast_write_rgba_span(). by Brian Paul · 18 years ago
  60. 0785b60 use span.array->rgba instead of local var in accum_return() by Brian Paul · 18 years ago
  61. f11508c use span.arrays for color/indexes instead of a local var when doing masked clears by Brian Paul · 18 years ago
  62. e184bd8 by Sean D'Epagnier · 18 years ago
  63. 1ad1287 allocate larger TempImage, use COMBO var to choose test format/type by Brian Paul · 18 years ago
  64. 7b803d6 fix the broken fallback string/debug stuff by Brian Paul · 18 years ago
  65. 5174e7c remove extra indentation by Brian Paul · 18 years ago
  66. 43715c7 Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array(). by Brian Paul · 18 years ago
  67. 9f819dc fix up access to vertex attrib components which don't really exist but are defined to some default value by the spec (fogcoord yzw, normal w, secondary color w), by replacing those components with zero/one respectively using swizzling. by Roland Scheidegger · 18 years ago
  68. 9c5d75e Explicit test for +ve pitches in intelEmitCopyBlit() by Keith Whitwell · 18 years ago
  69. 8a0fb12 don't skip user clip plane clipping when the current vertex program is position invariant. by Roland Scheidegger · 18 years ago
  70. 7e9799a Use _Enabled rather than _Active when checking for fragment shaders by Keith Whitwell · 18 years ago
  71. df05829 Flush driver, not just tnl module. by Keith Whitwell · 18 years ago
  72. f9bfdb1 resize buffers in MakeCurrent by Keith Whitwell · 18 years ago
  73. f118b9b Remove unused variable. by Keith Whitwell · 18 years ago
  74. 424749c by Jouk Jansen · 18 years ago
  75. 57d705d remove rgb[] array from span_arrays_struct - was only used in a few places by Brian Paul · 18 years ago
  76. c7d0fe1 new comments, indentation fixes by Brian Paul · 18 years ago
  77. 4af4040 bump version to 6.5.2 by Brian Paul · 18 years ago
  78. 76785cb move a conditional into an assertion by Brian Paul · 18 years ago
  79. 87c5ec8 updated doxygen info by Brian Paul · 18 years ago
  80. bb08629 updated extension info by Brian Paul · 18 years ago
  81. 60955d7 Re-org of per-release info. by Brian Paul · 18 years ago
  82. 2482007 replace assert(0) with error report, improved comments, etc by Brian Paul · 18 years ago
  83. bad5cf0 Fix incorrect byteswap_mapping(). Disable swizzle path on bigEndian by Keith Whitwell · 18 years ago
  84. 184b5d8 use new _mesa_little_endian() function by Brian Paul · 18 years ago
  85. 32e0efb added _mesa_little_endian() by Brian Paul · 18 years ago
  86. 81e0d73 GLUT_FORCE_VISUAL env var to force glut to use a particular visual (debug only) by Brian Paul · 18 years ago
  87. b7d9b1e new code to init DirectColor colormaps by Brian Paul · 18 years ago
  88. 167ca59 Fix the dstMap for rgb888 and bgr888 texture formats, which are the by Keith Whitwell · 18 years ago
  89. cac5974 Do a better job of choosing texture formats to avoid image conversions. by Keith Whitwell · 18 years ago
  90. afd244d use the requested internal texture format where possible by Keith Whitwell · 18 years ago
  91. 76dd385 Catch a couple of cases where we would have to delete and recreate the by Keith Whitwell · 18 years ago
  92. 3974cc8 Deal with the overloading of _mesa_texstore_rgba, which is actually by Keith Whitwell · 18 years ago
  93. 3aea82b Extend swizzle support to all remaining source formats and texture by Keith Whitwell · 18 years ago
  94. 62d4dfb try to use a 8888 texture format which will result in only a memcopy in mesa's texstore functions whenever possible for r200 and r300. r200 can use hw formats argb8888, rgba8888 and abgr8888 (or the opposite on big endian), r300 can use argb8888, bgra8888, rgba8888 and abgr8888 regardless of endian, as it supports free component swizzling. by Roland Scheidegger · 18 years ago
  95. 46c3bd2 Support both big and little endian, more source types and more by Keith Whitwell · 18 years ago
  96. 528de98 reenable code in _mesa_texstore_rgba8888 to avoid the generic copy path if only swizzling is required as it works just fine (tested with glean pixelFormats test and a hacked up r200 driver which always uses that format). by Roland Scheidegger · 18 years ago
  97. 2e5c686 Fix various typos to pass glean pixelFormats test. by Keith Whitwell · 18 years ago
  98. fce0d13 Enhance compute_component_mapping() to convert to and from any of the by Keith Whitwell · 18 years ago
  99. 4f17378 Add a comment about the interactions of negative pitches, overlapping by Keith Whitwell · 18 years ago
  100. f1d6ad6 remove some dead code by Keith Whitwell · 18 years ago