1. aab03f7 docs: Update docs for ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  2. 2d32821 i965: Implement ARB_texture_mirror_clamp_to_edge. by Kenneth Graunke · 11 years ago
  3. cc2f878 i965: Drop unused simple_list.h includes. by Kenneth Graunke · 11 years ago
  4. 1a2a30b gbm-dri: Support importing RGB565 buffers by Kristian Høgsberg · 11 years ago
  5. 672fab0 glsl/linker: Allow mixing of desktop GLSL versions. by Paul Berry · 11 years ago
  6. e26ed75 clover: Improve region and pitch argument handling in memory transfer APIs. by Francisco Jerez · 11 years ago
  7. adefa84 clover: Add a pixel_size() method to the image class. by Francisco Jerez · 11 years ago
  8. 6230f77 clover: Implement support for the ICD extension. by Francisco Jerez · 11 years ago
  9. 9a5afd0 clover: Make sure hidden is the default symbol visibility. by Francisco Jerez · 11 years ago
  10. 07567c1 clover: Prepare the build system for ICD support. by Tom Stellard · 11 years ago
  11. 9e0b7f7 clover: Fix memory leak when initializing a device object fails. by Francisco Jerez · 11 years ago
  12. 1d741e3 clover: Tidy up resource::mapping. by Francisco Jerez · 11 years ago
  13. 6db1025 clover: Simplify command_queue::flush(). by Francisco Jerez · 11 years ago
  14. 7a9bbff clover: Clean up the kernel and program object interface. by Francisco Jerez · 11 years ago
  15. 10284b1 clover: Clean up the interface of the context object slightly. by Francisco Jerez · 11 years ago
  16. 5226eac clover: Delete copy constructors and assignment operators in all non-copiable objects. by Francisco Jerez · 11 years ago
  17. 369419f clover: Define a few convenience equality operators. by Francisco Jerez · 11 years ago
  18. c6e7a0d clover: Simplify the platform object by using util/range. by Francisco Jerez · 11 years ago
  19. e5fc61f clover: Add property list helpers with a syntax consistent with other API objects. by Francisco Jerez · 11 years ago
  20. 04d0ab9 clover: Switch samplers to the new model. by Francisco Jerez · 11 years ago
  21. d6f7afc clover: Switch memory objects to the new model. by Francisco Jerez · 11 years ago
  22. 35307f5 clover: Switch kernel and program objects to the new model. by Francisco Jerez · 11 years ago
  23. 9968d9d clover: Switch command queues to the new model. by Francisco Jerez · 11 years ago
  24. 257781f clover: Switch event objects to the new model. by Francisco Jerez · 11 years ago
  25. 9d06fb8 clover: Switch context objects to the new model. by Francisco Jerez · 11 years ago
  26. c9e009b clover: Switch device objects to the new model. by Francisco Jerez · 11 years ago
  27. 49a49e0 clover: Switch platform objects to the new model. by Francisco Jerez · 11 years ago
  28. bff60c8 clover: Define helper classes for the new object model. by Francisco Jerez · 11 years ago
  29. d8b4994 clover: Clean up property query functions by using a new property_buffer helper class. by Francisco Jerez · 11 years ago
  30. 7d61769 clover: Switch to the new utility code. by Francisco Jerez · 11 years ago
  31. 099d281 clover: Name include guards consistently. by Francisco Jerez · 11 years ago
  32. 8e14b82 clover: Replace a bunch of double underscores with single underscores. by Francisco Jerez · 11 years ago
  33. ebfdce0 clover: Clean up the event profiling code. by Francisco Jerez · 11 years ago
  34. e93efa0 clover: Import new utility library. by Francisco Jerez · 11 years ago
  35. 7baad4b clover: Require GCC 4.7 or higher to build. by Francisco Jerez · 11 years ago
  36. 4f49c97 clover: Use std::numeric_limits<std::size_t>::max() instead of SIZE_MAX by Tom Stellard · 11 years ago
  37. ac81b6f llvmpipe: enable seamless cube filtering by Roland Scheidegger · 11 years ago
  38. 3bdd107 gallivm: implement seamless cube filtering by Roland Scheidegger · 11 years ago
  39. 21a57f9 winsys/radeon: cleanup CS offloading by Christian König · 11 years ago
  40. 1442929 radeon: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  41. 5da618c r200: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  42. e487948 gallium: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  43. a59ae25 swrast: Enable ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  44. 1bbd3bb mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge. by Rico Schüller · 11 years ago
  45. 50370e4 scons: Fix Haiku missing library by Alexander von Gluck IV · 11 years ago
  46. 24fd074 docs: Updating forgotten GL feature completion for r600 by Alexandre Demers · 11 years ago
  47. c948aab r300g/compiler: Fix unsigned comparison with less than zero by David Heidelberger · 11 years ago
  48. c325aa5 r600g/sb: Initialize shader::dce_flags. by Vinson Lee · 11 years ago
  49. 00b5d8a i965: Mark G45 as having surface tile offset support. by Kenneth Graunke · 11 years ago
  50. 37cd9ac glsl: Initialize per_vertex_accumulator::fields. by Vinson Lee · 11 years ago
  51. 136a12a mesa: Remove GLXContextID typedef from glx.h. by Vinson Lee · 11 years ago
  52. bf7b425 docs: Import 9.2.2 release notes, add news item. by Carl Worth · 11 years ago
  53. 653cc00 docs: Note that we support OpenGL 3.3 in the release notes. by Kenneth Graunke · 11 years ago
  54. 567445e i965: Enable OpenGL 3.3 and GLSL 3.30. by Kenneth Graunke · 11 years ago
  55. cedfd79 translate_sse: Fix generated code argument handling for msabi on x86_64 by Jon TURNEY · 11 years ago
  56. 72a0f83 rtasm: Cygwin uses the msabi calling convention on x86_64 by Jon TURNEY · 11 years ago
  57. 87e84ac rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implementation which uses mmap() by Jon TURNEY · 11 years ago
  58. 9aad1ba scons: Simplified fix of llvm cxxflags for rtti by Alexander von Gluck IV · 11 years ago
  59. b08195f glsl: Fix MSVC build (missing strcasecmp()) by Paul Berry · 11 years ago
  60. b3360d2 i965: Fold brwInitVtbl() into brwCreateContext(). by Kenneth Graunke · 11 years ago
  61. f8fef8e i965: Merge brw_destroy_context() into intelDestroyContext(). by Kenneth Graunke · 11 years ago
  62. 7601ba6 i965: Replace dri_bo_release with drm_intel_bo_unreference. by Kenneth Graunke · 11 years ago
  63. 5f76bc3 i965: Unindent the body of intelDestroyContext. by Kenneth Graunke · 11 years ago
  64. 80a9c42 i965: Un-virtualize brw_new_batch(). by Kenneth Graunke · 11 years ago
  65. 6613f34 i965: Un-virtualize brw_finish_batch(). by Kenneth Graunke · 11 years ago
  66. e2d1eaa glsl: In update_max_array_access, fix interface instance check. by Paul Berry · 11 years ago
  67. 79e835a glsl: Treat layout-qualifier-id's as case-insensitive in desktop GLSL. by Paul Berry · 11 years ago
  68. a36f7e6 mesa: remove PFNGLBLENDCOLORPROC, PFNGLBLENDEQUATIONPROC typedefs in gl.h by Brian Paul · 11 years ago
  69. 282bb87 st/mesa: add a few comments in st_create_context_priv() by Brian Paul · 11 years ago
  70. 530afc8 st/mesa: handle layer and primitive id output and point size input by Dave Airlie · 11 years ago
  71. 038a9aa st/mesa: add geometry shader ubo support by Dave Airlie · 11 years ago
  72. 20cad7f mesa/st: Allow geometry shaders without gl_Position export. by Fabian Bieler · 11 years ago
  73. 9bfa475 st/mesa, glsl_to_tgsi: add support for geometry shaders by Bryan Cain · 12 years ago
  74. 6b0df34 mesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geometry_program(). by Bryan Cain · 12 years ago
  75. 4ef1c8f Revert "i965: Create ARGB2101010 DRI configs" by Kristian Høgsberg · 11 years ago
  76. 62c8149 r600g/sb: fix issue with DCE between GVN and GCM (v2) by Vadim Girlin · 11 years ago
  77. 38fe3bd glapi: Add missing XML files to Makefile dependencies. by Matt Turner · 11 years ago
  78. a360ca7 glsl: Optimize mul(a, -1) into neg(a). by Matt Turner · 11 years ago
  79. 197f3a3 i965/fs: Handle printing HW_REGS in dump_instruction(). by Matt Turner · 11 years ago
  80. 7d0519c i965: Print instructions' children during scheduling debugging. by Matt Turner · 11 years ago
  81. 40ddd8b Revert "scons: Fix build when rtti is disabled" by José Fonseca · 11 years ago
  82. 9da4021 radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3 by Tom Stellard · 11 years ago
  83. 13ac38b r600g/compute Improve debugging output by Tom Stellard · 11 years ago
  84. de1de88 clover: Link libclc before running any optimizations by Tom Stellard · 11 years ago
  85. 2273b04 mesa: change glTexImage[23]DMultisample() internalformat to GLenum by Brian Paul · 11 years ago
  86. 4f08cde svga: minor fix-ups in svga_get_shader_param() by Brian Paul · 11 years ago
  87. e96c55f cso: fix incorrect sampler view count in cso_restore_sampler_views() by Brian Paul · 11 years ago
  88. 0d10116 mesa: update glxext.h to version 20131008 by Brian Paul · 11 years ago
  89. 4d9e61c mesa: update glext.h to version 20131008 by Brian Paul · 11 years ago
  90. 3c074e4 vbo: access VBO memory more efficiently when building display lists by Brian Paul · 11 years ago
  91. fa9c702 mesa: consolidate cube width=height error checking by Brian Paul · 11 years ago
  92. 6e444a7 gbm: Add support for gbm bos and surfaces using GBM_FORMAT_ARGB2101010 by Kristian Høgsberg · 11 years ago
  93. 3160ec3 dri: Add __DRIimage support for the ARGB2101010 format by Kristian Høgsberg · 11 years ago
  94. f354bcc i965: Create ARGB2101010 DRI configs by Kristian Høgsberg · 11 years ago
  95. afda76c dri/common: Add support for creating ARGB2101010 configs by Kristian Høgsberg · 11 years ago
  96. df479cf egl_dri2: Set NativeVisualID to the matching GBM config for the gbm platform by Kristian Høgsberg · 11 years ago
  97. 44e584a egl_dri2: Remove depth argument from dri2_add_config() by Kristian Høgsberg · 11 years ago
  98. e3d0a0e egl_dri2: Match X11 visuals using rgba masks instead of depth by Kristian Høgsberg · 11 years ago
  99. e2620c1 i965: Add support for RGB565 __DRIimage by Singh, Satyeshwar · 11 years ago
  100. 2efc97d egl-wayland: Add support for RGB565 pixel format for Wayland clients by Singh, Satyeshwar · 11 years ago