1. 194bcb4 nv50: add support for GL_EXT_window_rectangles by Ilia Mirkin · 8 years ago
  2. b21a00d nvc0: add support for GL_EXT_window_rectangles by Ilia Mirkin · 8 years ago
  3. d1bdc12 st/mesa: add support for GL_EXT_window_rectangles by Ilia Mirkin · 8 years ago
  4. 07fcb06 gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers by Ilia Mirkin · 8 years ago
  5. 82fab73 gallium: add API for setting window rectangles by Ilia Mirkin · 8 years ago
  6. d68c1e2 mesa: add GL_EXT_window_rectangles state storage/retrieval functionality by Ilia Mirkin · 8 years ago
  7. 78506ad glapi: add GL_EXT_window_rectangles entrypoints by Ilia Mirkin · 8 years ago
  8. b214e0d nv50/ir: add missing strings for some recent sysvals by Samuel Pitoiset · 8 years ago
  9. 6b0ac95 swr: Update screen->context pointer with multiple contexts. by Bruce Cherniak · 8 years ago
  10. ace3124 scons: put the generated git_sha1.h file in top-level src/ directory by Brian Paul · 8 years ago
  11. 5a64549 swr: switch from overriding -march to selecting features by Tim Rowley · 8 years ago
  12. 481e924 mesa: remove remaining tabs in api_validate.c by Timothy Arceri · 8 years ago
  13. bdab572 i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXT by Samuel Iglesias Gonsálvez · 8 years ago
  14. 0177dbb i965/fs: Fix single-precision to double-precision conversions for CHV/BSW/BXT by Iago Toral Quiroga · 8 years ago
  15. 48593ea docs: Mention GL_ARB_ES3_1_compatibility in release notes. by Kenneth Graunke · 8 years ago
  16. a08a165 i965: Fix comment about CS scratch space encodings on Broadwell+. by Kenneth Graunke · 8 years ago
  17. 93d8f80 docs: Update ARB_ES3_1_compatibility status for i965. by Kenneth Graunke · 8 years ago
  18. 1f9445f i965: Drop perf_debug about rasterizer discard in SOL vs. clipper. by Kenneth Graunke · 8 years ago
  19. 32b1c0b i965: Enable GL_ARB_ES3_1_compatibility on Gen8+ if CS are available. by Kenneth Graunke · 8 years ago
  20. 6bec55a mesa: If validation fails in a debug context just emit a debug message by Ian Romanick · 8 years ago
  21. 9c87282 glsl: Always strip arrayness in precision_qualifier_allowed by Ian Romanick · 8 years ago
  22. d04f652 mesa/main: Update _mesa_new_shader. by Jose Fonseca · 8 years ago
  23. 6d877d7 st/vdpau: we support lumakeying now by Christian König · 8 years ago
  24. bf89e67 vl: support luma keying for interlaced surfaces as well by Christian König · 8 years ago
  25. 456b5d9 i965: remove remaining tabs in brw_link.cpp by Timothy Arceri · 8 years ago
  26. 0e73d94 vbo: Use a bitmask to track the active arrays in vbo_save*. by Mathias Fröhlich · 8 years ago
  27. bc4e0c4 vbo: Use a bitmask to track the active arrays in vbo_exec*. by Mathias Fröhlich · 8 years ago
  28. 22e5d4a mesa: Use bitmask/ffs to iterate the active_samplers bitmask. by Mathias Fröhlich · 8 years ago
  29. 34f741b mesa: Use bitmask/ffs to iterate the enabled textures. by Mathias Fröhlich · 8 years ago
  30. 11a5b77 mesa: Use designated bool value to check texture unit completeness. by Mathias Fröhlich · 8 years ago
  31. c14ec9a mesa: Use bitmask/ffs to iterate SamplersUsed by Mathias Fröhlich · 8 years ago
  32. 53691b7 i965: Use bitmask/ffs to iterate used vertex attributes. by Mathias Fröhlich · 8 years ago
  33. b670f0d i965: Use bitmask/ffs to iterate enabled clip planes. by Mathias Fröhlich · 8 years ago
  34. a0fe569 radeon/r200: Use bitmask/ffs to iterate enabled clip planes. by Mathias Fröhlich · 8 years ago
  35. dc9e604 mesa: Use bitmask/ffs to iterate enabled clip planes. by Mathias Fröhlich · 8 years ago
  36. d8a3ac9 mesa: Use bitmask/ffs to iterate color material attributes. by Mathias Fröhlich · 8 years ago
  37. d4eb2f9 mesa: Use bitmask/ffs to build ff fragment shader keys. by Mathias Fröhlich · 8 years ago
  38. 3ee409b mesa: Use bitmask/ffs to build ff vertex shader keys. by Mathias Fröhlich · 8 years ago
  39. b582075 mesa: Remove the linked list of enabled lights by Mathias Fröhlich · 8 years ago
  40. 21f7f67 mesa: Switch to bitmask based enabled lights in gen_matypes.c by Mathias Fröhlich · 8 years ago
  41. f0391ba radeon/r200: Use bitmask/ffs to iterate enabled lights by Mathias Fröhlich · 8 years ago
  42. f69a400 nouveau: Use bitmask/ffs to iterate enabled lights by Mathias Fröhlich · 8 years ago
  43. 9a3fcb0 tnl: Use bitmask/ffs to iterate enabled lights by Mathias Fröhlich · 8 years ago
  44. 664aec4 mesa: Use bitmask/ffs to iterate enabled lights for ff shader keys. by Mathias Fröhlich · 8 years ago
  45. ccb1be2 mesa: Use bitmask/ffs to iterate enabled lights by Mathias Fröhlich · 8 years ago
  46. b60c730 mesa: Track enabled lights in a bitmask by Mathias Fröhlich · 8 years ago
  47. 6749d77 mesa: Rename CoordReplaceBits back to CoordReplace. by Mathias Fröhlich · 8 years ago
  48. 291f00f mesa: Remove the now unused CoordsReplace array. by Mathias Fröhlich · 8 years ago
  49. d19c696 i965: Convert i965 to use CoordsReplaceBits. by Mathias Fröhlich · 8 years ago
  50. 97f67be i915: Convert i915 to use CoordsReplaceBits. by Mathias Fröhlich · 8 years ago
  51. 8e01fd6 r200: convert r200 to use CoordsReplaceBits. by Mathias Fröhlich · 8 years ago
  52. da79d76 gallium: Convert the state_tracker to use CoordsReplaceBits. by Mathias Fröhlich · 8 years ago
  53. 664ba9c swrast: Convert swrast to use CoordsReplaceBits. by Mathias Fröhlich · 8 years ago
  54. 1c78515 mesa: Add gl_point_attrib::CoordReplaceBits bitfield. by Mathias Fröhlich · 8 years ago
  55. 31dee99 mesa/glsl: stop using GL shader type internally by Timothy Arceri · 8 years ago
  56. bb1292e auxilary/os: allow appending to GALLIUM_LOG_FILE by Brian Paul · 8 years ago
  57. c99a0a8 anv: Fix a harmless overflow warning by Chad Versace · 8 years ago
  58. 067c5b1 vc4: fix vc4_resource_from_handle() stride calculation by Rob Herring · 8 years ago
  59. c319512 i965: Use a uniform for gl_PatchVerticesIn in the TCS on Gen8+. by Kenneth Graunke · 8 years ago
  60. 2b86726 glsl: Optionally lower TCS gl_PatchVerticesIn to a uniform. by Kenneth Graunke · 8 years ago
  61. 1bc194c i965: Use a uniform for gl_PatchVerticesIn in the TES. by Kenneth Graunke · 8 years ago
  62. 0be2105 glsl: Optionally lower TES gl_PatchVerticesIn to a uniform. by Kenneth Graunke · 8 years ago
  63. d794072 winsys/radeon: use the common job queue for multithreaded command submission v2 by Marek Olšák · 8 years ago
  64. 562cb03 gallium/util: import the multithreaded job queue from amdgpu winsys (v2) by Marek Olšák · 8 years ago
  65. 44e0c0e radeonsi: fix undefined left-shift into sign bit by Nicolai Hähnle · 8 years ago
  66. 494e4b8 st_glsl_to_tgsi: don't read potentially uninitialized buffer variable by Nicolai Hähnle · 8 years ago
  67. 6510e07 mesa/main: fix integer overflows in _mesa_image_offset by Nicolai Hähnle · 8 years ago
  68. a8a9d1b i965: remove type_size_vec4_times_4() by Timothy Arceri · 8 years ago
  69. 8b40897 mesa: Pass gl_constant_value union into _mesa_fetch_state(). by Kenneth Graunke · 8 years ago
  70. 6ef50ef gallium/radeon: num-cs-flushes query should display per-frame average by Marek Olšák · 8 years ago
  71. 4140afd gallium/radeon: add driver queries for compute/dma call stats and spills by Marek Olšák · 8 years ago
  72. 8fc688c radeonsi: don't generate "ret void undef" by Marek Olšák · 8 years ago
  73. 4eea710 radeonsi: try to hit direct hw MSAA resolve by changing micro mode in clear by Marek Olšák · 8 years ago
  74. 3730606 radeonsi: clarify the MSAA resolve limitation with scanout by Marek Olšák · 8 years ago
  75. 789618e gallium/radeon: add micro_tile_mode to radeon_surf by Marek Olšák · 8 years ago
  76. 63c5d5c Added pbuffer hooks for surfaceless platform by Gurchetan Singh · 8 years ago
  77. afbf588 gallium/util: don't use blocksize for minify for assertions by Roland Scheidegger · 8 years ago
  78. f4184d5 llvmpipe: hack-fix bugs due to bogus bind flags by Roland Scheidegger · 8 years ago
  79. 2434178 freedreno: support start param for sampler views/states by Rob Clark · 8 years ago
  80. b8eb149 freedreno: only do extra vertex-buffer state logic on a2xx by Rob Clark · 8 years ago
  81. 26d0efa freedreno: use util_copy_constant_buffer() helper by Rob Clark · 8 years ago
  82. fdec8f9 st/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respectively by Nayan Deshmukh · 8 years ago
  83. e7ab358 i965: Check return value of screen->image.loader->getBuffers (v2) by Tomasz Figa · 8 years ago
  84. 9ee3f09 st/dri: Clear drawable texture_mask in dri2_invalidate_drawable by Michel Dänzer · 8 years ago
  85. a93bb2e glsl/builtin_variables: Populate MaxCombinedShaderStorageBlocks on GLSL 4.40 by Eduardo Lima Mitev · 8 years ago
  86. 1cdb4da st/va: ensure linear memory for dmabuf by Julien Isorce · 8 years ago
  87. 5a87bc7 isl: Replace bash generator with python generator by Dylan Baker · 8 years ago
  88. ed2dae8 mesa: Make use of u_bit_scan{,64}. by Mathias Fröhlich · 8 years ago
  89. c3b6656 mesa/gallium: Move u_bit_scan{,64} from gallium to util. by Mathias Fröhlich · 8 years ago
  90. fafe026 clover: Include generated sources in AM_CPPFLAGS by Aaron Watry · 8 years ago
  91. 0140938 nv50/ir: make Graph destructor virtual by Stephan Bergmann · 8 years ago
  92. be32a21 i965/compiler: Bring back the INTEL_PRECISE_TRIG environment variable by Jason Ekstrand · 8 years ago
  93. a0ed850 i965: Defeat the register stride checker in pull uniform messages. by Samuel Iglesias Gonsálvez · 8 years ago
  94. ed3ba65 i965: Defeat the register stride checker in URB reads. by Kenneth Graunke · 8 years ago
  95. 9f37df0 i965: Fix issues with number of VS URB entries on Cherryview/Broxton. by Kenneth Graunke · 8 years ago
  96. b010fa8 glsl: make sure UBO arrays are sized in ES by Timothy Arceri · 8 years ago
  97. 4825264 clover: Update OpenCL version string to match OpenGL by Vedran Miletić · 8 years ago
  98. bd9f972 i965/fs: Fix regs_written for SIMD-lowered instructions some more. by Francisco Jerez · 8 years ago
  99. a84b5d4 i965: Fix cross-primitive scratch corruption when changing the per-thread allocation. by Francisco Jerez · 8 years ago
  100. d960284 i965: Keep track of the per-thread scratch allocation in brw_stage_state. by Francisco Jerez · 8 years ago