1. 743ff58 svga: don't copy blit_info into local var by Brian Paul · 8 years ago
  2. e0dc3c5 gallium/util: fix some 4-space indentation in blitter code by Brian Paul · 8 years ago
  3. 2aa9ff0 svga: fix texture array update regression by Charmaine Lee · 8 years ago
  4. d4a7725 svga: fix index/vertex buffer surface reference at draw by Charmaine Lee · 8 years ago
  5. 2b81e31 svga: fix vertex buffer references in the hw state by Charmaine Lee · 8 years ago
  6. a1d74f5 svga: fix index buffer reference in the hw state by Charmaine Lee · 8 years ago
  7. ab99196 glsl/mesa: stop duplicating geom and tcs layout values by Timothy Arceri · 8 years ago
  8. 24b3be0 glsl/mesa: stop duplicating tes layout values by Timothy Arceri · 8 years ago
  9. f3ae370 .mailmap: Fixup my email address by Edward O'Callaghan · 8 years ago
  10. 2230455 st/mesa: expose EXT_vertex_array_bgra when supported by backend by Christian Gmeiner · 8 years ago
  11. c2f2c8e anv: Use different BOs for different scratch sizes and stages by Jason Ekstrand · 8 years ago
  12. 45c0f60 genxml: Make ScratchSpaceBasePointer an address instead of an offset by Jason Ekstrand · 8 years ago
  13. 966bed1 anv: Add an allocator for scratch buffers by Jason Ekstrand · 8 years ago
  14. 89ded09 genxml: Put append counter fields before MCS in RENDER_SURFACE_STATE on gen7 by Jason Ekstrand · 8 years ago
  15. d82322e anv,isl: Lower storage image formats in anv by Jason Ekstrand · 8 years ago
  16. 97f1277 isl/state: Allow for full 31-bit buffer texture sizes by Jason Ekstrand · 8 years ago
  17. bb64e66 isl/state: Don't use designated initializers for buffer surface state by Jason Ekstrand · 8 years ago
  18. 4061fde isl/state: Add assertions for buffer surface restrictions by Jason Ekstrand · 8 years ago
  19. ce24097 isl/state: Don't set SurfacePitch for gen9 1-D textures by Jason Ekstrand · 8 years ago
  20. f47e23a isl/state: Use TILEWALK_XMAJOR for linear surfaces on gen7 by Jason Ekstrand · 8 years ago
  21. 96706ba isl/state: Emit no-op mip tail setup on SKL by Jason Ekstrand · 8 years ago
  22. 14d7c16 isl/state: Only set cube face enables if usage includes CUBE_BIT by Jason Ekstrand · 8 years ago
  23. 5d24e9c isl/state: Use the layout for computing qpitch rather than dimensions by Jason Ekstrand · 8 years ago
  24. 6a43204 isl/state: Set the IntegerSurfaceFormat bit on Haswell by Jason Ekstrand · 8 years ago
  25. 324103d isl/format: Mark R9G9B9E5 as containing 9-bit unsigned float channels by Jason Ekstrand · 8 years ago
  26. 215282c isl/state: Don't set RenderTargetViewExtent for texture surfaces by Jason Ekstrand · 8 years ago
  27. bb326f7 isl/state: Set SurfaceArray based on the surface dimension by Jason Ekstrand · 8 years ago
  28. d050ffb isl/state: Don't force-disable L2 bypass for everything by Jason Ekstrand · 8 years ago
  29. 87f0ffa isl/state: Refactor the setup of clear colors by Jason Ekstrand · 8 years ago
  30. 62a5e6e isl/state: Refactor the per-gen isl_to_gen_h/valign tables by Jason Ekstrand · 8 years ago
  31. b1b0d6f isl/state: Return an extent3d from the halign/valign helper by Jason Ekstrand · 8 years ago
  32. a60ae9e isl/state: Put pitch calculations together by Jason Ekstrand · 8 years ago
  33. 70c8afc isl/state: Put all dimension setup together and towards the top by Jason Ekstrand · 8 years ago
  34. e66e70e isl/state: Put surface format setup at the top by Jason Ekstrand · 8 years ago
  35. 39baea5 isl/state: Remove some unused fields by Jason Ekstrand · 8 years ago
  36. caf2af4 isl/state: Don't use designated initializers for the surface state by Jason Ekstrand · 8 years ago
  37. de1d194 genxml/gen8,9: Prefix the multisample format enum with MSFMT by Jason Ekstrand · 8 years ago
  38. 320de71 i965/blorp: Only set src_z for gen8+ 3D textures by Jason Ekstrand · 8 years ago
  39. 664dc89 i965/gen7,8: Set SURFACE_IS_ARRAY for all non-3D texture types by Jason Ekstrand · 8 years ago
  40. 2a1cc94 i965/gen4: Subtract 1 from buffer sizes by Jason Ekstrand · 8 years ago
  41. e8580b8 i965: Remove fake W-tiled render target support by Jason Ekstrand · 8 years ago
  42. 0195299 i965/fs: Use a default Y coordinate of 0 for TXF on gen9+ by Jason Ekstrand · 8 years ago
  43. 1436238 i965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH by Jason Ekstrand · 8 years ago
  44. 620f81d i965/blorp/gen8: Use the correct max level and layer in emit_surface_states by Jason Ekstrand · 8 years ago
  45. 6ba88bc i965: Drop the maximum 3D texture size to 512 on Sandy Bridge by Jason Ekstrand · 8 years ago
  46. 0f9cd74 i965/gen4-6: Handle gl_texture_object::BaseLevel and MinLayer correctly by Jason Ekstrand · 8 years ago
  47. ee39d3b i965/gen4: Pull texture formats from the texture object not the miptree by Jason Ekstrand · 8 years ago
  48. 77d6add i965: Fix point size with tessellation/geometry shaders in GLES. by Kenneth Graunke · 8 years ago
  49. 5d85a21 .mailmap: fix my main address by Marek Olšák · 8 years ago
  50. 356ea9a i965: move vs outputs written into a helper by Timothy Arceri · 8 years ago
  51. 3948cd3 st/mesa: use a single memcpy in st_ReadPixels when possible by Nicolai Hähnle · 8 years ago
  52. 36ed1b6 glsl: only match gl_FragData and not gl_SecondaryFragDataEXT by Ilia Mirkin · 8 years ago
  53. 1f4bca7 nv50,nvc0: fix start_instance in manual push path by Ilia Mirkin · 8 years ago
  54. 5b0d648 translate: fix start_instance parameter in sse version by Ilia Mirkin · 8 years ago
  55. 35b53c8 anv/cmd: Dirty descriptor sets when a new pipeline is bound by Jason Ekstrand · 8 years ago
  56. 2bfe0c3 anv/cmd: Move emit_descriptor_pointers to genX_cmd_buffer.c by Jason Ekstrand · 8 years ago
  57. 9df4d6b anv/cmd: Move flush_descriptor_sets to anv_cmd_buffer.c by Jason Ekstrand · 8 years ago
  58. 295e03c spirv: Use the system value version of gl_FrontFace by Jason Ekstrand · 8 years ago
  59. 40013c5 i965: Reorganize prog_data->total_scratch code a bit. by Kenneth Graunke · 8 years ago
  60. b16d212 radeonsi: add a debug flag for unsafe math LLVM optimizations by Marek Olšák · 8 years ago
  61. 70a2547 radeonsi: use u_blitter for mipmap generation by Marek Olšák · 8 years ago
  62. 5fed112 gallium/u_blitter: implement mipmap generation by Marek Olšák · 8 years ago
  63. 3735a92 st/mesa: cache staging texture for glReadPixels by Nicolai Hähnle · 8 years ago
  64. a571859 st/mesa: invalidate readpixels cache by Nicolai Hähnle · 8 years ago
  65. 615ba11 st/mesa: add readpix_cache structure by Nicolai Hähnle · 8 years ago
  66. b74c231 st/mesa: move ReadPixels blit into a separate function by Nicolai Hähnle · 8 years ago
  67. f9ddd52 st/mesa: flush bitmap cache before CopyImageSubData by Nicolai Hähnle · 8 years ago
  68. e7fff3c st/mesa: flush bitmap cache before texture functions by Nicolai Hähnle · 8 years ago
  69. c542b7e st/mesa: flush bitmap cache before compute dispatch by Nicolai Hähnle · 8 years ago
  70. 644e015 i965: get PrimitiveMode from the program rather than the shader struct by Timothy Arceri · 8 years ago
  71. 82e0bbd clover: Fix build against clang SVN >= r273191 by Vedran Miletić · 8 years ago
  72. cd89c83 i965: Fix multiplication of immediates on Cherryview/Broxton. by Kenneth Graunke · 8 years ago
  73. eb6764c anv: Add proper support for depth clamping by Jason Ekstrand · 8 years ago
  74. 8a46b50 anv/cmd_buffer: Split emit_viewport in two by Jason Ekstrand · 8 years ago
  75. 20e95a7 anv/cmd_buffer: Set depth/stencil extent based on the image by Jason Ekstrand · 8 years ago
  76. b65f2e4 anv/cmd_buffer: Don't crash if push constants are provided for missing stages by Jason Ekstrand · 8 years ago
  77. e6c2fe4 anv/pipeline: Do invariance propagation on SPIR-V shaders by Jason Ekstrand · 8 years ago
  78. bec07b7 nir/alu_to_scalar: Respect the exact ALU operation qualifier by Jason Ekstrand · 8 years ago
  79. 202751f nir: Add a pass for propagating invariant decorations by Jason Ekstrand · 8 years ago
  80. 68e308d nir/algebraic: Remove imprecise flog2 optimizations by Jason Ekstrand · 8 years ago
  81. 895f7dd i965: Delete redundant extension enables by Ian Romanick · 8 years ago
  82. d3a5cae mesa: Fix incorrect "see also" comments by Ian Romanick · 8 years ago
  83. 08cd234 mesa: Silence unused parameter warning by Ian Romanick · 8 years ago
  84. 64180de gallium: make image_view const by Rob Clark · 8 years ago
  85. ef534b9 gallium: make constant_buffer const by Rob Clark · 8 years ago
  86. e1c1c40 gallium: make shader_buffers const by Rob Clark · 8 years ago
  87. 1167905 radeonsi: use trapezoid distribution for tess on Fiji and Polaris by Nicolai Hähnle · 8 years ago
  88. 650137a radeonsi/sid: add Fiji+ tesselation distribution mode by Nicolai Hähnle · 8 years ago
  89. 32fd92e radeonsi: emit PA_SC_RASTER_CONFIG_1 only once by Nicolai Hähnle · 8 years ago
  90. c951755 radeonsi: fix calculation of valid RB mask per SE by Nicolai Hähnle · 8 years ago
  91. 6c2e636 radeonsi: raise SI_PM4_MAX_DW by Nicolai Hähnle · 8 years ago
  92. b0cf991 gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9 by Roland Scheidegger · 8 years ago
  93. 154c0a4 nvc0: don't make use of push hint if there are no non-const user vbos by Ilia Mirkin · 8 years ago
  94. 1804aa0 gk104/ir: fix tex use generation to be more careful about eliding uses by Ilia Mirkin · 8 years ago
  95. 194bcb4 nv50: add support for GL_EXT_window_rectangles by Ilia Mirkin · 8 years ago
  96. b21a00d nvc0: add support for GL_EXT_window_rectangles by Ilia Mirkin · 8 years ago
  97. d1bdc12 st/mesa: add support for GL_EXT_window_rectangles by Ilia Mirkin · 8 years ago
  98. 07fcb06 gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers by Ilia Mirkin · 8 years ago
  99. 82fab73 gallium: add API for setting window rectangles by Ilia Mirkin · 8 years ago
  100. d68c1e2 mesa: add GL_EXT_window_rectangles state storage/retrieval functionality by Ilia Mirkin · 8 years ago