1. f3f51bc Fix bug #4681. by Ian Romanick · 18 years ago
  2. 8a5871a use GLvoid * for _swrast_write_zoomed_rgb/rgba_span() functions by Brian Paul · 18 years ago
  3. 55fa6a2 rewrite/simplify the fast_draw_pixels() function by Brian Paul · 18 years ago
  4. f971e24 use _mesa_convert_colors(), update some assertions by Brian Paul · 18 years ago
  5. 32a966d Added _mesa_convert_colors(). by Brian Paul · 18 years ago
  6. 86f0e0b support for runtime renderbuffer depths by Brian Paul · 18 years ago
  7. 9440868 In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer, by Brian Paul · 18 years ago
  8. c364c57 added shaderobjects_3dlabs.c by Brian Paul · 18 years ago
  9. bb252d6 remove 3dlabs.c by Brian Paul · 18 years ago
  10. ed52be8 sources for X.org xserver build by Brian Paul · 18 years ago
  11. d3112d3 List of source (.c) files in each directory. by Brian Paul · 18 years ago
  12. 81968ec a step toward moving run-time vertex program state out of GLcontext by Brian Paul · 18 years ago
  13. c61ecf3 fixed NV_position_invariant by Brian Paul · 18 years ago
  14. 39c4daa Move the fp_machine struct into s_nvfragmprog.c since (except for program by Brian Paul · 18 years ago
  15. 97a6593 s/GLuint/GLbitfield/ by Brian Paul · 18 years ago
  16. fe69470 If program is position invariant, set VERT_BIT_POS in InputsRead field. by Brian Paul · 18 years ago
  17. d886423 Use the mesa-provided texenv program rather than rolling our own. by Keith Whitwell · 18 years ago
  18. fcd7588 Added dispatch.html. by Ian Romanick · 18 years ago
  19. 5ab9dcd return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA() by Brian Paul · 18 years ago
  20. b8f2612 Updates for XCB. Bug 8560. by Ian Romanick · 18 years ago
  21. d3b2573 added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521) by Brian Paul · 18 years ago
  22. 0a0cd3a Updates for XCB. Bug 8560. by Brian Paul · 18 years ago
  23. dba1730 Major clean up of MakeContextCurrent by Ian Romanick · 18 years ago
  24. 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
  25. 524bf7b rewrite clear_rgba_buffer_with_masking() by Brian Paul · 18 years ago
  26. e18d0f8 deal with union/aliasing in convert_color_type() by Brian Paul · 18 years ago
  27. 6e138df rewrite of read_fast_rgba_pixels() by Brian Paul · 18 years ago
  28. fcb48e3 missing file by Keith Whitwell · 18 years ago
  29. 68da677 Accelerate glBitmap with a color expand blit. Nice speedup for demos by Keith Whitwell · 18 years ago
  30. 1eca12a Quieten debug message. by Keith Whitwell · 18 years ago
  31. 496f9dd eliminate rhw divide under some circumstances by Keith Whitwell · 18 years ago
  32. e7b0ec9 Quieten debug message. by Keith Whitwell · 18 years ago
  33. 6921063 Changes to generated code caused by the previous commits. by Ian Romanick · 18 years ago
  34. 491a16f Fix the ordering of extensions. by Ian Romanick · 18 years ago
  35. 990c8a9 Keep indentation consistent with indent. by Ian Romanick · 18 years ago
  36. eaeaaf6 Divide categories into four groups as they are processed from the XML. Add by Ian Romanick · 18 years ago
  37. 553b833 Add utility method client_supported_for_indirect. by Ian Romanick · 18 years ago
  38. 25e441e in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), bug 8443 by Brian Paul · 18 years ago
  39. 5ed4e35 use _swrast_span_default_color() in the disabled code too by Brian Paul · 18 years ago
  40. 9b50763 call _swrast_span_default_color() to simplify _swrast_Bitmap(), improved comments by Brian Paul · 18 years ago
  41. da62bce minor formatting fix by Brian Paul · 18 years ago
  42. 3fd5aa8 Bugzilla 6242: [mach64] Use private DMA buffers (only) by Felix Kuehling · 18 years ago
  43. 346a239 return null if no context by Brian Paul · 18 years ago
  44. cdb27e8 New SWspan and SWspanarrays typedefs. by Brian Paul · 18 years ago
  45. 46929c9 i915: Fix wait for scheduled swap on secondary display. by Michel Dänzer · 18 years ago
  46. 7fa99ed updated protos for blend funcs by Brian Paul · 18 years ago
  47. d92da49 more changes for runtime renderbuffer depths by Brian Paul · 18 years ago
  48. 0ce6a29 include mipmap.h by Brian Paul · 18 years ago
  49. 24edd90 Move mipmap generation functions, texture scaling functions into new by Brian Paul · 18 years ago
  50. bb4b378 updated info about name mangling by Brian Paul · 18 years ago
  51. af86629 Synchronize drawable to the pipe where the bigger part can be visible. by Michel Dänzer · 18 years ago
  52. 4abf270 Add new I830 SAREA fields. by Michel Dänzer · 18 years ago
  53. ebc8790 Add helper function that returns the current vblank sequence of a drawable. by Michel Dänzer · 18 years ago
  54. 638ece3 Add helper function to calculate the area of the intersection of two rectangles. by Michel Dänzer · 18 years ago
  55. 941c866 i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps. by Michel Dänzer · 18 years ago
  56. c2f1a18 i915: Attempt to schedule buffer swap on target vertical blank when possible. by Michel Dänzer · 18 years ago
  57. 7585fc9 Add driGetVBlankInterval() helper function. by Michel Dänzer · 18 years ago
  58. 7539fde driWaitForVBlank: Add support for secondary vertical blank. by Michel Dänzer · 18 years ago
  59. 6a2f5c6 Some restructuring of the driWaitForVBlank() code. by Michel Dänzer · 18 years ago
  60. 24bb3b3 Make driDrawableInitVBlank() initialize the sequence number. by Michel Dänzer · 18 years ago
  61. 1d914fe remove obsolete comment by Brian Paul · 18 years ago
  62. 07bacc2 Update to use the new XCB naming convention. by Jeremy Kolb · 18 years ago
  63. 3d7ee32 Added function convertStringForXCB. Deals with the recent XCB naming convention switch. by Jeremy Kolb · 18 years ago
  64. b68788a Update linux-dr-xcb config file to use LIBDRM_CFLAGS by Jeremy Kolb · 18 years ago
  65. 9e82552 Remove r200 dependency by Jerome Glisse · 18 years ago
  66. c67d867 Remove r200 dependency. by Jerome Glisse · 18 years ago
  67. ea87987 Prepend #extension 'MESA_shader_debug: require' to each shader. by Michal Krol · 18 years ago
  68. 27f660c Add GLSL preprocessor. by Michal Krol · 18 years ago
  69. 4303d22 Fix Windows newlines. by Michal Krol · 18 years ago
  70. 16647b7 Add syntax files for expression and directive preprocessor. by Michal Krol · 18 years ago
  71. a50b7db Initial work for supporting different renderbuffer color depths at runtime. by Brian Paul · 18 years ago
  72. df8632e Fix and re-enable swizzling paths for big endian platforms. by Michel Dänzer · 18 years ago
  73. cbdd7e1 bring in active_sz mechanism from i965 driver. Fixes bug 8410 by Keith Whitwell · 18 years ago
  74. f194579 Fixup one place where attrsz was being used instead of active_sz by Keith Whitwell · 18 years ago
  75. f515c78 Change logicop, blend, masking functions to use the colors/indexes in the by Brian Paul · 18 years ago
  76. ba00122 Roll the multi_write_rgba_span() code into _swrast_write_rgba_span(). by Brian Paul · 18 years ago
  77. 0785b60 use span.array->rgba instead of local var in accum_return() by Brian Paul · 18 years ago
  78. f11508c use span.arrays for color/indexes instead of a local var when doing masked clears by Brian Paul · 18 years ago
  79. e184bd8 by Sean D'Epagnier · 18 years ago
  80. 1ad1287 allocate larger TempImage, use COMBO var to choose test format/type by Brian Paul · 18 years ago
  81. 7b803d6 fix the broken fallback string/debug stuff by Brian Paul · 18 years ago
  82. 5174e7c remove extra indentation by Brian Paul · 18 years ago
  83. 43715c7 Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array(). by Brian Paul · 18 years ago
  84. 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
  85. 9c5d75e Explicit test for +ve pitches in intelEmitCopyBlit() by Keith Whitwell · 18 years ago
  86. 8a0fb12 don't skip user clip plane clipping when the current vertex program is position invariant. by Roland Scheidegger · 18 years ago
  87. 7e9799a Use _Enabled rather than _Active when checking for fragment shaders by Keith Whitwell · 18 years ago
  88. df05829 Flush driver, not just tnl module. by Keith Whitwell · 18 years ago
  89. f9bfdb1 resize buffers in MakeCurrent by Keith Whitwell · 18 years ago
  90. f118b9b Remove unused variable. by Keith Whitwell · 18 years ago
  91. 424749c by Jouk Jansen · 18 years ago
  92. 57d705d remove rgb[] array from span_arrays_struct - was only used in a few places by Brian Paul · 18 years ago
  93. c7d0fe1 new comments, indentation fixes by Brian Paul · 18 years ago
  94. 4af4040 bump version to 6.5.2 by Brian Paul · 18 years ago
  95. 76785cb move a conditional into an assertion by Brian Paul · 18 years ago
  96. 87c5ec8 updated doxygen info by Brian Paul · 18 years ago
  97. bb08629 updated extension info by Brian Paul · 18 years ago
  98. 60955d7 Re-org of per-release info. by Brian Paul · 18 years ago
  99. 2482007 replace assert(0) with error report, improved comments, etc by Brian Paul · 18 years ago
  100. bad5cf0 Fix incorrect byteswap_mapping(). Disable swizzle path on bigEndian by Keith Whitwell · 18 years ago