1. c1bf669 swr: Refactor checks for compiler feature flags by Chuck Atkins · 8 years ago
  2. eb79b2b st/wgl: make own_mutex() non-static by Brian Paul · 8 years ago
  3. e0f4504 glsl: atomic counters are different than their uniforms by Andres Gomez · 8 years ago
  4. 0f00c6d glsl: count atomic counters correctly by Andres Gomez · 8 years ago
  5. c84444e svga: use SVGA3D_vgpu10_BufferCopy() for buffer copies by Brian Paul · 8 years ago
  6. 29a38f3 svga: add SVGA3D_vgpu10_BufferCopy() by Brian Paul · 8 years ago
  7. 88a3442 svga: flush buffers when mapping for reading by Brian Paul · 8 years ago
  8. fa2cdd9 svga: enable ARB_copy_image extension in the driver by Neha Bhende · 8 years ago
  9. 4a54514 svga: try blitting with copy region in more cases by Brian Paul · 8 years ago
  10. 92b44ef svga: use copy_region_vgpu10() for region copies when possible by Brian Paul · 8 years ago
  11. 1d0be40 svga: use vgpu10 CopyRegion command when possible by Neha Bhende · 8 years ago
  12. 3a3c3d1 svga: set render target flag for snorm surfaces by Brian Paul · 8 years ago
  13. 46e7355 svga: add new svga_format_is_uncompressed_snorm() helper by Brian Paul · 8 years ago
  14. 6838804 svga: adjust sampler view format for RGBX by Brian Paul · 8 years ago
  15. 1049002 svga: adjust render target view format for RGBX by Brian Paul · 8 years ago
  16. 429ace2 svga: don't advertise support for R32G32B32_UINT/SINT surface formats by Neha Bhende · 8 years ago
  17. eb0ced7 svga: use untyped surface formats in most cases by Brian Paul · 8 years ago
  18. 5f13358 gallium/util: add tight_format_check param to util_can_blit_via_copy_region() by Brian Paul · 8 years ago
  19. a029d9f gallium/util: simplify a few things in util_can_blit_via_copy_region() by Brian Paul · 8 years ago
  20. 5d31ea4 gallium/util: new util_try_blit_via_copy_region() function by Brian Paul · 8 years ago
  21. 7988513 svga: Fix failures caused in fedora 24 by Neha Bhende · 8 years ago
  22. 52f297d st/wgl: remove unneeded inline qualifiers by Brian Paul · 8 years ago
  23. 395ee18 st/wgl: add a stw_device::initialized field by Brian Paul · 8 years ago
  24. 128feef st/wgl: refactor framebuffer locking code by Brian Paul · 8 years ago
  25. 25cccb5 st/wgl: rename curctx to old_ctx in stw_make_current() by José Fonseca · 8 years ago
  26. 24004a2 st/wgl: release the pbuffer DC at the end of wglBindTexImageARB() by Brian Paul · 8 years ago
  27. 058c70b mesa: Close fp on error path. by Matt Turner · 8 years ago
  28. e3d9125 i965: Simplify foreach_inst_in_block_safe() macro. by Matt Turner · 8 years ago
  29. c4e47ab Revert "i965: get PrimitiveMode from the program rather than the shader struct" by Andres Gomez · 8 years ago
  30. 1591e66 glsl/mesa: move duplicate shader fields into new struct gl_shader_info by Timothy Arceri · 8 years ago
  31. fd2b3da glsl/main: remove unused params and make function static by Timothy Arceri · 8 years ago
  32. 32c410d glsl: simplify link_uniform_blocks() by Timothy Arceri · 8 years ago
  33. 1fb8c6d glsl/mesa: split gl_shader in two by Timothy Arceri · 8 years ago
  34. 378f07c mesa: don't print name in _mesa_append_uniforms_to_file() by Timothy Arceri · 8 years ago
  35. e8c8aa0 mesa: remove unreachable code from _mesa_write_shader_to_file() by Timothy Arceri · 8 years ago
  36. 9b41c74 glsl: pass symbols to find_matching_signature() rather than shader by Timothy Arceri · 8 years ago
  37. 47f8381 glsl: pass symbols rather than shader to _mesa_get_main_function_signature() by Timothy Arceri · 8 years ago
  38. 9e9d01c mesa: don't use drivers NewShader function when creating shader objects by Timothy Arceri · 8 years ago
  39. 962933b glsl: make cross_validate_globals() more generic by Timothy Arceri · 8 years ago
  40. 5921f37 mapi: Export all GLES 3.1 functions in libGLESv2.so by Ian Romanick · 8 years ago
  41. d3a147b i965: Use drmIoctl for DRM_I915_GETPARAM (v2) by Chad Versace · 8 years ago
  42. b928ff6 radeon/uvd: fix a h265 context size bug by sonjiang · 8 years ago
  43. 5c80354 radeon/uvd: seperate uvd context buffer from DPB by sonjiang · 8 years ago
  44. 28f85ea radeon uvd add uvd fw version for amdgpu by sonjiang · 8 years ago
  45. fa10d1d nv50/ir: print EMIT subops in debug mode by Samuel Pitoiset · 8 years ago
  46. a6d3b2e nv50/ir: print RSQ/RCP subops in debug mode by Samuel Pitoiset · 8 years ago
  47. 908ba19 nv50/ir: print PIXLD subops in debug mode by Samuel Pitoiset · 8 years ago
  48. c0d9207 nv50/ir: print SHFL subops in debug mode by Samuel Pitoiset · 8 years ago
  49. 85ea8de i965: Removing PCI IDs that are no longer listed as Kabylake. by Rodrigo Vivi · 8 years ago
  50. bdff2e5 i956: Add more Kabylake PCI IDs. by Rodrigo Vivi · 8 years ago
  51. 63f8d64 gallium/radeon: remove zombie textures kept alive by DCC stat gathering by Marek Olšák · 8 years ago
  52. 4490610 gallium/radeon: don't re-create queries for DCC stat gathering by Marek Olšák · 8 years ago
  53. 82b39f3 gallium/radeon: assume X11 DRI3 can use at most 5 back buffers by Marek Olšák · 8 years ago
  54. 9ae4122 gallium/radeon: separate DCC starts as disabled (ps_draw_ratio = 0) by Marek Olšák · 8 years ago
  55. 9fd4eff gallium/radeon: R600_DEBUG=nodccfb disables separate DCC by Marek Olšák · 8 years ago
  56. 36cf5a5 gallium/radeon: add and use r600_texture_reference by Marek Olšák · 8 years ago
  57. 6da92df gallium/radeon: add a HUD query for PS draw ratio stats from separate DCC by Marek Olšák · 8 years ago
  58. 49e3c74 gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2) by Marek Olšák · 8 years ago
  59. 9124457 gallium/radeon: add state setup for a separate DCC buffer by Marek Olšák · 8 years ago
  60. fa7c927 radeonsi: always calculate DCC info even if it's not used immediately by Marek Olšák · 8 years ago
  61. ebb9c7d radeonsi: unreference framebuffer state with set_framebuffer_state by Marek Olšák · 8 years ago
  62. e607a6b gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMES by Marek Olšák · 8 years ago
  63. a2ae888 i965: Use intel_get_param() more often by Chad Versace · 8 years ago
  64. 844e0bd i965: Refactor intel_get_param() by Chad Versace · 8 years ago
  65. 0c135a7 radeonsi: don't advertise multisample shader images by Marek Olšák · 8 years ago
  66. eff81cb radeonsi: enable distributed tess on multi-SE parts only by Marek Olšák · 8 years ago
  67. dd56d04 radeonsi: set optimal VGT_HS_OFFCHIP_PARAM by Marek Olšák · 8 years ago
  68. 9a71bf8 radeonsi: enable CU0 in each SE for LS-HS execution by Marek Olšák · 8 years ago
  69. 4b11ef2 radeonsi: use conformant line rasterization by Marek Olšák · 8 years ago
  70. 789ed13 Android: add missing u_math.h include path for libmesa_isl by Rob Herring · 8 years ago
  71. 6397c12 svga: force direct map for transfering multiple slices by Charmaine Lee · 8 years ago
  72. d65c4e2 svga: whitespace, line wrapping fixes in svga_surface.c by Brian Paul · 8 years ago
  73. cc97b6a gm107/ir: make sure that flagsDef is set when emitting setcond by Samuel Pitoiset · 8 years ago
  74. 2343235 doc: improve INTEL_DEBUG documentation by Grazvydas Ignotas · 8 years ago
  75. c1dbc56 radeonsi: set PA_SU_SMALL_PRIM_FILTER_CNTL register on Polaris by Marek Olšák · 9 years ago
  76. 06f0a4d radeon/vce: use vce structure for vce 52 firmware by Boyuan Zhang · 8 years ago
  77. 533bd6a radeon/vce: add vce structures by Boyuan Zhang · 8 years ago
  78. 05d302f st/omx: fix decoder fillout for the OMX result buffer by Leo Liu · 8 years ago
  79. 459cc94 pipe_loader_sw: Fix fd leak when instantiated via pipe_loader_sw_probe_kms by Hans de Goede · 8 years ago
  80. 87787e9 clover: Fix kernel metadata retrieval after clang r273425 by Jan Vesely · 8 years ago
  81. a8a966d clover/llvm: Fix copyright attribution of invocation.cpp. by Francisco Jerez · 8 years ago
  82. 034bd25 i965: Print EOT in fs_visitor::dump_instruction(). by Kenneth Graunke · 8 years ago
  83. 7e7e501 i965: Make emit_urb_writes() not produce an EOT message for GS. by Kenneth Graunke · 8 years ago
  84. a36a73a glsl: Ignore ir_texture in lower_const_arrays_to_uniforms. by Kenneth Graunke · 8 years ago
  85. 7b9b096 gm107/ir: add missing setcond flags for LOP variants by Samuel Pitoiset · 8 years ago
  86. 83a4f28 gm107/ir: make use of LOP32I for all immediates by Samuel Pitoiset · 8 years ago
  87. c7cc264 virgl: reduce some limits for now by Dave Airlie · 8 years ago
  88. 6e4cf93 st/omx: count number of slices by Julien Isorce · 9 years ago
  89. e10f1fc st/omx: add support for nouveau / interlaced by Julien Isorce · 9 years ago
  90. 23b7a83 st/omx: retrieve preferred interlaced and buffer_formats by Julien Isorce · 9 years ago
  91. f6ff483 radeonsi: use optimal WD settings for primitive restart on Polaris by Marek Olšák · 9 years ago
  92. 46dba70 st/va: Check NULL pointer by Gurkirpal Singh · 8 years ago
  93. d20b89e nir: Fix copy_prop_src when src is an indirect access on a reg. by Eric Anholt · 8 years ago
  94. c7fa3c9 gm107/ir: make use of MOV32I for all immediates by Samuel Pitoiset · 8 years ago
  95. 367cf3a i965: Use miptree to decide format on multi-plane images for gen < 7 by Jordan Justen · 8 years ago
  96. 1f5f64b nvc0: update "derived" state function names by Ilia Mirkin · 8 years ago
  97. 89a7496 nvc0: provide support for unscaled poly offset units by Ilia Mirkin · 8 years ago
  98. b84c975 gm107/ir: make use of IMUL32I for all immediates by Samuel Pitoiset · 8 years ago
  99. d93bacc radeonsi: make si_is_format_supported static by Marek Olšák · 8 years ago
  100. 3eacbc52 radeonsi: boolean -> bool, TRUE -> true, FALSE -> false by Marek Olšák · 8 years ago