1. 456b5bd svga: Update text shader header. by Michal Krol · 15 years ago
  2. 72420da vl: Do not emit tgsi_version token. by Michal Krol · 15 years ago
  3. e613356 tgsi: Remove tgsi_version token. by Michal Krol · 15 years ago
  4. 5455e88 gallium: Remove tgsi_version token. by Michal Krol · 15 years ago
  5. e13add8 tgsi: Fix token builder. by Michal Krol · 15 years ago
  6. ea6b36c tgsi: Update raw token dumper after token definition changes. by Michal Krol · 15 years ago
  7. 91a4e6d tgsi: rename fields of tgsi_full_src_register to reduce verbosity by Keith Whitwell · 15 years ago
  8. 5b0824d tgsi: rename fields of tgsi_full_dst_register to reduce verbosity by Keith Whitwell · 15 years ago
  9. fe2b31e tgsi: rename fields of tgsi_full_declaration to reduce verbosity by Keith Whitwell · 15 years ago
  10. 7d6c8f9 tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity by Keith Whitwell · 15 years ago
  11. 763426a tgsi: reduce repetition of structure name in its members by Keith Whitwell · 15 years ago
  12. 42ae003 tgsi: remove unnecessary full_token init and free functions by Keith Whitwell · 15 years ago
  13. 9fbfe6b tgsi: remove unused Flags member from full_instruction by Keith Whitwell · 15 years ago
  14. 56ee132 gallium: try and update r300 and nv drivers for tgsi changes by Keith Whitwell · 15 years ago
  15. ba1ca28 gallium: simplify tgsi tokens further by Keith Whitwell · 15 years ago
  16. 3c46bbe tgsi: Document Declaration Semantic token and FACE semantic name. by Michal Krol · 15 years ago
  17. bae9ece slang: Fix allocation size. by Michal Krol · 15 years ago
  18. 53d9b7d mesa: Fix pointer arithmetic. by Michal Krol · 15 years ago
  19. 0c54d76 tgsi: Implement predicated instructions in exec. by Michal Krol · 15 years ago
  20. 59a70c3 tgsi: Add ureg_DECL_loop(). by Michal Krol · 15 years ago
  21. 5ee0d9f tgsi: Account for gallium shader token representation changes. by Michal Krol · 15 years ago
  22. 57221c5 gallium: Refactor the instruction predicate TGSI token. by Michal Krol · 15 years ago
  23. 2176b3e r300: fix swtcl bo leak problem. by Dave Airlie · 15 years ago
  24. bd13e6e radeon/r200/r300/r600: make bo mapping be explicit by Dave Airlie · 15 years ago
  25. 863ad9a mesa: use gcc __builtin_popcount() by Brian Paul · 15 years ago
  26. 8d80b54 r300g: use util_bitcount() by Brian Paul · 15 years ago
  27. 0a27c7b egl: use util_bitcount() by Brian Paul · 15 years ago
  28. 15740eb gallium/util: added util_bitcount() by Brian Paul · 15 years ago
  29. 5173d14 Merge commit 'origin/mesa_7_7_branch' by Maciej Cencora · 15 years ago
  30. 960464e radeon: fix errors in miptree related function by Maciej Cencora · 15 years ago
  31. 635823d Merge branch 'mesa_7_7_branch' of http://anongit.freedesktop.org/git/mesa/mesa into mesa_7_7_branch by Maciej Cencora · 15 years ago
  32. 86710c3 svga: Scrub Makefiles a bit by Jakob Bornecrantz · 15 years ago
  33. 18384af slang: Check return value from emit_instruction(). by Michal Krol · 15 years ago
  34. c511e0b tgsi: Clamp the source argument in micro_exp2() to avoid Inf. by Michal Krol · 15 years ago
  35. eacdd8f tgsi: Remove code that actually had no effect. by Michal Krol · 15 years ago
  36. cc93fa3 softpipe: Initialise TGSI machine's Face. by Michal Krol · 15 years ago
  37. cc35a45 tgsi: Fix POSITION and FACE fragment shader inputs. by Michal Krol · 15 years ago
  38. b7590cd tgsi: Bring BGNFOR/ENDFOR implementation up to spec. by Michal Krol · 15 years ago
  39. cde758a tgsi: Fake TXD implementation in exec. by Michal Krol · 15 years ago
  40. f359ac5 tgsi: Add execution debugging facilities to exec. by Michal Krol · 15 years ago
  41. f618657 slang: Be more robust with memory in concat_shaders(). by Michal Krol · 15 years ago
  42. 67125c7 mesa: Initialize variable in _mesa_get_texel_fetch_func. by Vinson Lee · 15 years ago
  43. 4b0b250 glx: Prevent potential null pointer deference in driCreateContext. by Vinson Lee · 15 years ago
  44. 5b925b7 glu/sgi: Fix memory leak in bitmapBuild2DMipmaps. by Vinson Lee · 15 years ago
  45. b611f63 glu/sgi: Fix memory leak in gluScaleImage3D. by Vinson Lee · 15 years ago
  46. a12b468 r600 : add support for shader instruction trunc and discard. by Richard Li · 15 years ago
  47. c3c8c40 r600: hopefully fix segfault. by Dave Airlie · 15 years ago
  48. f9b0f1d r600: fix inline issues by Dave Airlie · 15 years ago
  49. 1f8c23d r600 : add stack depth calculation, enable CF pop. by Richard Li · 15 years ago
  50. a02938a r600 : use cf for all pop now, left optimization for future. by Richard Li · 15 years ago
  51. e0fda04 r300: fix VP source conflict resolution on 64-bit machines by Maciej Cencora · 15 years ago
  52. dfe440c r300: fix SIN/COS/SCS instructions for R300 fp by Maciej Cencora · 15 years ago
  53. a9c540f glu/sgi: Fix memory leak in gluScaleImage. by Vinson Lee · 15 years ago
  54. d3b4c99 glu: Fix memory leak in __gl_meshMakeEdge. by Vinson Lee · 15 years ago
  55. 57d389a svga: Prevent potential null pointer deference in vmw_surface.c. by Vinson Lee · 15 years ago
  56. b62a74d svga: Fix memory leak in vmw_screen_ioctl.c by Vinson Lee · 15 years ago
  57. 88aab56 st/xorg: Prevent potential null pointer deference in xorg_xv.c. by Vinson Lee · 15 years ago
  58. 46feb7d st/xorg: Reorder cases in switch statement. by Vinson Lee · 15 years ago
  59. 2b07b64 r300g: Build fix. by Corbin Simpson · 15 years ago
  60. 44c0aaf r300g: do not reallocate r300_vertex_info and r300_rs_block all the time by Marek Olšák · 15 years ago
  61. 3a2cd66 r300g: clean up vs/fs tabs by Marek Olšák · 15 years ago
  62. 563fe6e radeon: fix compressed mipmapped textures by Maciej Cencora · 15 years ago
  63. 1d1f81a radeon: fix glCompressedTexSubImage by Maciej Cencora · 15 years ago
  64. d20b791 radeon: fix compressed mipmapped textures by Maciej Cencora · 15 years ago
  65. df87877 radeon: fix glCompressedTexSubImage by Maciej Cencora · 15 years ago
  66. 465fee7 intel: make CopyTex[Sub]Image fallback debug messages more consistent by Roland Scheidegger · 15 years ago
  67. c367f4d mesa: handle different RowStride in _mesa_get_compressed_teximage by Roland Scheidegger · 15 years ago
  68. 8451b29 i965: Fix several memory leaks on exit. by Eric Anholt · 15 years ago
  69. 435c495 r300g: silence warnings by Marek Olšák · 15 years ago
  70. 624a0cd r300g: fix typo in r300_reg.h to prevent the RS unit from doing random things by Marek Olšák · 15 years ago
  71. 4e1236e r300g: fix updating a vertex format by Marek Olšák · 15 years ago
  72. b7078a8 r300g: add texture lod clamping by Marek Olšák · 15 years ago
  73. 1c181a7 r300g: Begin separating HW TCL and SW TCL state and setup. by Corbin Simpson · 15 years ago
  74. 052b127 st/egl: Fix memory leak in egl_tracker.c. by Vinson Lee · 15 years ago
  75. ea98e98 draw: Initialize variable in draw_pt.c. by Vinson Lee · 15 years ago
  76. e19195c progs/xdemos: Fix memory leak in pbinfo.c. by Vinson Lee · 15 years ago
  77. e085796 progs/xdemos: Fix memory leak in pbdemo.c. by Vinson Lee · 15 years ago
  78. 538a8df progs/xdemos: Fix memory leak in glxpbdemo.c. by Vinson Lee · 15 years ago
  79. 015e7e7 r300g: emit R300_TEX_ENABLE to indicate there are no textures bound by Marek Olšák · 15 years ago
  80. ae70cd1 r300g: remove variant states from emit_state_invariant by Marek Olšák · 15 years ago
  81. a4720a1 progs/xdemos: Remove duplicate code in glxinfo.c. by Vinson Lee · 15 years ago
  82. 66a4ec1 progs/xdemos: Add assert in corender.c. by Vinson Lee · 15 years ago
  83. 6a95996 r300g: Texrect factor cleanup. by Corbin Simpson · 15 years ago
  84. f4041b3 r300g: fix rectangle textures on r3xx by Marek Olšák · 15 years ago
  85. f654177 i915g: Add missing break statement in i915_debug.c. by Vinson Lee · 15 years ago
  86. 36e2074 gallium/util: Initialize variables in u_pack_color.h. by Vinson Lee · 15 years ago
  87. 06ec216 r300g: Clean up bitcounting function. by Corbin Simpson · 15 years ago
  88. 6a3eb1f r300g: Use MAX3 and MIN3. by Corbin Simpson · 15 years ago
  89. 37ba974 util: Add MAX3 and MIN3. by Corbin Simpson · 15 years ago
  90. beea241 r300g: set better values in the R300_VAP_CNTL register by Marek Olšák · 15 years ago
  91. 0295edf Fix comment to use /* */ rather than // by Alan Hourihane · 15 years ago
  92. 904469d Fix indentation. by Alan Hourihane · 15 years ago
  93. 8f648cd Fix vega compilation. by Alan Hourihane · 15 years ago
  94. a24631b Fix memory leak. by Alan Hourihane · 15 years ago
  95. 08e5d1e r600 : eliminate Wondows line ending for test code. by Richard Li · 15 years ago
  96. 3f2c776 Merge remote branch 'origin/mesa_7_7_branch' by Dave Airlie · 15 years ago
  97. f8ea531 r100: fix texture_from_pixmap and compiz. by Dave Airlie · 15 years ago
  98. b09e749 r600 : Clean up a bit test code mess. by Richard Li · 15 years ago
  99. 8b808d5 st/xorg: Fix infinite loop in copy_packed_data. by Vinson Lee · 15 years ago
  100. 4ab8dbe progs/xdemos: Add missing break statement in offset.c. by Vinson Lee · 15 years ago