1. 9f6e8e8 intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf. by Michal Wajdeczko · 16 years ago
  2. 050c533 autoconf: automatically detect if -ldl is required. by Eric Anholt · 16 years ago
  3. bcb6198 Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h> by Eric Anholt · 16 years ago
  4. 5ad0615 Fix autoconf build on FreeBSD: detect gmake, and put -D*_SOURCE under linux. by Eric Anholt · 16 years ago
  5. d933be6 Refactor PBO validate/map code. by Brian · 16 years ago
  6. 3c9862d include varray.h to silence warning by Brian · 16 years ago
  7. a429a25 add a number of PBO validate/map/unmap functions by Brian · 16 years ago
  8. 85ea7ff Fix some PBO breakage. by Brian · 16 years ago
  9. 7936c61 [i965] multiple rendering target fix by Zou Nan hai · 16 years ago
  10. 7233eab [i915] GL_DEPTH_TEXTURE_MODE fix by Zou Nan hai · 16 years ago
  11. bff94a9 mesa: The span array is only populated in single-pixel point drawing function. by Xiang, Haihao · 16 years ago
  12. 7183cca [965] Initialize region surface key structure padding. by Eric Anholt · 16 years ago
  13. 7d5f713 [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing. by Eric Anholt · 16 years ago
  14. e03dd83 fix IEEE_ONE definition for ICC compiler (bug 15134) by Brian · 16 years ago
  15. 65c4ced Radeon 9500 (0x4144) only has one pipe by Alex Deucher · 16 years ago
  16. b5292b4 x86_init_func_size() returns int to indicate success/fail (bug 15119) by Brian · 16 years ago
  17. 2905467 s/x86_init_func/x86_init_func_size (fixes bug 15119) by Brian · 16 years ago
  18. 947312e [i915] arb point sprite only support in i965 by Zou Nan hai · 16 years ago
  19. c62f504 [i915] fix fragment.position by Zou Nan hai · 16 years ago
  20. b790b24 [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. by Eric Anholt · 16 years ago
  21. c2814f2 [i915] Add comments about how cube texture layout works. by Eric Anholt · 16 years ago
  22. 45adf29 [i915] Move miptree layout code into separate functions per target. by Eric Anholt · 16 years ago
  23. e5f50f2 [intel] Clarify miptree layout by using byte offsets to images. by Eric Anholt · 16 years ago
  24. 363d878 [945] Remove conditional in 945 3D mipmap layout checking for cube layout. by Eric Anholt · 16 years ago
  25. a3b5ae7 set outputs_safe to 0 as it's possible for the code generation by Alan Hourihane · 16 years ago
  26. f7cfc51 Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP" by Zou Nan hai · 16 years ago
  27. ae2c31e glx: Add isDirect back to __GLXcontextRec. It is needed by Xiang, Haihao · 16 years ago
  28. 5a0314b [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP by Zou Nan hai · 16 years ago
  29. 48efb76 r300: add new rs690 pci id by Dave Airlie · 16 years ago
  30. 3105bc1 [965] Fix fp temp reg release code to not usually release all temps. by Andrzej Trznadel · 16 years ago
  31. e9809a3 Fix compat implementation of ffs() to return 1-based bit numbers. by Andrzej Trznadel · 16 years ago
  32. f2b9142 only set InputsRead bit if input is really used by Markus Amsler · 16 years ago
  33. d787850 mesa: Add vertex.attrib 0-15 to arb_input_attrib_string. by Markus Amsler · 16 years ago
  34. c48212f r300: Simplify r300VAPInputRoute1. by Markus Amsler · 16 years ago
  35. f0c8863 r300: Simplify r300VAPInputRoute0, check for valid input. by Markus Amsler · 16 years ago
  36. 8d5231a [i965] round pointsize to nearest int according to spec by Zou Nan hai · 16 years ago
  37. 4a556bc intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc by Xiang, Haihao · 16 years ago
  38. 4478926 intel: It is needed to allocating texture memory to accommodate by Xiang, Haihao · 16 years ago
  39. 7ed1fd5 intel: Remove an assertion from intel_miptree_create. TexImage by Xiang, Haihao · 16 years ago
  40. 0819b25 mesa: avoid to unlock an unlocked array in _mesa_PopClientAttrib by Xiang, Haihao · 16 years ago
  41. 07ff7c2 mesa: Follow GL spec to draw DEPTH_COMPONENT pixels when by Xiang, Haihao · 16 years ago
  42. b0f681b [i965] fix wpos height 1 pixel higher by Zou Nan hai · 16 years ago
  43. 98e13fe Test createNewScreen for NULL, not createNewScreenName in driCreateScreen(). by Kristian Høgsberg · 16 years ago
  44. e80a288 init tmpNode to zeros by Brian · 16 years ago
  45. 868193d mesa: fix emit_clamp() so that we don't use an output register as temporary by Brian · 16 years ago
  46. 42c279a glx: fix rotation regression. bug #14963 by Xiang, Haihao · 16 years ago
  47. f94d317 intel: fix abort issue with shadowtex demo when use by Xiang, Haihao · 16 years ago
  48. 142fcd3 fix state.lightprod ambient/specular w value (bug #14983) by Roland Scheidegger · 16 years ago
  49. fcb7cb9 [i965] multiple rendering target support by Zou Nan hai · 16 years ago
  50. 9110425 libGL: Pull the drawable hash back out in the generic code. by Kristian Høgsberg · 16 years ago
  51. 94f39f2 Add another missing check for uninitialized DRI. by Kristian Høgsberg · 16 years ago
  52. f1e1267 Fix include path for rain demo so glut.h is found by Dan Nicholson · 16 years ago
  53. b957655 autoconf: Enable xdemos by default when we build libGL by Dan Nicholson · 16 years ago
  54. 4dfd2dc Darwin: Fixed small error in darwin config files by Jeremy Huddleston · 16 years ago
  55. fe23dc5 Move make install logic for libGL back into src/mesa/Makefile. by Kristian Høgsberg · 16 years ago
  56. 3731159 Only try to call DRI function if DRI got initialized properly. by Kristian Høgsberg · 16 years ago
  57. 7c7fece Darwin: Config/source fixes to now build glxdemo apps and OSMesa by Jeremy Huddleston · 16 years ago
  58. 460d25d autoconf: Add autogen.sh from Xorg for easier setup from git by Dan Nicholson · 16 years ago
  59. ab5750f Ignore more demo programs by Dan Nicholson · 16 years ago
  60. 9162bc8 remove extra #include of assert.h (bug 14932) by Brian · 16 years ago
  61. dd0a920 fix parsing of state.texenv.color (bug 14931) by Brian · 16 years ago
  62. 20e0a8a dri: fix function call to add new parameter. by Dave Airlie · 16 years ago
  63. dcbe215 DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle. by Kristian Høgsberg · 16 years ago
  64. 180b415 DRI2: Drop DriverAPI.UpdateBuffer. by Kristian Høgsberg · 16 years ago
  65. 2d5ea17 DRI2: Pass the context instead of the screen to __dri2ParseEvents(). by Kristian Høgsberg · 16 years ago
  66. 0bba0e5 DRI2: Add event buffer head as an argument to driCreateNewDrawable(). by Kristian Høgsberg · 16 years ago
  67. 810e054 fix botched test for clearing color buffers (should fix depth peeling regression) by Brian · 16 years ago
  68. 29fbf72 Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV() by Markus Amsler · 16 years ago
  69. 507da247 init vertex weight attrib to (1,0,0,0) by Markus Amsler · 16 years ago
  70. 882e0e0 fix __builtin_expect() definition test for IBM XLC (sf bug 1909832) by Brian · 16 years ago
  71. b0f8025 Properly revert the libGL loader path breakage. by Kristian Høgsberg · 16 years ago
  72. 03db9c8 libGL: Fall back to DEFAULT_DRIVER_DIR properly. by Kristian Høgsberg · 16 years ago
  73. eecb3ab replace // comment with /* */ (bug 14916) by Brian · 16 years ago
  74. 99a1260 added info about checking out gallium-0.1 for cell code by Brian · 16 years ago
  75. 3d28a26 Use _X_HIDDEN to hide a bunch of leaked symbols. by Kristian Høgsberg · 16 years ago
  76. 020c64b Move DRI context functions into dri_glx.c. by Kristian Høgsberg · 16 years ago
  77. 20b9230 Move DRI drawable creation into dri_glx.c. by Kristian Høgsberg · 16 years ago
  78. 92d2a78 Introduce __GLXDRIscreen so we can start moving function pointers in there. by Kristian Høgsberg · 16 years ago
  79. 53dc863 Move DRI specific parts of CreateContext into dri_glx.c. by Kristian Høgsberg · 16 years ago
  80. a1ea6f6 Convert driCreateScreen and driDestroyScreen to function pointers. by Kristian Høgsberg · 16 years ago
  81. 425f9ed Abstract __DRIdisplayPrivateRec away in dri_glx.c. by Kristian Høgsberg · 16 years ago
  82. f585cb2 Make __glXCloseDisplay static instead of prototyping it to avoid warning. by Kristian Høgsberg · 16 years ago
  83. 47d5630 Move libGL install target to the libGL Makefile. by Kristian Høgsberg · 16 years ago
  84. 6fd82f6 Simplify LIBGL_DRIVERS_PATH walking. by Kristian Høgsberg · 16 years ago
  85. 0f2723c Simplify dri loading code by eliminating dlopen "cache". by Kristian Høgsberg · 16 years ago
  86. 890d44e libGL: Consolidate DRI initialization in dri_glx.c by Kristian Høgsberg · 16 years ago
  87. db7fc63 autoconf: Print GCC include path directly and be more robust using it by Dan Nicholson · 16 years ago
  88. 1e6943c [intel] Only enable GL_EXT_texture_sRGB on i965. by Kristian Høgsberg · 16 years ago
  89. 7676980 [i965] fix fd.o bug #11471 and #11478 by Zou Nan hai · 16 years ago
  90. 5982d39 i965: use RGB565 to render a bitmap if Depth is 16 by Xiang, Haihao · 16 years ago
  91. d76545d i965: Fix double free issue to pass glean/maskedClear test by Xiang, Haihao · 16 years ago
  92. 771ba66 i965:fix segfault issue when clearing the window which by Xiang, Haihao · 16 years ago
  93. fe91c05 [intel] Add a driconf option to cache freed buffer objects for reuse. by Eric Anholt · 16 years ago
  94. fc21e9c r300: replace some hard coded mask by define in stencil area by Christoph Brill · 16 years ago
  95. 701ccf6 r300: Fix some issues with masks in stencil buffer area by Christoph Brill · 16 years ago
  96. 3d608c7 [dri2] Add tail pointer to reemitDrawableInfo callback. by Kristian Høgsberg · 16 years ago
  97. 4f7a75c [dri2] Optimize event parsing to skip obsolete events. by Kristian Høgsberg · 16 years ago
  98. 36c26d3 [intel] Silence unused variable warning when compiling for i965. by Kristian Høgsberg · 16 years ago
  99. f59d59a nouveau: compilation fixes by Patrice Mandin · 16 years ago
  100. 47f08a9 r300: Corrected a bug with the SUB instruction. by Oliver McFadden · 16 years ago