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