1. bdf975e st/mesa: fix texture deallocation bug by Brian Paul · 15 years ago
  2. 04b14e2 progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug by Brian Paul · 15 years ago
  3. a2ddb3d mesa: change _mesa_find_free_register() to find multiple free regs by Brian Paul · 15 years ago
  4. 9a1bf52 r300g: Inline immediates where possible. by Corbin Simpson · 15 years ago
  5. e1906ae st/mesa: remove duplicate calculation of fp input mapping by Keith Whitwell · 15 years ago
  6. d51b043 st/mesa: remove dead stfp input_map array by Keith Whitwell · 15 years ago
  7. 12ffee5 mesa: added _mesa_print_vp/p_inputs() functions (debug aids) by Brian Paul · 15 years ago
  8. 04c3888 glslcompiler: add glapi_nop.o to OBJECTS by Brian Paul · 15 years ago
  9. 5cc20a0 mesa: Remove unnecessary headers. by Vinson Lee · 15 years ago
  10. e3a99e8 glx: Remove unnecessary headers. by Vinson Lee · 15 years ago
  11. 12f66b6 st/dri: Remove duplicate type qualifier. by Vinson Lee · 15 years ago
  12. dfd76c0 i965g: Add missing va_end. by Vinson Lee · 15 years ago
  13. 2de590e r300g: Fix memory leak on memory allocation failure. by Vinson Lee · 15 years ago
  14. 0df64f4 r600: Remove duplicate assignment. by Vinson Lee · 15 years ago
  15. 19af9ea egl: Remove unnecessary headers. by Vinson Lee · 15 years ago
  16. de917c1 nv04: Update to new nouveau_class.h by Marcin Kościelnicki · 15 years ago
  17. 112def3 nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroy by Marcin Slusarz · 15 years ago
  18. 71b32cc nv10, nv20: Fix build. by Francisco Jerez · 15 years ago
  19. eb961f8 egl: Clean up surface attributes. by Chia-I Wu · 15 years ago
  20. 0135e5d egl: Add support for more EGLImage extensions to EGL core. by Chia-I Wu · 15 years ago
  21. f8f2520 st/mesa: Remove unnecessary headers. by Vinson Lee · 15 years ago
  22. 980fa56 mesa: Remove unnecessary headers. by Vinson Lee · 15 years ago
  23. c8f781e i965: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  24. d36e90f r300g: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  25. bbdce27 egl: Surface type validaction should depend on extensions supported. by Chia-I Wu · 15 years ago
  26. 216925c egl: Initialize display configs with the display. by Chia-I Wu · 15 years ago
  27. d69242b egl: Initialize display resources with their display. by Chia-I Wu · 15 years ago
  28. e694cca egl: Refactor _eglInitImage. by Chia-I Wu · 15 years ago
  29. caa5c8d egl: Refactor _eglInitContext. by Chia-I Wu · 15 years ago
  30. 6f15292 egl: Refactor _eglInitSurface. by Chia-I Wu · 15 years ago
  31. 5ad4889 i915: Set bit field of length 1 light_twoside to unsigned. by Vinson Lee · 15 years ago
  32. bc783f3 glut: Remove unnecessary headers. by Vinson Lee · 15 years ago
  33. 8a2cf45 radeon: Remove unnecessary headers. by Vinson Lee · 15 years ago
  34. 1a0d1fa r600: Remove unnecessary headers. by Vinson Lee · 15 years ago
  35. b41f963 r300: Remove unnecessary headers. by Vinson Lee · 15 years ago
  36. 391892b r200: Remove unnecessary headers. by Vinson Lee · 15 years ago
  37. 12eb32e r128: Remove unnecessary headers. by Vinson Lee · 15 years ago
  38. 996fd61 egl: Remove code blocks that are commented out. by Chia-I Wu · 15 years ago
  39. 89e6eb5 progs/egl: Update eglinfo to display more attributes. by Chia-I Wu · 15 years ago
  40. 66f0517 st/egl: Do not ignore configs without a renderable type. by Chia-I Wu · 15 years ago
  41. 6d12c70 st/egl: Remove egl_g3d_get_current_context. by Chia-I Wu · 15 years ago
  42. c6e26d7 intel: Remove unnecessary headers. by Vinson Lee · 15 years ago
  43. 6e0f702 i965: Remove unnecessary headers. by Vinson Lee · 15 years ago
  44. c641703 i915: Remove unnecessary headers. by Vinson Lee · 15 years ago
  45. 22bbc97 intel: Respect texture tiling when doing a PBO blit teximage upload. by Eric Anholt · 15 years ago
  46. a794c66 Revert "r300g: Don't handle SHADOW_AMBIENT." by Corbin Simpson · 15 years ago
  47. a44219c intel: Fix inverting of inversion test for windows in glClear cleanup. by Eric Anholt · 15 years ago
  48. b6ac240 r300g: Independent blend enables only work on r500. by Corbin Simpson · 15 years ago
  49. 627a458 r300g: Don't handle SHADOW_AMBIENT. by Corbin Simpson · 15 years ago
  50. f7467f7 r300g: Fix comment on SHADOW_AMBIENT. by Corbin Simpson · 15 years ago
  51. 268cc5f gallium-docs: Fix missing PIPE_CAPs. by Corbin Simpson · 15 years ago
  52. bfbec08 r300g: Dual-source blending isn't possible, period. by Corbin Simpson · 15 years ago
  53. 5a64bda r300g: Add alpha render targets. by Mathias Fröhlich · 15 years ago
  54. 7056a74 progs/es1: Add bindtex. by Chia-I Wu · 15 years ago
  55. 5714e67 st/egl: eglBindTexImage should bind to an OpenGL ES texture. by Chia-I Wu · 15 years ago
  56. 2c3a23a egl: Remove my_strdup. by Chia-I Wu · 15 years ago
  57. 6fc3044 egl: Remove unused VisibleRefCount. by Chia-I Wu · 15 years ago
  58. 00e1790 egl: Rename Binding to CurrentContext in _EGLSurface. by Chia-I Wu · 15 years ago
  59. 94cb321 egl: Clean up header inclusions. by Chia-I Wu · 15 years ago
  60. 847ac8e gallium: fix blend state cso by Roland Scheidegger · 15 years ago
  61. b8d4cbd progs/demos: new image dissolve demo by Brian Paul · 15 years ago
  62. 98f3f1c gallium: document pipe_context::get_query_result() by Brian Paul · 15 years ago
  63. 3fc73c3 Merge commit 'lb2/arb_fragment_coord_conventions' by Keith Whitwell · 15 years ago
  64. 882279d docs: Mark what I've been up to. by Corbin Simpson · 15 years ago
  65. e940216 progs/tests: added a few more files to .gitignore by Brian Paul · 15 years ago
  66. 6fea2be tnl: check that state is validated before drawing by Brian Paul · 15 years ago
  67. 987dd63 st/mesa: check that state is validated before drawing by Brian Paul · 15 years ago
  68. 5ce9183 vbo: fix missing state validation bugs by Brian Paul · 15 years ago
  69. a388595 mesa: do state validation in _mesa_valid_to_render() by Brian Paul · 15 years ago
  70. 364b008 docs: Fixed Windows build for 7.7.1 by Brian Paul · 15 years ago
  71. ee5e84e windows: assorted build fixes by Brian Paul · 15 years ago
  72. 81cca6d glx: fix possible memory leaks in dri2CreateScreen() by Rodolfo Ribeiro Gomes · 15 years ago
  73. 4886f67 mesa: Warn when indices are out of bounds, but do not skip the draw in debug builds. by Brian Paul · 15 years ago
  74. b2299d8 softpipe: support all TGSI fragment coord conventions (v4) by Luca Barbieri · 15 years ago
  75. 62c673b st/mesa: Gallium support for ARB_fragment_coord_conventions (v4) by Luca Barbieri · 15 years ago
  76. 6c403750 tgsi: add caps for fragment coord conventions (v3) by Luca Barbieri · 15 years ago
  77. 7331713 tgsi: add properties for fragment coord conventions (v3) by Luca Barbieri · 15 years ago
  78. 3cea552 mesa: don't expose GL_ARB_fragment_coord_conventions until the GLSL part is done by Luca Barbieri · 15 years ago
  79. 7683271 another gcc 4.2.x check for mstackrealign by Alan Hourihane · 15 years ago
  80. df82734 glu/sgi: Remove unnecessary headers. by Vinson Lee · 15 years ago
  81. 548b9c4 svga: Remove unnecessary headers. by Vinson Lee · 15 years ago
  82. 7280c4c softpipe: Remove unnecessary header. by Vinson Lee · 15 years ago
  83. 1a2f9d7 llvmpipe: Remove unnecessary header. by Vinson Lee · 15 years ago
  84. fc4939b egl: Remove unnecessary headers. by Vinson Lee · 15 years ago
  85. d400700 progs/tests: Remove unnecessary headers. by Vinson Lee · 15 years ago
  86. bbb4115 progs/glsl: Fix bump GLSL compilation error on Mac OS. by Vinson Lee · 15 years ago
  87. 77b1f2f progs/glsl: Remove unused variable in bump.c. by Vinson Lee · 15 years ago
  88. 07fb52b progs/glsl: Remove unnecessary header from samplers.c. by Vinson Lee · 15 years ago
  89. 0087322 r300g: Clean up blend masks, change caps. by Corbin Simpson · 15 years ago
  90. 2e481e9 gallium-docs: Minor grammar, need to talk about dual-source blends. by Corbin Simpson · 15 years ago
  91. 505a43a gallium-docs: Clean up constantbuf info a bit. by Corbin Simpson · 15 years ago
  92. a5f7c63 gallium-docs: Add PIPE_CAP info. by Corbin Simpson · 15 years ago
  93. f20e832 intel: Set the region's tiling to none when attaching a PBO to a region. by Eric Anholt · 15 years ago
  94. c9886d5 i915: Remove unused initial and current state, now that there's nothing else. by Eric Anholt · 15 years ago
  95. f9439e4 intel: Remove long-disabled meta readpixels, and associated meta support. by Eric Anholt · 15 years ago
  96. c75e238 st/xorg: Update to new libkms interface but be backwards compatible by Jakob Bornecrantz · 15 years ago
  97. 32e6043 define own embedded target and cleanup previous commit. by Alan Hourihane · 15 years ago
  98. 75cd6f3 Don't define HAVE_POSIX_MEMALIGN for embedded target. by Alan Hourihane · 15 years ago
  99. 9b346f8 Merge commit 'origin/perrtblend' by Roland Scheidegger · 15 years ago
  100. 2fa34bf gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLEND by Roland Scheidegger · 15 years ago