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