1. 183d419 svga: whitespace, formatting fixes in svga_swtnl_state.c by Brian Paul · 7 years ago
  2. f62bc96 svga: move comment, declaration in svga_init_shader_key_common() by Brian Paul · 7 years ago
  3. 33eedd0 draw: whitespace, formatting fixes in draw_vs_exec.c by Brian Paul · 7 years ago
  4. 8871c3c draw: s/unsigned/enum tgsi_semantic/ by Brian Paul · 7 years ago
  5. 4592741 travis: lower SWR requirement to GCC 4.8, aka std=c++11 by Emil Velikov · 7 years ago
  6. 432f8bf docs: update HTTP -> HTTPS reference to reflect reality by Emil Velikov · 7 years ago
  7. 4506a74 egl: set KHR_gl_texture_3D_image only when the requirements are met. by Emil Velikov · 7 years ago
  8. 962110f egl: enhance KHR_gl_image extensions checks by Emil Velikov · 7 years ago
  9. a2ae8e6 egl: don't set modifier if no modifiers are available by Emil Velikov · 7 years ago
  10. 4d8191f egl: check for extensions' presence during attr parsing by Emil Velikov · 7 years ago
  11. cd85945 egl: add width/height as EXT_image_dma_buf_import attrs by Emil Velikov · 7 years ago
  12. d13dcca egl: polish EXT_image_dma_buf_import attr parsing by Emil Velikov · 7 years ago
  13. 448f70e egl: simplify EXT_image_dma_buf_import_modifiers attr parsing by Emil Velikov · 7 years ago
  14. 3ee2be4 egl: split _eglParseImageAttribList into per extension functions by Emil Velikov · 7 years ago
  15. 81e9592 egl: call _eglError within _eglParseImageAttribList by Emil Velikov · 7 years ago
  16. 9365ff4 egl: move eglCreateDRMImageMESA's malloc later by Emil Velikov · 7 years ago
  17. f7e78ab svga: fix texture swizzle writemasking by Brian Paul · 7 years ago
  18. cead51a i965: Use VALGRIND_MAKE_MEM_x in place of MALLOCLIKE/FREELIKE by Chris Wilson · 7 years ago
  19. 314879f i965: Fix asynchronous mappings on !LLC platforms. by Kenneth Graunke · 7 years ago
  20. 20104f1 i965: Don't use PREAD for glGetBufferSubData(). by Kenneth Graunke · 7 years ago
  21. f50aa21 swr: build driver proper separate from rasterizer by Tim Rowley · 7 years ago
  22. 50cd222 swr: switch to using SwrGetInterface api table by Tim Rowley · 7 years ago
  23. 27c5568 swr/rast: make SWR_VISIBLE attribute work for windows by George Kyriazis · 7 years ago
  24. 9d681a7 i965: perf: use new subslices numbers from device info by Lionel Landwerlin · 7 years ago
  25. 384aaa4 intel: add number of subslices to device info by Lionel Landwerlin · 7 years ago
  26. 25c1a7c i965: Use already existing eu_total by Ben Widawsky · 7 years ago
  27. 618be8c i965: Resolve framebuffers before signaling the fence by Chris Wilson · 7 years ago
  28. bf7a4f4 svga: s/unsigned/enum tgsi_texture_type/ by Brian Paul · 7 years ago
  29. 1d82674 svga: s/unsigned/enum tgsi_swizzle by Brian Paul · 7 years ago
  30. 3effacf svga: s/unsigned/enum tgsi_interpolate_mode/ by Brian Paul · 7 years ago
  31. 9330112 svga: s/unsigned/enum tgsi_file_type/ by Brian Paul · 7 years ago
  32. 1b5e88b svga: s/unsigned/enum tgsi_semantic/ by Brian Paul · 7 years ago
  33. 7250cba i965: Assert that we don't use CPU write maps to non-coherent buffers. by Kenneth Graunke · 7 years ago
  34. de4c2ea i965: Disable access to CPU mmap for async access on non-LLC machines by Chris Wilson · 7 years ago
  35. b532e3b i965: Track when a bo is shared with an external client by Chris Wilson · 7 years ago
  36. c2c37f5 intel: Fix clflushing on modern (Baytrail+) Atom CPUs. by Kenneth Graunke · 7 years ago
  37. 3e50607 intel: Move clflush helpers from anv to common/gen_clflush.h. by Kenneth Graunke · 7 years ago
  38. b117f597 spirv: Fix reaching unreachable for compare exchange on images by James Legg · 7 years ago
  39. aaee0d1 gallium: use "ull" number suffix to keep the QtCreator parser happy by Marek Olšák · 7 years ago
  40. 833108a i965: Use brw_bo_wait() for brw_bo_wait_rendering() by Chris Wilson · 7 years ago
  41. 3b28eaa svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE value by Brian Paul · 7 years ago
  42. f8f71cb svga: fix breakage in create_backed_surface_view() by Brian Paul · 7 years ago
  43. 7812634 anv: Stop setting domains to RENDER on EXEC_OBJECT_WRITE by Jason Ekstrand · 7 years ago
  44. 6c7b7aa a5xx: fix condition for updating *_FS_OUTPUT_CNTL by Ilia Mirkin · 7 years ago
  45. 7b5f2e0 radv/ac: drop setting xnack by Dave Airlie · 7 years ago
  46. edf2acb radv: add support for using addrlib max alignment. by Dave Airlie · 7 years ago
  47. f3958f1 nir: copy front interpolation when creating fake back color input by Ilia Mirkin · 7 years ago
  48. ce3e2ec a5xx: remove no-longer-accurate border color layout comment by Ilia Mirkin · 7 years ago
  49. 4ad4009 a5xx: fix border color for depth formats by Ilia Mirkin · 7 years ago
  50. cf173b5 a5xx: add border color clamping, add packed border color formats by Ilia Mirkin · 7 years ago
  51. a9b58a0 a5xx: fix border colors for swizzled texture formats by Ilia Mirkin · 7 years ago
  52. a4eeb0c a5xx: fix integer texture border colors by Ilia Mirkin · 7 years ago
  53. 1acc101 a5xx: fix primitive restart by Ilia Mirkin · 7 years ago
  54. e6b1893 nir/spirv: Remove unnecessary comment. by Andres Gomez · 7 years ago
  55. 1aba0e7 radv: Add compute htile clear for combined depth+stencil surfaces. by Bas Nieuwenhuizen · 7 years ago
  56. 4db7285 draw: handle more TGSI_SEMANTIC_COLOR indices by Roland Scheidegger · 7 years ago
  57. f728435 st/mesa: Fix grabbing the wrong variant if glDrawPixels is called by Matias N. Goldberg · 7 years ago
  58. 753a7bb Revert "intel/isl: Only create a CCS buffer if the image supports rendering" by Nanley Chery · 7 years ago
  59. 9ac55e8 mesa: finish implementing glPrimitiveRestartNV() for display lists by Brian Paul · 7 years ago
  60. f5c8bb1 vbo: fix glPrimitiveRestartNV crash inside a display list by Olivier Lauffenburger · 7 years ago
  61. 1d0bdfb st/mesa: remove unused st_framebuffer::Private field by Brian Paul · 7 years ago
  62. 1b3cbcc mesa: add some braces in _mesa_make_current() by Brian Paul · 7 years ago
  63. 960aa95 vbo: rename target->index in loopback code by Brian Paul · 7 years ago
  64. 650b3c8 vbo: whitespace/formatting fixes in vbo_save_loopback.c by Brian Paul · 7 years ago
  65. 7022e29 vbo: simplify vbo_save_NotifyBegin() by Brian Paul · 7 years ago
  66. 5b8d33a svga: adjust line subpixel position for HWv8 by Brian Paul · 7 years ago
  67. 5d8514d etnaviv: fix refcnt initialization in etna_screen by Aleksander Morgado · 7 years ago
  68. c036122 a5xx: add support for rendering to RGB10A2_UNORM formats by Ilia Mirkin · 7 years ago
  69. a00727a a5xx: set uint/sint bits for mrt output register by Ilia Mirkin · 7 years ago
  70. e803023 a5xx: add backface stencil emission by Ilia Mirkin · 7 years ago
  71. a584a12 radeonsi: fix invalidating bindless buffer descriptors by Samuel Pitoiset · 7 years ago
  72. 43dea65 st/wgl: Implement wglUseFontBitmaps. by Olivier Lauffenburger · 7 years ago
  73. 80c6598 st/wgl: improve selection of pixel format by Olivier Lauffenburger · 7 years ago
  74. c2a5cb6 ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsics by Alex Smith · 7 years ago
  75. 7cc6ee5 mesa: simplify get_tex_images_for_clear() by Brian Paul · 7 years ago
  76. f3a608d mesa: new comments, assertion related to glClearTexSubImage by Brian Paul · 7 years ago
  77. ccdcce3 st/mesa: find proper mipmap level in st_ClearTexSubImage() by Brian Paul · 7 years ago
  78. 7e2669d st/mesa: whitespace fixes in st_cb_fbo.c by Brian Paul · 7 years ago
  79. dd50663 st/mesa: whitespace fixes in st_texture.c by Brian Paul · 7 years ago
  80. 8950fac radv: don't overallocate depth/stencil formats by Dave Airlie · 7 years ago
  81. 09d7c7b radv: enable sisched toggle in perftest flags. by Dave Airlie · 7 years ago
  82. d97275e ac/llvm: set xnack like radeonsi does. by Dave Airlie · 7 years ago
  83. 01e958d ac/llvm: create features list using snprintf. by Dave Airlie · 7 years ago
  84. 9d9f051 ac/radv: change api to create target machine by Dave Airlie · 7 years ago
  85. 076faf8 build systems: move git_sha1_gen.sh to bin/ by Eric Engestrom · 7 years ago
  86. bab03c0 swr/rast: Correctly allocate SWR_STATS memory as cacheline aligned by Tim Rowley · 7 years ago
  87. 1f0680b swr/rast: remove unused variables by Tim Rowley · 7 years ago
  88. d50ef73 swr/rast: don't use _mm256_fmsub_ps in AVX code by Tim Rowley · 7 years ago
  89. f0a2295 swr/rast: _mm*_undefined_* implementations for gcc<4.9 by Tim Rowley · 7 years ago
  90. a6893a5 etnaviv: don't dereference etna_resource pointer if allocation fails by Aleksander Morgado · 7 years ago
  91. c5d0dc7 scons: Check for xlocale.h before defining HAVE_XLOCALE_H. by Vinson Lee · 7 years ago
  92. a6c2001 radv: add support for cmd predication. by Dave Airlie · 7 years ago
  93. 880f21f glsl: check if any of the named builtins are available first by Ilia Mirkin · 7 years ago
  94. ab1939a nir/spirv: Rework function argument setup by Jason Ekstrand · 7 years ago
  95. 0bdc622 nir/spirv: Stop trying to convert pointers to SSA in glsl450 by Jason Ekstrand · 7 years ago
  96. 849bfc8 nir/spirv: Use real pointer types by Jason Ekstrand · 7 years ago
  97. ca62e84 nir/spirv: Stop using glsl_type for function types by Jason Ekstrand · 7 years ago
  98. 96f2439 nir/spirv: Beef up the type system a bit by Jason Ekstrand · 7 years ago
  99. ad45196 nir/spirv: Compact vtn_type by Jason Ekstrand · 7 years ago
  100. 55da2cf nir/spirv: Simplify type copying by Jason Ekstrand · 7 years ago