1. 32a2a09 glcore: build from mesa by George Sapountzis · 16 years ago
  2. b3efd35 revert part of the previous cleanup - it only applies to the 7.0 branch by Alan Hourihane · 16 years ago
  3. 936dba1 Fix error string by Alan Hourihane · 16 years ago
  4. c8666cf correct the return value by Alan Hourihane · 16 years ago
  5. eec20c3 small cleanups by Alan Hourihane · 16 years ago
  6. 6e62016 i965: fix DEPTH_TEXTURE_MODE (bug #14220) by Xiang, Haihao · 16 years ago
  7. c9c64a1 [i965] This is to fix random crash in some maps of Ut2004 demo. by Zou Nan hai · 16 years ago
  8. f61e51e i965: save the offset of target buffer after last execution, not relocatee buffer. by Xiang, Haihao · 16 years ago
  9. 7c2a3fc intel: fix an assertion failure. fix bug #15575 by Xiang, Haihao · 16 years ago
  10. 3310735 i965: clear the PRESUMED_OFFSET flag from bo_req.hint, not bo_req.flags. fix #15574 by Xiang, Haihao · 16 years ago
  11. 27e06a5 i965: fixup depth buffer check by Dave Airlie · 16 years ago
  12. fda4895 i965: fix vb aperture space check by Dave Airlie · 16 years ago
  13. e92e384 965: fix vb upload size check by Dave Airlie · 16 years ago
  14. e149e1b i965: fix gs_prog aperture check by Dave Airlie · 16 years ago
  15. f2a6404 i915: check for depth region before accounting its buffer size by Dave Airlie · 16 years ago
  16. 008653a i965: initial attempt at fixing the aperture overflow by Dave Airlie · 16 years ago
  17. 08f9b19 Revert "[i965] renable regative rhw test" by Xiang, Haihao · 16 years ago
  18. 8642dd3 r200: accept PROGRAM_CONSTANT inputs due to mesa changes by Andrew Randrianasulu · 16 years ago
  19. b64448b bufmgr_fake: disable debugging again by Dave Airlie · 16 years ago
  20. 96338dd intel: fix _mesa_error ctx I introduced at lsat minute by Dave Airlie · 16 years ago
  21. 7cc7ff7 intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer > aperture size. by Dave Airlie · 16 years ago
  22. bbb042f fix multi-draw buffer regression by Brian · 16 years ago
  23. 118c2bc only use __x86_64__, not __amd64__ (bug 15503) by Brian Paul · 16 years ago
  24. 8fd2b7d fix GL_ARB_texture_rectangle breakage by Brian Paul · 16 years ago
  25. 3403f9f check for _WIN32 and __WIN32__ by Brian Paul · 16 years ago
  26. 7be8d56 define #extension GL_ARB_texture_rectangle by David Flynn · 16 years ago
  27. 32134b5 r200: fix XPD vertex program instruction when using temps as inputs by Roland Scheidegger · 16 years ago
  28. 51ad219 fix failed assertion (parameter can be a PROGRAM_CONSTANT) by Brian Paul · 16 years ago
  29. 3f4e80c comments by Brian Paul · 16 years ago
  30. 2363551 Get the default GLXPixmap texture target from the server when appropriate. by Michel Dänzer · 16 years ago
  31. 43887cf Add $(X11_INCLUDES) to shut makedepend up. by Hasso Tepper · 16 years ago
  32. 2771862 Handle fbconfig comparison correctly for attributes the X server didn't send. by Jie Luo · 16 years ago
  33. c016f32 Only convert configs if screen creation was successful. by Kristian Høgsberg · 16 years ago
  34. da3e481 r300: Fix r300VAPInputRoute{0,1} for big endian platforms. by Michel Dänzer · 16 years ago
  35. 1757acc rewrite some of the mat*mat, mat*vec intrinsics by Brian · 16 years ago
  36. e786924 Pick up dri2proto from the standard proto header include path. by Kristian Høgsberg · 16 years ago
  37. dc836ed Initialize GLX_EXT_texture_from_pixmap attributes correctly. by Kristian Høgsberg · 16 years ago
  38. 28dfb06 fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269) by Roland Scheidegger · 16 years ago
  39. 5c4ca96 added some missing calls to _mesa_enable_x_y_extensions() by Brian · 16 years ago
  40. 3ea80c1 fix parsing bug involving comments at the end of ARB v/f programs by Markus Amsler · 16 years ago
  41. e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 16 years ago
  42. 63d8a84 mesa: Free all shader program data before deleting all by Xiang, Haihao · 16 years ago
  43. aef47c4 Revert "mesa: separate shader program object from shader object." (bug#15244) by Xiang, Haihao · 16 years ago
  44. d30d9e4 i915: texture object's lod bias. fix bug #15192 by Xiang, Haihao · 16 years ago
  45. d936784 r300: Copy-and-paste error from the vertex program branch. by Markus Amsler · 16 years ago
  46. 85e8168 r300: Take PROGRAM_CONSTANT into account. by Markus Amsler · 16 years ago
  47. 3e0797f Merge branch 'r300-vertprog-branch' of ssh://people.freedesktop.org/~z3ro/mesa by Oliver McFadden · 16 years ago
  48. 635e964 fix texture/renderbuffer mix-up in test_attachment_completeness() by Brian · 16 years ago
  49. 184cf46 i965: depth offset on glPolygonMode(GL_LINE/GL_POINT) by Xiang, Haihao · 16 years ago
  50. 6054788 r300: finish conversion of RS_INST regs by Dave Airlie · 16 years ago
  51. a980232 r300: move to using RS_INST names by Dave Airlie · 16 years ago
  52. 7d2b6a0 consolidate some parsing functions that were pretty much identical for vertex/fragment programs by Brian · 16 years ago
  53. 21454f8 when negating scalar src args, use NEGATE_XYZW, not NEGATE_X by Brian · 16 years ago
  54. 978145a Set param_var->param_binding_type = PROGRAM_CONSTANT by Brian · 16 years ago
  55. 0500467 [965] Fix massively broken state cache dirty flagging. by Michal Wajdeczko · 16 years ago
  56. 7643081 [intel] Use mesa texmemory functions to allocate teximage Data. by Michal Wajdeczko · 16 years ago
  57. b4cbf69 [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/lit by Eric Anholt · 16 years ago
  58. 13a6f73 [965] Correctly set read mask for OPCODE_SWZ in pass1. by Michal Wajdeczko · 16 years ago
  59. 5cc56cb [965] Clean up whitespace and dead code from do_unfilled change. by Eric Anholt · 16 years ago
  60. e49ec6e r300: Indented the vertex program code... by Oliver McFadden · 16 years ago
  61. 82770b8 r300: Cleaned up the default vertex program code with longer lines. by Oliver McFadden · 16 years ago
  62. a2c1aad r300: Removed the last of the duplicate vertex program macros. by Oliver McFadden · 16 years ago
  63. 863ab98 r300: Added Copyright lines to the vertex program code. by Oliver McFadden · 16 years ago
  64. d24a525 [i915] don't use 4x4 filter for 1D shadowmap by Zou Nan hai · 16 years ago
  65. 42a04ad r300: Renamed the Mesa opcode translation functions. by Oliver McFadden · 16 years ago
  66. 2ac2911 r300: Renamed the destination-and-opcode/source macros to more appropriate names. by Oliver McFadden · 16 years ago
  67. d3ebaa4 implement glGet/BindAttribLocationARB() for display lists by Brian · 16 years ago
  68. 0e34dcc intel: fix the issue "VBO: Cannot allocate memory for a BO" on by Xiang, Haihao · 16 years ago
  69. 816fbea add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file by Brian · 16 years ago
  70. b469e9e R300: fix typo r300 fog reg by Alex Deucher · 16 years ago
  71. 74aee36 r300: Merged the constant zero/one source macros. by Oliver McFadden · 16 years ago
  72. c75ffff r300: Merged the Vector and Math Engine opcode macros. by Oliver McFadden · 16 years ago
  73. dc6fab9 use ctx->Driver.DeleteProgram() in a few more places by Brian · 16 years ago
  74. 731dec1 delete default programs with ctx->Driver.DeleteProgram() by Brian · 16 years ago
  75. c60b5df [965] Avoid emitting dead code for DPx/math instructions. by Michal Wajdeczko · 16 years ago
  76. bb41997 [965] Improve pinterp performance by delaying reads of just-written regs. by Michal Wajdeczko · 16 years ago
  77. 6c1a98e [965] Fix negating of unsigned value in emit_wpos_xy. by Michal Wajdeczko · 16 years ago
  78. 5f10438 [965] Add MVP code for position invariant vertex programs. by Michal Wajdeczko · 16 years ago
  79. 31fe7cf [win32] Use native aligned memory allocation functions. by Michal Wajdeczko · 16 years ago
  80. aa8a7ef [965] Shuffle state flags to match the order we initialize them in. by Michal Wajdeczko · 16 years ago
  81. 9f6e8e8 intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf. by Michal Wajdeczko · 16 years ago
  82. d933be6 Refactor PBO validate/map code. by Brian · 16 years ago
  83. 3c9862d include varray.h to silence warning by Brian · 16 years ago
  84. a429a25 add a number of PBO validate/map/unmap functions by Brian · 16 years ago
  85. 85ea7ff Fix some PBO breakage. by Brian · 16 years ago
  86. 7936c61 [i965] multiple rendering target fix by Zou Nan hai · 16 years ago
  87. 7233eab [i915] GL_DEPTH_TEXTURE_MODE fix by Zou Nan hai · 16 years ago
  88. bff94a9 mesa: The span array is only populated in single-pixel point drawing function. by Xiang, Haihao · 16 years ago
  89. 7183cca [965] Initialize region surface key structure padding. by Eric Anholt · 16 years ago
  90. 7d5f713 [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing. by Eric Anholt · 16 years ago
  91. e03dd83 fix IEEE_ONE definition for ICC compiler (bug 15134) by Brian · 16 years ago
  92. 65c4ced Radeon 9500 (0x4144) only has one pipe by Alex Deucher · 16 years ago
  93. b5292b4 x86_init_func_size() returns int to indicate success/fail (bug 15119) by Brian · 16 years ago
  94. 2905467 s/x86_init_func/x86_init_func_size (fixes bug 15119) by Brian · 16 years ago
  95. 947312e [i915] arb point sprite only support in i965 by Zou Nan hai · 16 years ago
  96. c62f504 [i915] fix fragment.position by Zou Nan hai · 16 years ago
  97. b790b24 [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. by Eric Anholt · 16 years ago
  98. c2814f2 [i915] Add comments about how cube texture layout works. by Eric Anholt · 16 years ago
  99. 45adf29 [i915] Move miptree layout code into separate functions per target. by Eric Anholt · 16 years ago
  100. e5f50f2 [intel] Clarify miptree layout by using byte offsets to images. by Eric Anholt · 16 years ago