1. 423f64e nvc0: enable texture query lod by Ilia Mirkin · 11 years ago
  2. d5faf8e nv50: enable texture query lod by Ilia Mirkin · 11 years ago
  3. 4dc13e3 st/mesa: add support for ARB_texture_query_lod by Dave Airlie · 11 years ago
  4. be5276a gallium: add support for LODQ opcodes. by Dave Airlie · 11 years ago
  5. 5d0b3ec i965/vec4: Allow constant propagation into dot product. by Matt Turner · 11 years ago
  6. 34ec1a2 glsl: Optimize (x + y cmp 0) into (x cmp -y). by Matt Turner · 11 years ago
  7. 6499eca i965/fs: Split out can_coalesce_vars() function. by Matt Turner · 11 years ago
  8. 29841fb i965/fs: Split out is_coalesce_candidate() function. by Matt Turner · 11 years ago
  9. 0fbcdec i965/fs: Split fs_visitor::register_coalesce() into its own file. by Matt Turner · 11 years ago
  10. 8b1ab5c i965/fs: Mark appropriate fs_inst members as const. by Matt Turner · 11 years ago
  11. 39ecfca i965: Mark is_tex() and friends as const. by Matt Turner · 11 years ago
  12. 92d03f7 i965/fs: Don't propagate saturation modifiers if there are source modifiers. by Matt Turner · 11 years ago
  13. 7a7b8a0 i965/fs: Don't propagate saturate modifiers into partial writes. by Matt Turner · 11 years ago
  14. 86ae6f4 i965/fs: Fix off-by-one in saturate propagation. by Matt Turner · 11 years ago
  15. 20dee82 i965/vec4: Consider sources of non-GRF-dst instructions for dead channels. by Matt Turner · 11 years ago
  16. 63d57f3 i965/fs: Name temporary ralloc contexts something other than mem_ctx. by Matt Turner · 11 years ago
  17. 26012c1 i965/fs: Recalculate live intervals in calculate_register_pressure(). by Matt Turner · 11 years ago
  18. c973e44 egl/dri2: use drm macros to construct device name by Jonathan Gray · 11 years ago
  19. 0295953 egl/dri2: don't require libudev to build drm/wayland platforms by Jonathan Gray · 11 years ago
  20. 11623be automake: don't enable -Wl,--no-undefined on OpenBSD by Jonathan Gray · 11 years ago
  21. e4bd00c targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPS by Emil Velikov · 11 years ago
  22. fc91e7e targets/omx: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 11 years ago
  23. 6b41043 targets/xvmc: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 11 years ago
  24. 432b577 r600/omx: drop -lstdc++ hack by Emil Velikov · 11 years ago
  25. 28a4276 drivers/nouveau: mention dummy.cpp to use g++ linker by Emil Velikov · 11 years ago
  26. 1637296 drivers/nouveau: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 11 years ago
  27. c812960 drivers/r300: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 11 years ago
  28. ba5eba5 automake: introduce GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 11 years ago
  29. 16c13aa automake: move GALLIUM_DRI_LIB_DEPS to Automake.inc by Emil Velikov · 11 years ago
  30. 1cc742d megadriver_stub.c: don't use _GNU_SOURCE to gate the compat code by Jonathan Gray · 11 years ago
  31. 380f05c loader: don't limit the non-udev path to only android by Jonathan Gray · 11 years ago
  32. 727f54a loader: use 0 instead of FALSE which isn't defined by Jonathan Gray · 11 years ago
  33. 4ccff14 clover: Document that the *obj*() helpers already take care of object validation. by Francisco Jerez · 11 years ago
  34. 489cb0b i965: Mark SNB GT1 as a GT1. by Matt Turner · 11 years ago
  35. 78f754b gallium/u_blitter: implement scaled blitting in the Z direction by Marek Olšák · 11 years ago
  36. 8ab7bb4 gallium/u_blitter: don't adjust cubemap coordinates by a small number by Marek Olšák · 11 years ago
  37. 0817182 Revert "radeon: just don't map VRAM buffers at all" by Leo Liu · 11 years ago
  38. de1a59b radeon/vce: cleanup cpb handling by Leo Liu · 11 years ago
  39. 6c59be7 st/mesa: improve sampler view handling by Christian König · 11 years ago
  40. 61bedc3 st/xa: Fix advertized version number and try to avoid future discrepancies by Thomas Hellstrom · 11 years ago
  41. 4fa58ae glapi: Fix make check by Ian Romanick · 11 years ago
  42. 177c9be llvmpipe: remove no-op checks in sampler, sampler_view functions by Brian Paul · 11 years ago
  43. 61a3e99 softpipe: remove no-op checks in sampler, sampler_view functions by Brian Paul · 11 years ago
  44. 4105ad8 svga: remove no-op checks in sampler, sampler_view functions by Brian Paul · 11 years ago
  45. 5a2f8b2 cso: check for no sampler view changes in cso_set_sampler_views() by Brian Paul · 11 years ago
  46. c6050ce st/wgl: Remove wgl*Gallium*MESA(). by José Fonseca · 11 years ago
  47. 572a25b glapi: Fix scons build by Ian Romanick · 11 years ago
  48. d120506 glx: Do not advertise buffer_age on dri2 by Adel Gadllah · 11 years ago
  49. 2355a64 cso: fix sampler view count in cso_set_sampler_views() by Brian Paul · 11 years ago
  50. 5a68f73 glapi: Add static dispatch for glPointSizePointerOES by Ian Romanick · 11 years ago
  51. 065ca63 Revert "Revert "glapi/es1: Don't mark core functions as static_dispatch=false"" by Ian Romanick · 11 years ago
  52. cecffa0 glapi: Enable ES compatibility mode by Ian Romanick · 11 years ago
  53. 8e3a7c6 glapi: Fix build break in 'make check' on non-shared-glapi builds by Ian Romanick · 11 years ago
  54. 4e18279 glapi: Remove support for "short string" mode by Ian Romanick · 11 years ago
  55. 0f641b2 mesa: remove redundant running of check_symbol_table() by Juha-Pekka Heikkila · 11 years ago
  56. 17e7cbe mesa: Add missing null check in _mesa_parse_arb_program() by Juha-Pekka Heikkila · 11 years ago
  57. 68a45b1 mesa: Prevent negative indexing on noise2, noise3 and noise4 by Juha-Pekka Heikkila · 11 years ago
  58. 1056c50 glx: add extra null check in getFBConfigs by Juha-Pekka Heikkila · 11 years ago
  59. 88976da glx: remove unused __glXClientInfo() by Juha-Pekka Heikkila · 11 years ago
  60. e14cc50 i965/vec4: do not trim dead channels on gen6 for math by Tapani Pälli · 11 years ago
  61. 5dc2065 winsys/svga: Replace the query mm buffer pool with a slab pool v3 by Thomas Hellstrom · 11 years ago
  62. 76ba50a mesa/soft/llvmpipe: add fake MSAA support by Dave Airlie · 11 years ago
  63. 882b46a gbm: Add gbm_bo_get_fd to gbm-symbols-check script by Kristian Høgsberg · 11 years ago
  64. a43d286 gbm: Add import from fd by Kristian Høgsberg · 11 years ago
  65. f54f589 gbm: Add gbm_bo_get_fd() by Kristian Høgsberg · 11 years ago
  66. 7c379eb include/GLES3: add OpenGL ES 3.1 Headers by Jordan Justen · 11 years ago
  67. 526e492 Revert "glapi/es1: Don't mark core functions as static_dispatch=false" by Brian Paul · 11 years ago
  68. f5904b7 mesa: Allow setting GL_TEXTURE_MAX_LEVEL to 0 with GL_TEXTURE_RECTANGLE. by Iago Toral Quiroga · 11 years ago
  69. c13ff5a gallium/docs: fix silent math failures due to ~ and & by Ilia Mirkin · 11 years ago
  70. b4cf180 gallium/docs: line up some of the equations by Ilia Mirkin · 11 years ago
  71. 05d0223 gallium/docs: fix incorrect/missing references by Ilia Mirkin · 11 years ago
  72. 45e383b gallium/docs: fix use of _ in math sections by Ilia Mirkin · 11 years ago
  73. 2f14e5e gallium/docs: add format to index by Ilia Mirkin · 11 years ago
  74. 4ca110a gallium/docs: fix a lot of bad formatting by Ilia Mirkin · 11 years ago
  75. 5d76e44 glsl: remove UBO fields from _mesa_glsl_parse_state by Chia-I Wu · 11 years ago
  76. 010171b nv50: implement clear_buffer to accelerate ARB_clear_buffer_object by Ilia Mirkin · 11 years ago
  77. f5ba1a1 mesa/st: Accelerate ARB_clear_buffer_object with clear_buffer by Ilia Mirkin · 11 years ago
  78. 24b86cb gallium: add interface to clear buffers by Ilia Mirkin · 11 years ago
  79. 4c03570 mapi_abi: Remove ABI-check work arounds for functions that are no longer exported by Ian Romanick · 11 years ago
  80. 1a59f9a mapi_abi: Make ES1 and ES2 static_dispatch=false functions hidden by Ian Romanick · 11 years ago
  81. dfccd5c mapi: Hack around glGetInternalformativ not being hidden in GLES by Ian Romanick · 11 years ago
  82. f6e290f glapi/es1: Don't mark core functions as static_dispatch=false by Ian Romanick · 11 years ago
  83. d457eb1 glapi: Mark all GL_ARB_separate_shader_objects functions with static_dispatch=false by Ian Romanick · 11 years ago
  84. 5ccc4e7 glapi: Remove some duplicate ignore="true" lines by Ian Romanick · 11 years ago
  85. 3a8bd97 i965/vec4: Don't trim writemasks of texture instructions. by Matt Turner · 11 years ago
  86. d681b22 automake: ask the linker to do garbage collection by Emil Velikov · 11 years ago
  87. d187a15 automake: add -Wl,--no-undefined to all libraries by Emil Velikov · 11 years ago
  88. 902dc61 gallium/targets: add missing library dependencies by Emil Velikov · 11 years ago
  89. 354a5ca pipe-loader: reorder PIPE_LIBS by Emil Velikov · 11 years ago
  90. 0177ff0 pipe-loader: use PTHREAD_LIBS over -lpthread by Emil Velikov · 11 years ago
  91. 501af7a dri/i965: use CLOCK_LIBS over -lrt by Emil Velikov · 11 years ago
  92. 5503c22 automake: consistently use -no-undefined by Emil Velikov · 11 years ago
  93. 6c8d811 targets/egl-static: move the common LDFLAGS into AM_LDFLAGS by Emil Velikov · 11 years ago
  94. c323273 targets/omx: do not link against the trace driver by Emil Velikov · 11 years ago
  95. 0484b84 gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhem by Emil Velikov · 11 years ago
  96. 2d9c330 gallium/targets: move LLVM_LIBS handling inside Automake.inc by Emil Velikov · 11 years ago
  97. 2328900 gallium/targets: fold LLVM_LDFLAGS inside Automake.inc by Emil Velikov · 11 years ago
  98. 1ea1767 targets/omx: use GALLIUM_OMX_LINKER_FLAGS by Emil Velikov · 11 years ago
  99. e6f8db1 targets/omx: introduce GALLIUM_OMX_LIB_DEPS by Emil Velikov · 11 years ago
  100. 55bc658 targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBS by Emil Velikov · 11 years ago