1. 4303d26 i965/fs: Handle arrays of special regs more cleanly. by Eric Anholt · 10 years ago
  2. 72b845e i965/fs: Fix dump_instructions() on uniforms. by Eric Anholt · 10 years ago
  3. caa2605 i965/fs: Fix vgrf0 live interval when no interpolation was done. by Eric Anholt · 10 years ago
  4. cf40eba i965: Drop pointless check for variable declarations in splitting. by Eric Anholt · 10 years ago
  5. 66b15ad i965: Remove stale comment. by Eric Anholt · 10 years ago
  6. 8c2bfbc glsl: Move tree grafting's debug output to stderr. by Eric Anholt · 10 years ago
  7. e9822f7 glsl: Skip making a temporary for assignments when we don't need one. by Eric Anholt · 10 years ago
  8. dff3439 i915: Fix build error. by Iago Toral Quiroga · 10 years ago
  9. 73f80c2 glsl: Pass ctx->Const.NativeIntegers to do_algebraic. by Kenneth Graunke · 10 years ago
  10. 169c645 glsl: Pass ctx->Const.NativeIntegers to do_common_optimization(). by Kenneth Graunke · 10 years ago
  11. 40d9337 glsl: Validate that base types match for a number of binops. by Kenneth Graunke · 10 years ago
  12. e14b933 glsl: Fix lack of i2u in lower_ubo_reference. by Kenneth Graunke · 10 years ago
  13. 4311f98 i965/fs: Skip emitting MACH/MOV for small integers. by Kenneth Graunke · 10 years ago
  14. 7540be2 glsl: Make is_16bit_constant from i965 an ir_constant method. by Kenneth Graunke · 10 years ago
  15. bd69f65 mesa: Move is_power_of_two() function from brw_context.h to macros.h. by Kenneth Graunke · 10 years ago
  16. 6bda3a5 i965: Fix "SIMD16 unsupported" messages via KHR_debug. by Kenneth Graunke · 10 years ago
  17. ee12a03 i965: Fix missing dirty bits in the gen8_sbe_state atom. by Kenneth Graunke · 10 years ago
  18. 47682f2 i965: Drop BRW_NEW_RASTERIZER_DISCARD flag from Broadwell SOL atom. by Kenneth Graunke · 10 years ago
  19. f68353c i965: Use the correct program when uploading Broadwell SOL state. by Kenneth Graunke · 10 years ago
  20. 47f60cb st/xa: Make sure unused samplers are set to NULL by Thomas Hellstrom · 10 years ago
  21. e5d2c5b st/xa: Bind destination before setting new state by Thomas Hellstrom · 10 years ago
  22. 34f1590 glapi: Fix libglapi build. by Eric Anholt · 10 years ago
  23. 144bbb7 glapi/build: Add headers to distribution. by Matt Turner · 11 years ago
  24. fbca1ab glapi/gen: Ship more Python files by Matt Turner · 11 years ago
  25. b0f37a6 glapi/gen: Ship XML and Python files by Matt Turner · 11 years ago
  26. f76ac9c glapi/gen: Add missing XML files to API_XML by Matt Turner · 11 years ago
  27. cdc3a6b src/build: Add getopt to distribution. by Matt Turner · 11 years ago
  28. a976113 gbm/build: Add headers to distribution. by Matt Turner · 11 years ago
  29. 3f64c3d egl/build: Sort egl sources alphabetically. by Matt Turner · 11 years ago
  30. 5ae2f28 egl/build: Remove unused -DXF86VIDMODE. by Matt Turner · 11 years ago
  31. 5074117 egl/build: Include headers and XML in distribution. by Matt Turner · 11 years ago
  32. 1d4007f egl/build: Drop two unnecessary Makefiles. by Matt Turner · 11 years ago
  33. 5c770ba i965/fs: Remove left-over 'removed' variable. by Matt Turner · 10 years ago
  34. 99437b7 i965/fs: Check for interference after finding all channels. by Matt Turner · 10 years ago
  35. 70285f6 i965: initialize more device info fields for Cherryview by Jordan Justen · 10 years ago
  36. d3ef6f5 swrast: reindent s_texfetch_temp.h, remove trailing whitespace by Brian Paul · 10 years ago
  37. a19d60f swrast: remove out of date comments in s_texfetch_tmp.h by Brian Paul · 10 years ago
  38. 56db16f swrast: rename texture fetch functions (pt. 7) by Brian Paul · 10 years ago
  39. d41fe0a swrast: rename texture fetch functions (pt. 6) by Brian Paul · 10 years ago
  40. 9eb4511 swrast: rename texture fetch functions (pt. 5) by Brian Paul · 10 years ago
  41. faa8a8e swrast: rename texture fetch functions (pt. 4) by Brian Paul · 10 years ago
  42. a401362 swrast: rename texture fetch functions (pt. 3) by Brian Paul · 10 years ago
  43. e4ebb24 swrast: rename texture fetch functions (pt. 2) by Brian Paul · 10 years ago
  44. fde3258 swrast: rename texture fetch functions (pt. 1) by Brian Paul · 10 years ago
  45. e0fafd1 mesa: rename stencil/Z functions in format_unpack.c by Brian Paul · 10 years ago
  46. 89c5b56 nouveau: fix firmware check on nvd7/nvd9 by Ilia Mirkin · 10 years ago
  47. 2f6fcd6 winsys/svga: Fix prime surface references also for guest-backed surfaces by Thomas Hellstrom · 10 years ago
  48. 0887b49 winsys/svga: Update the vmwgfx_drm.h header to latest version from kernel by Thomas Hellstrom · 10 years ago
  49. 159cec9 docs: mark ARB_texture_gather as done on nvc0 by Ilia Mirkin · 10 years ago
  50. f6579e4 nvc0: add support for texture gather by Ilia Mirkin · 10 years ago
  51. 91900c6 docs: mark ARB_texture_query_lod as done for nv50, nvc0 by Ilia Mirkin · 10 years ago
  52. 423f64e nvc0: enable texture query lod by Ilia Mirkin · 10 years ago
  53. d5faf8e nv50: enable texture query lod by Ilia Mirkin · 10 years ago
  54. 4dc13e3 st/mesa: add support for ARB_texture_query_lod by Dave Airlie · 10 years ago
  55. be5276a gallium: add support for LODQ opcodes. by Dave Airlie · 10 years ago
  56. 5d0b3ec i965/vec4: Allow constant propagation into dot product. by Matt Turner · 10 years ago
  57. 34ec1a2 glsl: Optimize (x + y cmp 0) into (x cmp -y). by Matt Turner · 10 years ago
  58. 6499eca i965/fs: Split out can_coalesce_vars() function. by Matt Turner · 10 years ago
  59. 29841fb i965/fs: Split out is_coalesce_candidate() function. by Matt Turner · 10 years ago
  60. 0fbcdec i965/fs: Split fs_visitor::register_coalesce() into its own file. by Matt Turner · 10 years ago
  61. 8b1ab5c i965/fs: Mark appropriate fs_inst members as const. by Matt Turner · 10 years ago
  62. 39ecfca i965: Mark is_tex() and friends as const. by Matt Turner · 10 years ago
  63. 92d03f7 i965/fs: Don't propagate saturation modifiers if there are source modifiers. by Matt Turner · 10 years ago
  64. 7a7b8a0 i965/fs: Don't propagate saturate modifiers into partial writes. by Matt Turner · 10 years ago
  65. 86ae6f4 i965/fs: Fix off-by-one in saturate propagation. by Matt Turner · 10 years ago
  66. 20dee82 i965/vec4: Consider sources of non-GRF-dst instructions for dead channels. by Matt Turner · 10 years ago
  67. 63d57f3 i965/fs: Name temporary ralloc contexts something other than mem_ctx. by Matt Turner · 10 years ago
  68. 26012c1 i965/fs: Recalculate live intervals in calculate_register_pressure(). by Matt Turner · 10 years ago
  69. c973e44 egl/dri2: use drm macros to construct device name by Jonathan Gray · 10 years ago
  70. 81799c8 configure: don't require libudev for gbm or egl drm/wayland by Jonathan Gray · 10 years ago
  71. 0295953 egl/dri2: don't require libudev to build drm/wayland platforms by Jonathan Gray · 10 years ago
  72. 11623be automake: don't enable -Wl,--no-undefined on OpenBSD by Jonathan Gray · 10 years ago
  73. e4bd00c targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPS by Emil Velikov · 10 years ago
  74. fc91e7e targets/omx: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 10 years ago
  75. 6b41043 targets/xvmc: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 10 years ago
  76. 432b577 r600/omx: drop -lstdc++ hack by Emil Velikov · 10 years ago
  77. 28a4276 drivers/nouveau: mention dummy.cpp to use g++ linker by Emil Velikov · 10 years ago
  78. 1637296 drivers/nouveau: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 10 years ago
  79. c812960 drivers/r300: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 10 years ago
  80. ba5eba5 automake: introduce GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 10 years ago
  81. 16c13aa automake: move GALLIUM_DRI_LIB_DEPS to Automake.inc by Emil Velikov · 10 years ago
  82. 476db98 configure.ac: fix the detection of expat with pkg-config by Johannes Nixdorf · 10 years ago
  83. 1cc742d megadriver_stub.c: don't use _GNU_SOURCE to gate the compat code by Jonathan Gray · 10 years ago
  84. 380f05c loader: don't limit the non-udev path to only android by Jonathan Gray · 10 years ago
  85. 727f54a loader: use 0 instead of FALSE which isn't defined by Jonathan Gray · 10 years ago
  86. 4ccff14 clover: Document that the *obj*() helpers already take care of object validation. by Francisco Jerez · 10 years ago
  87. 489cb0b i965: Mark SNB GT1 as a GT1. by Matt Turner · 10 years ago
  88. 78f754b gallium/u_blitter: implement scaled blitting in the Z direction by Marek Olšák · 10 years ago
  89. 8ab7bb4 gallium/u_blitter: don't adjust cubemap coordinates by a small number by Marek Olšák · 10 years ago
  90. 0817182 Revert "radeon: just don't map VRAM buffers at all" by Leo Liu · 10 years ago
  91. de1a59b radeon/vce: cleanup cpb handling by Leo Liu · 10 years ago
  92. 6c59be7 st/mesa: improve sampler view handling by Christian König · 10 years ago
  93. 61bedc3 st/xa: Fix advertized version number and try to avoid future discrepancies by Thomas Hellstrom · 10 years ago
  94. 4fa58ae glapi: Fix make check by Ian Romanick · 10 years ago
  95. 177c9be llvmpipe: remove no-op checks in sampler, sampler_view functions by Brian Paul · 10 years ago
  96. 61a3e99 softpipe: remove no-op checks in sampler, sampler_view functions by Brian Paul · 10 years ago
  97. 4105ad8 svga: remove no-op checks in sampler, sampler_view functions by Brian Paul · 10 years ago
  98. 5a2f8b2 cso: check for no sampler view changes in cso_set_sampler_views() by Brian Paul · 10 years ago
  99. ffa39ab docs: Add note about updating tests to dev info by Timothy Arceri · 10 years ago
  100. c6050ce st/wgl: Remove wgl*Gallium*MESA(). by José Fonseca · 10 years ago