1. c36a363 i965: Preserve the internal format of the dri image by Jordan Justen · 8 years ago
  2. a0f3c3c anv: Add anv_render_pass_attachment::store_op by Chad Versace · 8 years ago
  3. 15d3777 gbm: Fix comments by Gurkirpal Singh · 8 years ago
  4. b293e8b gbm: doc fixes by Eric Engestrom · 8 years ago
  5. 60a27ad Remove wrongly repeated words in comments by Giuseppe Bilotta · 8 years ago
  6. 5d07998 svga: update some comments in svga_buffer_handle() by Brian Paul · 8 years ago
  7. fe76212 svga: add a const qualifier in svga_buffer_upload_piecewise() by Brian Paul · 8 years ago
  8. e82fa96 svga: minor code refactor for svga_buffer_upload_command() by Brian Paul · 8 years ago
  9. db721da svga: minor code simplification in svga_context_finish() by Brian Paul · 8 years ago
  10. b0629e6 i965: Implement rasterizer discard via SOL unless required for queries. by Kenneth Graunke · 8 years ago
  11. 4db98f8 i965: Combine 3DSTATE_STREAMOUT emitters and genX_sol_state atoms. by Kenneth Graunke · 8 years ago
  12. fb857b5 glsl: Don't constant propagate arrays. by Kenneth Graunke · 8 years ago
  13. ef78df8 glsl: Make lower_const_arrays_to_uniforms work directly on constants. by Kenneth Graunke · 8 years ago
  14. f7741c5 i965: Copy propagate before doing variable index lowering. by Kenneth Graunke · 8 years ago
  15. 586f4a4 glsl: Propagate invariant/precise after lowering const arrays. by Kenneth Graunke · 8 years ago
  16. c264fdb glsl: Split arrays even in the presence of whole-array copies. by Kenneth Graunke · 8 years ago
  17. acf5444 glsl: Make constant propagation's folder not propagate into an LHS. by Kenneth Graunke · 8 years ago
  18. 3487d2e i965/blorp: Disable vertex element swizzling by Topi Pohjolainen · 8 years ago
  19. 12783aa i965/blorp: Let program data tell if push constants are needed by Topi Pohjolainen · 8 years ago
  20. 874f2e9 i965/blorp: Use prog data counters to guide wm/ps setup by Topi Pohjolainen · 8 years ago
  21. f5e8575 i965/blorp: Use prog data counters to guide sf/sbe setup by Topi Pohjolainen · 8 years ago
  22. 01c89cc i965: Avoid division by zero. by Ardinartsev Nikita · 8 years ago
  23. a16d274 swr: [rasterizer core] fix dependency bug by Tim Rowley · 8 years ago
  24. 73a9154 swr: [rasterizer core] use wrap-around safe compares for dependency checking by Tim Rowley · 8 years ago
  25. dd18953 swr: [rasterizer jitter] add support for component packing for 'odd' formats by Tim Rowley · 8 years ago
  26. 35935ca swr: [rasterizer core] track whether GS outputs viewport array index by Tim Rowley · 8 years ago
  27. 2d80295 swr: [rasterizer core] GS viewport array index attribute by Tim Rowley · 8 years ago
  28. c7cd33b swr: [rasterizer core] conservative rasterization frontend support by Tim Rowley · 8 years ago
  29. c867c22 swr: [rasterizer core] stop single threaded crash exit crash by Tim Rowley · 8 years ago
  30. 0f025eb swr: [rasterizer jitter] small fetch jit cleanup by Tim Rowley · 8 years ago
  31. eca877f swr: [rasterizer core] remove old comment by Tim Rowley · 8 years ago
  32. d3d97f83 swr: [rasterizer jitter] cleanup supporting different llvm versions by Tim Rowley · 8 years ago
  33. 42215e6 swr: [rasterizer jitter] unitialized component fix in fetch jit by Tim Rowley · 8 years ago
  34. b6d2c96 swr: [rasterizer] add support for building avx512 version by Tim Rowley · 8 years ago
  35. 695af2a swr: [rasterizer common] fix include for Intel compiler by Tim Rowley · 8 years ago
  36. 95f21a9 swr: [rasterizer common] workaround clang for windows __cpuid() bug by Tim Rowley · 8 years ago
  37. 9ca741c swr: push/pop DEBUG macro around llvm includes by Tim Rowley · 8 years ago
  38. 805dbdf include: Require MSVC 2013 Update 4. by Jose Fonseca · 8 years ago
  39. 4f5d513 svga: rename svga_surface_copy() to svga_resource_copy_region() by Brian Paul · 8 years ago
  40. 743ff58 svga: don't copy blit_info into local var by Brian Paul · 8 years ago
  41. e0dc3c5 gallium/util: fix some 4-space indentation in blitter code by Brian Paul · 8 years ago
  42. 2aa9ff0 svga: fix texture array update regression by Charmaine Lee · 8 years ago
  43. d4a7725 svga: fix index/vertex buffer surface reference at draw by Charmaine Lee · 8 years ago
  44. 2b81e31 svga: fix vertex buffer references in the hw state by Charmaine Lee · 8 years ago
  45. a1d74f5 svga: fix index buffer reference in the hw state by Charmaine Lee · 8 years ago
  46. ab99196 glsl/mesa: stop duplicating geom and tcs layout values by Timothy Arceri · 8 years ago
  47. 24b3be0 glsl/mesa: stop duplicating tes layout values by Timothy Arceri · 8 years ago
  48. f3ae370 .mailmap: Fixup my email address by Edward O'Callaghan · 8 years ago
  49. 2230455 st/mesa: expose EXT_vertex_array_bgra when supported by backend by Christian Gmeiner · 8 years ago
  50. c2f2c8e anv: Use different BOs for different scratch sizes and stages by Jason Ekstrand · 8 years ago
  51. 45c0f60 genxml: Make ScratchSpaceBasePointer an address instead of an offset by Jason Ekstrand · 8 years ago
  52. 966bed1 anv: Add an allocator for scratch buffers by Jason Ekstrand · 8 years ago
  53. 89ded09 genxml: Put append counter fields before MCS in RENDER_SURFACE_STATE on gen7 by Jason Ekstrand · 8 years ago
  54. d82322e anv,isl: Lower storage image formats in anv by Jason Ekstrand · 8 years ago
  55. 97f1277 isl/state: Allow for full 31-bit buffer texture sizes by Jason Ekstrand · 8 years ago
  56. bb64e66 isl/state: Don't use designated initializers for buffer surface state by Jason Ekstrand · 8 years ago
  57. 4061fde isl/state: Add assertions for buffer surface restrictions by Jason Ekstrand · 8 years ago
  58. ce24097 isl/state: Don't set SurfacePitch for gen9 1-D textures by Jason Ekstrand · 8 years ago
  59. f47e23a isl/state: Use TILEWALK_XMAJOR for linear surfaces on gen7 by Jason Ekstrand · 8 years ago
  60. 96706ba isl/state: Emit no-op mip tail setup on SKL by Jason Ekstrand · 8 years ago
  61. 14d7c16 isl/state: Only set cube face enables if usage includes CUBE_BIT by Jason Ekstrand · 8 years ago
  62. 5d24e9c isl/state: Use the layout for computing qpitch rather than dimensions by Jason Ekstrand · 8 years ago
  63. 6a43204 isl/state: Set the IntegerSurfaceFormat bit on Haswell by Jason Ekstrand · 8 years ago
  64. 324103d isl/format: Mark R9G9B9E5 as containing 9-bit unsigned float channels by Jason Ekstrand · 8 years ago
  65. 215282c isl/state: Don't set RenderTargetViewExtent for texture surfaces by Jason Ekstrand · 8 years ago
  66. bb326f7 isl/state: Set SurfaceArray based on the surface dimension by Jason Ekstrand · 8 years ago
  67. d050ffb isl/state: Don't force-disable L2 bypass for everything by Jason Ekstrand · 8 years ago
  68. 87f0ffa isl/state: Refactor the setup of clear colors by Jason Ekstrand · 8 years ago
  69. 62a5e6e isl/state: Refactor the per-gen isl_to_gen_h/valign tables by Jason Ekstrand · 8 years ago
  70. b1b0d6f isl/state: Return an extent3d from the halign/valign helper by Jason Ekstrand · 8 years ago
  71. a60ae9e isl/state: Put pitch calculations together by Jason Ekstrand · 8 years ago
  72. 70c8afc isl/state: Put all dimension setup together and towards the top by Jason Ekstrand · 8 years ago
  73. e66e70e isl/state: Put surface format setup at the top by Jason Ekstrand · 8 years ago
  74. 39baea5 isl/state: Remove some unused fields by Jason Ekstrand · 8 years ago
  75. caf2af4 isl/state: Don't use designated initializers for the surface state by Jason Ekstrand · 8 years ago
  76. de1d194 genxml/gen8,9: Prefix the multisample format enum with MSFMT by Jason Ekstrand · 8 years ago
  77. 320de71 i965/blorp: Only set src_z for gen8+ 3D textures by Jason Ekstrand · 8 years ago
  78. 664dc89 i965/gen7,8: Set SURFACE_IS_ARRAY for all non-3D texture types by Jason Ekstrand · 8 years ago
  79. 2a1cc94 i965/gen4: Subtract 1 from buffer sizes by Jason Ekstrand · 8 years ago
  80. e8580b8 i965: Remove fake W-tiled render target support by Jason Ekstrand · 8 years ago
  81. 0195299 i965/fs: Use a default Y coordinate of 0 for TXF on gen9+ by Jason Ekstrand · 8 years ago
  82. 1436238 i965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH by Jason Ekstrand · 8 years ago
  83. 620f81d i965/blorp/gen8: Use the correct max level and layer in emit_surface_states by Jason Ekstrand · 8 years ago
  84. 6ba88bc i965: Drop the maximum 3D texture size to 512 on Sandy Bridge by Jason Ekstrand · 8 years ago
  85. 0f9cd74 i965/gen4-6: Handle gl_texture_object::BaseLevel and MinLayer correctly by Jason Ekstrand · 8 years ago
  86. ee39d3b i965/gen4: Pull texture formats from the texture object not the miptree by Jason Ekstrand · 8 years ago
  87. 77d6add i965: Fix point size with tessellation/geometry shaders in GLES. by Kenneth Graunke · 8 years ago
  88. 5d85a21 .mailmap: fix my main address by Marek Olšák · 8 years ago
  89. 356ea9a i965: move vs outputs written into a helper by Timothy Arceri · 8 years ago
  90. 3948cd3 st/mesa: use a single memcpy in st_ReadPixels when possible by Nicolai Hähnle · 8 years ago
  91. 36ed1b6 glsl: only match gl_FragData and not gl_SecondaryFragDataEXT by Ilia Mirkin · 8 years ago
  92. 1f4bca7 nv50,nvc0: fix start_instance in manual push path by Ilia Mirkin · 8 years ago
  93. 5b0d648 translate: fix start_instance parameter in sse version by Ilia Mirkin · 8 years ago
  94. 35b53c8 anv/cmd: Dirty descriptor sets when a new pipeline is bound by Jason Ekstrand · 8 years ago
  95. 2bfe0c3 anv/cmd: Move emit_descriptor_pointers to genX_cmd_buffer.c by Jason Ekstrand · 8 years ago
  96. 9df4d6b anv/cmd: Move flush_descriptor_sets to anv_cmd_buffer.c by Jason Ekstrand · 8 years ago
  97. 295e03c spirv: Use the system value version of gl_FrontFace by Jason Ekstrand · 8 years ago
  98. 40013c5 i965: Reorganize prog_data->total_scratch code a bit. by Kenneth Graunke · 8 years ago
  99. b16d212 radeonsi: add a debug flag for unsafe math LLVM optimizations by Marek Olšák · 8 years ago
  100. 70a2547 radeonsi: use u_blitter for mipmap generation by Marek Olšák · 8 years ago