1. f21454e Android: define required __STDC* macros as cflags by Mauro Rossi · 7 years ago
  2. 7e907d8 Android: drop static linking of R600 LLVM libraries by Mauro Rossi · 7 years ago
  3. 0b31c3a configure.ac: Fix help string for --disable-pwr8 configure option by Philipp Zabel · 7 years ago
  4. 6d7660c mesa: remove _CurrentFragmentProgram from gl_pipeline_object by Timothy Arceri · 7 years ago
  5. 276166c mesa: add KHR_no_error support for FramebufferTexture*D functions by Timothy Arceri · 7 years ago
  6. 20cabc2 mesa: add no error version of framebuffer_texture_with_dims() by Timothy Arceri · 7 years ago
  7. 304058a mesa: add error version of get_texture_for_framebuffer() by Timothy Arceri · 7 years ago
  8. 69ca1ef mesa: pass rb attachment to _mesa_framebuffer_texture() by Timothy Arceri · 7 years ago
  9. d90ced4 mesa: add _mesa_get_and_validate_attachment() helper by Timothy Arceri · 7 years ago
  10. 786b9ad mesa: remove _mesa_problem() from a few locations by Timothy Arceri · 7 years ago
  11. 8b00630 mesa: make _mesa_get_framebuffer_attachment_parameter() static by Timothy Arceri · 7 years ago
  12. a754e4c mesa: fix indentation by Timothy Arceri · 7 years ago
  13. e618761 mesa: remove _mesa from static framebuffer object function by Timothy Arceri · 7 years ago
  14. 0c67aa8 gallivm: Fix build against LLVM SVN >= r302589 by Michel Dänzer · 7 years ago
  15. bdaff25 mesa: small _mesa_UseProgram() tidy up by Timothy Arceri · 7 years ago
  16. 244cef1 mesa: add KHR_no_error support for glBindProgramPipeline() by Timothy Arceri · 7 years ago
  17. 0bca478 mesa: add KHR_no_error support for glActiveShaderProgram() by Timothy Arceri · 7 years ago
  18. 00c5119 mesa: add KHR_no_error support for glUseProgramStages() by Timothy Arceri · 7 years ago
  19. ea4c606 mesa: create use_program_stages() helper by Timothy Arceri · 7 years ago
  20. fe6c407 radv: handle fragment shader srgb resolve pass better by Dave Airlie · 7 years ago
  21. 32f0dc3 i965: Make INTEL_DEBUG=bat decode VS/CLIP/GS/SF/WM/CC_STATE on Gen4-5. by Kenneth Graunke · 7 years ago
  22. 0f34b67 i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION. by Kenneth Graunke · 7 years ago
  23. 608a65e i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from Gen6 code. by Kenneth Graunke · 7 years ago
  24. 3d70e00 i965: Only #if...#endif a single function or related section at a time. by Kenneth Graunke · 7 years ago
  25. 774db15 i965: Turn brw_get_line_width_float() into brw_get_line_width(). by Kenneth Graunke · 7 years ago
  26. 620f12a i965: Drop INTEL_DEBUG=stats. by Kenneth Graunke · 7 years ago
  27. 31abfd2 i965: Disable ARB_pipeline_statistics_query on Gen4-5. by Kenneth Graunke · 7 years ago
  28. 2f0450c radeonsi: add new vega10 pci ids by Alex Deucher · 7 years ago
  29. 49c3264 st/mesa: move the logic of all_varyings_in_vbos into st_update_array by Marek Olšák · 7 years ago
  30. 94506e5 st/mesa: unify common code in st_draw_vbo functions by Marek Olšák · 7 years ago
  31. f60f14b st/mesa: make st_draw_vbo static by Marek Olšák · 7 years ago
  32. 740ef22 radeonsi: remove upload code for zero-stride vertex attribs by Marek Olšák · 7 years ago
  33. 17f776c st/mesa: upload zero-stride vertex attributes here by Marek Olšák · 7 years ago
  34. 70dcb73 gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX by Marek Olšák · 7 years ago
  35. 9db1f9b st/mesa: simplify the signature of get_client_array by Marek Olšák · 7 years ago
  36. e8b2274 st/mesa: remove vpv->num_inputs dereferences in st_update_array by Marek Olšák · 7 years ago
  37. 71fde49 st/mesa: fold error handling into setup_(non_)interleaved_attribs by Marek Olšák · 7 years ago
  38. f4d272f st/mesa: fold cso calls into setup_(non_)interleaved_attribs by Marek Olšák · 7 years ago
  39. c334c7d st/mesa: don't call util_draw_init_info in st_draw_vbo by Marek Olšák · 8 years ago
  40. 330d060 gallium: remove pipe_index_buffer and set_index_buffer by Marek Olšák · 8 years ago
  41. 22f6624 gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes by Marek Olšák · 8 years ago
  42. c24c3b9 gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes by Marek Olšák · 8 years ago
  43. fe43788 docs: add news item and link release notes for 17.1.0 by Emil Velikov · 7 years ago
  44. 419be3a docs: add sha256 checksums for 17.1.0 by Emil Velikov · 7 years ago
  45. c816c84 docs: Update 17.1.0 release notes by Emil Velikov · 7 years ago
  46. de97e38 st/glsl_to_tgsi: make sure resource file for samplers is PROGRAM_SAMPLER by Samuel Pitoiset · 7 years ago
  47. 169888b radeonsi: silent a compiler warning by Samuel Pitoiset · 7 years ago
  48. 820966f mesa: use u_bit_scan() in update_program_texture_state() by Samuel Pitoiset · 7 years ago
  49. 6a1f324 mesa: remove never used gl_shader_compiler_options::EmitNoFunctions by Samuel Pitoiset · 7 years ago
  50. 362f8f6 radeonsi: dump compute descriptor lists by Nicolai Hähnle · 7 years ago
  51. 3026725 radeonsi: dump both enabled and required descriptor slots by Nicolai Hähnle · 7 years ago
  52. 571597b radeonsi: dump compute shader as part of debug dump by Nicolai Hähnle · 7 years ago
  53. fbb2886 radeonsi: move struct si_compute into a header by Nicolai Hähnle · 7 years ago
  54. 1a3bedd radeonsi: split descriptor list dumping by Nicolai Hähnle · 7 years ago
  55. 83f56e5 radeonsi: split shader dumping by Nicolai Hähnle · 7 years ago
  56. 0282214 radeonsi: more const qualifiers in shader dump functions by Nicolai Hähnle · 7 years ago
  57. db3559d ddebug: implement dd_dump_launch_grid by Nicolai Hähnle · 7 years ago
  58. bf4ecfe ddebug: extract dd_dump_shader by Nicolai Hähnle · 7 years ago
  59. fa1519d gallium/util: dump tokens in util_dump_shader_state only if type is TGSI by Nicolai Hähnle · 7 years ago
  60. bcc3771 gallium/util: add util_dump_grid_info by Nicolai Hähnle · 7 years ago
  61. 45ccb66 radv: always free nir shaders from modules on stack by Grazvydas Ignotas · 7 years ago
  62. 0ef3026 anv: don't leak DRM devices by Grazvydas Ignotas · 7 years ago
  63. e0aee8b anv: fix possible stack corruption by Grazvydas Ignotas · 7 years ago
  64. 037ce25 i965/vec4: Delete the system value infastructure by Jason Ekstrand · 7 years ago
  65. 2e9916e i965/vec4: Use NIR to do GS input remapping by Jason Ekstrand · 7 years ago
  66. e31042a i965/fs: Move remapping of gl_PointSize to the NIR level by Jason Ekstrand · 7 years ago
  67. 5b00c3c i965/nir: Inline remap_inputs_with_vue_map by Jason Ekstrand · 7 years ago
  68. 0d5f89c i965/vec4: Use NIR remapping for VS attributes by Jason Ekstrand · 7 years ago
  69. 80aa6e9 intel/compiler/vs: Move inputs_read handling to generic code by Jason Ekstrand · 7 years ago
  70. d2fe804 i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE map by Jason Ekstrand · 7 years ago
  71. ca4d192 i965/fs: Lower gl_VertexID and friends to inputs at the NIR level by Jason Ekstrand · 7 years ago
  72. 24e6fba i965/vs: Set uses_vertexid and friends from brw_compile_vs by Jason Ekstrand · 7 years ago
  73. 5e83230 i965: Move multiply by 4 for VS ATTR setup into the scalar backend. by Jason Ekstrand · 7 years ago
  74. 36764b6 i965/nir: Inline remap_vs_attrs by Jason Ekstrand · 7 years ago
  75. b86dba8 nir: Embed the shader_info in the nir_shader again by Jason Ekstrand · 7 years ago
  76. d4fa0a0 mesa: Make _mesa_primitive_restart_index a static inline in the header. by Kenneth Graunke · 7 years ago
  77. db6f38c freedreno: fix clang error in fd_get_compute_param by Rob Herring · 7 years ago
  78. c42952e mesa/vbo: fix invalid min/max indexes by Rob Clark · 7 years ago
  79. 32f1433 intel: compiler: prevent integer overflow by Lionel Landwerlin · 7 years ago
  80. 85182e4 intel: compiler: remove duplicated code by Lionel Landwerlin · 7 years ago
  81. 4201b7d intel: gen decoder: don't check for size_t negative values by Lionel Landwerlin · 7 years ago
  82. bac8063 bin/*py: honor editorconfig formatting by Andres Gomez · 7 years ago
  83. d823440 bin: use tabs for coding style on *.sh files by Andres Gomez · 7 years ago
  84. 7993823 android: i965: add per-gen libmesa_i965_gen{4,45,5} static by Mauro Rossi · 7 years ago
  85. 909f72e swr: fix polygonmode for front==back by George Kyriazis · 7 years ago
  86. 26a9ed6 swr/rast: support polygonmode point by George Kyriazis · 7 years ago
  87. 34c5e58 util: move ALWAYS_INLINE macro to util/macro.h by Timothy Arceri · 7 years ago
  88. f52e630 swr: move msaa resolve to generalized StoreTile by Bruce Cherniak · 7 years ago
  89. 0ffa06a glsl: Don't allow redefining builtin functions on GLSL 1.00. by Eric Anholt · 7 years ago
  90. 79da0ed glsl: Restrict func redeclarations (not just redefinitions) on GLSL 1.00. by Eric Anholt · 7 years ago
  91. e5ade7d glsl: Ban #undefining __LINE__ and friends on GLES2. by Eric Anholt · 7 years ago
  92. efa9750 glsl: Restrict functions to not return arrays or SOAs in GLSL 1.00. by Eric Anholt · 7 years ago
  93. ae7aa8d nir: fix (hopefully) windows build by Rob Clark · 7 years ago
  94. 25d246f radeonsi: rename si_eliminate_const_vs_outputs -> si_optimize_vs_outputs by Marek Olšák · 7 years ago
  95. 34bc470 ac: fix broken elimination of duplicated VS exports by Marek Olšák · 7 years ago
  96. 0160fb1 egl: Fix -Wint-to-pointer-cast by Chad Versace · 7 years ago
  97. b84979d st/mesa: remove unused st parameter in init_velement_lowered by Marek Olšák · 7 years ago
  98. d801247 st/mesa: use PIPE_MAX_ATTRIBS as the max number of vertex buffers by Marek Olšák · 7 years ago
  99. 57fc8ae st/mesa: simplify code due to unification to st_common_program by Marek Olšák · 7 years ago
  100. a159d6e st/mesa: simplify update_constants functions by Marek Olšák · 7 years ago