1. bf48447 scons: Hack LLVM support on Windows. by José Fonseca · 15 years ago
  2. 719984a llvmpipe: Avoid yet another variable size array. by José Fonseca · 15 years ago
  3. ba8c119 llvmpipe: Define rdtsc for MSVC. by José Fonseca · 15 years ago
  4. 9aafa1f llvmpipe: Avoid variable size arrays. by José Fonseca · 15 years ago
  5. 01b85e2 llvmpipe: Use the pack/unpack functions for 8bit unsigned norm multiplication. by José Fonseca · 15 years ago
  6. 4458695 llvmpipe: Utility function to double the bit width of a type. by José Fonseca · 15 years ago
  7. 421507d llvmpipe: Factor vector packing/unpacking to a separate source file. by José Fonseca · 15 years ago
  8. a07437f llvmpipe: Call util_cpu_detect() from the unit tests. by José Fonseca · 15 years ago
  9. 4797ce0 util: Set cpu endianness too. by José Fonseca · 15 years ago
  10. 1acd891 scons: Disable more MSVC pedantic security warnings. by José Fonseca · 15 years ago
  11. f8bee0e Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa by Alex Deucher · 15 years ago
  12. 1f5b568 st/xorg: cleanup the checks for whether the op is accelerated by Zack Rusin · 15 years ago
  13. 5e77b61 Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa by Alex Deucher · 15 years ago
  14. c4af8ce st/xorg: lots of render fixes by Zack Rusin · 15 years ago
  15. 4e2bdd6 progs/egl: Add support for pixmap and pbuffer surface to xeglgears. by Chia-I Wu · 15 years ago
  16. 60cf250 egl_glx: Add support for eglWaitClient and eglWaitNative. by Chia-I Wu · 15 years ago
  17. 7ffe64a egl_glx: Clean up eglGetProcAddress. by Chia-I Wu · 15 years ago
  18. a206436 egl_glx: Clean up context functions. by Chia-I Wu · 15 years ago
  19. c407c70 egl_glx: Clean up surface functions. by Chia-I Wu · 15 years ago
  20. 78c3a35 egl_glx: Clean up the initialization code. by Chia-I Wu · 15 years ago
  21. 326baec egl: Correct conversion of native visual type. by Chia-I Wu · 15 years ago
  22. eebf4b5 nv50: support 3D class 0x8597, remove redundant unknown chipset detection by Ben Skeggs · 15 years ago
  23. 511bd5f r300g: Check for NULL Draw during flush. by Corbin Simpson · 15 years ago
  24. 869e20b r600: set barrier for tex inst if dst is used earlier, might overwrite it otherwise by Andre Maasikas · 15 years ago
  25. a88c929 r600: need to export something from PS by Andre Maasikas · 15 years ago
  26. b863022 r600: add beginnings of ARL instruction by Andre Maasikas · 15 years ago
  27. 0a8cd48 r300g: Update comments, function names in r300_state_inlines. by Corbin Simpson · 15 years ago
  28. 034db65 r300g: Update comments, asserts, indents in r300_texture. by Corbin Simpson · 15 years ago
  29. 5a653ad r300g: Remove unused debug flag. by Corbin Simpson · 15 years ago
  30. 40247d8 r300g: Cleanup old static shader state. by Corbin Simpson · 15 years ago
  31. b2b2396 gallium/util: fix cpu detection on ppc by Marc Dietrich · 15 years ago
  32. 2cc5a0e mesa: added _mesa_dump_renderbuffers() debug code by Brian Paul · 15 years ago
  33. d364f66 nouveau: nv30: Do not use assert to return NULL by Patrice Mandin · 15 years ago
  34. cb351bd nouveau: nv30: check number of colour buffers to bind by Patrice Mandin · 15 years ago
  35. ce98860 llvmpipe: Remove extraneous name in lp_type pre-declaration. by José Fonseca · 15 years ago
  36. 3b8dad4 r300g: No debug in r300_state. by Corbin Simpson · 15 years ago
  37. 6a448a5 r300g: Cleanup header includes. by Corbin Simpson · 15 years ago
  38. babadb8 r300g: Don't use getenv; use debug_get_*_option instead. by Corbin Simpson · 15 years ago
  39. 5a0598f r300g: Don't use the hashtable internally. by Corbin Simpson · 15 years ago
  40. b589e39 r300g: Examine vertex attribute type on HW TCL too. by Corbin Simpson · 15 years ago
  41. b21df26 r300g: Also kill r300_shader_inlines with fire. by Corbin Simpson · 15 years ago
  42. 58abfeb r300g: Kill r300_surface with fire. by Corbin Simpson · 15 years ago
  43. 5283a3f progs/trivial: check if GL_ARB_occlusion_query is supported by Brian Paul · 15 years ago
  44. d56125a intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS). by Eric Anholt · 15 years ago
  45. cbd20e1 meta: Fix the BufferSubData in meta clear to be BufferData. by Eric Anholt · 15 years ago
  46. 4b2cf92 cell: fix compilation on cell by Marc Dietrich · 15 years ago
  47. ca940a7 mesa: Fix Mac OS build. by Vinson Lee · 15 years ago
  48. 478332b st/xorg: Move drm init to own function by Jakob Bornecrantz · 15 years ago
  49. fc07ca0 trace: Check for destroy before calling it by Jakob Bornecrantz · 15 years ago
  50. a9f71b3 st/xorg: Cleanly shutdown by Jakob Bornecrantz · 15 years ago
  51. 16e2119 r300: fix texture size handling with size > 2048 by Mathias Fröhlich · 15 years ago
  52. 8123180 r600: Fix size calculation for 24 bit depth by Robert Noland · 15 years ago
  53. 5f8f14e st/xorg: Remove output functions not used by Jakob Bornecrantz · 15 years ago
  54. b7fbcfd st/xorg: makefile garbage by Zack Rusin · 15 years ago
  55. a39a3cc st/xorg: implement basic src/mask transformations by Zack Rusin · 15 years ago
  56. e5f1f6a r300g: Demonstratory kludge to unbreak glxgears. by Corbin Simpson · 15 years ago
  57. 973aab1 dri-st: Add EXT_provoking_vertex. by Corbin Simpson · 15 years ago
  58. e1b39c6 st/xorg: Switch to set_mode_major by Jakob Bornecrantz · 15 years ago
  59. 846da0b st/xorg: Massivly redo root pixmap creation by Jakob Bornecrantz · 15 years ago
  60. e9e6152 st/xorg: Clean up cursor functions a bit by Jakob Bornecrantz · 15 years ago
  61. b8843c6 st/xorg: Support more then one output of a given type by Jakob Bornecrantz · 15 years ago
  62. 68b5dc9 st/xorg: Change how disable accel is handled by Jakob Bornecrantz · 15 years ago
  63. ec5c235 nv50: add support for address regs by Christoph Bumiller · 15 years ago
  64. eb7ea97 nv50: cleanup emit_kil by Christoph Bumiller · 15 years ago
  65. 2eef201 nv50: implement TGSI_OPCODE_CMP by Christoph Bumiller · 15 years ago
  66. f204eb1 nv50: quick fix for insn src negation by Christoph Bumiller · 15 years ago
  67. 1635e8d nv50: add support for DDX and DDY opcodes by Christoph Bumiller · 15 years ago
  68. c0e80cf nv50: submit user vbo data through the fifo by Christoph Bumiller · 15 years ago
  69. fba2eab nv50: use SIFC for TIC, TSC upload by Christoph Bumiller · 15 years ago
  70. 6ab2fcc nv50: nicer texture format switch by Christoph Bumiller · 15 years ago
  71. 620270c Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa by Alex Deucher · 15 years ago
  72. 35b98e2 nouveau: implement is_{texture,buffer}_referenced properly by Ben Skeggs · 15 years ago
  73. 869d3ee drm/nv50: write tic/tsc setup to correct slots when skipping units by Ben Skeggs · 15 years ago
  74. 16a06fe r300g: Fix up a bunch of warnings. by Corbin Simpson · 15 years ago
  75. d2e29b5 r300g: Add another ZTOP condition. by Corbin Simpson · 15 years ago
  76. 838da1d llvmpipe: Allocate texture storage for whole quads. by José Fonseca · 15 years ago
  77. bb56735 gallium: Permit surface_copy and surface_fill to be NULL. by Corbin Simpson · 15 years ago
  78. bfd877e r300g: Squash format warning. by Corbin Simpson · 15 years ago
  79. 11056ca r300g: Use a dirty test to bring framerate back up. by Corbin Simpson · 15 years ago
  80. 51173e4 r300g: Also have rs_block keyed to the current shader combo. by Corbin Simpson · 15 years ago
  81. ce9ae4a r300g: Fix u_hash_table rename. by Corbin Simpson · 15 years ago
  82. 4a98d19 Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa by Corbin Simpson · 15 years ago
  83. 114417a nouveau: nv40: Use same workaround as i915 for segfault related to vbo by Patrice Mandin · 15 years ago
  84. 66aab9a nouveau: nv30: Remove duplicate case. Was a typo for X8R8G8B8, but that will never be use for front buffer. by Patrice Mandin · 15 years ago
  85. 67356ae nouveau: nv30: Use same workaround as i915 for segfault related to vbo by Patrice Mandin · 15 years ago
  86. 5d42e39 util: Rename from u_* to util_* while we're at it. by José Fonseca · 15 years ago
  87. 60a39b6 intel: Disallow relocations to the byte beyond the end of the buffer by Chris Wilson · 15 years ago
  88. a335d33 mesa: fix/update some comments by Brian Paul · 15 years ago
  89. f094b86 mesa: lift default symlinks target into Makefile.template by Brian Paul · 15 years ago
  90. db20465 mesa: use EXTRA_MODULES and SUBDIRS to build r300 compiler by Brian Paul · 15 years ago
  91. d9fd207 mesa: added SUBDIRS support in dri/Makefile.template by Brian Paul · 15 years ago
  92. f050372 mesa: move a comma by Brian Paul · 15 years ago
  93. 2ee7fd8 mesa: added MESA_GLSL=useprog debug flag by Brian Paul · 15 years ago
  94. 3594b53 r300: fix vertex program parameters limits by Maciej Cencora · 15 years ago
  95. 3e56bef radeon-gallium: Use debug_get_bool_option instead of getenv. by Corbin Simpson · 15 years ago
  96. fc8a156 r300g: Use a hash table to look up vertex info. by Corbin Simpson · 15 years ago
  97. 3924d86 util: Change function names to begin with u_. by Corbin Simpson · 15 years ago
  98. 946bc9a docs: document GLSL float parsing bug fix by Brian Paul · 15 years ago
  99. 89b31c9 mesa: use C locale for _mesa_strtod() by Brian Paul · 15 years ago
  100. 166957a progs/tests: Use rand() instead of random(). by José Fonseca · 15 years ago