1. 0748fc4 svga: deriv insns not valid in dynamic flow control either by Keith Whitwell · 15 years ago
  2. a9cdae2 svga: texture from lod zero inside dynamic branching by Keith Whitwell · 15 years ago
  3. fc3efcc svga: better method for generating white fs color outputs by Keith Whitwell · 15 years ago
  4. 9b23e1f mesa/st: bump the gallium version number by Keith Whitwell · 15 years ago
  5. aac76dc st/mesa: remove some floating point divides in viewport calculation by Keith Whitwell · 15 years ago
  6. bd03025 gallium-docs: Fix typo. by José Fonseca · 15 years ago
  7. f9d734c r300: fix compiler bugs introduced with MRT changes. by Dave Airlie · 15 years ago
  8. 0d089cb egl: Rename _eglPreloadForEach callbacks. by Chia-I Wu · 15 years ago
  9. 8e6a964 egl: Fix a potential segfault in driver suffix matching. by Chia-I Wu · 15 years ago
  10. 2287f4c egl: Remove unnecessary #ifdef's. by Chia-I Wu · 15 years ago
  11. 6fd8b6a egl: Ignore certain environment variables when setuid/setgid. by Chia-I Wu · 15 years ago
  12. 5d8646c egl: Add EGL_DRIVERS_PATH environment variable. by Chia-I Wu · 15 years ago
  13. 6f2e965 draw: remove old hard-coded shader length limits by Brian Paul · 15 years ago
  14. 4390367 tgsi: added tgsi_alloc_tokens() by Brian Paul · 15 years ago
  15. c173eb9 draw: re-implement free_bit() with ffs() by Brian Paul · 15 years ago
  16. 3d5e26e draw: comments and var renaming by Brian Paul · 15 years ago
  17. 5670b44 tgsi: fix comment by Brian Paul · 15 years ago
  18. 256f7f5 draw: add const qualifiers, fix return types by Brian Paul · 15 years ago
  19. d6e5552 softpipe: remove unnecessary #include by Brian Paul · 15 years ago
  20. c740a7d draw: new, updated comments by Brian Paul · 15 years ago
  21. 60b8156 llvmpipe: fix (potentially) broken AA points, AA lines by Brian Paul · 15 years ago
  22. 54d7ec8 softpipe: fix broken AA points, AA lines by Brian Paul · 15 years ago
  23. 797dcc0 gallium/docs: Opcode refs. by Corbin Simpson · 15 years ago
  24. 17c2a44 gallium/docs: TGSI notes on replication to dst, and also cleanups. by Corbin Simpson · 15 years ago
  25. 62ca7b8 gallium/docs: Start turning notes into docs. by Corbin Simpson · 15 years ago
  26. 8580522 gallium/docs: Add opcode formatting. by Corbin Simpson · 15 years ago
  27. 3e572eb gallium/docs: default Z texture tuple is (z,z,z,1) for OpenGL by Brian Paul · 15 years ago
  28. 3a3d8fb gallium/docs: s/convensions/conventions/ by Brian Paul · 15 years ago
  29. 95dad1f r300g: Texture format cleanups, per docs. by Corbin Simpson · 15 years ago
  30. aa8b49c gallium: Move some compiler portability stuff into p_compiler.h by José Fonseca · 15 years ago
  31. 516e715 gallium/docs: Did somebody call for a table? by Corbin Simpson · 15 years ago
  32. 3fedfc7 Track frag shader changes introduced by commit 4769566500be1a53dd9b4cc1a613aef439a0e3d8 by Scott Moreau · 15 years ago
  33. 2535769 gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple_screen.h by José Fonseca · 15 years ago
  34. 88593ff mesa: Add a BITSET_FFS function. by Francisco Jerez · 15 years ago
  35. 2aaca1d gallium: Move p_thread.h and p_atomic.h out of gallium interfaces. by José Fonseca · 15 years ago
  36. 4778f46 gallium/docs: table of texture formats and (x,y,z,w) tuples returned by TEX by Brian Paul · 15 years ago
  37. 38f6f23 gallium: Make pipe_atomic a regular int32_t. by José Fonseca · 15 years ago
  38. 2848688 gallium: pipe/p_inlines.h -> util/u_inlines.h by José Fonseca · 15 years ago
  39. 4fea397 r300compiler: Add MRT number to debugging output. by Corbin Simpson · 15 years ago
  40. 4769566 r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader. by Corbin Simpson · 15 years ago
  41. ad83f3b tgsi: ureg_DECL_gs_input() accepts shader semantics. by Michal Krol · 15 years ago
  42. 301a943 vega: implement tgsi_ureg shaders cache by Igor Oliveira · 15 years ago
  43. 231d545 vega: change tgsi asm by tgsi_ureg by Igor Oliveira · 15 years ago
  44. edad20f r200: Fix EXT_fogcoord rendering. by Pauli Nieminen · 15 years ago
  45. 565f0ce r300g: Fix funky segfault. by Corbin Simpson · 15 years ago
  46. 01dcada st/egl: Wrong context might be used in eglBindTexImage. by Chia-I Wu · 15 years ago
  47. 7fc3581 docs: Update for EGL environment variables. by Chia-I Wu · 15 years ago
  48. 5fa4ea2 progs/es2: Fix an assertion failure in tri. by Chia-I Wu · 15 years ago
  49. bdf975e st/mesa: fix texture deallocation bug by Brian Paul · 15 years ago
  50. 04b14e2 progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug by Brian Paul · 15 years ago
  51. a2ddb3d mesa: change _mesa_find_free_register() to find multiple free regs by Brian Paul · 15 years ago
  52. 9a1bf52 r300g: Inline immediates where possible. by Corbin Simpson · 15 years ago
  53. e1906ae st/mesa: remove duplicate calculation of fp input mapping by Keith Whitwell · 15 years ago
  54. d51b043 st/mesa: remove dead stfp input_map array by Keith Whitwell · 15 years ago
  55. 12ffee5 mesa: added _mesa_print_vp/p_inputs() functions (debug aids) by Brian Paul · 15 years ago
  56. 04c3888 glslcompiler: add glapi_nop.o to OBJECTS by Brian Paul · 15 years ago
  57. 57839d1 gallium: Use MSVC atomic intrinsics directly instead of the Windows header wrappers. by José Fonseca · 15 years ago
  58. 1776e73 gallium: Remove unnecessary includes. Add others to compensate. by José Fonseca · 15 years ago
  59. b232b68 mesa: Add missing includes. by José Fonseca · 15 years ago
  60. 8546273 llvmpipe: Add missing includes. by José Fonseca · 15 years ago
  61. f6cecbb i915: Add missing includes. by José Fonseca · 15 years ago
  62. ad9cc55 util: Add missing includes. by José Fonseca · 15 years ago
  63. 06f1982 draw: Add missing includes. by José Fonseca · 15 years ago
  64. 7827bc7 gallium: Drop mutex-based pipe_atomic implementation. by José Fonseca · 15 years ago
  65. 5cc20a0 mesa: Remove unnecessary headers. by Vinson Lee · 15 years ago
  66. e3a99e8 glx: Remove unnecessary headers. by Vinson Lee · 15 years ago
  67. 12f66b6 st/dri: Remove duplicate type qualifier. by Vinson Lee · 15 years ago
  68. dfd76c0 i965g: Add missing va_end. by Vinson Lee · 15 years ago
  69. 2de590e r300g: Fix memory leak on memory allocation failure. by Vinson Lee · 15 years ago
  70. 0df64f4 r600: Remove duplicate assignment. by Vinson Lee · 15 years ago
  71. 19af9ea egl: Remove unnecessary headers. by Vinson Lee · 15 years ago
  72. de917c1 nv04: Update to new nouveau_class.h by Marcin Kościelnicki · 15 years ago
  73. 112def3 nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroy by Marcin Slusarz · 15 years ago
  74. 71b32cc nv10, nv20: Fix build. by Francisco Jerez · 15 years ago
  75. eb961f8 egl: Clean up surface attributes. by Chia-I Wu · 15 years ago
  76. 0135e5d egl: Add support for more EGLImage extensions to EGL core. by Chia-I Wu · 15 years ago
  77. f8f2520 st/mesa: Remove unnecessary headers. by Vinson Lee · 15 years ago
  78. 980fa56 mesa: Remove unnecessary headers. by Vinson Lee · 15 years ago
  79. c8f781e i965: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  80. d36e90f r300g: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  81. bbdce27 egl: Surface type validaction should depend on extensions supported. by Chia-I Wu · 15 years ago
  82. 216925c egl: Initialize display configs with the display. by Chia-I Wu · 15 years ago
  83. d69242b egl: Initialize display resources with their display. by Chia-I Wu · 15 years ago
  84. e694cca egl: Refactor _eglInitImage. by Chia-I Wu · 15 years ago
  85. caa5c8d egl: Refactor _eglInitContext. by Chia-I Wu · 15 years ago
  86. 6f15292 egl: Refactor _eglInitSurface. by Chia-I Wu · 15 years ago
  87. 5ad4889 i915: Set bit field of length 1 light_twoside to unsigned. by Vinson Lee · 15 years ago
  88. bc783f3 glut: Remove unnecessary headers. by Vinson Lee · 15 years ago
  89. bee9964 Merge remote branch 'origin/master' into lp-binning by José Fonseca · 15 years ago
  90. 8a2cf45 radeon: Remove unnecessary headers. by Vinson Lee · 15 years ago
  91. 1a0d1fa r600: Remove unnecessary headers. by Vinson Lee · 15 years ago
  92. b41f963 r300: Remove unnecessary headers. by Vinson Lee · 15 years ago
  93. 391892b r200: Remove unnecessary headers. by Vinson Lee · 15 years ago
  94. 12eb32e r128: Remove unnecessary headers. by Vinson Lee · 15 years ago
  95. 996fd61 egl: Remove code blocks that are commented out. by Chia-I Wu · 15 years ago
  96. 89e6eb5 progs/egl: Update eglinfo to display more attributes. by Chia-I Wu · 15 years ago
  97. 66f0517 st/egl: Do not ignore configs without a renderable type. by Chia-I Wu · 15 years ago
  98. 6d12c70 st/egl: Remove egl_g3d_get_current_context. by Chia-I Wu · 15 years ago
  99. c6e26d7 intel: Remove unnecessary headers. by Vinson Lee · 15 years ago
  100. 6e0f702 i965: Remove unnecessary headers. by Vinson Lee · 15 years ago