1. 3b82de9 progs/demos: Add missing initializers in engine.c. by Vinson Lee · 15 years ago
  2. 4775723 r300g: Silence unused variable warnings. by Vinson Lee · 15 years ago
  3. 20d6360 tgsi: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  4. de37a00 util: Add u_bitmask to make build by Jakob Bornecrantz · 15 years ago
  5. 674c763 mesa: Ensure libmesagallium.a is finished building before descending by Dan Nicholson · 15 years ago
  6. 3c42e40 r300: Move initial declaration outside for loop. by Vinson Lee · 15 years ago
  7. 5dd9e23 docs: document Gallium SSE codegen for XPD bug fix by Brian Paul · 15 years ago
  8. 8647aa1 tgsi: fix SSE code emit for XPD by Brian Paul · 15 years ago
  9. 2b7a4b2 progs/fp: remove invalid tri-inv.c test by Brian Paul · 15 years ago
  10. d424676 progs/demos: Assert that input to malloc is valid. by Vinson Lee · 15 years ago
  11. 45ac10f progs/xdemos: Check for string overflow. by Vinson Lee · 15 years ago
  12. 25ffd76 progs/xdemos: Check for string overflow. by Vinson Lee · 15 years ago
  13. 468f270 svga: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  14. ef7eb62 meta: remove F suffix from _mesa_Ortho() params by Brian Paul · 15 years ago
  15. 73bd400 docs: document a mipmap generation bug fix by Brian Paul · 15 years ago
  16. cb3cb96 meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmap by Brian Paul · 15 years ago
  17. 06970b2 meta: set viewport and projection matrix in _mesa_meta_GenerateMipmap by Brian Paul · 15 years ago
  18. 49653c0 r600: adjust after radeon mipmap changes in 7118db8700 by Andre Maasikas · 15 years ago
  19. 8485811 tnl: set FOGC result to (f,0,0,1) by Brian Paul · 15 years ago
  20. 4c45810 progs/xdemos: Remove comma at end of enumerator list. by Vinson Lee · 15 years ago
  21. 96a4e45 progs/xdemos: Use temporary variables. by Vinson Lee · 15 years ago
  22. c1dad22 progs/glsl: Prevent possible string overflow. by Vinson Lee · 15 years ago
  23. f4952f0 progs/xdemos: Prevent possible string overflow. by Vinson Lee · 15 years ago
  24. c9befda r600: float texture component ordering by Pierre Ossman · 15 years ago
  25. 324568f mesa: test index bounds before array element by Roel Kluin · 15 years ago
  26. 5db710a win32_menu: add missing parentheses in mapMenu() by Roel Kluin · 15 years ago
  27. 2b4acd2 nv50: add missing parentheses in nv50_query_result() by Roel Kluin · 15 years ago
  28. e4b7d9e i965: fix invalid assertion in emit_xpd(), again by Brian Paul · 15 years ago
  29. 5b64d94 pipebuffer: Multi-threading fixes for fencing. by José Fonseca · 15 years ago
  30. e555146 i965: fix invalid assertion in emit_xpd() by Brian Paul · 15 years ago
  31. 766f3cc tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3() by Roel Kluin · 15 years ago
  32. 9f54439 st/mesa: fix broken translation of negative register indexes by Brian Paul · 15 years ago
  33. 487a14b ARB prog parser: regenerated parser file by Brian Paul · 15 years ago
  34. f0f68b1 ARB prog parser: fix parameter binding type by Brian Paul · 15 years ago
  35. e3514b7 ARB prog parser: regenerated parser files by Brian Paul · 15 years ago
  36. 7c6ae4c ARB prog parser: add allowSwizzle param to initialize_symbol_from_const() by Brian Paul · 15 years ago
  37. 37f6929 mesa: whitespace changes and comments by Brian Paul · 15 years ago
  38. f27e39a mesa: change constant search behaviour in _mesa_add_unnamed_constant() by Brian Paul · 15 years ago
  39. 38d8b18 svga: Remove stale references to delete shader results. by José Fonseca · 15 years ago
  40. 8ebef37 svga: Rebind shaders when tokens change. by José Fonseca · 15 years ago
  41. ef1b942 st/mesa: added PROGRAM_LOCAL_PARAM case in src_register() by Brian Paul · 15 years ago
  42. bd96b51 mesa: bump version to 7.7.1-DEVEL by Brian Paul · 15 years ago
  43. 6d84580 mesa: add missing _mesa_lock_texture() call by Brian Paul · 15 years ago
  44. b434a81 i915: Use _MaxLevel on principle in texture setup. by Eric Anholt · 15 years ago
  45. 19a26df intel: Fix CopyTexImage from tiled mipmap levels > 0. by Eric Anholt · 15 years ago
  46. 63610fa i965: Fix the surface offset calculation for tiled buffers. by Eric Anholt · 15 years ago
  47. a160d1c r600: support vertex_array_bgra by Andre Maasikas · 15 years ago
  48. 82421c5 mesa: added GL_DU8DV8_ATI in extract_float_rgba() by Brian Paul · 15 years ago
  49. 01bf004 docs: initial release notes for 7.7.1 by Brian Paul · 15 years ago
  50. 6130bb1 mesa: Prevent possible array out-of-bounds access by _mesa_light. by Vinson Lee · 15 years ago
  51. e661bf5 mesa: regenerated enums.c file by Brian Paul · 15 years ago
  52. 707faf6 glapi: comment-out TIMEOUT_IGNORED by Brian Paul · 15 years ago
  53. f52dd2a glsl: use varName variable in _slang_gen_assignment() by Brian Paul · 15 years ago
  54. 1e414df st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL. by Michel Dänzer · 15 years ago
  55. acd1451 svga: Fix debug build crash when rendering to depth/stencil renderbuffer only. by Michel Dänzer · 15 years ago
  56. c114f00 st/xorg: Proper calculation of screen pitch. by Michel Dänzer · 15 years ago
  57. 8282185 vmware/xorg: Fix SCons build. by Michel Dänzer · 15 years ago
  58. d1e2fc1 r300: Use C-style comments. by Vinson Lee · 15 years ago
  59. 8a29e3f progs/egl: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  60. 3ea5a95 progs/samples: Silence compiler warnings. by Vinson Lee · 15 years ago
  61. b14cbfa r300: Silence 'mixed declarations and code' warnings. by Vinson Lee · 15 years ago
  62. 0214b7b r300: Silence 'mixed declarations and code' warning. by Vinson Lee · 15 years ago
  63. 5853102 r300: Silence 'mixed declarations and code' warning. by Vinson Lee · 15 years ago
  64. 3e196f4 r300g: Silence 'mixed declarations and code' warning. by Vinson Lee · 15 years ago
  65. fe3ea29 r300g: Remove comma at end of enumerator list. by Vinson Lee · 15 years ago
  66. 0bfc579 llvmpipe: Remove comma at end of enumerator list. by Vinson Lee · 15 years ago
  67. eb5d9e6 mesa: Cope with the degenerate case of zero length ranges. by José Fonseca · 15 years ago
  68. f3739bd gdi: Don't generate import libraries for opengl32.dll. by José Fonseca · 15 years ago
  69. 287cbba apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX by Jeremy Huddleston · 15 years ago
  70. 32305e3 glxcmds: Fix comment about __DRI_ALLOCATE by Jeremy Huddleston · 15 years ago
  71. 1d95544 trace: Remove comma at end of enumerator list. by Vinson Lee · 15 years ago
  72. 66c1de7 rtasm: Play nicely with Windows's Data Execution Prevention. by José Fonseca · 15 years ago
  73. 1da47ac progs/vp: Ensure null-terminated byte string. by Vinson Lee · 15 years ago
  74. c9c6e9a progs/tests: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  75. 32d1892 progs/tests: Silence warn_unused_result warning. by Vinson Lee · 15 years ago
  76. d27effb i810: Fix include recursion. by Vinson Lee · 15 years ago
  77. 94c5faa sis: ifdef out unused variable. by Vinson Lee · 15 years ago
  78. d2758f3 st/xorg: Ensure null-terminated byte string. by Vinson Lee · 15 years ago
  79. be6fb5c r300g: Use C-style comments. by Vinson Lee · 15 years ago
  80. fe27b07 glu/sgi: Initialize members of struct O_curve. by Vinson Lee · 15 years ago
  81. cdb445f svga: Use a shader id as low as possible. by José Fonseca · 15 years ago
  82. 904917d util: Minor enhancements/corrections to the bitmask logic. by José Fonseca · 15 years ago
  83. da6a803 svga: Rename error labels. by José Fonseca · 15 years ago
  84. 386f91e glu/sgi: Initialize members of struct O_surface. by Vinson Lee · 15 years ago
  85. ba9dc26 glu/sgi: Initialize member of struct O_trim. by Vinson Lee · 15 years ago
  86. 37e5626 glu/sgi: Initialize member of struct Property. by Vinson Lee · 15 years ago
  87. 646c8ce progs/samples: 'Silence no previous prototype' warnings. by Vinson Lee · 15 years ago
  88. 2c64e4c glu/sgi: Initialize member of struct Dlnode. by Vinson Lee · 15 years ago
  89. 64a1961 glu/sgi: Initialize members of struct O_nurbscurve. by Vinson Lee · 15 years ago
  90. fab161f x86: Silence printf format warnings. by Vinson Lee · 15 years ago
  91. ad9defd progs/rbug: s/wait/rbug_wait/ by Vinson Lee · 15 years ago
  92. 3ae37da llvmpipe: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  93. fd237a8 llvmpipe: Use C-style comment. by Vinson Lee · 15 years ago
  94. dac82c3 gallium/util: Silence format warnings. by Vinson Lee · 15 years ago
  95. 88bd323 ARB prog parser: Silence unused variable warnings. by Vinson Lee · 15 years ago
  96. 7df06e7 gallium/util: Replace h_addr with h_addr_list[0]. by Vinson Lee · 15 years ago
  97. a349687 glu/sgi: Initialize members of class Knotvector. by Vinson Lee · 15 years ago
  98. 5d3d202 glu/sgi: Initialize member of struct Property. by Vinson Lee · 15 years ago
  99. 195e765 swrast: use different temp array in _swrast_get_dest_rgba() by Brian Paul · 15 years ago
  100. 6e05849 mesa: Silence unused variable warning. by Vinson Lee · 15 years ago