1. da4a6bb gen8/pipeline: Pull gs_vertex_count from prog_data by Jason Ekstrand · 9 years ago
  2. ff8895b Merge remote-tracking branch 'mesa-public/master' into vulkan by Jason Ekstrand · 9 years ago
  3. 9f8c01b i965/gs: Pass VerticesIn though prog_data by Jason Ekstrand · 9 years ago
  4. 56eb9c4 i965/fs: Pass usage of depth, W, and sample mask through prog_data by Jason Ekstrand · 9 years ago
  5. ae35439 i965/fs: Refactor setup_payload_gen6 to assume FS by Jason Ekstrand · 9 years ago
  6. d759f0d nv50,nvc0: remove unused parameter in nvXX_state_validate() by Samuel Pitoiset · 9 years ago
  7. b600247 glsl: don't validate interface blocks twice by Timothy Arceri · 9 years ago
  8. 98d3cc9 glsl: remove duplicate embedded struct validation by Timothy Arceri · 9 years ago
  9. 0d4898a include,gallium: Remove pre-MSVC 2013 compatibility. by Jose Fonseca · 9 years ago
  10. a97a955 scons: Eliminate MSVC2008 compatibility. by Jose Fonseca · 9 years ago
  11. 1cadfe0 configure: Eliminate MSVC2008 compatibility. by Jose Fonseca · 9 years ago
  12. a2c8b5e i965: ir: dump floats as %-g rather than %f, so we can see denormals by Chris Forbes · 9 years ago
  13. 9f36070 i965/gen7: Require kernel cmd_parser 5 for ARB_compute_shader by Jordan Justen · 9 years ago
  14. a8aa73f st/mesa: release GLSL IR in LinkShader after it's not needed by Marek Olšák · 9 years ago
  15. 906ecab mesa: call build_program_resource_list inside Driver.LinkShader by Marek Olšák · 9 years ago
  16. 0f235c9 st/mesa: use correct pipe functions to create tess shaders by Marek Olšák · 9 years ago
  17. 100796c gallium/radeon: drop support for LLVM 3.5 by Marek Olšák · 9 years ago
  18. 3dc1cb0 radeonsi: obtain commonly used LLVM types only once by Marek Olšák · 9 years ago
  19. 1643dca radeonsi: cleanup shader codegen by Marek Olšák · 9 years ago
  20. 1c8a1a8 radeonsi: fix a crash when binding a sampler buffer by Marek Olšák · 9 years ago
  21. 2009e30 anv/pack: Handle case where a struct field covers multiple dwords by Kristian Høgsberg Kristensen · 9 years ago
  22. 0f3cea9 docs: add news item and link release notes for 11.1.2 by Emil Velikov · 9 years ago
  23. 0802afd docs: add sha256 checksums for 11.1.2 by Emil Velikov · 9 years ago
  24. 323782a docs: add release notes for 11.1.2 by Emil Velikov · 9 years ago
  25. f710f3c Merge remote-tracking branch 'mesa-public/master' into vulkan by Jason Ekstrand · 9 years ago
  26. 7ef3e47 Merge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9' into vulkan by Jason Ekstrand · 9 years ago
  27. d2623a3 anv: Handle dwords that are all MBZ correctly by Kristian Høgsberg Kristensen · 9 years ago
  28. 8750299 nir: Remove the const_offset from nir_tex_instr by Jason Ekstrand · 9 years ago
  29. 70dff4a nir/lower_vec_to_movs: Better report channels handled by insert_mov by Jason Ekstrand · 9 years ago
  30. 09bb7ea anv: Fix out-of-tree build by Kristian Høgsberg Kristensen · 9 years ago
  31. 9cc939d nir: Fix out-of-tree build for spirv2nir by Kristian Høgsberg Kristensen · 9 years ago
  32. 9be5a4b nir/spirv: Fix handling of OpGroupMemberDecorate by Jason Ekstrand · 9 years ago
  33. ac04c6d nir/spirv: Assert that struct member ids are in-bounds by Jason Ekstrand · 9 years ago
  34. 6ee1c38 radeonsi: don't emit unnecessary NULL exports for unbound targets (v3) by Marek Olšák · 9 years ago
  35. 8179834 nir/spirv: fix build_mat_subdet stack smasher by Mark Janes · 9 years ago
  36. 51c01e2 anv: Generate pack headers from XML definition by Kristian Høgsberg Kristensen · 9 years ago
  37. 088280e i965: Make sure we blit a full compressed block by Ben Widawsky · 9 years ago
  38. 79d0082 radeon/uvd: silence a warning by Marek Olšák · 9 years ago
  39. d9c8a8f r300g: silence warnings by Marek Olšák · 9 years ago
  40. 0ecc9d9 meta/decompress: Don't pollute the renderbuffer namespace by Ian Romanick · 9 years ago
  41. 3aeff21 meta: Use internal functions for renderbuffer access by Ian Romanick · 9 years ago
  42. 4087c17 meta/decompress: Track renderbuffer using gl_renderbuffer instead of GL API object handle by Ian Romanick · 9 years ago
  43. 47a5aa4 i965/meta: Don't pollute the renderbuffer namespace by Ian Romanick · 9 years ago
  44. 03506c9 i965/meta: Use internal functions for renderbuffer access by Ian Romanick · 9 years ago
  45. 4c6b0e017 i965/meta: Return struct gl_renderbuffer* from brw_get_rb_for_slice instead of GL API handle by Ian Romanick · 9 years ago
  46. ab2b631 meta: Don't save or restore the renderbuffer binding by Ian Romanick · 9 years ago
  47. e273bbd meta: Use _mesa_CreateRenderbuffers instead of _mesa_GenRenderbuffers and _mesa_BindRenderbuffer by Ian Romanick · 9 years ago
  48. 1e055e9 i965/meta: Use _mesa_CreateRenderbuffers instead of _mesa_GenRenderbuffers and _mesa_BindRenderbuffer by Ian Romanick · 9 years ago
  49. eb5bc62 mesa: Refactor renderbuffer_storage to make _mesa_renderbuffer_storage by Ian Romanick · 9 years ago
  50. 9ae42ab mesa: Refactor _mesa_framebuffer_renderbuffer by Ian Romanick · 9 years ago
  51. 7aedbba radeonsi: put image, fmask, and sampler descriptors into one array by Marek Olšák · 9 years ago
  52. 796ee76 winsys/radeon: fix the num_tile_pipes comment to silence warnings by Marek Olšák · 9 years ago
  53. 111602e winsys/radeon: better explain the num_tile_pipes fixup for TAHITI (v2) by Alexandre Demers · 9 years ago
  54. 5e8db89 st/mesa: check ureg_create() retval in create_pbo_upload_vs() by Samuel Pitoiset · 9 years ago
  55. e86ba78 freedreno/ir3: Get rid of nested functions by Bernhard Rosenkränzer · 9 years ago
  56. 43d23e8 i965/blorp: Fix hiz ops on MSAA surfaces by Chris Forbes · 10 years ago
  57. 878b2b8 i965/gen8: Remove dead assertion by Topi Pohjolainen · 9 years ago
  58. 3c432d4 i965: Use constant pointer when checking for compression by Topi Pohjolainen · 9 years ago
  59. 85fab1f mesa: fix trivial comment typo in dlist.c by Brian Paul · 9 years ago
  60. 85f5c18 i965/vec4: Drop support for ATTR as an instruction destination. by Kenneth Graunke · 9 years ago
  61. 67c5d00 i965/vec4/gs: Stop munging the ATTR containing gl_PointSize. by Kenneth Graunke · 9 years ago
  62. d56ae2d i965: Apply VS attribute workarounds in NIR. by Kenneth Graunke · 9 years ago
  63. 09b3e30 anv: Fix up spirv for new texture/sampler split stuff by Jason Ekstrand · 9 years ago
  64. cac54d7 st/mesa: clarify some texture target code in st_cb_drawpix.c by Brian Paul · 9 years ago
  65. 5e4de78 st/mesa: fix bitmap texture target code and simplify tex sampler state by Brian Paul · 9 years ago
  66. 9e2a9d5 st/mesa: use MAX3() macro, as we do for sampler view code below by Brian Paul · 9 years ago
  67. a5b8ede st/mesa: move some st_cb_drawpixels.c code, add comments by Brian Paul · 9 years ago
  68. b14f4c1 Merge remote-tracking branch 'mesa-public/master' into vulkan by Jason Ekstrand · 9 years ago
  69. e01dd59 vtn: Use const_index helpers by Jason Ekstrand · 9 years ago
  70. e15f755 anv/apply_pipeline_layout: Use the new const_index helpers by Jason Ekstrand · 9 years ago
  71. 768bd7f Merge commit '8b0fb1c152fe191768953aa8c77b89034a377f83' into vulkan by Jason Ekstrand · 9 years ago
  72. c624241 mesa/readpix: Dedent former _mesa_readpixels() if block by Nanley Chery · 9 years ago
  73. b89a8a1 mesa/readpix: Don't clip in _mesa_readpixels() by Nanley Chery · 9 years ago
  74. 6058327 mesa/readpix: Clip ReadPixels() area to the ReadBuffer's by Nanley Chery · 9 years ago
  75. 55d56d3 mesa/image: Make _mesa_clip_readpixels() work with renderbuffers by Nanley Chery · 9 years ago
  76. d03e5d5 i965/vec4: Plumb separate surfaces and samplers through from NIR by Jason Ekstrand · 9 years ago
  77. f88027f i965/vec4: Separate the sampler from the surface in generate_tex by Jason Ekstrand · 9 years ago
  78. b8ab9c8 i965/fs: Plumb separate surfaces and samplers through from NIR by Jason Ekstrand · 9 years ago
  79. c0c14de i965/fs: Separate the sampler from the surface in generate_tex by Jason Ekstrand · 9 years ago
  80. a37b811 i965/fs: Add an enum for keeping track of texture instruciton sources by Jason Ekstrand · 9 years ago
  81. 5ec4563 nir: Separate texture from sampler in nir_tex_instr by Jason Ekstrand · 9 years ago
  82. ee85014 nir/tex_instr: Rename sampler to texture by Jason Ekstrand · 9 years ago
  83. 3f42184 nir: Add some braces around loops and ifs by Jason Ekstrand · 9 years ago
  84. 830b075 i965: Explicitly write the "TR DS Cache Disable" bit at TCS EOT. by Kenneth Graunke · 9 years ago
  85. 8b0fb1c freedreno/ir3: use const_index helpers by Rob Clark · 9 years ago
  86. ced8d3e nir: use const_index helpers by Rob Clark · 9 years ago
  87. 6921762 ptn: use const_index helpers by Rob Clark · 9 years ago
  88. ead05e8 ttn: use const_index helpers by Rob Clark · 9 years ago
  89. b177023 ttn: small logic cleanup by Rob Clark · 9 years ago
  90. b6cf98b gtn: use const_index helpers by Rob Clark · 9 years ago
  91. 1df3ecc nir: const_index helpers by Rob Clark · 9 years ago
  92. 4c5dccc anv/image: Fix usage for depthstencil images by Chad Versace · 9 years ago
  93. c5e521f anv/image: Refactor choose_isl_surf_usage() by Chad Versace · 9 years ago
  94. 2f4bb00 anv/image: Fix choose_isl_surf_usage() by Chad Versace · 9 years ago
  95. 8b0f6de glsl: Disallow transform feedback varyings with compute shaders. by Kenneth Graunke · 9 years ago
  96. 329181a radeonsi: enable denorms for 64-bit and 16-bit floats by Marek Olšák · 9 years ago
  97. 17fe3fa gallium: pass the robust buffer access context flag to drivers by Marek Olšák · 9 years ago
  98. d611fce gallium/radeon: add a function for adding llvm function attributes by Marek Olšák · 9 years ago
  99. de2e283 radeonsi: compile geometry shaders immediately by Marek Olšák · 9 years ago
  100. f7a8b6f radeonsi: split out code for deleting si_shader by Marek Olšák · 9 years ago