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