1. d24a525 [i915] don't use 4x4 filter for 1D shadowmap by Zou Nan hai · 17 years ago
  2. 42a04ad r300: Renamed the Mesa opcode translation functions. by Oliver McFadden · 17 years ago
  3. 2ac2911 r300: Renamed the destination-and-opcode/source macros to more appropriate names. by Oliver McFadden · 17 years ago
  4. d3ebaa4 implement glGet/BindAttribLocationARB() for display lists by Brian · 17 years ago
  5. 4e6c2c4 updated to version 40 by Brian · 17 years ago
  6. 0e34dcc intel: fix the issue "VBO: Cannot allocate memory for a BO" on by Xiang, Haihao · 17 years ago
  7. 816fbea add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file by Brian · 17 years ago
  8. 7048545 fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokens by Brian · 17 years ago
  9. b469e9e R300: fix typo r300 fog reg by Alex Deucher · 17 years ago
  10. 74aee36 r300: Merged the constant zero/one source macros. by Oliver McFadden · 17 years ago
  11. c75ffff r300: Merged the Vector and Math Engine opcode macros. by Oliver McFadden · 17 years ago
  12. c986421 autoconf: Add a workaround for second AC_PROG_PATH not overwriting results. by Eric Anholt · 17 years ago
  13. dc6fab9 use ctx->Driver.DeleteProgram() in a few more places by Brian · 17 years ago
  14. 731dec1 delete default programs with ctx->Driver.DeleteProgram() by Brian · 17 years ago
  15. c60b5df [965] Avoid emitting dead code for DPx/math instructions. by Michal Wajdeczko · 17 years ago
  16. bb41997 [965] Improve pinterp performance by delaying reads of just-written regs. by Michal Wajdeczko · 17 years ago
  17. 6c1a98e [965] Fix negating of unsigned value in emit_wpos_xy. by Michal Wajdeczko · 17 years ago
  18. 5f10438 [965] Add MVP code for position invariant vertex programs. by Michal Wajdeczko · 17 years ago
  19. 31fe7cf [win32] Use native aligned memory allocation functions. by Michal Wajdeczko · 17 years ago
  20. aa8a7ef [965] Shuffle state flags to match the order we initialize them in. by Michal Wajdeczko · 17 years ago
  21. 9f6e8e8 intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf. by Michal Wajdeczko · 17 years ago
  22. 050c533 autoconf: automatically detect if -ldl is required. by Eric Anholt · 17 years ago
  23. bcb6198 Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h> by Eric Anholt · 17 years ago
  24. 5ad0615 Fix autoconf build on FreeBSD: detect gmake, and put -D*_SOURCE under linux. by Eric Anholt · 17 years ago
  25. d933be6 Refactor PBO validate/map code. by Brian · 17 years ago
  26. 3c9862d include varray.h to silence warning by Brian · 17 years ago
  27. a429a25 add a number of PBO validate/map/unmap functions by Brian · 17 years ago
  28. 85ea7ff Fix some PBO breakage. by Brian · 17 years ago
  29. 7936c61 [i965] multiple rendering target fix by Zou Nan hai · 17 years ago
  30. 7233eab [i915] GL_DEPTH_TEXTURE_MODE fix by Zou Nan hai · 17 years ago
  31. bff94a9 mesa: The span array is only populated in single-pixel point drawing function. by Xiang, Haihao · 17 years ago
  32. 7183cca [965] Initialize region surface key structure padding. by Eric Anholt · 17 years ago
  33. 7d5f713 [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing. by Eric Anholt · 17 years ago
  34. e03dd83 fix IEEE_ONE definition for ICC compiler (bug 15134) by Brian · 17 years ago
  35. 65c4ced Radeon 9500 (0x4144) only has one pipe by Alex Deucher · 17 years ago
  36. b5292b4 x86_init_func_size() returns int to indicate success/fail (bug 15119) by Brian · 17 years ago
  37. 2905467 s/x86_init_func/x86_init_func_size (fixes bug 15119) by Brian · 17 years ago
  38. 947312e [i915] arb point sprite only support in i965 by Zou Nan hai · 17 years ago
  39. c62f504 [i915] fix fragment.position by Zou Nan hai · 17 years ago
  40. b790b24 [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. by Eric Anholt · 17 years ago
  41. c2814f2 [i915] Add comments about how cube texture layout works. by Eric Anholt · 17 years ago
  42. 45adf29 [i915] Move miptree layout code into separate functions per target. by Eric Anholt · 17 years ago
  43. e5f50f2 [intel] Clarify miptree layout by using byte offsets to images. by Eric Anholt · 17 years ago
  44. 363d878 [945] Remove conditional in 945 3D mipmap layout checking for cube layout. by Eric Anholt · 17 years ago
  45. a3b5ae7 set outputs_safe to 0 as it's possible for the code generation by Alan Hourihane · 17 years ago
  46. f7cfc51 Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP" by Zou Nan hai · 17 years ago
  47. ae2c31e glx: Add isDirect back to __GLXcontextRec. It is needed by Xiang, Haihao · 17 years ago
  48. 5a0314b [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP by Zou Nan hai · 17 years ago
  49. 48efb76 r300: add new rs690 pci id by Dave Airlie · 17 years ago
  50. 3105bc1 [965] Fix fp temp reg release code to not usually release all temps. by Andrzej Trznadel · 17 years ago
  51. e9809a3 Fix compat implementation of ffs() to return 1-based bit numbers. by Andrzej Trznadel · 17 years ago
  52. f2b9142 only set InputsRead bit if input is really used by Markus Amsler · 17 years ago
  53. d787850 mesa: Add vertex.attrib 0-15 to arb_input_attrib_string. by Markus Amsler · 17 years ago
  54. c48212f r300: Simplify r300VAPInputRoute1. by Markus Amsler · 17 years ago
  55. f0c8863 r300: Simplify r300VAPInputRoute0, check for valid input. by Markus Amsler · 17 years ago
  56. 8d5231a [i965] round pointsize to nearest int according to spec by Zou Nan hai · 17 years ago
  57. 4a556bc intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc by Xiang, Haihao · 17 years ago
  58. 4478926 intel: It is needed to allocating texture memory to accommodate by Xiang, Haihao · 17 years ago
  59. 7ed1fd5 intel: Remove an assertion from intel_miptree_create. TexImage by Xiang, Haihao · 17 years ago
  60. 0819b25 mesa: avoid to unlock an unlocked array in _mesa_PopClientAttrib by Xiang, Haihao · 17 years ago
  61. 07ff7c2 mesa: Follow GL spec to draw DEPTH_COMPONENT pixels when by Xiang, Haihao · 17 years ago
  62. b0f681b [i965] fix wpos height 1 pixel higher by Zou Nan hai · 17 years ago
  63. 98e13fe Test createNewScreen for NULL, not createNewScreenName in driCreateScreen(). by Kristian Høgsberg · 17 years ago
  64. e80a288 init tmpNode to zeros by Brian · 17 years ago
  65. 868193d mesa: fix emit_clamp() so that we don't use an output register as temporary by Brian · 17 years ago
  66. 42c279a glx: fix rotation regression. bug #14963 by Xiang, Haihao · 17 years ago
  67. f94d317 intel: fix abort issue with shadowtex demo when use by Xiang, Haihao · 17 years ago
  68. 142fcd3 fix state.lightprod ambient/specular w value (bug #14983) by Roland Scheidegger · 17 years ago
  69. fcb7cb9 [i965] multiple rendering target support by Zou Nan hai · 17 years ago
  70. 9110425 libGL: Pull the drawable hash back out in the generic code. by Kristian Høgsberg · 17 years ago
  71. 94f39f2 Add another missing check for uninitialized DRI. by Kristian Høgsberg · 17 years ago
  72. f1e1267 Fix include path for rain demo so glut.h is found by Dan Nicholson · 17 years ago
  73. b957655 autoconf: Enable xdemos by default when we build libGL by Dan Nicholson · 17 years ago
  74. 4dfd2dc Darwin: Fixed small error in darwin config files by Jeremy Huddleston · 17 years ago
  75. fe23dc5 Move make install logic for libGL back into src/mesa/Makefile. by Kristian Høgsberg · 17 years ago
  76. 3731159 Only try to call DRI function if DRI got initialized properly. by Kristian Høgsberg · 17 years ago
  77. 7c7fece Darwin: Config/source fixes to now build glxdemo apps and OSMesa by Jeremy Huddleston · 17 years ago
  78. 460d25d autoconf: Add autogen.sh from Xorg for easier setup from git by Dan Nicholson · 17 years ago
  79. ab5750f Ignore more demo programs by Dan Nicholson · 17 years ago
  80. 9162bc8 remove extra #include of assert.h (bug 14932) by Brian · 17 years ago
  81. dd0a920 fix parsing of state.texenv.color (bug 14931) by Brian · 17 years ago
  82. 20e0a8a dri: fix function call to add new parameter. by Dave Airlie · 17 years ago
  83. dcbe215 DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle. by Kristian Høgsberg · 17 years ago
  84. 180b415 DRI2: Drop DriverAPI.UpdateBuffer. by Kristian Høgsberg · 17 years ago
  85. 2d5ea17 DRI2: Pass the context instead of the screen to __dri2ParseEvents(). by Kristian Høgsberg · 17 years ago
  86. 0bba0e5 DRI2: Add event buffer head as an argument to driCreateNewDrawable(). by Kristian Høgsberg · 17 years ago
  87. 810e054 fix botched test for clearing color buffers (should fix depth peeling regression) by Brian · 17 years ago
  88. 29fbf72 Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV() by Markus Amsler · 17 years ago
  89. 507da247 init vertex weight attrib to (1,0,0,0) by Markus Amsler · 17 years ago
  90. 882e0e0 fix __builtin_expect() definition test for IBM XLC (sf bug 1909832) by Brian · 17 years ago
  91. b0f8025 Properly revert the libGL loader path breakage. by Kristian Høgsberg · 17 years ago
  92. 03db9c8 libGL: Fall back to DEFAULT_DRIVER_DIR properly. by Kristian Høgsberg · 17 years ago
  93. eecb3ab replace // comment with /* */ (bug 14916) by Brian · 17 years ago
  94. 99a1260 added info about checking out gallium-0.1 for cell code by Brian · 17 years ago
  95. 3d28a26 Use _X_HIDDEN to hide a bunch of leaked symbols. by Kristian Høgsberg · 17 years ago
  96. 020c64b Move DRI context functions into dri_glx.c. by Kristian Høgsberg · 17 years ago
  97. 20b9230 Move DRI drawable creation into dri_glx.c. by Kristian Høgsberg · 17 years ago
  98. 92d2a78 Introduce __GLXDRIscreen so we can start moving function pointers in there. by Kristian Høgsberg · 17 years ago
  99. 53dc863 Move DRI specific parts of CreateContext into dri_glx.c. by Kristian Høgsberg · 17 years ago
  100. a1ea6f6 Convert driCreateScreen and driDestroyScreen to function pointers. by Kristian Høgsberg · 17 years ago