1. debed12 glsl: add a shader info field to the gl_program type by Timothy Arceri · 8 years ago
  2. e1af20f nir/i965/anv/radv/gallium: make shader info a pointer by Timothy Arceri · 8 years ago
  3. 094fe3a nir: move nir_shader_info to a common compiler header by Timothy Arceri · 8 years ago
  4. e40d32b mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shader by Timothy Arceri · 8 years ago
  5. 68db0fe vulkan/wsi/wayland: fix ARGB window support by Fredrik Höglund · 8 years ago
  6. 972670c vulkan/wsi/x11: fix ARGB window support by Fredrik Höglund · 8 years ago
  7. 0a153f4 radv: mark the fence as submitted and signalled in vkAcquireNextImageKHR by Fredrik Höglund · 8 years ago
  8. f2770fb scons: Require libdrm >= 2.4.66 for DRM. by Vinson Lee · 8 years ago
  9. 14aac06 radv: Replace "abi_versions" with correct "api_version". by Matt Turner · 8 years ago
  10. 0775523 anv: Replace "abi_versions" with correct "api_version". by Matt Turner · 8 years ago
  11. 0404678 nv50/ir: start LocalCSE with getFirst to merge PHI instructions by Karol Herbst · 8 years ago
  12. 7b2712c nvc0: use correct bufctx when invalidating CP textures by Samuel Pitoiset · 8 years ago
  13. 750d8ca vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR by Eduardo Lima Mitev · 8 years ago
  14. a1652a0 mesa: fix error handling in DrawBuffers by Tapani Pälli · 8 years ago
  15. 5876f3c egl: add check that eglCreateContext gets a valid config by Tapani Pälli · 8 years ago
  16. 58b4fef mesa: add missing formats to driGLFormatToImageFormat by Tapani Pälli · 8 years ago
  17. 282b87d egl: fix type mismatch error type in _eglInitSurface by Tapani Pälli · 8 years ago
  18. 1ef7873 Revert "egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT" by Tapani Pälli · 8 years ago
  19. b91e1e3 egl/dri2: set max values for pbuffer width and height by Tapani Pälli · 8 years ago
  20. 76c3f1b gallium/stapi: fix comment for st_visual::buffer_mask by Brian Paul · 8 years ago
  21. 59385da isl/format: Correct ASTC entries of format info table by Nanley Chery · 8 years ago
  22. 41034ab i965: Drop nir_inputs from fs_visitor. by Kenneth Graunke · 8 years ago
  23. 59864e8 i965: Don't use nir_assign_var_locations for VS/TES/GS outputs. by Kenneth Graunke · 8 years ago
  24. 27715c7 i965: Make split_virtual_grfs() call compact_virtual_grfs(). by Kenneth Graunke · 8 years ago
  25. 3728ee0 i965: Drop unnecessary switch statement in nir_setup_outputs() by Kenneth Graunke · 8 years ago
  26. 88a618c tgsi: trivial build fix for MSVC by Brian Paul · 8 years ago
  27. 6dbb8d1 nv50/ir: do not perform global membar for shared memory by Samuel Pitoiset · 8 years ago
  28. eed605a st/nine: Fix locking CubeTexture surfaces. by Axel Davy · 8 years ago
  29. fe7bb46 st/nine: Fix mistake in Volume9 UnlockBox by Axel Davy · 8 years ago
  30. 9427780 st/nine: Use align_calloc instead of align_malloc by Axel Davy · 8 years ago
  31. 54010cf gallium/util: Add align_calloc by Axel Davy · 8 years ago
  32. 25beccb st/nine: Fix leak with integer and boolean constants by Axel Davy · 8 years ago
  33. f35b1d1 tgsi/scan: scan texture offset operands by Marek Olšák · 8 years ago
  34. a2f98df tgsi/scan: move src operand processing into a separate function by Marek Olšák · 8 years ago
  35. 72267a2 tgsi/scan: get information about shader buffer usage by Marek Olšák · 8 years ago
  36. d89890d tgsi/scan: handle indirect image indexing correctly by Marek Olšák · 8 years ago
  37. ac37720 tgsi/scan: don't treat RESQ etc. as memory instructions by Marek Olšák · 8 years ago
  38. f095a4e tgsi/scan: get information about indirect 2D file access by Marek Olšák · 8 years ago
  39. 965a5f1 tgsi/scan: get information about indirect CONST access by Marek Olšák · 8 years ago
  40. 3501071 i965/gen8: Don't enable alpha test and alpha to coverage if draw bufer zero is integer type by Anuj Phogat · 8 years ago
  41. 93b84ca i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_ps_blend() by Anuj Phogat · 8 years ago
  42. e2dd582 i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_blend_state() by Anuj Phogat · 8 years ago
  43. d588e4f nv50/ir: display OP_BAR subops in debug mode by Samuel Pitoiset · 8 years ago
  44. 537dce0 glsl: add matrix layout information to interface block types by Iago Toral Quiroga · 8 years ago
  45. 3d6b5de st/mesa: cleanup and fix primitive restart for indirect draws by Nicolai Hähnle · 8 years ago
  46. 6dbe8a1 glsl/mesa: remove unused namespace support from the symbol table by Timothy Arceri · 8 years ago
  47. 907ace5 mapi: automake: set VISIBILITY_CFLAGS for shared glapi by Jonathan Gray · 8 years ago
  48. 8df5815 anv: automake: cleanup the generated json file during make clean by Emil Velikov · 8 years ago
  49. 2e0ab61 egl/wayland: add missing destroy_window callback by Stencel, Joanna · 8 years ago
  50. 3511a86 automake: don't forget to pick wglext.h in the tarball by Emil Velikov · 8 years ago
  51. b50b82b glsl/es31: precision qualifier doesn't need to match in shader interface block members by Samuel Iglesias Gonsálvez · 8 years ago
  52. 849390a glsl: move intrastage_match() after interstage_member_mismatch() by Samuel Iglesias Gonsálvez · 8 years ago
  53. a969548 radv: allow cmask transitions without fast clear by Dave Airlie · 8 years ago
  54. 7b7eb71 nv50/ir: it appears that OP_DISCARD can't take a join modifier by Ilia Mirkin · 8 years ago
  55. adad576 nv50/ir: use levelZero for non-frag tex/txp ops by Ilia Mirkin · 8 years ago
  56. 3fdeb7c gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS by Ilia Mirkin · 8 years ago
  57. 6e08f3e nvc0/ir: remove outdated comment about SHLADD by Samuel Pitoiset · 8 years ago
  58. 8ff4182 vc4: Avoid making temporaries for assignments to NIR registers. by Eric Anholt · 8 years ago
  59. a689b8b vc4: Add a comment with discussion of how simulation works. by Eric Anholt · 8 years ago
  60. 83ffb60 vc4: Move simulator winsys mapping and tracking to the simulator. by Eric Anholt · 8 years ago
  61. 1c38ee3 vc4: Move simulator memory management to a u_mm.h heap. by Eric Anholt · 8 years ago
  62. 9f75522 vc4: Move simulator globals into a struct. by Eric Anholt · 8 years ago
  63. 7808767 vc4: Restructure the simulator mode. by Eric Anholt · 8 years ago
  64. 1d7874f vc4: Fix termination of the initial scan for branch targets. by Eric Anholt · 8 years ago
  65. 3f05fc6 configure: Get rid of the --disable-vulkan-icd-full-driver-path flag by Jason Ekstrand · 8 years ago
  66. 7ea4ef8 anv: Always use the full driver path in the intel_icd.*.json by Jason Ekstrand · 8 years ago
  67. d96345d anv: Suffix the intel_icd file with the host CPU by Jason Ekstrand · 8 years ago
  68. 17353ef radeonsi: fix a regression in si_eliminate_const_output by Nicolai Hähnle · 8 years ago
  69. 8cf0f05 nv50,nvc0: don't keep track of whether fb rt0 is integer-only by Ilia Mirkin · 8 years ago
  70. 811eb7f Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so"" by Francisco Jerez · 8 years ago
  71. 15a084a glapi: Move PrimitiveBoundingBox and BlendBarrier definitions into ES3.2 category. by Francisco Jerez · 8 years ago
  72. 889ee4d util: Include string.h in bitscan.h. by Vinson Lee · 8 years ago
  73. 42273ed nvc0: do not break 3D state by pushing MS coordinates on Fermi by Samuel Pitoiset · 8 years ago
  74. 24e15aa nvc0: translate compute shaders at program creation by Samuel Pitoiset · 8 years ago
  75. ffd9060 i965: Reorder PCI ID list to match release order by Ben Widawsky · 8 years ago
  76. b8509c8 i965: Add some APL and KBL SKU strings by Ben Widawsky · 8 years ago
  77. bd60fb4 vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.c by Brian Paul · 8 years ago
  78. 8b99654 vbo: whitespace fixes and reformatting in vbo_exec_api.c by Brian Paul · 8 years ago
  79. 8320bf1 vbo: minor clean-up in vbo_exec_api.c by Brian Paul · 8 years ago
  80. 1098e69 vbo: move attribute type assignment by Brian Paul · 8 years ago
  81. 4c3c9f1 vbo: rename reset_attrfv() to vbo_reset_all_attr() by Brian Paul · 8 years ago
  82. 7693bcd vbo: make vbo_reset_attr() static by Brian Paul · 8 years ago
  83. 9d6d9b2 vbo: trivial indentation fix in vbo_exec_api.c by Brian Paul · 8 years ago
  84. c2a602d gallivm: try to fix build with LLVM <= 3.4 due to missing CallSite.h by Marek Olšák · 8 years ago
  85. f19f718 radeonsi: fix build of si_eliminate_const_vs_outputs on LLVM <= 3.8 by Marek Olšák · 8 years ago
  86. 2db5643 gallivm: add wrappers for missing functions in LLVM <= 3.8 by Marek Olšák · 8 years ago
  87. 4a2dbff radeonsi: fix 64-bit loads from LDS by Nicolai Hähnle · 8 years ago
  88. bfa50f8 st/mesa: only set primitive_restart when the restart index is in range by Nicolai Hähnle · 8 years ago
  89. 3d9b57e st/glsl_to_tgsi: sort input and output decls by TGSI index by Nicolai Hähnle · 8 years ago
  90. a189568 st/glsl_to_tgsi: fix block copies of arrays of structs by Nicolai Hähnle · 8 years ago
  91. ca592af st/glsl_to_tgsi: fix block copies of arrays of doubles by Nicolai Hähnle · 8 years ago
  92. 3da08e1 glsl: Indirect array indexing on non-last SSBO member must fail compilation by Iago Toral Quiroga · 8 years ago
  93. cd45d75 nv50/ir: process texture offset sources as regular sources by Ilia Mirkin · 8 years ago
  94. 313fba5 nv50,nvc0: avoid reading out of bounds when getting bogus so info by Ilia Mirkin · 8 years ago
  95. 8bf7717 wsi/wayland: fix error path by Eric Engestrom · 8 years ago
  96. b0f131b anv: drop unused zero macro. by Dave Airlie · 8 years ago
  97. d842546 radv: use emit_icmp for samples_identical by Dave Airlie · 8 years ago
  98. 64c3d73 i965/cs: Don't use a thread channel ID for small local sizes by Jordan Justen · 8 years ago
  99. 1fa000a i965/cs: Use udiv/umod for local IDs by Jordan Justen · 8 years ago
  100. 740a8fa mesa: remove unused LocalSizeVariable by Timothy Arceri · 8 years ago