1. 739d526 gallium/radeon: implement ARB_clear_texture (v3) by Marek Olšák · 8 years ago
  2. 7df1538 gallium/radeon: handle render_condition_enable for clear_rt/ds by Marek Olšák · 8 years ago
  3. a909210 gallium: add render_condition_enable param to clear_render_target/depth_stencil by Marek Olšák · 8 years ago
  4. a7c6993 egl: android: query native window default width and height (v2) by Haixia Shi · 8 years ago
  5. c4cd0e8 anv/device: Enable sample shading on gen7+ by Anuj Phogat · 8 years ago
  6. f16295a anv/gen7_pipeline: Set multisample state using shared function by Anuj Phogat · 8 years ago
  7. 2ef5063 anv/pipeline: Add sample locations for gen7-7.5 by Anuj Phogat · 8 years ago
  8. dc49dd7 anv/pipeline: Move emit_ms_state() to genX_pipeline_util.h by Anuj Phogat · 8 years ago
  9. aa92073 gallium: Add c99_compat.h to u_bitcast.h by Mathias Fröhlich · 8 years ago
  10. 027cbf0 util: Move _mesa_fsl/util_last_bit into util/bitscan.h by Mathias Fröhlich · 8 years ago
  11. e4cb3af radeonsi: enable multi-draw related pipe caps by Nicolai Hähnle · 8 years ago
  12. 6d7177f radeonsi: program additional multi draw parameters by Nicolai Hähnle · 8 years ago
  13. b6c71d3 radeonsi: program the DRAWID SGPR by Nicolai Hähnle · 8 years ago
  14. 8dbf2a8 radeonsi: add DRAWID parameter to vertex shaders by Nicolai Hähnle · 8 years ago
  15. febb5db radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCE by Nicolai Hähnle · 8 years ago
  16. d34292a radeonsi: remove an incorrect assertion by Nicolai Hähnle · 8 years ago
  17. 2852ded radeonsi: flush TC L2 cache for indirect draw data by Nicolai Hähnle · 8 years ago
  18. 76c4a3b radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packets by Nicolai Hähnle · 8 years ago
  19. 60dc36a st/mesa: define ST_NEW_ flags as uint64_t values, not enums by Brian Paul · 8 years ago
  20. d9519c6 mesa: simplify ff fs generator a bit by Miklós Máté · 8 years ago
  21. 06b2fd0 ddebug: dump driver states and shaders for apitrace calls by Marek Olšák · 8 years ago
  22. 8c4d9af nir: make use of nir_cf_list_extract() helper by Timothy Arceri · 8 years ago
  23. b1d9c74 nir: Always print non-identity swizzles. by Matt Turner · 9 years ago
  24. 8cde4dd anv/pipeline/gen7: Set multisample modes by Lionel Landwerlin · 8 years ago
  25. a3c472a anv/pipeline: rename info to rs_info in emit_rs_state by Lionel Landwerlin · 8 years ago
  26. 1ebf3c4 Revert "glsl: don't try to lower non-gl builtins as if they were gl_FragData" by Marek Olšák · 8 years ago
  27. 3723e98 egl/android: Add support for YV12 pixel format (v2) by Tomasz Figa · 8 years ago
  28. 3190c7e st/mesa: Make Gallium's BlitFramebuffer follow the GL 4.4 sRGB rules. by Kenneth Graunke · 8 years ago
  29. f6dc714 meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules. by Kenneth Graunke · 8 years ago
  30. ad32dcf i965: Make BLORP's BlitFramebuffer follow the GL 4.4 sRGB rules. by Kenneth Graunke · 8 years ago
  31. 352401f i965: Make BLORP do sRGB encode/decode on ES 2 as well. by Kenneth Graunke · 8 years ago
  32. 0c7047a Revert "st/mesa: use sRGB formats for MSAA resolving if destination is sRGB" by Kenneth Graunke · 8 years ago
  33. cc27c7f i965: Drop the "do resolves in sRGB" hack. by Kenneth Graunke · 8 years ago
  34. b158652 i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion. by Kenneth Graunke · 8 years ago
  35. 7dfb1a4 egl/android: Make get_fourcc() accept HAL formats by Tomasz Figa · 8 years ago
  36. e77b493 egl/android: Refactor image creation to separate flink and prime paths (v2) by Tomasz Figa · 8 years ago
  37. 217af75 egl/android: Respect buffer mask in droid_image_get_buffers (v2) by Tomasz Figa · 8 years ago
  38. c6c26bc egl/android: Remove unused variables in droid_get_buffers_with_format() by Tomasz Figa · 8 years ago
  39. 52fcc40 anv/pipeline/gen7: Set the depth format in 3DSTATE_SF by Jason Ekstrand · 8 years ago
  40. 21d5c1b isl: Add a helper for getting a depth format from an isl_format by Jason Ekstrand · 8 years ago
  41. ce98054 anv/pipeline: Unify 3DSTATE_RASTER and 3DSTATE_SF setup between gen7 and gen8 by Jason Ekstrand · 8 years ago
  42. 960e8a1 anv/pipeline/gen8: Set 3DSTATE_SF::StatisticsEnable by Jason Ekstrand · 8 years ago
  43. 12e653a anv/pipeline/gen8: Unconditionally set DXMultisampleRasterizaitonEnable by Jason Ekstrand · 8 years ago
  44. 1df511b anv/pipeline/gen8: Use fewer designated initializers in emit_rs_state by Jason Ekstrand · 8 years ago
  45. 6136fb8 genxml: Make 3DSTATE_SF more consistent between gen7 and gen8+ by Jason Ekstrand · 8 years ago
  46. 2d76dca anv/pipeline/gen8: Remove an old comment by Jason Ekstrand · 8 years ago
  47. 7314007 mesa: Skip ES 3.0/3.1 transform feedback primitive counting error. by Kenneth Graunke · 9 years ago
  48. 23b2bcd mesa: Share code between _mesa_validate_DrawArrays[_Instanced]. by Kenneth Graunke · 8 years ago
  49. 522b5d4 glsl: Implicitly enable OES_shader_io_blocks if geom/tess are enabled. by Kenneth Graunke · 8 years ago
  50. 0eaa84e glsl: Expose gl_PointSize if OES/EXT_tessellation_point_size is enabled. by Kenneth Graunke · 8 years ago
  51. 58709d3 glsl: Add extension plumbing for OES/EXT_tessellation_shader. by Kenneth Graunke · 8 years ago
  52. 722fd10 mesa: Move tessellation shader gets to GL_CORE, GLES31 section. by Kenneth Graunke · 8 years ago
  53. c8438b6 mesa: Add {OES,EXT}_tessellation_shader to the extensions table. by Kenneth Graunke · 8 years ago
  54. 73554c4 mapi: Add PatchParameteriOES and PatchParameteriEXT. by Kenneth Graunke · 8 years ago
  55. 96bbb62 radeonsi: add has_draw_indirect_multi flag by Nicolai Hähnle · 8 years ago
  56. 5c343cc radeonsi: transpose indirect/index draw dispatch by Nicolai Hähnle · 8 years ago
  57. 64ff23a radeonsi: move index buffer calculations in si_emit_draw_packets up by Nicolai Hähnle · 8 years ago
  58. cf7d18b radeonsi: unify emitting PKT3_SET_BASE for indirect draws by Nicolai Hähnle · 8 years ago
  59. e0736c4 winsys/amdgpu: query ME/PFP/CE firmware versions by Nicolai Hähnle · 8 years ago
  60. 7f5a8dc radeonsi: move spi_ps_input_addr override outside of the loop by Nicolai Hähnle · 8 years ago
  61. 287822e radeonsi: drop unnecessary u_pstipple.h include by Nicolai Hähnle · 8 years ago
  62. 3e4c569 radeonsi: do not pass the return type to buffer_load_const by Nicolai Hähnle · 8 years ago
  63. bd1bd03 glsl: Combine GS and TES array resizing visitors. by Kenneth Graunke · 8 years ago
  64. 398428f glsl: Fix location bias for patch variables. by Kenneth Graunke · 8 years ago
  65. 1556f16 glsl: Fix the program resource names of gl_TessLevelOuter/Inner[]. by Kenneth Graunke · 8 years ago
  66. 4a49851 glsl: Delete bogus ir_set_program_inouts assert. by Kenneth Graunke · 9 years ago
  67. 86915b4 glsl: Simplify interface qualifier parsing. by Kenneth Graunke · 8 years ago
  68. d0642c5 glsl: Add a has_tessellation_shader() helper. by Kenneth Graunke · 8 years ago
  69. 3fb4a9b Revert "gallium/radeon: count contexts" by Marek Olšák · 8 years ago
  70. 11b1d06 radeonsi: add GLSL lit tests by Marek Olšák · 8 years ago
  71. 35942ee radeonsi: add a standalone compiler amdgcn_glslc by Marek Olšák · 8 years ago
  72. ad8af99 radeonsi: add environment variable SI_FORCE_FAMILY by Marek Olšák · 8 years ago
  73. d0646cc winsys/radeon: implement cs_get_next_fence by Marek Olšák · 8 years ago
  74. 63b9959 winsys/amdgpu: implement cs_get_next_fence by Marek Olšák · 8 years ago
  75. 04a6cb6 gallium/radeon: add cs_get_next_fence winsys callback by Marek Olšák · 8 years ago
  76. b403eb3 gallium/radeon: count contexts by Marek Olšák · 8 years ago
  77. 16d568d gallium/radeon: count gfx IB flushes by Marek Olšák · 8 years ago
  78. c5ff0d3 gallium/radeon: move radeon_winsys::cs_memory_below_limit to drivers by Marek Olšák · 8 years ago
  79. 076db67 gallium/radeon: inline radeon_winsys::query_memory_usage by Marek Olšák · 8 years ago
  80. 9646ae7 gallium/radeon/winsyses: expose per-IB used_vram and used_gart to drivers by Marek Olšák · 8 years ago
  81. 1c8f175 gallium/radeon/winsyses: print CS submission error number by Marek Olšák · 8 years ago
  82. 0edc2e4 radeonsi: flush if constant, shader, and streamout buffers use too much memory by Marek Olšák · 8 years ago
  83. c3efdeb radeonsi: flush if sampler views and images use too much memory by Marek Olšák · 8 years ago
  84. d82cfab radeonsi: deal with high vertex buffer memory usage correctly by Marek Olšák · 8 years ago
  85. e62caf5 radeonsi: take compute shader and dispatch indirect memory usage into account by Marek Olšák · 8 years ago
  86. c56ecb6 radeonsi: take scratch buffer and draw indirect memory usage into account by Marek Olšák · 8 years ago
  87. ed2254d radeonsi: check IB memory usage of CP DMA operations by Marek Olšák · 8 years ago
  88. f4b977b gallium/radeon: add r600_resource::vram_usage and gart_usage by Marek Olšák · 8 years ago
  89. 62d4116 mesa: Copy bitmask of VBOs in the VAO on gl{Push,Pop}Attrib. by Mathias Fröhlich · 8 years ago
  90. c495c18 anv/gen7_pipeline: Set PixelShaderKillPixel for discards by Nanley Chery · 8 years ago
  91. 21f357b util/r11g11b10f: Whitespace cleanups by Jason Ekstrand · 8 years ago
  92. ffcf8e1 util/format: Use explicitly sized types by Jason Ekstrand · 8 years ago
  93. c7eb9a7 util/rgb9e5: Get rid of the float754 union by Jason Ekstrand · 8 years ago
  94. cda8d95 util/format_rgb9e5: Get rid of the rgb9e5 union by Jason Ekstrand · 8 years ago
  95. f29fd78 util: Move format_r11g11b10f.h to src/util by Jason Ekstrand · 8 years ago
  96. 6c665cd util: Move format_rgb9e5.h to src/util by Jason Ekstrand · 8 years ago
  97. 591869e glsl: fix indentation, comments and line lengths in ast_function.cpp by Andres Gomez · 8 years ago
  98. 8f98a12 glsl: apply_implicit_conversion is static again by Andres Gomez · 8 years ago
  99. 1443c10 glsl: struct constructors/initializers only allow implicit conversions by Andres Gomez · 8 years ago
  100. de60d54 glsl: Refactor implicit conversion into its own helper by Andres Gomez · 8 years ago