1. 601a519 glsl: add GL_EXT_clip_cull_distance define, add helpers by Ilia Mirkin · 8 years ago
  2. 9690ab0 tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integer by Brian Paul · 8 years ago
  3. 2b773fc tgsi: s/6/PIPE_SHADER_TYPES/ for tgsi_processor_type_names array size by Brian Paul · 8 years ago
  4. 998829f nir/spirv: Handle location decorations on structure members by Jason Ekstrand · 8 years ago
  5. 961369d nir/spirv: Add explicit handling for all decorations by Jason Ekstrand · 8 years ago
  6. 6f89e51 i965/draw: Use the correct buffer index for interleaved VBO sizes by Jason Ekstrand · 8 years ago
  7. e58fabc i965/gen7: Fix gl_HelperInvocation by Jordan Justen · 8 years ago
  8. e384d75 mesa_glinterop: make GL interop version field bidirectional by Emil Velikov · 8 years ago
  9. 0e98327 mesa_glinterop: drop mesa_glinterop_device_info::interop_version by Emil Velikov · 8 years ago
  10. f8a114a st/dri: add note about GL interop version checks by Emil Velikov · 8 years ago
  11. 923bdbf mesa_glinterop: rename MESA_GLINTEROP_INVALID_{VALUE,VERSION} by Emil Velikov · 8 years ago
  12. c196de2 mesa_glinterop: s/struct_version/version/ by Emil Velikov · 8 years ago
  13. cb0708c mesa_glinterop: fix GL interop *_VERSION comments by Emil Velikov · 8 years ago
  14. a3eb870 mesa_glinterop: remove inclusion of EGL header by Emil Velikov · 8 years ago
  15. 8472045 mesa_glinterop: remove inclusion of GLX header by Emil Velikov · 8 years ago
  16. b5f9820 mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols by Emil Velikov · 8 years ago
  17. bcf9e47 mesa_glinterop: replace GL types with their native counterpart. by Emil Velikov · 8 years ago
  18. 2e72614 mesa_glinterop: use generic variable types for the GL interop by Emil Velikov · 8 years ago
  19. cbf29d9 mesa_glinterop: use consistent naming scheme for GL interop by Emil Velikov · 8 years ago
  20. 0d31bfd Revert "mesa: Build EGL without X11 headers after interop patchset" by Emil Velikov · 8 years ago
  21. c8d9ed5 docs: Note that GL_OES_geometry_shader and GL_OES_tessellation_shader are started by Ian Romanick · 8 years ago
  22. 7e196cd c11/threads: resolve link issues with -O0 by Emil Velikov · 8 years ago
  23. 0ceed17 swr: [rasterizer] remove containers.hpp by Tim Rowley · 8 years ago
  24. 1e3e22e swr: [rasterizer core] remove utility dead code by Tim Rowley · 8 years ago
  25. dc34479 swr: [rasterizer core] buckets fixes by Tim Rowley · 8 years ago
  26. 3074a2b swr: [rasterizer core] move centroid setup out of CalcCentroidBarycentrics by Tim Rowley · 8 years ago
  27. 9a2a4ec swr: [rasterizer jitter] implement InstanceID/VertexID in fetch jit by Tim Rowley · 8 years ago
  28. 7fc4a82 mesa: Silence unused parameter warnings by Ian Romanick · 8 years ago
  29. 78399cf glsl/linker: Silence unused parameter warning by Ian Romanick · 8 years ago
  30. 2bb935b dri: Add YVU formats by Kristian Høgsberg Kristensen · 8 years ago
  31. 1be1114 i965: Allow creating planar YUV __DRIimages by Kristian Høgsberg Kristensen · 8 years ago
  32. 654e950 i965: Invoke lowering pass for YUV textures by Kristian Høgsberg Kristensen · 8 years ago
  33. 44997fc i965: Support textures with multiple planes by Kristian Høgsberg Kristensen · 8 years ago
  34. 3352f2d i965: Create multiple miptrees for planar YUV images by Kristian Høgsberg Kristensen · 8 years ago
  35. 6eede87 i965: Refactor intel_set_texture_image_bo() to create_mt_for_dri_image() by Kristian Høgsberg Kristensen · 8 years ago
  36. 8ceb7c7 i965: Use intel_set_texture_image_mt() in intelSetTexBuffer2() by Kristian Høgsberg Kristensen · 8 years ago
  37. 40e9be4 i965: Add new intel_set_texture_image_mt() helper by Kristian Høgsberg Kristensen · 8 years ago
  38. a41b576 nir: Add a lowering pass for YUV textures by Kristian Høgsberg Kristensen · 8 years ago
  39. 50c24c3 nir: Handle NULL in nir_copy_deref() by Kristian Høgsberg Kristensen · 8 years ago
  40. 29921ee nir: Add new 'plane' texture source type by Kristian Høgsberg Kristensen · 8 years ago
  41. 39b7b8b mesa: log buffer ID numbers in decimal, not hexadecimal by Brian Paul · 8 years ago
  42. ce1cc70 mesa: use enum name in bind_buffer_object() error message by Brian Paul · 8 years ago
  43. 55c1952 mesa: raise error for glEnable(GL_VERTEX_ARRAY), etc. in core profile by Brian Paul · 8 years ago
  44. a9b2b5e docs/egl: Android platform can also be build using autotools by Nicolas Boichat · 8 years ago
  45. e79aa19 i965: fix double-precision vertex inputs measurement by Juan A. Suarez Romero · 8 years ago
  46. ccd5801 docs: true up nvc0 status - images, etc by Ilia Mirkin · 8 years ago
  47. 8565879 st/mesa: enable ARB_ES3_1_compatibility when ES 3.1 would be exposed by Ilia Mirkin · 8 years ago
  48. 5878254 mesa: remove separate enable for KHR_robust_buffer_access_behavior by Ilia Mirkin · 8 years ago
  49. 72449c4 glsl: add support for explicit components to frag outputs by Timothy Arceri · 8 years ago
  50. 37266df mesa: add view classes for 3d astc formats by Ilia Mirkin · 8 years ago
  51. 979bcb9 glsl: add EXT_clip_cull_distance support based on ARB_cull_distance by Ilia Mirkin · 8 years ago
  52. f236f1f nvc0: expose robust buffer access by Ilia Mirkin · 8 years ago
  53. 9f5ccaf i965: Use ISL for surface format introspection by Jason Ekstrand · 8 years ago
  54. d68acde anv/formats: Use isl_format_supports* for format introspection by Jason Ekstrand · 8 years ago
  55. 7374d00 isl: Add per-gen format introspection by Jason Ekstrand · 8 years ago
  56. 03a82dc isl: Add the ISL_FORMAT_R32G32_FLOAT_LD format by Jason Ekstrand · 8 years ago
  57. 35a514e isl: Add support for quering the string name of a format by Jason Ekstrand · 8 years ago
  58. 75d10df i965: Enable ARB/KHR_robust_buffer_access_behavior on BYT and HSW+ by Jason Ekstrand · 8 years ago
  59. 1a092fc main: Add extension enable bits for KHR_robust_buffer_access_behavior by Jason Ekstrand · 8 years ago
  60. 66e137e nir/lower_samplers: Protect against sampler index overflow by Jason Ekstrand · 8 years ago
  61. 27b9481 glsl: Add an option to clamp block indices when lowering UBO/SSBOs by Jason Ekstrand · 8 years ago
  62. ac242aa glsl/linker: Add a helper variable for compiler options by Jason Ekstrand · 8 years ago
  63. aec10a1 i965/draw: Use the real size for index buffers by Jason Ekstrand · 8 years ago
  64. 7c8dfa7 i965/draw: Use the real size for vertex buffers by Jason Ekstrand · 8 years ago
  65. a643bc6 i965/draw: Use 3-channel formats for vertex fetch when possible. by Jason Ekstrand · 8 years ago
  66. ab3d8d5 i965/surface_formats: Update the VB column for new formats added on BYT by Jason Ekstrand · 8 years ago
  67. d5b4ab2 i965/draw: Properly handle rounding when dividing by InstanceDivisor by Jason Ekstrand · 8 years ago
  68. ad42ab4 i965/draw: Account for BaseInstance in VBO bounds by Jason Ekstrand · 8 years ago
  69. ad3deec i965/draw: Use worst-case VBO bounds if brw->num_instances == 0 by Jason Ekstrand · 8 years ago
  70. 8892519 i965/draw: Delay when we get the bo for vertex buffers by Jason Ekstrand · 8 years ago
  71. a01a1eb i965/draw: Stop relying on min_index == -1 for invalid index bounds by Jason Ekstrand · 8 years ago
  72. a701192 vbo: Declare the index range invalid for DrawTransformFeedback by Jason Ekstrand · 8 years ago
  73. df6ec2a vbo: Declare the index range invalid for DrawIndirect by Jason Ekstrand · 8 years ago
  74. 21f3df0 mesa/teximage: fix GL_FLOAT in comment by Ilia Mirkin · 8 years ago
  75. 2d93080 glsl: fix explicit location validation for doubles by Timothy Arceri · 8 years ago
  76. 33397bf docs: update ARB_cull_distance status. by Dave Airlie · 8 years ago
  77. 5c10d47 st/mesa: reenable culling by Dave Airlie · 8 years ago
  78. a88c5d7 i965: reenable ARB_cull_distance. by Dave Airlie · 8 years ago
  79. a08c4eb glsl: rewrite clip/cull distance lowering pass by Dave Airlie · 8 years ago
  80. 8c628ab glsl: make max array trackers ints and use -1 as base. (v2) by Dave Airlie · 8 years ago
  81. 2ae493d anv/formats: Make alpha blending a property of render targets by Nanley Chery · 8 years ago
  82. 9721be6 i965: Unset alpha blend for R10G10B10_SNORM_A2_UNORM by Nanley Chery · 8 years ago
  83. 8b89c92 i965: deindent blorp code. by Dave Airlie · 8 years ago
  84. e257284 glsl: reindent line in ast_function.cpp by Dave Airlie · 8 years ago
  85. 82d756f mesa: allow GL_FRAMEBUFFER_DEFAULT_LAYERS to be queried with ES geometry by Ilia Mirkin · 8 years ago
  86. 2dabd49 mesa: allow xfb to be active in GLES when geometry shader is enabled. by Ilia Mirkin · 8 years ago
  87. 2e8e1e8 main: check driver float texture support before upgrading to 16F/32F by Ilia Mirkin · 8 years ago
  88. 1e99a46 st/mesa: update inst->info along with inst->op by Ilia Mirkin · 8 years ago
  89. 533d1e9 glsl: Use correct mode for split components. by Bas Nieuwenhuizen · 8 years ago
  90. 1c1873b mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED). by Kenneth Graunke · 8 years ago
  91. 70048eb gallium: Add a pipe cap for whether primitive restart works for patches. by Kenneth Graunke · 8 years ago
  92. 0150350 i965/fs: Mark UBO uniform pull constant loads as force_writemask_all. by Francisco Jerez · 8 years ago
  93. 7eb4966 i965/fs: Allow spilling of non-contiguous registers. by Francisco Jerez · 8 years ago
  94. 6fc5dd5 i965/fs: Calculate the (un)spill block size correctly. by Francisco Jerez · 8 years ago
  95. 11260cc i965/fs: Set exec_all on spills not matching the channel layout of the instruction. by Francisco Jerez · 8 years ago
  96. bb67c46 i965/fs: Set exec_all on unspills. by Francisco Jerez · 8 years ago
  97. 07e67cc i965/fs: Move scratch block size calculation into the caller of emit_(un)spill. by Francisco Jerez · 8 years ago
  98. 284c8fb i965/fs: Make emit_spill/unspill static functions taking builder as argument. by Francisco Jerez · 8 years ago
  99. 70023c4 i965/fs: Apply execution controls from the instruction to scratch messages. by Francisco Jerez · 8 years ago
  100. e98cf03 i965/fs: Fix signedness of local variables and arguments of emit_(un)spill. by Francisco Jerez · 8 years ago