1. d5899b3 docs/helpwanted: fix GL3.txt/features.txt link by Eric Engestrom · 8 years ago
  2. aac91ff anv/wayland: fix assert typo by Eric Engestrom · 8 years ago
  3. 4e68bb6 anv/meta: fix unreachable() typo by Eric Engestrom · 8 years ago
  4. b0acebd st/nine: fix unreachable() typo by Eric Engestrom · 8 years ago
  5. e2627e3 glsl: fix unreachable() typo by Eric Engestrom · 8 years ago
  6. 352f0d9 get_reviewer.pl: fix mesa check by Eric Engestrom · 8 years ago
  7. 6699403 glsl: Initialize outputs[] array in lower_blend_equation_advanced. by Kenneth Graunke · 8 years ago
  8. 6820f75 nvc0: fix indentation in nvc0_screen_init() by Samuel Pitoiset · 8 years ago
  9. 0fc3b7c nvc0: check return value of nvc0_screen_resize_tls_area() by Samuel Pitoiset · 8 years ago
  10. b489ac8 nvc0: make use of FAIL_SCREEN_INIT in nvc0_screen_create() by Samuel Pitoiset · 8 years ago
  11. e0a067e nv50/ir: always emit the NDV bit for OP_QUADOP by Samuel Pitoiset · 8 years ago
  12. 9514c5a intel/blorp: Inline get_vs_entry_size into emit_urb_config by Jason Ekstrand · 8 years ago
  13. 1750525 swr: [rasterizer] add archrast instrumentation by Tim Rowley · 8 years ago
  14. 5de640a i915: Check return value of screen->image.loader->getBuffers by Emil Velikov · 8 years ago
  15. 4f5f957 egl/android: remove config post-processing by Emil Velikov · 8 years ago
  16. 03eaa6c egl/dri2: check if the EGL API is valid before adding it to ClientAPIs by Emil Velikov · 8 years ago
  17. 4472b6e egl/android: annotate static const data as such by Emil Velikov · 8 years ago
  18. 7563c39 egl: treat EGL_OPENGL_API as invalid on Android by Emil Velikov · 8 years ago
  19. a165e5c nouveau: make color/depth bpp match for pre-nv10 chips by Ilia Mirkin · 8 years ago
  20. 357d826 nouveau: always enable at least one RC by Ilia Mirkin · 8 years ago
  21. 9168130 nouveau: allow NV3x's to be used with nouveau_vieux by Ilia Mirkin · 8 years ago
  22. ab09173 nvc0: undo overzealous enum usage by Ilia Mirkin · 8 years ago
  23. ec16a5b svga: fix a texture readback bug by Brian Paul · 8 years ago
  24. 646afc6 svga: move surface propagation code into new function by Brian Paul · 8 years ago
  25. b9b8851 mesa: fix format conversion bug in get_tex_rgba_uncompressed() by Brian Paul · 8 years ago
  26. f235dc0 radeonsi: add support for cull distances. (v1.1) by Dave Airlie · 8 years ago
  27. 5025e88 spirv: replace assert with unreachable by Timothy Arceri · 8 years ago
  28. f4314d0 isl/state: Add some asserts about format capabilities by Jason Ekstrand · 8 years ago
  29. 8721441 intel/blorp: Add a format parameter to blorp_fast_clear by Jason Ekstrand · 8 years ago
  30. 3485092 i965: Move blorp into src/intel/blorp by Jason Ekstrand · 8 years ago
  31. 8bd35d8 i965/blorp: Remove the remaining brw prefixes from the blorp.h API by Jason Ekstrand · 8 years ago
  32. 3e46f11 i965/blorp: Use isl_format_get_depth_format for setting depth formats by Jason Ekstrand · 8 years ago
  33. 555b22a i965: Move the type_size function declartaions to brw_nir.h by Jason Ekstrand · 8 years ago
  34. 007d8a6 i965: Move get_fast_clear_rect to blorp_clear.c by Jason Ekstrand · 8 years ago
  35. c8ff3622 i965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolve by Jason Ekstrand · 8 years ago
  36. 12a2fe5 i965/blorp: Get rid of most brw and mesa includes by Jason Ekstrand · 8 years ago
  37. 87a1cb6 i965: Move the hiz_op enum to blorp by Jason Ekstrand · 8 years ago
  38. db95a81 i965/blorp: Add a fast_clear_op enum by Jason Ekstrand · 8 years ago
  39. 71dc2e0 i965/blorp: Make blorp_addres::buffer a void* by Jason Ekstrand · 8 years ago
  40. 2191f5c i965/blorp: Get rid of brw_context by Jason Ekstrand · 8 years ago
  41. 99b9e9b i965/blorp: Take a blorp_context in compile_nir_shader by Jason Ekstrand · 8 years ago
  42. a818a32 i965/meta_util: Take an isl_device in get_fast_clear_rect by Jason Ekstrand · 8 years ago
  43. bc159ff i965/blorp: Add an "exec" function pointer to blorp_context by Jason Ekstrand · 8 years ago
  44. cea360a i965/blorp: Remove some i965-isms from genX_blorp_exec.h by Jason Ekstrand · 8 years ago
  45. cf14b52 i965/blorp: Move the guts of brw_blorp_exec into genX_blorp_exec.c by Jason Ekstrand · 8 years ago
  46. 28ae664 i965/blorp: Pull the guts of blorp_exec into a driver-agnostic header by Jason Ekstrand · 8 years ago
  47. 9a842c6 i965/blorp/exec: Refactor to use a new blorp_batch struct by Jason Ekstrand · 8 years ago
  48. 4e7bddf i965/blorp: Add a helper for allocating binding tables and surface states by Jason Ekstrand · 8 years ago
  49. 8a39069 i965/blorp: Use BT_INDEX enums for setting up the binding table by Jason Ekstrand · 8 years ago
  50. 1367af1 i965/blorp: Shorten binding table index enum names by Jason Ekstrand · 8 years ago
  51. da2a078 i965/blorp/genX: Add a blorp_surface_reloc helper by Jason Ekstrand · 8 years ago
  52. ac08bc8 i965/blorp: Use blorp_address in brw_blorp_surface instead of bo+offset by Jason Ekstrand · 8 years ago
  53. 33cc1f6 i965/blorp: Pull emit_surface_state into genX_blorp_exec.c by Jason Ekstrand · 8 years ago
  54. 6d2f8f8 i965/blorp: Add driver mocs settings to the context by Jason Ekstrand · 8 years ago
  55. 9c380b6 i965/blorp/genX: Move emit_urb_config into another helper by Jason Ekstrand · 8 years ago
  56. 28991c9 i965/blorp: Use gen6_upload_urb by Jason Ekstrand · 8 years ago
  57. 7ecbb9b i965/gen6: Refactor gen6_upload_urb by Jason Ekstrand · 8 years ago
  58. 3e4b43d i965/blorp/genX: Pull emit_3dstate_multisample into a helper by Jason Ekstrand · 8 years ago
  59. becd434 i965/blorp/genX: Add helpers for allocating various bits of state by Jason Ekstrand · 8 years ago
  60. 600446c i965/blorp: Expose the shader cache through function pointers by Jason Ekstrand · 8 years ago
  61. a14d1b6 i965/blorp: Add a blorp_context struct and init/finish funcs by Jason Ekstrand · 8 years ago
  62. cd18bbe android: intel: Flatten the makefile structure by Mauro Rossi · 8 years ago
  63. 083746b clover: Use device cap to query pointer size instead of hardcoded 32bits by Jan Vesely · 8 years ago
  64. c7af849 gallium: add cap to export device pointer size by Jan Vesely · 8 years ago
  65. f5602c2 svga: s/unsigned/enum pipe_shader_type/ by Brian Paul · 8 years ago
  66. 5e76baa i965/hsw: Enable ARB_ES3_1_compatibility extension by Jordan Justen · 8 years ago
  67. b1b7e92 r600g: Clean up defined magic numbers for TGSI opcodes by Rhys Kidd · 8 years ago
  68. d4cb3ee r600g: Avoid duplicated initialization of TGSI_OPCODE_DFMA by Rhys Kidd · 8 years ago
  69. 8ba1fd3 i915g: Fix typo in i915_translate_instruction() by Rhys Kidd · 8 years ago
  70. 60bed14 vc4: Handle discards while in control flow. by Eric Anholt · 8 years ago
  71. b9a74fb vc4: Mark when we add discards while lowering blend state. by Eric Anholt · 8 years ago
  72. a99d70d nir: Update shader info when adding discards by Eric Anholt · 8 years ago
  73. fa8f871 swr: [rasterier core] fix GetRasterizerFunc selection by Tim Rowley · 8 years ago
  74. 8e41a65 swr: [rasterizer core] whitespace cleanup by Tim Rowley · 8 years ago
  75. cc7f655 swr: [rasterizer jitter] reimplement SCATTERPS by Tim Rowley · 8 years ago
  76. c7e2118 swr: [rasterizer core] upper left rule for scissors by Tim Rowley · 8 years ago
  77. e54df2c swr: [rasterizer scripts] undef DEFINE_KNOB after usage by Tim Rowley · 8 years ago
  78. a4efbd1 swr: [rasterizer core] minor cleanup to thread initialization by Tim Rowley · 8 years ago
  79. 7472a8e swr: [rasterizer core] remove KNOB_MAX_THREADS by Tim Rowley · 8 years ago
  80. 9e4a482 swr: [rasterizer core] track guardbands per viewport rect by Tim Rowley · 8 years ago
  81. b473bec swr: [rasterizer core] per-primitive viewports/scissors by Tim Rowley · 8 years ago
  82. 63ed11c radeonsi: Don't use global variables for tess lds by Tom Stellard · 8 years ago
  83. f48ccb8 softpipe: (trivial) honor render_condition_enabled for clear_rt/clear_ds by Roland Scheidegger · 8 years ago
  84. c5d7624 llvmpipe: (trivial) honor render_condition_enabled for clear_rt/clear_ds by Roland Scheidegger · 8 years ago
  85. 4c53267 gallium: Use enum pipe_shader_type in set_shader_images() by Kai Wasserbäch · 8 years ago
  86. 15fe288 gallium: Use enum pipe_shader_type in set_shader_buffers() by Kai Wasserbäch · 8 years ago
  87. 532db3b gallium: Use enum pipe_shader_type in set_sampler_views() by Kai Wasserbäch · 8 years ago
  88. 7413625 gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) by Kai Wasserbäch · 8 years ago
  89. ed24d79 gallium/radeon: clear dirty_level_mask when discarding CMASK by Marek Olšák · 8 years ago
  90. d301efb tgsi/scan: remember sampler view types by Marek Olšák · 8 years ago
  91. 5f0ea3d st/vdpau: use temporary buffers while applying filters by Nayan Deshmukh · 8 years ago
  92. 77e4424 st/vdpau: Revert "change the order in which filters are applied(v3)" by Christian König · 8 years ago
  93. 9c9f45b i965/vec4: remove the generator hack for dual instanced GS by Iago Toral Quiroga · 8 years ago
  94. 22cec6d glsl: initialise pointer to NULL by Timothy Arceri · 8 years ago
  95. 6a5504d Update Khronos-supplied headers to r33100 by Ilia Mirkin · 8 years ago
  96. d49a231 mesa: add EXT_texture_cube_map_array support by Ilia Mirkin · 8 years ago
  97. 4ec1c2b mesa: remove OES_shader_io_blocks enable by Ilia Mirkin · 8 years ago
  98. 89e95d1 main: use KHR_blend_equation_advanced enable for ES 3.2 availability by Ilia Mirkin · 8 years ago
  99. 05b37e2 main: add missing EXTRA_END in OES_sample_variables get check by Ilia Mirkin · 8 years ago
  100. 09dafb9 scons: Take indirect gl_and_es_API.xml dependencies in consideration. by Jose Fonseca · 8 years ago