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