1. 9d00580 radeonsi: support creating EQAA color textures by Marek Olšák · 7 years ago
  2. 912b016 ac/surface: add EQAA support by Marek Olšák · 7 years ago
  3. ee31762 radeonsi: use better sample locations for 8x EQAA by Marek Olšák · 7 years ago
  4. 4b6df22 radeonsi: improve quality of 16 sample locations by Marek Olšák · 7 years ago
  5. 01fd543 radeonsi: use better sample locations for 4x MSAA by Marek Olšák · 7 years ago
  6. 8d8b71c radeonsi: reorder sample locations as required by EQAA by Marek Olšák · 7 years ago
  7. 5769a5e radeonsi: simplify si_get_sample_position by Marek Olšák · 7 years ago
  8. 9f456b3 radeonsi: simplify arrays of sample locations by Marek Olšák · 7 years ago
  9. 3d70b5b radeonsi: set DB_EQAA the same as Vulkan by Marek Olšák · 7 years ago
  10. b5ed0393 radeonsi: remove CM_ prefixes by Marek Olšák · 7 years ago
  11. 656fd60 radeonsi: don't update clear color registers if they don't change by Marek Olšák · 7 years ago
  12. 8350959 radeonsi: remove r600_fmask_info by Marek Olšák · 7 years ago
  13. bdc3e41 ac/surface: unify common legacy and gfx9 fmask fields by Marek Olšák · 7 years ago
  14. 9bf3570 ac/surface/gfx6: compute FMASK together with the color surface by Marek Olšák · 7 years ago
  15. 276acda ac/surface/gfx9: fix a typo in CMASK RB/pipe alignment by Marek Olšák · 7 years ago
  16. 6841845 ac: set correct LLVM processor names for Raven & Vega12 by Marek Olšák · 7 years ago
  17. 6f7f10d ac: sort raster configs by Marek Olšák · 7 years ago
  18. e7b82a9 ac: remove 1 RB raster config for Iceland by Marek Olšák · 7 years ago
  19. cb0f5cd ac: move the Fiji kernel workaround for raster config out of the switch by Marek Olšák · 7 years ago
  20. ce954ac ac: enable both RBs on Kaveri by Marek Olšák · 7 years ago
  21. 597b9e8 radeonsi/gfx9: work around a GPU hang due to broken indirect indexing in LLVM by Marek Olšák · 7 years ago
  22. b784561 intel/isl/storage: Don't lower most UNORM formats on gen11+ by Jason Ekstrand · 7 years ago
  23. 399962e intel/isl: Several UNORM formats support typed writes on gen11+ by Jason Ekstrand · 7 years ago
  24. e4211b3 mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INT by Brian Paul · 7 years ago
  25. 34e9e40 radv: disable DCC for shareable images on GFX9+ by Andres Rodriguez · 7 years ago
  26. 54bbe60 configure.ac: rework -latomic check by Thomas Petazzoni · 7 years ago
  27. d07466f mesa: fix glGetInteger/Float/etc queries for vertex arrays attribs by Brian Paul · 7 years ago
  28. 45dfa6f winsys/radeon: Destroy fd_hash table when the last winsys is removed. by Jan Vesely · 7 years ago
  29. d146768 gallium/auxiliary: Add helper function to count the number of entries in hash table by Jan Vesely · 7 years ago
  30. 0defc55 radv: move handling nosisched option in a better place by Samuel Pitoiset · 7 years ago
  31. 4fdce20 radv: assorted typo fixes by Grazvydas Ignotas · 7 years ago
  32. f660683 mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl. by Mathias Fröhlich · 7 years ago
  33. 881d2fc mesa: Remove Array._DrawArrays. by Mathias Fröhlich · 7 years ago
  34. 899476b i965: Remove the now unused gl_vertex_array. by Mathias Fröhlich · 7 years ago
  35. 0fabd55 i965: Remove the gl_vertex_array indirection. by Mathias Fröhlich · 7 years ago
  36. 172c9a9 i965: Implement all_varyings_in_vbos in terms of Array._DrawVAO. by Mathias Fröhlich · 7 years ago
  37. 79eb6ab st/mesa: Remove the now unused gl_vertex_array. by Mathias Fröhlich · 7 years ago
  38. 4c77f0d st/mesa: Make feedback draw and rasterpos use _DrawVAO. by Mathias Fröhlich · 7 years ago
  39. 19a9184 st/mesa: Use Array._DrawVAO in st_atom_array.c. by Mathias Fröhlich · 7 years ago
  40. 9987a07 st/mesa: Make the input_to_index array available. by Mathias Fröhlich · 7 years ago
  41. f24bf45 st/mesa: Use _DrawVAO for edgeflag enabled check. by Mathias Fröhlich · 7 years ago
  42. d1698d4 mesa: Compute effective buffer bindings in the vao. by Mathias Fröhlich · 7 years ago
  43. fb4011a virgl: Add support for passing GL_ANY_SAMPLES_PASSED_CONSERVATIVE by Gert Wollny · 7 years ago
  44. ce027ac r600: fix constant buffer bounds. by Dave Airlie · 7 years ago
  45. a8a740f i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL by Jason Ekstrand · 7 years ago
  46. 56766b8 radv: handle arrays in the fmask descriptor. by Dave Airlie · 7 years ago
  47. 0f95921 gallium/tests: Fix assignment of EXTRA_DIST by Matt Turner · 7 years ago
  48. 0097940 configure.ac: Check for grep with AC_PROG_GREP by Matt Turner · 7 years ago
  49. 0ab266d main: fail texture_storage() call if the size is not okay by Xiong, James · 7 years ago
  50. 08c1444 main: return 0 length when the queried program object's not linked by Xiong, James · 7 years ago
  51. a83face i965: Shut up unused variable warnings. by Kenneth Graunke · 7 years ago
  52. 1755654 src/intel/Makefile.vulkan.am: add missing MKDIR_GEN by Ross Burton · 7 years ago
  53. 5ac16ed mesa: fix error handling in get_framebuffer_parameteriv by Rhys Perry · 7 years ago
  54. 766d801 anv: emit pixel scoreboard stall before ISP disable by Lionel Landwerlin · 7 years ago
  55. f536097 i965: require pixel scoreboard stall prior to ISP disable by Lionel Landwerlin · 7 years ago
  56. 561348c intel/isl: Allow CCS_E on 1010102 formats by Jason Ekstrand · 7 years ago
  57. ccb44b8 intel/blorp: Allow CCS copies of 1010102 formats by Jason Ekstrand · 7 years ago
  58. 1978de6 intel/blorp: Add support for more format bitcasting by Jason Ekstrand · 7 years ago
  59. 7998fe2 intel/blorp: Use nir_format_bitcast_uint_vec_unmasked by Jason Ekstrand · 7 years ago
  60. 047e683 nir/format_convert: Add code for bitcasting vectors by Jason Ekstrand · 7 years ago
  61. a6b66a7 intel/blorp: Use ISL instead of bitcast_color_value_to_uint by Jason Ekstrand · 7 years ago
  62. 09ced65 intel/isl: Add format conversion code by Jason Ekstrand · 7 years ago
  63. 8152c60 intel/isl/format: Get rid of the ALPHA colorspace by Jason Ekstrand · 7 years ago
  64. 8ab7379 intel/isl/format: Add field locations informations to channel_layout by Jason Ekstrand · 7 years ago
  65. 96598fb intel/isl/format: Add a column for channel order to the table by Jason Ekstrand · 7 years ago
  66. d08d6a3 i965/blorp: Remove a pile of blorp_blit restrictions by Jason Ekstrand · 8 years ago
  67. 465d856 i965/blorp: Allow blorp blits for 16x MSAA by Jason Ekstrand · 7 years ago
  68. 09eede9 anv: Allow blitting to/from any supported format by Jason Ekstrand · 8 years ago
  69. 8ce31c9 intel/blorp: Support the RGB workaround on more formats by Jason Ekstrand · 8 years ago
  70. 4e26e3d intel/blorp: Silently convert RGBX destination formats to RGBA by Jason Ekstrand · 8 years ago
  71. 08cd834 intel/isl: Add some helpers for working with RGBX formats by Jason Ekstrand · 8 years ago
  72. 804856f intel/blorp: Handle more exotic destination formats by Jason Ekstrand · 8 years ago
  73. 9e492bb intel/blorp: Include nir_format_convert.h in blorp_blit.c by Jason Ekstrand · 7 years ago
  74. 9981709 nir/format_convert: Add a function to pack RGB9_E5 formats by Jason Ekstrand · 7 years ago
  75. 4e337b4 nir/format_convert: Add pack/unpack for R11F_G11F_B10F by Jason Ekstrand · 7 years ago
  76. 98156b0 nir/format_convert: Add linear <-> sRGB helpers by Jason Ekstrand · 7 years ago
  77. 2fdd966 nir: Add the start of a format conversion helper header by Jason Ekstrand · 7 years ago
  78. 906c32c intel/blorp: Add swizzle support for all hardware by Jason Ekstrand · 8 years ago
  79. 1ef4f5a intel/isl: Add a helper for inverting swizzles by Jason Ekstrand · 8 years ago
  80. 242f6f7 intel/isl: Add a helper for composing swizzles by Jason Ekstrand · 8 years ago
  81. dad67cc intel/isl: Add an isl_swizzle_supports_rendering helper by Jason Ekstrand · 8 years ago
  82. 23d703d i965/surface_state: Use an identity swizzle pre-Haswell by Jason Ekstrand · 8 years ago
  83. 293b8de blorp: Handle the RGB workaround more like other workarounds by Jason Ekstrand · 8 years ago
  84. 3853f1c i965: silence unused variable by Lionel Landwerlin · 7 years ago
  85. 11d36c3 intel: devinfo: silence coverity warning by Lionel Landwerlin · 7 years ago
  86. 6f81e07 dri3: Only update number of back buffers in loader_dri3_get_buffers by Michel Dänzer · 7 years ago
  87. 2cf64fd anv: ignore pColorBlendState if all color attachments of the subpass are unused by Samuel Iglesias Gonsálvez · 7 years ago
  88. e7a7b71 mesa: remove hard-coded OpenGL 3.2 compat limit by Timothy Arceri · 7 years ago
  89. 4560aad mesa: add GLSLVersionCompat constant by Timothy Arceri · 7 years ago
  90. be3ee9d mesa: dont call _mesa_override_glsl_version() in _mesa_init_constants() by Timothy Arceri · 7 years ago
  91. 2a621ac mesa: dont set GLSLVersion in _mesa_init_constants() by Timothy Arceri · 7 years ago
  92. 0783399 pipe-loader: Free driver_name in error path by Jan Vesely · 7 years ago
  93. 901db25 glsl: change ast_type_qualifier bitset size to work around GCC 5.4 bug by Brian Paul · 7 years ago
  94. 20f06bc i965: Dump validation list on INTEL_DEBUG=bat,submit. by Kenneth Graunke · 7 years ago
  95. 06d3841 i965/miptree: Remove redundant fields from intel_miptree_aux_buffer by Jason Ekstrand · 7 years ago
  96. 4f4779b i965: Simplify brw_emit_depthbuffer and brw_emit_depth_stencil_hiz by Jason Ekstrand · 7 years ago
  97. 96f0150 i965: Move brw_emit_depth_stencil_hiz higher up in the file by Jason Ekstrand · 7 years ago
  98. bdbb527 i965: Use ISL for emitting depth/stencil/hiz state on gen6+ by Jason Ekstrand · 7 years ago
  99. ccd3dce i965: Use the brw_depthbuffer atom on all gens by Jason Ekstrand · 7 years ago
  100. 514bb6f i965: Always set depth/stencil write enables on gen7+ by Jason Ekstrand · 7 years ago