1. 5f40a7a glx: replace assertion with conditional by Brian Paul · 15 years ago
  2. 4ca70c4 Merge branch 'gallium-no-rhw-position' by Michal Krol · 15 years ago
  3. ff9ddf4 util/blitter: Fix the viewport transformation for Z coordinates by Marek Olšák · 15 years ago
  4. c1c7fa5 i915g: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  5. 8462fe2 glsl: Add assert to check input to strcmp. by Vinson Lee · 15 years ago
  6. 247008f mesa: Add asserts to check inputs to memcpy. by Vinson Lee · 15 years ago
  7. 8bf5c22 r600: fix blender picking. by Dave Airlie · 15 years ago
  8. 80f3cc3 llvmpipe: implement some control-flow by Zack Rusin · 15 years ago
  9. d3f24ab glapi: fix compile with ES by George Sapountzis · 15 years ago
  10. 6e48f17 glapi: Fix syntax. by José Fonseca · 15 years ago
  11. 9a77766 radeon: Reduce number of radeon_bo_map calls that require kernel entry. by Pauli Nieminen · 15 years ago
  12. a379fa8 Remove now obsolete mesa_bzero symbol. by Karl Schultz · 15 years ago
  13. d7e6e87 glapi: drop SOLARIS_THREADS by George Sapountzis · 15 years ago
  14. d41ab94 glapi.c: misc coscmetic for FreeTSD by George Sapountzis · 15 years ago
  15. 7b454b0 glapi.c: misc cosmetic by George Sapountzis · 15 years ago
  16. cccdc178 glapi.c: mv init_glapi_relocs to glapi_getproc.c by George Sapountzis · 15 years ago
  17. fae5758 glapi.c: mv check_table to glapi_getproc.c by George Sapountzis · 15 years ago
  18. 42f3241 glapi.c: split check_table to not_null and get_proc by George Sapountzis · 15 years ago
  19. 750a7f1 glapi.h: drop dispatch_override prototypes by George Sapountzis · 15 years ago
  20. 57d3159 glapi.h: misc cosmetic by George Sapountzis · 15 years ago
  21. a4ec52f glapi.h: consolidate GET_DISPATCH() and GET_CURRENT_CONTEXT() macros by George Sapountzis · 15 years ago
  22. 9a2c4f9 tgsi: Cleanup exec code for CLAMP, CMP and CND. by Michal Krol · 15 years ago
  23. b42455c r300: Save viewport and clip states before invoking blitter. by Michal Krol · 15 years ago
  24. 932e6f8 util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal. by Michal Krol · 15 years ago
  25. b66b4cf util: A few more todo marks. by José Fonseca · 15 years ago
  26. 4a991b5 util: More documentation for u_format.csv by José Fonseca · 15 years ago
  27. ffe90af util: Tweak comments regarding R8G8B8A8/X8_UNORM. by José Fonseca · 15 years ago
  28. bd3c063 python: Don't mention deprecated drivers=trace option. by José Fonseca · 15 years ago
  29. f54aecc python: Don't mention deprecated drivers=trace option. by José Fonseca · 15 years ago
  30. e243e87 llvmpipe: Don't mention deprecated drivers=trace option. by José Fonseca · 15 years ago
  31. e7ca0e1 dri/nouveau: Combine the dummy texture more deterministically on nv0x. by Francisco Jerez · 15 years ago
  32. c7955f1 dri/nouveau: Fix up the ADD texture environment on nv0x. by Francisco Jerez · 15 years ago
  33. 3946726 dri/nouveau: Add two stencil operation cases in nv04_state_raster.c. by Andrew Randrianasulu · 15 years ago
  34. 949587d dri/nouveau: Allow to render to XRGB8888 textures. by Andrew Randrianasulu · 15 years ago
  35. d2ac3d5 r300g: atomize texture and sampler states by Marek Olšák · 15 years ago
  36. 942762c r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT) by Marek Olšák · 15 years ago
  37. 79a86d3 i965g: Fix texture creation by Jakob Bornecrantz · 15 years ago
  38. 909c08d dri: Remove dead code. by Vinson Lee · 15 years ago
  39. edd6c33 glut: Add asserts to check for null pointer dereferences. by Vinson Lee · 15 years ago
  40. 706fffb glx: Add assert to check input to memcpy. by Vinson Lee · 15 years ago
  41. 75dba75 mesa: Add asserts to check inputs to memcpy. by Vinson Lee · 15 years ago
  42. bfdee9c mesa: Add assert to check input to memcpy is not null. by Vinson Lee · 15 years ago
  43. 65974f6 glsl: Move assert from outside to inside of _slang_gen_swizzle function. by Vinson Lee · 15 years ago
  44. cab7771 dri: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  45. 975f105 i810: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  46. b45af1e mach64: Add asserts to check for null pointer dereferences. by Vinson Lee · 15 years ago
  47. 689249b mga: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  48. a540644 r128: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  49. aa4d47f st/mesa: do not advertise S3TC if the external lib is not available by Marek Olšák · 15 years ago
  50. d36e395 r300g: put validating buffers after flushing by Marek Olšák · 15 years ago
  51. 4ed97f0 r300g: use the atom size directly during emission by Marek Olšák · 15 years ago
  52. 279715e r300g: atomize invalidation of texture caches by Marek Olšák · 15 years ago
  53. fe6d3b9 r300g: atomize PVS flush by Marek Olšák · 15 years ago
  54. 841122d r300g: add size parameter to the atom emit functions by Marek Olšák · 15 years ago
  55. 14771ba mesa: remove libmesagallium.a on make clean by Marcin Slusarz · 15 years ago
  56. 3d3e3a5 r300: Add asserts to check for null pointer dereferences. by Vinson Lee · 15 years ago
  57. 5c007f4 savage: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  58. 9db6a70 sis: Add assert to check function pointer is not null. by Vinson Lee · 15 years ago
  59. b224379 tdfx: Add asserts to check for null pointer dereferences. by Vinson Lee · 15 years ago
  60. e31a379 unichrome: Assert that pointer is not null before dereferencing. by Vinson Lee · 15 years ago
  61. 1eba490 util: Fix X8/A8B8G8R8_SNORM's swizzle. by José Fonseca · 15 years ago
  62. 74f94e8 r300g: move the emission of GA_POINT_MINMAX into emit_fb_state by Marek Olšák · 15 years ago
  63. a3d4d0d r300g: put the emission of R300_US_OUT_FMT_UNUSED back by Marek Olšák · 15 years ago
  64. f129a7d r300g: mark rasterizer_state as dirty only when it's not NULL by Marek Olšák · 15 years ago
  65. c05f998 radeong: clean up includes by Marek Olšák · 15 years ago
  66. 93da152 r300g: always emit the correct max vertex index to avoid DRM errors by Marek Olšák · 15 years ago
  67. dba7ad8 r300g: remove pointless "while" by Marek Olšák · 15 years ago
  68. d3004d9 radeon: Assert pointer is not null before dereferencing. by Vinson Lee · 15 years ago
  69. e63f532 dri: Assert pointer is not null before dereferencing. by Vinson Lee · 15 years ago
  70. 307071f st/dri: Assert pointer is not null before dereferencing. by Vinson Lee · 15 years ago
  71. 226d981 r600: Assert pointer is not null before dereferencing. by Vinson Lee · 15 years ago
  72. 24a8b47 glsl: Assert input to strcmp is not null. by Vinson Lee · 15 years ago
  73. fd29be3 glsl: Assert pointer is not null before dereferencing. by Vinson Lee · 15 years ago
  74. be97d2c mesa: Remove unnecessary header. by Vinson Lee · 15 years ago
  75. bbefd86 st/xorg: Re-enable crtc on resize by Jakob Bornecrantz · 15 years ago
  76. 122b472 st/xorg: Fix copy-topy by Jakob Bornecrantz · 15 years ago
  77. cfbf756 vmware/xorg: Bump to match vmware driver by Jakob Bornecrantz · 15 years ago
  78. 956cd73 st/xorg: Make resize fail gracefully by Jakob Bornecrantz · 15 years ago
  79. bad4b29 st/xorg: Obey max {width|height} from kernel and Gallium by Jakob Bornecrantz · 15 years ago
  80. 55e5737 st/xorg: Encapsulate all customizable stuff in a separate class. by Thomas Hellstrom · 15 years ago
  81. ab8a232 vmware/xorg: Export modinfo just as the other vmware X drivers does by Jakob Bornecrantz · 15 years ago
  82. dfe0cc4 st/xorg: A bit more debugging info by Jakob Bornecrantz · 15 years ago
  83. 1eb5b42 st/xorg: Make default of debugging fallbacks smart by Jakob Bornecrantz · 15 years ago
  84. d11f9a7 drm/vmware: Latest interface changes are backwards incopatible by Jakob Bornecrantz · 15 years ago
  85. 0a1b760 st/xorg, vmware/xorg: Fix xnfcalloc arguments. by Thomas Hellstrom · 15 years ago
  86. 4fd43b0 vmware: Update vmwgfx_drm.h to kernel version. by Thomas Hellstrom · 15 years ago
  87. 52eb2ef r600: enable OQ on rv740 on drms with working pipe config by Alex Deucher · 15 years ago
  88. 424a838 r600: fail to validate unsupported texture formats by Klaus Schnass · 15 years ago
  89. d1fe9bc nv40: fix include of nv04_surface_2d.h by Christoph Bumiller · 15 years ago
  90. 557c20b egl_dri2: Implement EGL_KHR_gl_renderbuffer_image by Kristian Høgsberg · 15 years ago
  91. d7322c9 intel: Lookup requested renderbuffer in intel_create_image_from_renderbuffer by Kristian Høgsberg · 15 years ago
  92. f519d3d gallium: define GENERATED auxiliary files by Brian Paul · 15 years ago
  93. f89c237 gallium: added GENERATED_SOURCES var to Makefile.template by Brian Paul · 15 years ago
  94. ea203de Set API dispatch pointers for OES_EGL_image functions by Kristian Høgsberg · 15 years ago
  95. ac56a44 Revert "gallium: remove unneeded -I path from Makefile.templast" by Brian Paul · 15 years ago
  96. 5ed444a gallium/nouveau: clean-up #includes by Brian Paul · 15 years ago
  97. d9c65dd gallium: remove unneeded -I path from Makefile.templast by Brian Paul · 15 years ago
  98. 298a035 softpipe: fix up #includes by Brian Paul · 15 years ago
  99. 3f9ec9a gallium/trace: remove unneeded path prefixes on #includes by Brian Paul · 15 years ago
  100. 549ce30 gallium/identity: remove unneeded path prefixes on #includes by Brian Paul · 15 years ago