1. b645942 Use AC_CHECK_PROGS to find alternate make programs by Dan Nicholson · 17 years ago
  2. 3ea80c1 fix parsing bug involving comments at the end of ARB v/f programs by Markus Amsler · 17 years ago
  3. e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 17 years ago
  4. 63d8a84 mesa: Free all shader program data before deleting all by Xiang, Haihao · 17 years ago
  5. aef47c4 Revert "mesa: separate shader program object from shader object." (bug#15244) by Xiang, Haihao · 17 years ago
  6. d30d9e4 i915: texture object's lod bias. fix bug #15192 by Xiang, Haihao · 17 years ago
  7. d936784 r300: Copy-and-paste error from the vertex program branch. by Markus Amsler · 17 years ago
  8. 85e8168 r300: Take PROGRAM_CONSTANT into account. by Markus Amsler · 17 years ago
  9. 3e0797f Merge branch 'r300-vertprog-branch' of ssh://people.freedesktop.org/~z3ro/mesa by Oliver McFadden · 17 years ago
  10. 635e964 fix texture/renderbuffer mix-up in test_attachment_completeness() by Brian · 17 years ago
  11. 184cf46 i965: depth offset on glPolygonMode(GL_LINE/GL_POINT) by Xiang, Haihao · 17 years ago
  12. 6054788 r300: finish conversion of RS_INST regs by Dave Airlie · 17 years ago
  13. a980232 r300: move to using RS_INST names by Dave Airlie · 17 years ago
  14. 7d2b6a0 consolidate some parsing functions that were pretty much identical for vertex/fragment programs by Brian · 17 years ago
  15. 21454f8 when negating scalar src args, use NEGATE_XYZW, not NEGATE_X by Brian · 17 years ago
  16. 978145a Set param_var->param_binding_type = PROGRAM_CONSTANT by Brian · 17 years ago
  17. 227af94 Add a couple of test apps for line/unfilled polygon clipping. by Eric Anholt · 17 years ago
  18. 0500467 [965] Fix massively broken state cache dirty flagging. by Michal Wajdeczko · 17 years ago
  19. 7643081 [intel] Use mesa texmemory functions to allocate teximage Data. by Michal Wajdeczko · 17 years ago
  20. b4cbf69 [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/lit by Eric Anholt · 17 years ago
  21. 13a6f73 [965] Correctly set read mask for OPCODE_SWZ in pass1. by Michal Wajdeczko · 17 years ago
  22. 5cc56cb [965] Clean up whitespace and dead code from do_unfilled change. by Eric Anholt · 17 years ago
  23. e49ec6e r300: Indented the vertex program code... by Oliver McFadden · 17 years ago
  24. 82770b8 r300: Cleaned up the default vertex program code with longer lines. by Oliver McFadden · 17 years ago
  25. a2c1aad r300: Removed the last of the duplicate vertex program macros. by Oliver McFadden · 17 years ago
  26. 863ab98 r300: Added Copyright lines to the vertex program code. by Oliver McFadden · 17 years ago
  27. d24a525 [i915] don't use 4x4 filter for 1D shadowmap by Zou Nan hai · 17 years ago
  28. 42a04ad r300: Renamed the Mesa opcode translation functions. by Oliver McFadden · 17 years ago
  29. 2ac2911 r300: Renamed the destination-and-opcode/source macros to more appropriate names. by Oliver McFadden · 17 years ago
  30. d3ebaa4 implement glGet/BindAttribLocationARB() for display lists by Brian · 17 years ago
  31. 4e6c2c4 updated to version 40 by Brian · 17 years ago
  32. 0e34dcc intel: fix the issue "VBO: Cannot allocate memory for a BO" on by Xiang, Haihao · 17 years ago
  33. 816fbea add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file by Brian · 17 years ago
  34. 7048545 fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokens by Brian · 17 years ago
  35. b469e9e R300: fix typo r300 fog reg by Alex Deucher · 17 years ago
  36. 74aee36 r300: Merged the constant zero/one source macros. by Oliver McFadden · 17 years ago
  37. c75ffff r300: Merged the Vector and Math Engine opcode macros. by Oliver McFadden · 17 years ago
  38. c986421 autoconf: Add a workaround for second AC_PROG_PATH not overwriting results. by Eric Anholt · 17 years ago
  39. dc6fab9 use ctx->Driver.DeleteProgram() in a few more places by Brian · 17 years ago
  40. 731dec1 delete default programs with ctx->Driver.DeleteProgram() by Brian · 17 years ago
  41. c60b5df [965] Avoid emitting dead code for DPx/math instructions. by Michal Wajdeczko · 17 years ago
  42. bb41997 [965] Improve pinterp performance by delaying reads of just-written regs. by Michal Wajdeczko · 17 years ago
  43. 6c1a98e [965] Fix negating of unsigned value in emit_wpos_xy. by Michal Wajdeczko · 17 years ago
  44. 5f10438 [965] Add MVP code for position invariant vertex programs. by Michal Wajdeczko · 17 years ago
  45. 31fe7cf [win32] Use native aligned memory allocation functions. by Michal Wajdeczko · 17 years ago
  46. aa8a7ef [965] Shuffle state flags to match the order we initialize them in. by Michal Wajdeczko · 17 years ago
  47. 9f6e8e8 intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf. by Michal Wajdeczko · 17 years ago
  48. 050c533 autoconf: automatically detect if -ldl is required. by Eric Anholt · 17 years ago
  49. bcb6198 Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h> by Eric Anholt · 17 years ago
  50. 5ad0615 Fix autoconf build on FreeBSD: detect gmake, and put -D*_SOURCE under linux. by Eric Anholt · 17 years ago
  51. d933be6 Refactor PBO validate/map code. by Brian · 17 years ago
  52. 3c9862d include varray.h to silence warning by Brian · 17 years ago
  53. a429a25 add a number of PBO validate/map/unmap functions by Brian · 17 years ago
  54. 85ea7ff Fix some PBO breakage. by Brian · 17 years ago
  55. 7936c61 [i965] multiple rendering target fix by Zou Nan hai · 17 years ago
  56. 7233eab [i915] GL_DEPTH_TEXTURE_MODE fix by Zou Nan hai · 17 years ago
  57. bff94a9 mesa: The span array is only populated in single-pixel point drawing function. by Xiang, Haihao · 17 years ago
  58. 7183cca [965] Initialize region surface key structure padding. by Eric Anholt · 17 years ago
  59. 7d5f713 [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing. by Eric Anholt · 17 years ago
  60. e03dd83 fix IEEE_ONE definition for ICC compiler (bug 15134) by Brian · 17 years ago
  61. 65c4ced Radeon 9500 (0x4144) only has one pipe by Alex Deucher · 17 years ago
  62. b5292b4 x86_init_func_size() returns int to indicate success/fail (bug 15119) by Brian · 17 years ago
  63. 2905467 s/x86_init_func/x86_init_func_size (fixes bug 15119) by Brian · 17 years ago
  64. 947312e [i915] arb point sprite only support in i965 by Zou Nan hai · 17 years ago
  65. c62f504 [i915] fix fragment.position by Zou Nan hai · 17 years ago
  66. b790b24 [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. by Eric Anholt · 17 years ago
  67. c2814f2 [i915] Add comments about how cube texture layout works. by Eric Anholt · 17 years ago
  68. 45adf29 [i915] Move miptree layout code into separate functions per target. by Eric Anholt · 17 years ago
  69. e5f50f2 [intel] Clarify miptree layout by using byte offsets to images. by Eric Anholt · 17 years ago
  70. 363d878 [945] Remove conditional in 945 3D mipmap layout checking for cube layout. by Eric Anholt · 17 years ago
  71. a3b5ae7 set outputs_safe to 0 as it's possible for the code generation by Alan Hourihane · 17 years ago
  72. f7cfc51 Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP" by Zou Nan hai · 17 years ago
  73. ae2c31e glx: Add isDirect back to __GLXcontextRec. It is needed by Xiang, Haihao · 17 years ago
  74. 5a0314b [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP by Zou Nan hai · 17 years ago
  75. 48efb76 r300: add new rs690 pci id by Dave Airlie · 17 years ago
  76. 3105bc1 [965] Fix fp temp reg release code to not usually release all temps. by Andrzej Trznadel · 17 years ago
  77. e9809a3 Fix compat implementation of ffs() to return 1-based bit numbers. by Andrzej Trznadel · 17 years ago
  78. f2b9142 only set InputsRead bit if input is really used by Markus Amsler · 17 years ago
  79. d787850 mesa: Add vertex.attrib 0-15 to arb_input_attrib_string. by Markus Amsler · 17 years ago
  80. c48212f r300: Simplify r300VAPInputRoute1. by Markus Amsler · 17 years ago
  81. f0c8863 r300: Simplify r300VAPInputRoute0, check for valid input. by Markus Amsler · 17 years ago
  82. 8d5231a [i965] round pointsize to nearest int according to spec by Zou Nan hai · 17 years ago
  83. 4a556bc intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc by Xiang, Haihao · 17 years ago
  84. 4478926 intel: It is needed to allocating texture memory to accommodate by Xiang, Haihao · 17 years ago
  85. 7ed1fd5 intel: Remove an assertion from intel_miptree_create. TexImage by Xiang, Haihao · 17 years ago
  86. 0819b25 mesa: avoid to unlock an unlocked array in _mesa_PopClientAttrib by Xiang, Haihao · 17 years ago
  87. 07ff7c2 mesa: Follow GL spec to draw DEPTH_COMPONENT pixels when by Xiang, Haihao · 17 years ago
  88. b0f681b [i965] fix wpos height 1 pixel higher by Zou Nan hai · 17 years ago
  89. 98e13fe Test createNewScreen for NULL, not createNewScreenName in driCreateScreen(). by Kristian Høgsberg · 17 years ago
  90. e80a288 init tmpNode to zeros by Brian · 17 years ago
  91. 868193d mesa: fix emit_clamp() so that we don't use an output register as temporary by Brian · 17 years ago
  92. 42c279a glx: fix rotation regression. bug #14963 by Xiang, Haihao · 17 years ago
  93. f94d317 intel: fix abort issue with shadowtex demo when use by Xiang, Haihao · 17 years ago
  94. 142fcd3 fix state.lightprod ambient/specular w value (bug #14983) by Roland Scheidegger · 17 years ago
  95. fcb7cb9 [i965] multiple rendering target support by Zou Nan hai · 17 years ago
  96. 9110425 libGL: Pull the drawable hash back out in the generic code. by Kristian Høgsberg · 17 years ago
  97. 94f39f2 Add another missing check for uninitialized DRI. by Kristian Høgsberg · 17 years ago
  98. f1e1267 Fix include path for rain demo so glut.h is found by Dan Nicholson · 17 years ago
  99. b957655 autoconf: Enable xdemos by default when we build libGL by Dan Nicholson · 17 years ago
  100. 4dfd2dc Darwin: Fixed small error in darwin config files by Jeremy Huddleston · 17 years ago