1. d943ac4 dri: add backbuffer use flag by Axel Davy · 9 years ago
  2. 2188c77 glsl: dont allow undefined array sizes in ES by Timothy Arceri · 8 years ago
  3. 353a4f8 radeon/uvd: increase max height to 4096 for VI and newer by Tamil velan · 8 years ago
  4. 6373845 winsys/amdgpu: enlarge buffer_indices_hashlist by Bas Nieuwenhuizen · 8 years ago
  5. 32e848b nvc0: add a new validation path for compute by Samuel Pitoiset · 8 years ago
  6. db9b41d nvc0: rework the validation path for 3D by Samuel Pitoiset · 8 years ago
  7. a100a57 i965/hsw: Initialize SLM index in state register by Jordan Justen · 8 years ago
  8. d8347f1 i965/compute: Skip SIMD8 generation if it can't be used by Jordan Justen · 8 years ago
  9. e1d54b1 i965/fs: Allow spilling for SIMD16 compute shaders by Jordan Justen · 8 years ago
  10. 91630d7 glsl: don't always reject shaders with mismatching ifc blocks by Timothy Arceri · 8 years ago
  11. 3026b35 glsl: make interstage_match() static by Timothy Arceri · 8 years ago
  12. ebc419f glsl: don't validate ifc blocks using validation meant for variables by Timothy Arceri · 8 years ago
  13. 19f13b2 mesa: Fix error code for GetFramebufferAttachmentParameter in ES 3.0+. by Kenneth Graunke · 8 years ago
  14. 8b3496f mesa: Add GL_RED and GL_RG to ES3 effective internal format mapping. by Kenneth Graunke · 8 years ago
  15. 752769e nv50,nvc0: make sure to destroy the mutex used for blits by Samuel Pitoiset · 8 years ago
  16. 3146014 gallium/radeon: don't use temporary buffers for persistent mappings by Marek Olšák · 8 years ago
  17. 14b18ab nir: Add a pass for lower indirect variable dereferences by Jason Ekstrand · 8 years ago
  18. ef76ea4 i965/fs/nir: "surface_access::" prefix not needed by Alejandro Piñeiro · 8 years ago
  19. 6857420 mesa: fix malformed assertion in _image_format_class_to_glenum() by Brian Paul · 8 years ago
  20. 3ed8729 program: minor whitespace clean-ups in program_parse_extra.c by Brian Paul · 8 years ago
  21. 37402aa st/mesa: conditionally enable GL_NV_vdpau_interop by Christian König · 8 years ago
  22. e148a3b radeon/uvd: disable MPEG1 by Christian König · 8 years ago
  23. 0548844 i965/vec4/nir: no need to use surface_access:: to call emit_untyped_atomic by Alejandro Piñeiro · 8 years ago
  24. d3a89a7 i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at brw_vec4_visitor by Alejandro Piñeiro · 8 years ago
  25. 0c5c2e2 i965/vec4: pass the correct src_sz to emit_send at emit_untyped_atomic by Alejandro Piñeiro · 8 years ago
  26. ea9fa5f glcpp: Remove empty mid-rule action which changes test behavior. by Kenneth Graunke · 8 years ago
  27. e816c8b glcpp: Clean up most empty mid-rule actions left by previous commit. by Kenneth Graunke · 8 years ago
  28. 639bbe3 glcpp: Delete unnecessary implicit version resolves. by Kenneth Graunke · 8 years ago
  29. 07ec67d glcpp: Implicitly resolve version after the first non-space/hash token. by Kenneth Graunke · 8 years ago
  30. 90f9df3 gallium/swr: fix issues preventing a 32-bit build by Tim Rowley · 8 years ago
  31. 035d39b gallium/swr: remove use of UINT64 from swr_fence by Tim Rowley · 8 years ago
  32. af41c0b glsl: Add function parameters to the parser symbol table. by Kenneth Graunke · 8 years ago
  33. c496006 glsl: Add single declaration variables to the symbol table too. by Kenneth Graunke · 8 years ago
  34. 1107e48 mesa: Change GLboolean to bool in GenerateMipmap target checker. by Kenneth Graunke · 8 years ago
  35. 2f8a435 mesa: Make GenerateMipmap check the target before finding an object. by Kenneth Graunke · 8 years ago
  36. 8f99c1b gm107/ir: add emission for ATOMS by Samuel Pitoiset · 8 years ago
  37. 7f8565f tgsi: fix parsing of shared memory declarations by Samuel Pitoiset · 8 years ago
  38. c82086f gm107/ir: add emission for BAR by Samuel Pitoiset · 8 years ago
  39. 8a109c0 gk110/ir: add missing src predicate emission for BAR.RED by Samuel Pitoiset · 8 years ago
  40. f4d2d49 gk110/ir: allow to emit immediates for BAR by Samuel Pitoiset · 8 years ago
  41. cba89fd gk110/ir: fix wrong emission of BAR.SYNC by Samuel Pitoiset · 8 years ago
  42. 5777e87 nvc0/ir: make sure that thread count immediate for BAR fit by Samuel Pitoiset · 8 years ago
  43. 3af78b4 svga: add new surface-write-flushes HUD query by Brian Paul · 8 years ago
  44. 7e8cf34 svga: add new flush-time HUD query by Brian Paul · 8 years ago
  45. 903afc3 svga: also dump SVGA3D_BUFFER surfaces in svga_screen_cache_dump() by Brian Paul · 8 years ago
  46. 0941ef3 mesa: flip current tf object back to default if current is being deleted by Ilia Mirkin · 8 years ago
  47. f6827e2 glsl: avoid stack smashing when there are too many attributes by Ilia Mirkin · 8 years ago
  48. 3dd0441 i965/vec4: Propagate swizzles correctly during copy propagation. by Francisco Jerez · 8 years ago
  49. c70b7c8 i965: Don't try copy propagation if constant propagation succeeded. by Francisco Jerez · 8 years ago
  50. dcf5e19 i965/vec4: Use swizzle() to swizzle immediates during constant propagation. by Francisco Jerez · 8 years ago
  51. ff7a2b4 i965: Add support for swizzling arbitrary immediates to (brw_)swizzle(). by Francisco Jerez · 8 years ago
  52. 537d3df i965: Pass symbolic swizzle to brw_swizzle() as a single argument. by Francisco Jerez · 8 years ago
  53. ff085d0 nvc0: reset TFB bufctx when we no longer hold a reference to the buffers by Ilia Mirkin · 8 years ago
  54. fa43c4b nv50/ir: using sampleid/pos shouldn't force per-sample interpolation by Ilia Mirkin · 8 years ago
  55. 313205c st/mesa: don't force per-sample interp if only sampleid/pos are used by Ilia Mirkin · 8 years ago
  56. dcbf837 swrast: fix GL_ANY_SAMPLES_PASSED values in Result by Ilia Mirkin · 8 years ago
  57. a467831 st/mesa: 78-column wrapping in st_extensions.c by Brian Paul · 8 years ago
  58. 9e6a6bd gallium/util: add new comments, assertions in u_debug_refcnt.c by Brian Paul · 8 years ago
  59. b6a607b gallium/util: update comments and URL in u_debug_refcnt.c by Brian Paul · 8 years ago
  60. cbca696 gallium/util: make stream variable static in u_debug_refcnt.c by Brian Paul · 8 years ago
  61. fb0abed gallium/util: re-indent u_debug_refcnt.[ch] by Brian Paul · 8 years ago
  62. a7ba29f gallium/tests: silence warning in compute.c by Brian Paul · 8 years ago
  63. 31943e6 glsl: replace remaining tabs in link_varyings.cpp by Timothy Arceri · 8 years ago
  64. e2415e8 glsl: replace remaining tabs in link_uniforms.cpp by Timothy Arceri · 8 years ago
  65. 3322cb7 docs: mark align layout qualifier as DONE by Timothy Arceri · 9 years ago
  66. 037f68d glsl: apply align layout qualifier rules to block offsets by Timothy Arceri · 9 years ago
  67. 5a27fef glsl: parse align layout qualifier by Timothy Arceri · 9 years ago
  68. 22b0082 docs: mark explicit byte offsets as DONE by Timothy Arceri · 9 years ago
  69. 802262c glsl: use explicit offset when lowering buffer access by Timothy Arceri · 9 years ago
  70. 96527c3 glsl: copy explicit offset to uniform storage by Timothy Arceri · 9 years ago
  71. e12a49a glsl: update comment on offset field by Timothy Arceri · 9 years ago
  72. 9f24f42 glsl: add offset to glsl interface type by Timothy Arceri · 9 years ago
  73. 8abed7f glsl: apply compile-time rules for the offset layout qualifier by Timothy Arceri · 9 years ago
  74. 6f45484 glsl: enable offset layout qualifier for ARB_enhanced_layouts by Timothy Arceri · 9 years ago
  75. 1824ff1 glsl: reject invalid input layout qualifiers by Timothy Arceri · 8 years ago
  76. bd53cc7 glsl: only apply default stream to output blocks by Timothy Arceri · 8 years ago
  77. 78d3098 glsl: rework parsing of blocks by Timothy Arceri · 8 years ago
  78. d244986 glsl: don't apply uniform/buffer layouts to interface blocks by Timothy Arceri · 8 years ago
  79. 4ba7ad6 i965: Only magnify depth for 3D textures, not array textures. by Kenneth Graunke · 8 years ago
  80. 2f76a99 i965/vec4: add opportunistic behaviour to opt_vector_float() by Juan A. Suarez Romero · 8 years ago
  81. feb7111 st/xlib: Don't destroy screen on XCloseDisplay() by George Kyriazis · 8 years ago
  82. 1f862e9 i965/fs: Optimize float conversions of byte/word extract. by Matt Turner · 8 years ago
  83. 905ff86 nir: Recognize open-coded extract_u16. by Matt Turner · 8 years ago
  84. 76289fb nir: Recognize open-coded extract_u8. by Matt Turner · 8 years ago
  85. 01e92e7 st/xlib: Hang off screen destructor off main XCloseDisplay() callback. by George Kyriazis · 8 years ago
  86. 51e562c st/xlib: Support unlimited number of display connections by George Kyriazis · 8 years ago
  87. 192ee9a svga: add new command-buffer-size HUD query by Brian Paul · 8 years ago
  88. 1258f90 svga: add new svga_winsys_context::get_command_buffer_size() by Brian Paul · 8 years ago
  89. 6fc8d90 svga: reorder SVGA_QUERY_ switch cases to match declaration order by Brian Paul · 8 years ago
  90. f1410c5 svga: Force an RGBA view creation for an RGBA resource by Sinclair Yeh · 8 years ago
  91. 8366701 svga: fix an error in svga_texture_generate_mipmap by Charmaine Lee · 8 years ago
  92. 395c7b8 winsys/svga: Increase the fence timeout by Thomas Hellstrom · 8 years ago
  93. 24ad7e1 winsys/svga: Fix an uninitialized return value by Thomas Hellstrom · 8 years ago
  94. 9ec2467 i965: Set MaxFramebufferWidth/Height to 16384, not viewport. by Kenneth Graunke · 8 years ago
  95. a6046d2 glsl: Improve the accuracy of the acos() approximation. by Francisco Jerez · 8 years ago
  96. 2795fbc glsl: Parameterize asin_expr() on the fit coefficients. by Kenneth Graunke · 8 years ago
  97. aa37cbd mesa: Allow Get*() of several forgotten IsEnabled() pnames. by Kenneth Graunke · 8 years ago
  98. b4b50b0 mesa: Make glGet queries initialize ctx->Debug when necessary. by Kenneth Graunke · 8 years ago
  99. 4739201 Update docs to advertise new support for ARB_internalformat_query2 by Eduardo Lima Mitev · 8 years ago
  100. 4f028bf i965: Enable the ARB_internalformat_query2 extension by Antia Puentes · 9 years ago