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