1. fd0082c i965: Support Android RGBX8888 format for EGL generated images by Sean V Kelley · 12 years ago
  2. 249817e intel: set dri_format field for all images by Ander Conselvan de Oliveira · 12 years ago
  3. fc7d224 intel: properly return the image format on intel_query_image by Ander Conselvan de Oliveira · 12 years ago
  4. 249fc70 i965: When the kernel lacks the LLC check, assume it's present on gen >= 6. by Eric Anholt · 13 years ago
  5. e3df283 intel: Drop backwards compat code for not having libdrm with the LLC check. by Eric Anholt · 13 years ago
  6. a27c7d8 i965: Stop lying about cpp and height of a stencil buffer. by Paul Berry · 12 years ago
  7. 252d311 i965/aub: Dump a final bitmap from DestroyContext. by Kenneth Graunke · 12 years ago
  8. 2222aa0 intel: Handle devid overrides using libdrm. by Eric Anholt · 13 years ago
  9. 0247d89 intel: Ask libdrm to dump an AUB file if INTEL_DEBUG=aub. by Eric Anholt · 13 years ago
  10. d09fce5 i965: Change the hiz-override env var to a driconf option. by Eric Anholt · 13 years ago
  11. f172eae i965: fixup W-tile offset computation to take swizzling into account by Daniel Vetter · 13 years ago
  12. 0beed7f intel: bump DRI_IMAGE extension version to 3 by Jesse Barnes · 13 years ago
  13. 8de5c35 gbm: track buffer format through DRI drivers by Jesse Barnes · 13 years ago
  14. f33d100 intel: Silence valgrind warning for getparam ioctl argument. by Eric Anholt · 13 years ago
  15. 7def293 intel: verify if hardware has LLC support by Eugeni Dodonov · 13 years ago
  16. 6422478 i965: Add a driconf option to force GLSL extension behavior to "warn". by Eric Anholt · 13 years ago
  17. 9f8ed9d intel: derive intel_renderbuffer from swrast_renderbuffer by Brian Paul · 13 years ago
  18. f9874fe mesa: remove gl_renderbuffer::DataType by Brian Paul · 13 years ago
  19. 221c678 gbm: Validate usage flags in gbm_bo_create_from_egl_image() by Kristian Høgsberg · 13 years ago
  20. ce1c949 intel: Return if pointer to intel_context is null by Anuj Phogat · 13 years ago
  21. dd72206 intel: Fix segfault in glXSwapBuffers with no bound context by Anuj Phogat · 13 years ago
  22. 35cdd7b i965: Fix compiler warning from uninitialized "success" value. by Eric Anholt · 13 years ago
  23. 06ad9ad i965/gen7: Enable HiZ by Chad Versace · 13 years ago
  24. cd2a24a i965/gen7: Enable transform feedback as long as kernel support is present. by Eric Anholt · 13 years ago
  25. 14aff23 intel: include version.h in intel_screen.c to silence warning by Brian Paul · 13 years ago
  26. e532b62 dri2: Add plumbing to get context version requirements and flags to drivers by Ian Romanick · 13 years ago
  27. d0dc75c mesa/drivers: use new swrast renderbuffer functions by Brian Paul · 13 years ago
  28. c6abde2 i965: Don't perform the precompile on fragment shaders by default. by Eric Anholt · 13 years ago
  29. e5411d8 i965/gen6: Enable HiZ by default by Chad Versace · 13 years ago
  30. da2816a intel: Replace intel_renderbuffer::region with a miptree [v3] by Chad Versace · 13 years ago
  31. 79653c1 intel: Fix separate stencil in builtin DRI2 backend by Chad Versace · 13 years ago
  32. 875a757 dri: unify __DRIscreenRec by George Sapountzis · 13 years ago
  33. 7192c37 dri: unify __DriverAPIRec by George Sapountzis · 13 years ago
  34. ad32215 dri: Drop driReadDrawableExtension by Kristian Høgsberg · 13 years ago
  35. 2e5a1a2 intel: Convert from GLboolean to 'bool' from stdbool.h. by Kenneth Graunke · 13 years ago
  36. 8004a1c intel: Rename region->buffer to region->bo, and remove accessor function. by Eric Anholt · 13 years ago
  37. 9fe197c intel: add support for __DRI_IMAGE_FORMAT_ABGR8888 by Chia-I Wu · 13 years ago
  38. b904321 intel: Rely on intel_region_reference()'s support of *dst != NULL. by Eric Anholt · 13 years ago
  39. 3af3c58 intel: Implement DRIimageExtension::dupImage by Benjamin Franzke · 14 years ago
  40. aea2236 intel: Request DRI2 buffers for separate stencil and hiz by Chad Versace · 13 years ago
  41. f4efb7f intel: Add assertions to intelCreateBuffer() by Chad Versace · 13 years ago
  42. 6b2bf27 intel: Add flags to intel_screen for hiz and separate stencil by Chad Versace · 13 years ago
  43. 89a82d7 intel: Initial IS_GEN7 plumbing. by Kenneth Graunke · 13 years ago
  44. e5169e9 egl: Add a cursor use bit to MESA_drm_image by Kristian Høgsberg · 13 years ago
  45. 5dfba09 intel: Use tiling for dri2AllocateBuffer implementation by Kristian Høgsberg · 13 years ago
  46. 7363088 intel: Set gen in intelInitScreen, just copy value in intelInitContext by Kristian Høgsberg · 13 years ago
  47. 63325a0 intel: Use X tiling for DRM EGL Images by Kristian Høgsberg · 13 years ago
  48. f6ca4a3 intel: Don't complain when getparam fails due to a missing param. by Eric Anholt · 14 years ago
  49. 900a5c9 i965: Use negative relocation deltas to minimse vertex uploads by Chris Wilson · 14 years ago
  50. dea5e57 intel: Use the current context rather than last bound context for a drawable. by Eric Anholt · 14 years ago
  51. 8d68a90 intel: use pwrite for batch by Chris Wilson · 14 years ago
  52. 2adfde3 intel: Implement dri2::{Allocate,Release}Buffer by Benjamin Franzke · 14 years ago
  53. 45a56e4 intel: Include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  54. df9f891 intel: Include stdbool so we can stop using GLboolean when we want to. by Eric Anholt · 14 years ago
  55. 4ac2f09 intel: Add an env var override to execute for a different GPU revision. by Eric Anholt · 14 years ago
  56. d3491e7 Rename GLvisual and __GLcontextModes to struct gl_config by Kristian Høgsberg · 14 years ago
  57. e7c8832 intel: Dead comment removal. by Eric Anholt · 14 years ago
  58. 9ec0b2a dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontext by Kristian Høgsberg · 14 years ago
  59. f301932 intel: Support EGL_MESA_image_drm by Kristian Høgsberg · 14 years ago
  60. 9087ba1 intel: Take an intel_screen pointer in intel_alloc_region_* functions by Kristian Høgsberg · 14 years ago
  61. a58514c i915: Enable ARB_fragment_shader by default. by Eric Anholt · 14 years ago
  62. e67c338 intel: Throttle after doing copyregion/swapbuffers round trip by Kristian Høgsberg · 14 years ago
  63. 0870e4a Merge branch 'gles2-2' by Kristian Høgsberg · 14 years ago
  64. 5efee4d intel: Advertise GLES1/2 for i915+ when enabled by Kristian Høgsberg · 14 years ago
  65. 4b69100 dri: Add DRI entrypoints to create a context for a given API by Kristian Høgsberg · 14 years ago
  66. a7a9a91 dri: Add DRI entrypoints to create a context for a given API by Kristian Høgsberg · 14 years ago
  67. 234286c DRI2: add config query extension by Jesse Barnes · 14 years ago
  68. 800a4b2 intel: Remove more code for x8z24 visuals, since we only do s8z24. by Eric Anholt · 15 years ago
  69. a232cc5 intel: Remove support for the DRI1 TFP extension. by Eric Anholt · 15 years ago
  70. bb35000 intel: Remove non-kernel-exec-fencing support. by Eric Anholt · 15 years ago
  71. 8e7a8d6 i915: Enable texture tiling by default. by Eric Anholt · 15 years ago
  72. 06d1472 i915: Tell the kernel when we actually need fence registers on our BOs. by Eric Anholt · 15 years ago
  73. d7322c9 intel: Lookup requested renderbuffer in intel_create_image_from_renderbuffer by Kristian Høgsberg · 15 years ago
  74. c262471 intel: Implement DRI image extension by Kristian Høgsberg · 15 years ago
  75. d449627 intel: Implement the DRI2 invalidate function properly by Kristian Høgsberg · 15 years ago
  76. 61d26bc dri2: Event driven buffer validation. by Francisco Jerez · 15 years ago
  77. 2d99588 intel: Track named regions and make sure we only have one region per named bo by Kristian Høgsberg · 15 years ago
  78. cc57baf i915: Remove always-true irq_active struct intel_screen field by Kristian Høgsberg · 15 years ago
  79. c9b0f04 i915: Remove a few DRI1 era struct intel_screen fields by Kristian Høgsberg · 15 years ago
  80. 5777dee i915: Drop intelScreenPrivate typedef and just call it struct intel_screen by Kristian Høgsberg · 15 years ago
  81. 6bd9da0 intel: Don't expose GLX_SWAP_EXCHANGE_OML by Ian Romanick · 15 years ago
  82. bb65a1d intel: Expose a minimal number of configs with accumulation buffer by Ian Romanick · 15 years ago
  83. 3cce4a1 dri: Allow selective generation of accum. buffer configs by Ian Romanick · 15 years ago
  84. 73e24cd intel: Stop exposing useless 24 depth/0 stencil configs by Ian Romanick · 15 years ago
  85. 6d91f9a intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2 by Ian Romanick · 15 years ago
  86. 066f45c intel: Update comment in intelInitScreen2 to noting DRI2 protocol issues by Ian Romanick · 15 years ago
  87. 2ec50d2 mesa: Factor out the fb initialization details from _mesa_new_framebuffer. by Francisco Jerez · 15 years ago
  88. c6e26d7 intel: Remove unnecessary headers. by Vinson Lee · 15 years ago
  89. 06d228d intel: make sure we update the renderbuffers after a swap by Jesse Barnes · 15 years ago
  90. 7aed23c intel: Don't do client-side frame throttling with DRI2 SwapBuffers. by Eric Anholt · 15 years ago
  91. c7fc9bf Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame done." by Eric Anholt · 15 years ago
  92. 9b22427 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  93. fb6bff3 intel: Remove unnecessary headers. by Vinson Lee · 15 years ago
  94. 7d4e674 intel: Use the new DRI2 flush invalidate entrypoint to signal frame done. by Eric Anholt · 15 years ago
  95. c6ef705 Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa by Jesse Barnes · 15 years ago
  96. 7c50d29 intel/DRI2: add DRI2flushExtension support with invalidate hook by Kristian Høgsberg · 15 years ago
  97. 51362a7 intel: intelScreenContext() is no longer used by Kristian Høgsberg · 15 years ago
  98. 5a0b60a intel: Remove remaining dri2.enabled tests by Kristian Høgsberg · 15 years ago
  99. d282128 intel: Remove struct intel_framebuffer by Kristian Høgsberg · 15 years ago
  100. a6e1d3e intel: Remove client-side vblank code by Kristian Høgsberg · 15 years ago