1. f998e5d nvc0: add note about where the viewport mask would go by Ilia Mirkin · 8 years ago
  2. b634936 nvc0: enable 32 textures on kepler+ by Ilia Mirkin · 8 years ago
  3. 2ed9563 glsl: add unit tests data vertex/expected outcome for uninitialized warning by Alejandro Piñeiro · 8 years ago
  4. eee0027 glsl: add warning-test by Alejandro Piñeiro · 8 years ago
  5. 68c23d2 glsl: add just-log option for the standalone compiler. by Alejandro Piñeiro · 8 years ago
  6. 66ff043 glsl: do not raise uninitialized warning with out function parameters by Alejandro Piñeiro · 8 years ago
  7. b9f90ef glsl: add a empty set_is_lhs on ast_node by Alejandro Piñeiro · 8 years ago
  8. 5b26750 glsl: handle implicit sized arrays in ssbo by Dave Airlie · 8 years ago
  9. 4d70fd1 glsl: fix error message on uniform block mismatch by Dave Airlie · 8 years ago
  10. c952c0e glsl/ast: assign explicit_xfb_buffer from correct place by Dave Airlie · 8 years ago
  11. c8835a5 swr: [rasterizer] Correctly select optimized primitive assembly. by Bruce Cherniak · 8 years ago
  12. 978ab88 docs: Mention i965/gen8+ supports GL 4.2 in release notes. by Kenneth Graunke · 8 years ago
  13. 72ba9c3 docs: Update GL_OES_copy_image status. by Kenneth Graunke · 8 years ago
  14. 0f0f357 i965: Enable OES_copy_image (and EXT) on Gen8+ and Baytrail. by Kenneth Graunke · 8 years ago
  15. 88a6301 i965: Implement a BLORP path for CopyImage and prefer it over Meta. by Kenneth Graunke · 8 years ago
  16. 2822c8a i965: Make the CopyImage BLT path bail for stencil images. by Kenneth Graunke · 8 years ago
  17. c51702b i965: Also copy stencil miptree data. by Kenneth Graunke · 8 years ago
  18. 45d6818 i965: Make a helper function for CopyImage of a miptree. by Kenneth Graunke · 8 years ago
  19. 2dc98d9 i965: Combine src/dest tex vs. rb checks in intel_copy_image_sub_data. by Kenneth Graunke · 8 years ago
  20. 1b39c5e i965: Account for MinLayer in CopyImageSubData's blitter/CPU paths. by Kenneth Graunke · 8 years ago
  21. 231dcb1 freedreno/ir3: cmdline compiler for glsl by Rob Clark · 8 years ago
  22. 0f982bb glsl: split out libstandalone by Rob Clark · 8 years ago
  23. ec434d9 android: drop build of standalone glsl_compiler by Rob Clark · 8 years ago
  24. 61847d7 i965: Mark fallthrough in switch statement. by Matt Turner · 8 years ago
  25. 83c6749 i965: Assert that a depth_mt exists when using HiZ. by Matt Turner · 8 years ago
  26. 4a5e92a nir: Strengthen assertion that 'out' is nonnull. by Matt Turner · 8 years ago
  27. 44809f2 spirv: Mark default cases unreachable(). by Matt Turner · 8 years ago
  28. 469a1c5 isl: Mark default cases unreachable. by Matt Turner · 8 years ago
  29. 47dca31 isl: Remove useless qualifier from return type. by Matt Turner · 8 years ago
  30. 71c30bd nvc0: add descriptions for hardware perf counters/metrics by Samuel Pitoiset · 8 years ago
  31. 89e4de2 mesa: 80-column wrapping for _context_lost_GetSynciv() by Brian Paul · 8 years ago
  32. ae7c4a6 mesa: add GLAPIENTRY to new _context_lost_X functions by Brian Paul · 8 years ago
  33. 1b62b47 scons: support 2.5.0 by Giuseppe Bilotta · 8 years ago
  34. 8c00fe3 scons: whitespace cleanup by Giuseppe Bilotta · 8 years ago
  35. 8c29bba i965/fs: take into account doubles when emitting system values by Alejandro Piñeiro · 8 years ago
  36. 89bb4be i965: Fix shadowing of 'height' parameter by Kristian Høgsberg Kristensen · 8 years ago
  37. 595224f mesa: Add .gitignore entries for make check binaries by Kristian Høgsberg Kristensen · 8 years ago
  38. 85008db i965: Enable GL_KHR_robustness by Kristian Høgsberg Kristensen · 8 years ago
  39. f036eea .mailmap: Use Chia-I Wu personal e-mail. by Emil Velikov · 8 years ago
  40. 4b79f82 .mailmap: Use my (Emil Velikov) personal e-mail. by Emil Velikov · 8 years ago
  41. 21c1754 docs: add missing GL_OES/EXT_gpu_shader5 enablement note by Ilia Mirkin · 8 years ago
  42. 601a519 glsl: add GL_EXT_clip_cull_distance define, add helpers by Ilia Mirkin · 8 years ago
  43. 9690ab0 tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integer by Brian Paul · 8 years ago
  44. 2b773fc tgsi: s/6/PIPE_SHADER_TYPES/ for tgsi_processor_type_names array size by Brian Paul · 8 years ago
  45. 998829f nir/spirv: Handle location decorations on structure members by Jason Ekstrand · 8 years ago
  46. 961369d nir/spirv: Add explicit handling for all decorations by Jason Ekstrand · 8 years ago
  47. 6f89e51 i965/draw: Use the correct buffer index for interleaved VBO sizes by Jason Ekstrand · 8 years ago
  48. e58fabc i965/gen7: Fix gl_HelperInvocation by Jordan Justen · 8 years ago
  49. e384d75 mesa_glinterop: make GL interop version field bidirectional by Emil Velikov · 8 years ago
  50. 0e98327 mesa_glinterop: drop mesa_glinterop_device_info::interop_version by Emil Velikov · 8 years ago
  51. f8a114a st/dri: add note about GL interop version checks by Emil Velikov · 8 years ago
  52. 923bdbf mesa_glinterop: rename MESA_GLINTEROP_INVALID_{VALUE,VERSION} by Emil Velikov · 8 years ago
  53. c196de2 mesa_glinterop: s/struct_version/version/ by Emil Velikov · 8 years ago
  54. cb0708c mesa_glinterop: fix GL interop *_VERSION comments by Emil Velikov · 8 years ago
  55. a3eb870 mesa_glinterop: remove inclusion of EGL header by Emil Velikov · 8 years ago
  56. 8472045 mesa_glinterop: remove inclusion of GLX header by Emil Velikov · 8 years ago
  57. b5f9820 mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols by Emil Velikov · 8 years ago
  58. bcf9e47 mesa_glinterop: replace GL types with their native counterpart. by Emil Velikov · 8 years ago
  59. 2e72614 mesa_glinterop: use generic variable types for the GL interop by Emil Velikov · 8 years ago
  60. cbf29d9 mesa_glinterop: use consistent naming scheme for GL interop by Emil Velikov · 8 years ago
  61. 0d31bfd Revert "mesa: Build EGL without X11 headers after interop patchset" by Emil Velikov · 8 years ago
  62. c8d9ed5 docs: Note that GL_OES_geometry_shader and GL_OES_tessellation_shader are started by Ian Romanick · 8 years ago
  63. 7e196cd c11/threads: resolve link issues with -O0 by Emil Velikov · 8 years ago
  64. 0ceed17 swr: [rasterizer] remove containers.hpp by Tim Rowley · 8 years ago
  65. 1e3e22e swr: [rasterizer core] remove utility dead code by Tim Rowley · 8 years ago
  66. dc34479 swr: [rasterizer core] buckets fixes by Tim Rowley · 8 years ago
  67. 3074a2b swr: [rasterizer core] move centroid setup out of CalcCentroidBarycentrics by Tim Rowley · 8 years ago
  68. 9a2a4ec swr: [rasterizer jitter] implement InstanceID/VertexID in fetch jit by Tim Rowley · 8 years ago
  69. 7fc4a82 mesa: Silence unused parameter warnings by Ian Romanick · 8 years ago
  70. 78399cf glsl/linker: Silence unused parameter warning by Ian Romanick · 8 years ago
  71. 2bb935b dri: Add YVU formats by Kristian Høgsberg Kristensen · 8 years ago
  72. 1be1114 i965: Allow creating planar YUV __DRIimages by Kristian Høgsberg Kristensen · 8 years ago
  73. 654e950 i965: Invoke lowering pass for YUV textures by Kristian Høgsberg Kristensen · 8 years ago
  74. 44997fc i965: Support textures with multiple planes by Kristian Høgsberg Kristensen · 8 years ago
  75. 3352f2d i965: Create multiple miptrees for planar YUV images by Kristian Høgsberg Kristensen · 8 years ago
  76. 6eede87 i965: Refactor intel_set_texture_image_bo() to create_mt_for_dri_image() by Kristian Høgsberg Kristensen · 8 years ago
  77. 8ceb7c7 i965: Use intel_set_texture_image_mt() in intelSetTexBuffer2() by Kristian Høgsberg Kristensen · 8 years ago
  78. 40e9be4 i965: Add new intel_set_texture_image_mt() helper by Kristian Høgsberg Kristensen · 8 years ago
  79. a41b576 nir: Add a lowering pass for YUV textures by Kristian Høgsberg Kristensen · 8 years ago
  80. 50c24c3 nir: Handle NULL in nir_copy_deref() by Kristian Høgsberg Kristensen · 8 years ago
  81. 29921ee nir: Add new 'plane' texture source type by Kristian Høgsberg Kristensen · 8 years ago
  82. 39b7b8b mesa: log buffer ID numbers in decimal, not hexadecimal by Brian Paul · 8 years ago
  83. ce1cc70 mesa: use enum name in bind_buffer_object() error message by Brian Paul · 8 years ago
  84. 55c1952 mesa: raise error for glEnable(GL_VERTEX_ARRAY), etc. in core profile by Brian Paul · 8 years ago
  85. a9b2b5e docs/egl: Android platform can also be build using autotools by Nicolas Boichat · 8 years ago
  86. e79aa19 i965: fix double-precision vertex inputs measurement by Juan A. Suarez Romero · 8 years ago
  87. ccd5801 docs: true up nvc0 status - images, etc by Ilia Mirkin · 8 years ago
  88. 8565879 st/mesa: enable ARB_ES3_1_compatibility when ES 3.1 would be exposed by Ilia Mirkin · 8 years ago
  89. 5878254 mesa: remove separate enable for KHR_robust_buffer_access_behavior by Ilia Mirkin · 8 years ago
  90. 72449c4 glsl: add support for explicit components to frag outputs by Timothy Arceri · 8 years ago
  91. 37266df mesa: add view classes for 3d astc formats by Ilia Mirkin · 8 years ago
  92. 979bcb9 glsl: add EXT_clip_cull_distance support based on ARB_cull_distance by Ilia Mirkin · 8 years ago
  93. f236f1f nvc0: expose robust buffer access by Ilia Mirkin · 8 years ago
  94. 9f5ccaf i965: Use ISL for surface format introspection by Jason Ekstrand · 8 years ago
  95. d68acde anv/formats: Use isl_format_supports* for format introspection by Jason Ekstrand · 8 years ago
  96. 7374d00 isl: Add per-gen format introspection by Jason Ekstrand · 8 years ago
  97. 03a82dc isl: Add the ISL_FORMAT_R32G32_FLOAT_LD format by Jason Ekstrand · 8 years ago
  98. 35a514e isl: Add support for quering the string name of a format by Jason Ekstrand · 8 years ago
  99. 75d10df i965: Enable ARB/KHR_robust_buffer_access_behavior on BYT and HSW+ by Jason Ekstrand · 8 years ago
  100. 1a092fc main: Add extension enable bits for KHR_robust_buffer_access_behavior by Jason Ekstrand · 8 years ago