1. f2c472f i965/blorp: Use core vertex buffer state setup by Topi Pohjolainen · 8 years ago
  2. 4f7e687 i965/blorp: Split vertex data and element setup by Topi Pohjolainen · 8 years ago
  3. 575c8cb i965: Unify vertex buffer setup by Topi Pohjolainen · 8 years ago
  4. bdab945 i965/draw: Expose vertex buffer state setup by Topi Pohjolainen · 8 years ago
  5. 7295428 freedreno: fix crash on smaller gpus and higher resolutions by Rob Clark · 8 years ago
  6. 01ccb0d i965: don't drop const initializers in vector splitting by Rob Clark · 8 years ago
  7. f78a6b1 glsl: add driconf to zero-init unintialized vars by Rob Clark · 8 years ago
  8. 202710d freedreno/ir3: support glsl linking for cmdline compiler by Rob Clark · 8 years ago
  9. 07cfe4e glsl/standalone: initialize MaxUserAssignableUniformLocations by Rob Clark · 8 years ago
  10. 1759eb1 freedreno: update valid_buffer_range for SO buffers by Rob Clark · 8 years ago
  11. da39ac9 freedreno/ir3: support non-user_buffer consts by Rob Clark · 8 years ago
  12. 2081c1e freedreno/a2xx: move setup/restore cmds into binning pass by Rob Clark · 8 years ago
  13. 2c3b54c freedreno: pass index buffer as a pipe_resource by Rob Clark · 8 years ago
  14. 88cc11e freedreno: switch emit_const_bo() to take prsc's by Rob Clark · 8 years ago
  15. d7dfd4c nv30: Fix "array subscript is below array bounds" compiler warning by Hans de Goede · 8 years ago
  16. 110ef73 nouveau: Fix a couple of "foo may be used uninitialized' compiler warnings by Hans de Goede · 8 years ago
  17. 1f3c8f3 nouveau: Fix gcc6 / c++11 auto_ptr deprecation compiler warnings by Hans de Goede · 8 years ago
  18. 2aa1197 nouveau: Add support for SV_WORK_DIM by Hans de Goede · 8 years ago
  19. 3345f70 nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argument by Hans de Goede · 8 years ago
  20. ef8e50a clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driver by Hans de Goede · 9 years ago
  21. d386cef tgsi: Add WORK_DIM System Value by Hans de Goede · 9 years ago
  22. da7efad mesa/main: fix error checking logic on CopyImageSubData by Alejandro Piñeiro · 8 years ago
  23. 27d456c st/glsl_to_tgsi: don't increase immediate index by 1. by Dave Airlie · 8 years ago
  24. 6f4d352 st/mesa: get max supported number of image samples from driver by Ilia Mirkin · 8 years ago
  25. b2b5075 nvc0: fix up image support for allowing multiple samples by Ilia Mirkin · 8 years ago
  26. 07cc838 st/mesa: check the texture image level in st_texture_match_image by Nicolai Hähnle · 8 years ago
  27. 0ba053b st/mesa: an incomplete texture may have a zero-size first image by Nicolai Hähnle · 8 years ago
  28. de772bc st/vdpau: use bicubic filter for scaling(v6.1) by Nayan Deshmukh · 8 years ago
  29. 872dd9a vl: add a bicubic interpolation filter(v5) by Nayan Deshmukh · 8 years ago
  30. 3fea592 mesa/st: Use 'struct nir_shader' instead of 'nir_shader'. by Vinson Lee · 8 years ago
  31. a97ee60 docs: update MESA_DEBUG envvar documentation. by Alejandro Piñeiro · 8 years ago
  32. 5e553a6 i965: intel_texture_barrier reimplemented by Alejandro Piñeiro · 8 years ago
  33. 51ca57d nv30: go back to not using viewport validate function for swtnl by Ilia Mirkin · 8 years ago
  34. 71609c9 nv30: fix viewport clipping settings to be based on viewport, not rt by Ilia Mirkin · 8 years ago
  35. c823ff8 gallium/util: check for window cliprects in util_can_blit_via_copy_region() by Brian Paul · 8 years ago
  36. d8d6091 gallium: Force blend color to 16-byte alignment by Chuck Atkins · 8 years ago
  37. c1bf669 swr: Refactor checks for compiler feature flags by Chuck Atkins · 8 years ago
  38. eb79b2b st/wgl: make own_mutex() non-static by Brian Paul · 8 years ago
  39. e0f4504 glsl: atomic counters are different than their uniforms by Andres Gomez · 8 years ago
  40. 0f00c6d glsl: count atomic counters correctly by Andres Gomez · 8 years ago
  41. c84444e svga: use SVGA3D_vgpu10_BufferCopy() for buffer copies by Brian Paul · 8 years ago
  42. 29a38f3 svga: add SVGA3D_vgpu10_BufferCopy() by Brian Paul · 8 years ago
  43. 88a3442 svga: flush buffers when mapping for reading by Brian Paul · 8 years ago
  44. fa2cdd9 svga: enable ARB_copy_image extension in the driver by Neha Bhende · 8 years ago
  45. 4a54514 svga: try blitting with copy region in more cases by Brian Paul · 8 years ago
  46. 92b44ef svga: use copy_region_vgpu10() for region copies when possible by Brian Paul · 8 years ago
  47. 1d0be40 svga: use vgpu10 CopyRegion command when possible by Neha Bhende · 8 years ago
  48. 3a3c3d1 svga: set render target flag for snorm surfaces by Brian Paul · 8 years ago
  49. 46e7355 svga: add new svga_format_is_uncompressed_snorm() helper by Brian Paul · 8 years ago
  50. 6838804 svga: adjust sampler view format for RGBX by Brian Paul · 8 years ago
  51. 1049002 svga: adjust render target view format for RGBX by Brian Paul · 8 years ago
  52. 429ace2 svga: don't advertise support for R32G32B32_UINT/SINT surface formats by Neha Bhende · 8 years ago
  53. eb0ced7 svga: use untyped surface formats in most cases by Brian Paul · 8 years ago
  54. 5f13358 gallium/util: add tight_format_check param to util_can_blit_via_copy_region() by Brian Paul · 8 years ago
  55. a029d9f gallium/util: simplify a few things in util_can_blit_via_copy_region() by Brian Paul · 8 years ago
  56. 5d31ea4 gallium/util: new util_try_blit_via_copy_region() function by Brian Paul · 8 years ago
  57. 7988513 svga: Fix failures caused in fedora 24 by Neha Bhende · 8 years ago
  58. 52f297d st/wgl: remove unneeded inline qualifiers by Brian Paul · 8 years ago
  59. 395ee18 st/wgl: add a stw_device::initialized field by Brian Paul · 8 years ago
  60. 128feef st/wgl: refactor framebuffer locking code by Brian Paul · 8 years ago
  61. 25cccb5 st/wgl: rename curctx to old_ctx in stw_make_current() by José Fonseca · 8 years ago
  62. 24004a2 st/wgl: release the pbuffer DC at the end of wglBindTexImageARB() by Brian Paul · 8 years ago
  63. 058c70b mesa: Close fp on error path. by Matt Turner · 8 years ago
  64. e3d9125 i965: Simplify foreach_inst_in_block_safe() macro. by Matt Turner · 8 years ago
  65. c4e47ab Revert "i965: get PrimitiveMode from the program rather than the shader struct" by Andres Gomez · 8 years ago
  66. 1591e66 glsl/mesa: move duplicate shader fields into new struct gl_shader_info by Timothy Arceri · 8 years ago
  67. fd2b3da glsl/main: remove unused params and make function static by Timothy Arceri · 8 years ago
  68. 32c410d glsl: simplify link_uniform_blocks() by Timothy Arceri · 8 years ago
  69. 1fb8c6d glsl/mesa: split gl_shader in two by Timothy Arceri · 8 years ago
  70. 378f07c mesa: don't print name in _mesa_append_uniforms_to_file() by Timothy Arceri · 8 years ago
  71. e8c8aa0 mesa: remove unreachable code from _mesa_write_shader_to_file() by Timothy Arceri · 8 years ago
  72. 9b41c74 glsl: pass symbols to find_matching_signature() rather than shader by Timothy Arceri · 8 years ago
  73. 47f8381 glsl: pass symbols rather than shader to _mesa_get_main_function_signature() by Timothy Arceri · 8 years ago
  74. 9e9d01c mesa: don't use drivers NewShader function when creating shader objects by Timothy Arceri · 8 years ago
  75. 962933b glsl: make cross_validate_globals() more generic by Timothy Arceri · 8 years ago
  76. 5921f37 mapi: Export all GLES 3.1 functions in libGLESv2.so by Ian Romanick · 8 years ago
  77. d3a147b i965: Use drmIoctl for DRM_I915_GETPARAM (v2) by Chad Versace · 8 years ago
  78. b928ff6 radeon/uvd: fix a h265 context size bug by sonjiang · 8 years ago
  79. 5c80354 radeon/uvd: seperate uvd context buffer from DPB by sonjiang · 8 years ago
  80. 28f85ea radeon uvd add uvd fw version for amdgpu by sonjiang · 8 years ago
  81. fa10d1d nv50/ir: print EMIT subops in debug mode by Samuel Pitoiset · 8 years ago
  82. a6d3b2e nv50/ir: print RSQ/RCP subops in debug mode by Samuel Pitoiset · 8 years ago
  83. 908ba19 nv50/ir: print PIXLD subops in debug mode by Samuel Pitoiset · 8 years ago
  84. c0d9207 nv50/ir: print SHFL subops in debug mode by Samuel Pitoiset · 8 years ago
  85. 85ea8de i965: Removing PCI IDs that are no longer listed as Kabylake. by Rodrigo Vivi · 8 years ago
  86. bdff2e5 i956: Add more Kabylake PCI IDs. by Rodrigo Vivi · 8 years ago
  87. 63f8d64 gallium/radeon: remove zombie textures kept alive by DCC stat gathering by Marek Olšák · 8 years ago
  88. 4490610 gallium/radeon: don't re-create queries for DCC stat gathering by Marek Olšák · 8 years ago
  89. 82b39f3 gallium/radeon: assume X11 DRI3 can use at most 5 back buffers by Marek Olšák · 8 years ago
  90. 9ae4122 gallium/radeon: separate DCC starts as disabled (ps_draw_ratio = 0) by Marek Olšák · 8 years ago
  91. 9fd4eff gallium/radeon: R600_DEBUG=nodccfb disables separate DCC by Marek Olšák · 8 years ago
  92. 36cf5a5 gallium/radeon: add and use r600_texture_reference by Marek Olšák · 8 years ago
  93. 6da92df gallium/radeon: add a HUD query for PS draw ratio stats from separate DCC by Marek Olšák · 8 years ago
  94. 49e3c74 gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2) by Marek Olšák · 8 years ago
  95. 9124457 gallium/radeon: add state setup for a separate DCC buffer by Marek Olšák · 8 years ago
  96. fa7c927 radeonsi: always calculate DCC info even if it's not used immediately by Marek Olšák · 8 years ago
  97. ebb9c7d radeonsi: unreference framebuffer state with set_framebuffer_state by Marek Olšák · 8 years ago
  98. e607a6b gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMES by Marek Olšák · 8 years ago
  99. a2ae888 i965: Use intel_get_param() more often by Chad Versace · 8 years ago
  100. 844e0bd i965: Refactor intel_get_param() by Chad Versace · 8 years ago