1. 6f4ac7b nvc0: enable bindless on kepler by Ilia Mirkin · 7 years ago
  2. 23a6e8d nvc0: add bindless image support for kepler by Ilia Mirkin · 7 years ago
  3. 8eb1214 nvc0: add support for bindless textures on kepler+ by Ilia Mirkin · 7 years ago
  4. 7061333 nv50/ir: use the image info in the instruction rather than decl by Ilia Mirkin · 7 years ago
  5. 7f92c8e nvc0/ir: safen up lowering logic against overwriting reused values by Ilia Mirkin · 7 years ago
  6. bdf300e nvc0: update tic in-place when buffer address changes by Ilia Mirkin · 7 years ago
  7. adcd241 nvc0: ensure that pushbuf keeps ref to old text/tls bos by Ilia Mirkin · 7 years ago
  8. be144e2 i965: Torch public intel_batchbuffer_emit_dword/float helpers. by Kenneth Graunke · 7 years ago
  9. 1c9f1a2 i965: Require space for MI_BATCHBUFFER_END. by Kenneth Graunke · 7 years ago
  10. a693a6f i965: Shut up a few unused variable warnings. by Kenneth Graunke · 7 years ago
  11. a140aeb ac: add ac_build_fmin/fmax helpers by Marek Olšák · 7 years ago
  12. 581507f mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up by Marek Olšák · 7 years ago
  13. 2971f68 mesa: Tidy up the 4.6 section of GL4x.xml by Neil Roberts · 7 years ago
  14. 87efa71 radv: remove unused radv_color_buffer_info::cb_clear_valueX by Samuel Pitoiset · 7 years ago
  15. 12f4e00 anv: Take write mask into account in has_color_buffer_write_enabled by Alex Smith · 7 years ago
  16. 0bd1c46 mesa: Add GL4.6 aliases of functions from GL_ARB_indirect_parameters by Neil Roberts · 7 years ago
  17. ec63ab3 radv: enable denorms for 64-bit and 16-bit floats by Samuel Pitoiset · 7 years ago
  18. 7643c71 amd/common: correctly detect if we need ring buffers by Samuel Pitoiset · 7 years ago
  19. 50cfad0 amd/common: use ac_image_load when lod is zero by Samuel Pitoiset · 7 years ago
  20. 8576975 radv: limit the scissor bug workaround to Vega 10 and Raven by Samuel Pitoiset · 7 years ago
  21. 2719467 glsl/standalone: set MaxTransformFeedbackBuffers by Alejandro Piñeiro · 7 years ago
  22. 0ba3de2 glsl/standalone: set MaxVertexStreams by Alejandro Piñeiro · 7 years ago
  23. 8dcf131 glsl/standalone: set MaxUniformBufferBindings by Alejandro Piñeiro · 7 years ago
  24. 937b210 glsl/standalone: point which arguments are mandatory by Alejandro Piñeiro · 7 years ago
  25. 4a0c24f2 ac: rework ac_llvm_extract_elem() by Timothy Arceri · 7 years ago
  26. 71f82dc st/glsl_to_nir/radeonsi: enable tessellation shaders by Timothy Arceri · 7 years ago
  27. 9755eeb gallium/tgsi: add patch support to tgsi_get_gl_varying_semantic() by Timothy Arceri · 7 years ago
  28. 452586b radeonsi: add dummy implementation of si_nir_scan_tess_ctrl() by Timothy Arceri · 7 years ago
  29. 14adf78 ac/radeonsi: add load_tess_coord() to the abi by Timothy Arceri · 7 years ago
  30. eb1e555 radeonsi: make si_llvm_emit_tcs_epilogue compatible with emit_outputs abi by Timothy Arceri · 7 years ago
  31. 91f3c4e radeonsi/nir: gather tess properties by Timothy Arceri · 7 years ago
  32. 9e1a3ca ac/radeonsi: add tcs_rel_ids to the abi by Timothy Arceri · 7 years ago
  33. 9c2f877 radeonsi: add unpack_llvm_param() helper by Timothy Arceri · 7 years ago
  34. f93740e ac: add {tcs,tes}_patch_id to the abi by Timothy Arceri · 7 years ago
  35. 15c6f3f radeonsi: add nir support for tcs outputs by Timothy Arceri · 7 years ago
  36. b99ebaa ac: move some helpers to ac_llvm_build.c by Timothy Arceri · 7 years ago
  37. 2deb822 ac: add store_tcs_outputs() to the abi by Timothy Arceri · 7 years ago
  38. 8be01350 radeonsi: add si_nir_load_input_tcs() by Timothy Arceri · 7 years ago
  39. 234507b radeonsi: add get_dw_address_from_generic_indices() helper by Timothy Arceri · 7 years ago
  40. b104e7e ac: call load_tcs_input() via the abi by Timothy Arceri · 7 years ago
  41. b09a319 ac: add load_tes_inputs() to the abi by Timothy Arceri · 7 years ago
  42. e04bf8a radeonsi: add si_nir_load_input_tes() by Timothy Arceri · 7 years ago
  43. 396c006 swr/rast: fix invalid sign masks in avx512 simdlib code by Tim Rowley · 7 years ago
  44. 76daa30 radv: Use correct flush bits for flushing L2 during CB/DB flushes. by Bas Nieuwenhuizen · 7 years ago
  45. f2c9f13 radv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT. by Bas Nieuwenhuizen · 7 years ago
  46. 2670ebb radv/gfx9: reduce the number of input VGPRs for the GS stage by Samuel Pitoiset · 7 years ago
  47. a4d2782 amd/common: scan if gl_PrimitiveID is used before translating to LLVM by Samuel Pitoiset · 7 years ago
  48. 3b2cb2f amd/common: scan if gl_InvocationID is used by Samuel Pitoiset · 7 years ago
  49. aa187fe egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameter by Rob Herring · 7 years ago
  50. 00a81e9 anv: Add missing unlock in anv_scratch_pool_alloc by Alex Smith · 7 years ago
  51. e923075 mesa/bindless: fix missing image _Layer initialization by Ilia Mirkin · 7 years ago
  52. f222cf3 radeonsi: fix alpha-to-coverage if color writes are disabled by Józef Kucia · 7 years ago
  53. 79724c8 ac: rename has_sync_file to has_fence_to_handle. by Bas Nieuwenhuizen · 7 years ago
  54. c99426e ac/nir: Handle loading data from compact arrays. by Bas Nieuwenhuizen · 7 years ago
  55. 1c78e4f radv: Allow writing 0 scissors. by Bas Nieuwenhuizen · 7 years ago
  56. 5158603 radv: Use correct HTILE expanded words. by Bas Nieuwenhuizen · 7 years ago
  57. 4f19cc8 ac: rename has_syncobj_wait -> has_syncobj_wait_for_submit by Marek Olšák · 7 years ago
  58. 81567d0 braodcom/vc5: Fix internal type/bpp for RGB10_A2UI images. by Eric Anholt · 7 years ago
  59. a93fd7b broadcom/vc5: Try to fix up compressed texture load/store. by Eric Anholt · 7 years ago
  60. 44237b3 broadcom/vc5: Fix image_h value for CPU-side tiling on miplevels > 1. by Eric Anholt · 7 years ago
  61. e60e3a5 broadcom/vc5: Fix discard_if during control flow. by Eric Anholt · 7 years ago
  62. 7836c85 broadcom/vc5: Disable early Z when the stencil func isn't ALWAYS. by Eric Anholt · 7 years ago
  63. 635131a broadcom/vc5: Don't emit component 3/4 F16 TLB writes for float/vec2. by Eric Anholt · 7 years ago
  64. deb552c nir: Add a helper to get the uvec4 type. by Eric Anholt · 7 years ago
  65. 39811a2 broadcom/vc5: Introduce enums for internal depth/type, with V3D prefixes. by Eric Anholt · 7 years ago
  66. d3e8a4b broadcom/xml: Fix up safe name confusion with prefixing. by Eric Anholt · 7 years ago
  67. 48cabc1 broadcom/vc5: Turn the decimate mode field into an enum in the XML. by Eric Anholt · 7 years ago
  68. 17cb634 broadcom/vc5: Turn the output image format into an enum. by Eric Anholt · 7 years ago
  69. 883a9b0 broadcom/vc5: Turn the CLE XML's memory format into an enum. by Eric Anholt · 7 years ago
  70. 8e5a0ed broadcom/vc5: Emit flat shade flags for varying components > 24. by Eric Anholt · 7 years ago
  71. 2056e4a broadcom/vc5: Emit proper flatshading code for glShadeModel(GL_FLAT). by Eric Anholt · 7 years ago
  72. 4764699 braodcom/vc5: Rely on OVRTMUOUT always being set. by Eric Anholt · 7 years ago
  73. ba96508 broadcom/vc5: Move texture return channel setup into the compiler. by Eric Anholt · 7 years ago
  74. ac4054c broadcom/vc5: Switch to setting the primitive list format in the RCL. by Eric Anholt · 7 years ago
  75. 7d8b19f broadcom/vc5: Switch to using the C++ interface for the simulator. by Eric Anholt · 7 years ago
  76. 190ac52 mesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type for BGRX1010102. by Mario Kleiner · 7 years ago
  77. 2d8e1a6 st/dri: Add option to control exposure of 10 bpc color configs. by Mario Kleiner · 7 years ago
  78. e5ff036 st/dri: Add support for BGR[A/X]1010102 formats. by Mario Kleiner · 7 years ago
  79. ef99597 st/dri: Support texture_from_pixmap for BGR[A/X]1010102 formats. by Mario Kleiner · 7 years ago
  80. 893723a st/dri2: Add buffer handling for BGR[A/X]1010102 formats. by Mario Kleiner · 7 years ago
  81. f52aa59 st/dri2: Add format translations for BGR[A/X]1010102 formats. by Mario Kleiner · 7 years ago
  82. 6e665d0 st/mesa: Handle BGR[A/X]1010102 formats. by Mario Kleiner · 7 years ago
  83. 3f867d1 egl/wayland: Add Wayland shm swrast support for RGB10 winsys buffers. by Mario Kleiner · 7 years ago
  84. 859ccd2 egl/wayland: Add Wayland dmabuf support for RGB10 winsys buffers. (v2) by Mario Kleiner · 7 years ago
  85. 84fd515 egl/wayland: Add Wayland drm support for RGB10 winsys buffers. by Mario Kleiner · 7 years ago
  86. 82a2ede egl/x11: Handle depth 30 drawables for EGL_KHR_image_pixmap. by Mario Kleiner · 7 years ago
  87. d0b320c egl/x11: Handle depth 30 drawables under software rasterizer. by Mario Kleiner · 7 years ago
  88. be3d88e egl/x11: Match depth 30 RGB visuals to 32-bit RGBA EGLConfigs. by Mario Kleiner · 7 years ago
  89. 01ce3f2 mesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV for OES read type. by Mario Kleiner · 7 years ago
  90. cfb98bc i965/screen: Honor 'allow_rgb10_configs' option. (v2) by Mario Kleiner · 7 years ago
  91. 67674ad dri/common: Add option to allow exposure of 10 bpc color configs. (v2) by Mario Kleiner · 7 years ago
  92. 9e63cba i965/screen: Add basic support for rendering 10 bpc/depth 30 framebuffers. (v3) by Mario Kleiner · 7 years ago
  93. 87faa8b i965/screen: Add XRGB2101010 and ARGB2101010 support for DRI3. by Mario Kleiner · 7 years ago
  94. 304f363 loader/dri3: Add XRGB2101010 and ARGB2101010 support. by Mario Kleiner · 7 years ago
  95. f3878aa dri: Add 10 bpc formats as available formats. (v2) by Mario Kleiner · 7 years ago
  96. 26c4d80 i965: Support accelerated blit for depth 30 formats. (v2) by Mario Kleiner · 7 years ago
  97. 6945f31 i965: Support xrgb/argb2101010 formats for glx_texture_from_pixmap. by Mario Kleiner · 7 years ago
  98. ad21875 swr/rast: fix MemoryBuffer build break for llvm-6 by Tim Rowley · 7 years ago
  99. 28234c5 Android: util: fix locale generation in options.h by Rob Herring · 7 years ago
  100. 74e1d6e i965: Drop support for the legacy SNORM -> Float equation. by Kenneth Graunke · 7 years ago