1. 0e8dc81 docs: get rid of duplicated description from sourcetree.html by Gwan-gyeong Mun · 8 years ago
  2. a2283b5 docs/submitting patches: mention get_reviewers.pl by Emil Velikov · 8 years ago
  3. e260bfe docs/submitting patches: add git tips by Timothy Arceri · 8 years ago
  4. 29c8a4a auxiliary/vl/dri: call get_xcb_screen() only once by Emil Velikov · 8 years ago
  5. 7c6babb egl/x11: store xcb_screen_t *screen instead of int screen by Emil Velikov · 8 years ago
  6. b9880d2 egl/x11: factor out dri2_get_xcb_connection() by Emil Velikov · 8 years ago
  7. a56a505 mesa/glsl: remove unused uses_builtin_functions field by Timothy Arceri · 8 years ago
  8. 38a8507 i965: Use NIR-based clip/cull lowering for OpenGL as well. by Kenneth Graunke · 8 years ago
  9. a4d7a5b anv: Enable clip and cull distance support. by Kenneth Graunke · 8 years ago
  10. f182e5e i965/vec4: Handle component qualifiers on non-generic varyings. by Kenneth Graunke · 8 years ago
  11. b63f767 i965/fs: Handle compact outputs. by Kenneth Graunke · 8 years ago
  12. 536af43 spirv: Silence unsupported capability warnings for Clip/CullDistance. by Kenneth Graunke · 8 years ago
  13. 7471bb5 anv: Set clip/cull distances fields in packets. by Kenneth Graunke · 8 years ago
  14. a9eabd5 anv: Combine ClipDistance and CullDistance arrays. by Kenneth Graunke · 8 years ago
  15. 9a179f2 nir: add a pass to compact clip/cull distances. by Kenneth Graunke · 8 years ago
  16. 663b2e9 nir: Add a "compact array" flag and IO lowering code. by Kenneth Graunke · 8 years ago
  17. f395e34 radv: add support for shader stats dump by Dave Airlie · 8 years ago
  18. 220912e radv: fix sample id loading by Dave Airlie · 8 years ago
  19. 3c6151c radv/ac: add implementation of load_sample_pos intrinsic. by Dave Airlie · 8 years ago
  20. 5697cfb radv/ac: cleanup ddxy emission by Dave Airlie · 8 years ago
  21. fa57b77 radv/meta: cleanup resolve vertex state emission by Dave Airlie · 8 years ago
  22. 24427e3 radv: Incorporate GPU family into cache UUID. by Bas Nieuwenhuizen · 8 years ago
  23. d943839 radv: Use library mtime for cache UUID. by Bas Nieuwenhuizen · 8 years ago
  24. 43ee491 radv: Store UUID in physical device. by Bas Nieuwenhuizen · 8 years ago
  25. 581bd1d glsl: fix NULL check by Timothy Arceri · 8 years ago
  26. 807bc6e swr: calculate viewport width/height based on the scale by Ilia Mirkin · 8 years ago
  27. c3dd5b2 swr: don't claim to allow setting layer/viewport from VS by Ilia Mirkin · 8 years ago
  28. d487405 swr: allocate all scratch space in one go for vertex buffers by Ilia Mirkin · 8 years ago
  29. 16d42f2 swr: call swr_update_derived unconditionally when drawing/clearing by Ilia Mirkin · 8 years ago
  30. ee0b659 swr: [rasterizer memory] minify texture width before alignment by Ilia Mirkin · 8 years ago
  31. c5a6547 swr: [rasterizer memory] minify original sizes for block formats by Ilia Mirkin · 8 years ago
  32. bf75ef3 radeonsi: remove all varyings for depth-only rendering or rasterization off by Marek Olšák · 8 years ago
  33. ef6c84b radeonsi: eliminate VS outputs that aren't used by PS at runtime by Marek Olšák · 8 years ago
  34. 7e76f9a radeonsi: record information about all written and read varyings by Marek Olšák · 8 years ago
  35. c7f3e5c radeonsi: make si_shader_io_get_unique_index stricter by Marek Olšák · 8 years ago
  36. ed3190b radeonsi: don't export ClipVertex and ClipDistance[] if clipping is disabled by Marek Olšák · 8 years ago
  37. d984a32 radeonsi: add infrastr. for compiling optimized shader variants asynchronously by Marek Olšák · 8 years ago
  38. d2a5698 radeonsi: don't set vs.epilog.export_prim_id if TES is bound by Marek Olšák · 8 years ago
  39. fee71fe radeonsi: simplify checking for monolithic compilation by Marek Olšák · 8 years ago
  40. e6aee45d radeonsi: print all flags in si_dump_shader_key by Marek Olšák · 8 years ago
  41. 6d5c2a8 radeonsi: split the shader key into 3 logical parts by Marek Olšák · 8 years ago
  42. d4e9f40 radeonsi: fix culling if clip & cull distances are used at the same time by Marek Olšák · 8 years ago
  43. 9d8db80 radeonsi: clean up si_emit_clip_regs by Marek Olšák · 8 years ago
  44. e59389d radeonsi: assume that a VS without POSITION is LS by Marek Olšák · 8 years ago
  45. 7dbf83a tgsi/scan: record if a shader writes the position output by Marek Olšák · 8 years ago
  46. 8a22519 tgsi/scan: use a big switch for scanning outputs by Marek Olšák · 8 years ago
  47. bdd860e radeonsi: decrease the number of texture slots to 24 by Marek Olšák · 8 years ago
  48. fa476e0 radeonsi: fast exit si_emit_derived_tess_state early by Marek Olšák · 8 years ago
  49. 79a8e67 winsys/amdgpu: set addrlib flag opt4Space by Marek Olšák · 8 years ago
  50. 72d1669 radeonsi: check for !is_linear in do_hardware_msaa_resolve by Marek Olšák · 8 years ago
  51. 49fa4a4 gallium/radeon: add RADEON_SURF_OPTIMIZE_FOR_SPACE by Marek Olšák · 8 years ago
  52. 44a3f2e radeonsi: Add missing error-checking to si_create_compute_state (v2) by Mun Gwan-gyeong · 8 years ago
  53. e442db8 draw: drop some overflow computations by Roland Scheidegger · 8 years ago
  54. 2471aaa draw: simplify fetch some more by Roland Scheidegger · 8 years ago
  55. 4e1be31 draw: unify linear and elts draw jit functions by Roland Scheidegger · 8 years ago
  56. 8cf7edf draw: use same argument order for jit draw linear / elts functions by Roland Scheidegger · 8 years ago
  57. 78a997f draw: drop unnecessary index overflow handling from vsplit code by Roland Scheidegger · 8 years ago
  58. 7a55c43 draw: simplify vsplit elts code a bit by Roland Scheidegger · 8 years ago
  59. 9aae167 gallium: Add support for SWR compilation by George Kyriazis · 8 years ago
  60. 5b4d150 gallium: swr: Added swr build for windows by George Kyriazis · 8 years ago
  61. 9e4e1f5 swr: Modify gen_knobs.{cpp|h} creation script by George Kyriazis · 8 years ago
  62. 9085f1a scons: Add swr compile option by George Kyriazis · 8 years ago
  63. bc26e8d swr: Windows-related changes by George Kyriazis · 8 years ago
  64. 87bd282 swr: renamed duplicate swr_create_screen() by George Kyriazis · 8 years ago
  65. 974d280 swr: Handle windows.h and NOMINMAX by George Kyriazis · 8 years ago
  66. 915b4b0 gallium: Added SWR support for gdi by George Kyriazis · 8 years ago
  67. 30ae2cb scons: add llvm 3.9 support. by George Kyriazis · 8 years ago
  68. 2da28db scons: ignore .hpp files in parse_source_list() by George Kyriazis · 8 years ago
  69. c323180 mesa: removed redundant #else by George Kyriazis · 8 years ago
  70. 44c5ed0 i965/hsw: Set integer mode in sampling state for stencil texturing by Jordan Justen · 8 years ago
  71. 8e0e247 reviewers: add Rob H for the Android EGL+build parts by Emil Velikov · 8 years ago
  72. 7a39a00 docs: recommend using --enable-mangling over the manual -DUSE... by Emil Velikov · 8 years ago
  73. 0fa854a docs: rework/update install.html by Emil Velikov · 8 years ago
  74. 438086e docs: sourcetree.html misc updates by Emil Velikov · 8 years ago
  75. 2edc29a docs: flesh out releasing.html by Emil Velikov · 8 years ago
  76. b571c07 docs/submittingpatches: fix tags mis/abuse by Emil Velikov · 8 years ago
  77. 0738446 docs/submittingpatches: flesh out "how to nominate" methods by Emil Velikov · 8 years ago
  78. 019f055 docs/autoconf: update glx driver / enable-debug text by Emil Velikov · 8 years ago
  79. 49ac732 docs/repository: refer to Submitting patches by Emil Velikov · 8 years ago
  80. 259e65c docs: split Submitting Patches into separate document by Emil Velikov · 8 years ago
  81. e561737 docs: split Codying style into separate document by Emil Velikov · 8 years ago
  82. edbf3eb docs: mention/suggest testing your patch against dEQP by Emil Velikov · 8 years ago
  83. f2d9c7b docs: mention that coding style can differ between drivers by Emil Velikov · 8 years ago
  84. 4fbeac3 revieweds: add Tomasz for the Android/EGL implementation by Emil Velikov · 8 years ago
  85. 4f12fcb mesa: fold always true conditional by Emil Velikov · 8 years ago
  86. e70d0d2 mesa: drop unneeded assert by Emil Velikov · 8 years ago
  87. 130b12f egl/wayland: remove non-applicable destroyDrawable from error path by Emil Velikov · 8 years ago
  88. b421fec loader: automake: whitespace cleanup by Emil Velikov · 8 years ago
  89. 4ffa9b2 gbm: automake: remove unused defines by Emil Velikov · 8 years ago
  90. d3780e2e intel: aubinator: Fix resource leak in gen_spec_load_from_path by Gwan-gyeong Mun · 8 years ago
  91. 51727b1 egl/android: Use gralloc::lock_ycbcr for resolving YUV formats (v2) by Tomasz Figa · 8 years ago
  92. 859d0b0 egl/android: Get gralloc module in dri2_initialize_android() (v2) by Tomasz Figa · 8 years ago
  93. 925ff0b egl/android: Remove handling of RGB_888 pixel format by Tomasz Figa · 8 years ago
  94. 9c5b1c7 radeonsi: Fix resource leak in gs_copy_shader allocation failure path by Gwan-gyeong Mun · 8 years ago
  95. 0e11290 glsl/lower_output_reads: remove unused mem_ctx by Nicolai Hähnle · 8 years ago
  96. a3b98ed glsl/lower_output_reads: bail early in tessellation control shaders by Nicolai Hähnle · 8 years ago
  97. 0d383a7 glsl/lower_output_reads: fix geometry shader output handling with conditional emit by Nicolai Hähnle · 8 years ago
  98. 42d5e91 radeonsi: store group_size_variable in struct si_compute by Nicolai Hähnle · 8 years ago
  99. 47db6b4 glsl: don't flatten if-blocks with dynamic array indices by Nicolai Hähnle · 8 years ago
  100. 39c47e7 anv/state: enable coordinate address rounding for Min/Mag filters by Iago Toral Quiroga · 8 years ago