1. 62a5e6e isl/state: Refactor the per-gen isl_to_gen_h/valign tables by Jason Ekstrand · 8 years ago
  2. b1b0d6f isl/state: Return an extent3d from the halign/valign helper by Jason Ekstrand · 8 years ago
  3. a60ae9e isl/state: Put pitch calculations together by Jason Ekstrand · 8 years ago
  4. 70c8afc isl/state: Put all dimension setup together and towards the top by Jason Ekstrand · 8 years ago
  5. e66e70e isl/state: Put surface format setup at the top by Jason Ekstrand · 8 years ago
  6. 39baea5 isl/state: Remove some unused fields by Jason Ekstrand · 8 years ago
  7. caf2af4 isl/state: Don't use designated initializers for the surface state by Jason Ekstrand · 8 years ago
  8. de1d194 genxml/gen8,9: Prefix the multisample format enum with MSFMT by Jason Ekstrand · 8 years ago
  9. 320de71 i965/blorp: Only set src_z for gen8+ 3D textures by Jason Ekstrand · 8 years ago
  10. 664dc89 i965/gen7,8: Set SURFACE_IS_ARRAY for all non-3D texture types by Jason Ekstrand · 8 years ago
  11. 2a1cc94 i965/gen4: Subtract 1 from buffer sizes by Jason Ekstrand · 8 years ago
  12. e8580b8 i965: Remove fake W-tiled render target support by Jason Ekstrand · 8 years ago
  13. 0195299 i965/fs: Use a default Y coordinate of 0 for TXF on gen9+ by Jason Ekstrand · 8 years ago
  14. 1436238 i965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH by Jason Ekstrand · 8 years ago
  15. 620f81d i965/blorp/gen8: Use the correct max level and layer in emit_surface_states by Jason Ekstrand · 8 years ago
  16. 6ba88bc i965: Drop the maximum 3D texture size to 512 on Sandy Bridge by Jason Ekstrand · 8 years ago
  17. 0f9cd74 i965/gen4-6: Handle gl_texture_object::BaseLevel and MinLayer correctly by Jason Ekstrand · 8 years ago
  18. ee39d3b i965/gen4: Pull texture formats from the texture object not the miptree by Jason Ekstrand · 8 years ago
  19. 77d6add i965: Fix point size with tessellation/geometry shaders in GLES. by Kenneth Graunke · 8 years ago
  20. 5d85a21 .mailmap: fix my main address by Marek Olšák · 8 years ago
  21. 356ea9a i965: move vs outputs written into a helper by Timothy Arceri · 9 years ago
  22. 3948cd3 st/mesa: use a single memcpy in st_ReadPixels when possible by Nicolai Hähnle · 8 years ago
  23. 36ed1b6 glsl: only match gl_FragData and not gl_SecondaryFragDataEXT by Ilia Mirkin · 8 years ago
  24. 1f4bca7 nv50,nvc0: fix start_instance in manual push path by Ilia Mirkin · 8 years ago
  25. 5b0d648 translate: fix start_instance parameter in sse version by Ilia Mirkin · 8 years ago
  26. 35b53c8 anv/cmd: Dirty descriptor sets when a new pipeline is bound by Jason Ekstrand · 8 years ago
  27. 2bfe0c3 anv/cmd: Move emit_descriptor_pointers to genX_cmd_buffer.c by Jason Ekstrand · 8 years ago
  28. 9df4d6b anv/cmd: Move flush_descriptor_sets to anv_cmd_buffer.c by Jason Ekstrand · 8 years ago
  29. 295e03c spirv: Use the system value version of gl_FrontFace by Jason Ekstrand · 8 years ago
  30. 40013c5 i965: Reorganize prog_data->total_scratch code a bit. by Kenneth Graunke · 8 years ago
  31. b16d212 radeonsi: add a debug flag for unsafe math LLVM optimizations by Marek Olšák · 8 years ago
  32. 70a2547 radeonsi: use u_blitter for mipmap generation by Marek Olšák · 8 years ago
  33. 5fed112 gallium/u_blitter: implement mipmap generation by Marek Olšák · 8 years ago
  34. 3735a92 st/mesa: cache staging texture for glReadPixels by Nicolai Hähnle · 8 years ago
  35. a571859 st/mesa: invalidate readpixels cache by Nicolai Hähnle · 8 years ago
  36. 615ba11 st/mesa: add readpix_cache structure by Nicolai Hähnle · 8 years ago
  37. b74c231 st/mesa: move ReadPixels blit into a separate function by Nicolai Hähnle · 8 years ago
  38. f9ddd52 st/mesa: flush bitmap cache before CopyImageSubData by Nicolai Hähnle · 8 years ago
  39. e7fff3c st/mesa: flush bitmap cache before texture functions by Nicolai Hähnle · 8 years ago
  40. c542b7e st/mesa: flush bitmap cache before compute dispatch by Nicolai Hähnle · 8 years ago
  41. 644e015 i965: get PrimitiveMode from the program rather than the shader struct by Timothy Arceri · 8 years ago
  42. 82e0bbd clover: Fix build against clang SVN >= r273191 by Vedran Miletić · 8 years ago
  43. cd89c83 i965: Fix multiplication of immediates on Cherryview/Broxton. by Kenneth Graunke · 8 years ago
  44. eb6764c anv: Add proper support for depth clamping by Jason Ekstrand · 8 years ago
  45. 8a46b50 anv/cmd_buffer: Split emit_viewport in two by Jason Ekstrand · 8 years ago
  46. 20e95a7 anv/cmd_buffer: Set depth/stencil extent based on the image by Jason Ekstrand · 8 years ago
  47. b65f2e4 anv/cmd_buffer: Don't crash if push constants are provided for missing stages by Jason Ekstrand · 8 years ago
  48. e6c2fe4 anv/pipeline: Do invariance propagation on SPIR-V shaders by Jason Ekstrand · 8 years ago
  49. bec07b7 nir/alu_to_scalar: Respect the exact ALU operation qualifier by Jason Ekstrand · 8 years ago
  50. 202751f nir: Add a pass for propagating invariant decorations by Jason Ekstrand · 8 years ago
  51. 68e308d nir/algebraic: Remove imprecise flog2 optimizations by Jason Ekstrand · 8 years ago
  52. 895f7dd i965: Delete redundant extension enables by Ian Romanick · 8 years ago
  53. d3a5cae mesa: Fix incorrect "see also" comments by Ian Romanick · 8 years ago
  54. 08cd234 mesa: Silence unused parameter warning by Ian Romanick · 8 years ago
  55. 64180de gallium: make image_view const by Rob Clark · 8 years ago
  56. ef534b9 gallium: make constant_buffer const by Rob Clark · 8 years ago
  57. e1c1c40 gallium: make shader_buffers const by Rob Clark · 8 years ago
  58. 1167905 radeonsi: use trapezoid distribution for tess on Fiji and Polaris by Nicolai Hähnle · 8 years ago
  59. 650137a radeonsi/sid: add Fiji+ tesselation distribution mode by Nicolai Hähnle · 8 years ago
  60. 32fd92e radeonsi: emit PA_SC_RASTER_CONFIG_1 only once by Nicolai Hähnle · 8 years ago
  61. c951755 radeonsi: fix calculation of valid RB mask per SE by Nicolai Hähnle · 8 years ago
  62. 6c2e636 radeonsi: raise SI_PM4_MAX_DW by Nicolai Hähnle · 8 years ago
  63. b0cf991 gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9 by Roland Scheidegger · 8 years ago
  64. 154c0a4 nvc0: don't make use of push hint if there are no non-const user vbos by Ilia Mirkin · 8 years ago
  65. 1804aa0 gk104/ir: fix tex use generation to be more careful about eliding uses by Ilia Mirkin · 8 years ago
  66. 194bcb4 nv50: add support for GL_EXT_window_rectangles by Ilia Mirkin · 8 years ago
  67. b21a00d nvc0: add support for GL_EXT_window_rectangles by Ilia Mirkin · 8 years ago
  68. d1bdc12 st/mesa: add support for GL_EXT_window_rectangles by Ilia Mirkin · 8 years ago
  69. 07fcb06 gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers by Ilia Mirkin · 8 years ago
  70. 82fab73 gallium: add API for setting window rectangles by Ilia Mirkin · 8 years ago
  71. d68c1e2 mesa: add GL_EXT_window_rectangles state storage/retrieval functionality by Ilia Mirkin · 8 years ago
  72. 78506ad glapi: add GL_EXT_window_rectangles entrypoints by Ilia Mirkin · 8 years ago
  73. b214e0d nv50/ir: add missing strings for some recent sysvals by Samuel Pitoiset · 8 years ago
  74. 6b0ac95 swr: Update screen->context pointer with multiple contexts. by Bruce Cherniak · 8 years ago
  75. ace3124 scons: put the generated git_sha1.h file in top-level src/ directory by Brian Paul · 8 years ago
  76. 5a64549 swr: switch from overriding -march to selecting features by Tim Rowley · 8 years ago
  77. 481e924 mesa: remove remaining tabs in api_validate.c by Timothy Arceri · 8 years ago
  78. bdab572 i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXT by Samuel Iglesias Gonsálvez · 8 years ago
  79. 0177dbb i965/fs: Fix single-precision to double-precision conversions for CHV/BSW/BXT by Iago Toral Quiroga · 8 years ago
  80. 48593ea docs: Mention GL_ARB_ES3_1_compatibility in release notes. by Kenneth Graunke · 8 years ago
  81. a08a165 i965: Fix comment about CS scratch space encodings on Broadwell+. by Kenneth Graunke · 8 years ago
  82. 93d8f80 docs: Update ARB_ES3_1_compatibility status for i965. by Kenneth Graunke · 8 years ago
  83. 1f9445f i965: Drop perf_debug about rasterizer discard in SOL vs. clipper. by Kenneth Graunke · 9 years ago
  84. 32b1c0b i965: Enable GL_ARB_ES3_1_compatibility on Gen8+ if CS are available. by Kenneth Graunke · 8 years ago
  85. 6bec55a mesa: If validation fails in a debug context just emit a debug message by Ian Romanick · 8 years ago
  86. 9c87282 glsl: Always strip arrayness in precision_qualifier_allowed by Ian Romanick · 8 years ago
  87. d04f652 mesa/main: Update _mesa_new_shader. by Jose Fonseca · 8 years ago
  88. 6d877d7 st/vdpau: we support lumakeying now by Christian König · 8 years ago
  89. bf89e67 vl: support luma keying for interlaced surfaces as well by Christian König · 8 years ago
  90. 456b5d9 i965: remove remaining tabs in brw_link.cpp by Timothy Arceri · 8 years ago
  91. 0e73d94 vbo: Use a bitmask to track the active arrays in vbo_save*. by Mathias Fröhlich · 8 years ago
  92. bc4e0c4 vbo: Use a bitmask to track the active arrays in vbo_exec*. by Mathias Fröhlich · 8 years ago
  93. 22e5d4a mesa: Use bitmask/ffs to iterate the active_samplers bitmask. by Mathias Fröhlich · 8 years ago
  94. 34f741b mesa: Use bitmask/ffs to iterate the enabled textures. by Mathias Fröhlich · 8 years ago
  95. 11a5b77 mesa: Use designated bool value to check texture unit completeness. by Mathias Fröhlich · 8 years ago
  96. c14ec9a mesa: Use bitmask/ffs to iterate SamplersUsed by Mathias Fröhlich · 8 years ago
  97. 53691b7 i965: Use bitmask/ffs to iterate used vertex attributes. by Mathias Fröhlich · 8 years ago
  98. b670f0d i965: Use bitmask/ffs to iterate enabled clip planes. by Mathias Fröhlich · 8 years ago
  99. a0fe569 radeon/r200: Use bitmask/ffs to iterate enabled clip planes. by Mathias Fröhlich · 8 years ago
  100. dc9e604 mesa: Use bitmask/ffs to iterate enabled clip planes. by Mathias Fröhlich · 8 years ago