1. 20553e4 mesa: Use AC_HEADER_MAJOR to include correct header for major(). by Matt Turner · 8 years ago
  2. 8151351 glsl: Remove references to tail_pred. by Matt Turner · 8 years ago
  3. 5ed3299 glx: Avoid aliasing violations. by Matt Turner · 9 years ago
  4. 2a1d287 mesa: Avoid aliasing violation in uniform_query.cpp. by Matt Turner · 8 years ago
  5. f5ac1d3 mesa: Avoid aliasing violation in FXT1. by Matt Turner · 8 years ago
  6. a1e9b72 swrast: Avoid aliasing violation. by Matt Turner · 8 years ago
  7. 149309a glsl: Avoid aliasing violations. by Matt Turner · 8 years ago
  8. d1f6f65 glsl: Separate overlapping sentinel nodes in exec_list. by Matt Turner · 8 years ago
  9. 5d76690 i965/miptree: Stop multiplying cube depth by 6 in HiZ calculations by Jason Ekstrand · 8 years ago
  10. 833e389 i965/miptree/isl: Stop multiplying depth by 6 for cubes by Jason Ekstrand · 8 years ago
  11. d16dc8e i965/blorp/gen8: Stop multiplying depth by 6 for cubes by Jason Ekstrand · 8 years ago
  12. 126bd15 nvc0: use nvc0_m2mf_push_linear() to reduce code duplication by Samuel Pitoiset · 8 years ago
  13. c5236f0 nvc0: use nve4_p2mf_push_linear() to reduce code duplication by Samuel Pitoiset · 8 years ago
  14. 0420666 build: Remove unused AX_CHECK_COMPILE_FLAG macro by Andreas Boll · 8 years ago
  15. a354c38 main: memcpy larger chunks in _mesa_propagate_uniforms_to_driver_storage by Nils Wallménius · 8 years ago
  16. dd208ea st/va: enable h264 VAAPI encode by Boyuan Zhang · 8 years ago
  17. 71da135 st/va: add function to handle misc param type frame rate by Boyuan Zhang · 8 years ago
  18. 10dec2d st/va: add enviromental variable to disable interlace by Boyuan Zhang · 8 years ago
  19. b0ceb4c st/va: add preset values for VAAPI encode by Boyuan Zhang · 8 years ago
  20. 85d807f st/va: add functions for VAAPI encode by Boyuan Zhang · 8 years ago
  21. 10c1cc4 st/va: get rate control method from configattrib v2 by Boyuan Zhang · 8 years ago
  22. 34f4634 st/va: add conversion for yv12 to nv12in putimage v2 by Boyuan Zhang · 8 years ago
  23. 23b4ab1 vl/util: add copy func for yv12image to nv12surface v2 by Boyuan Zhang · 8 years ago
  24. 5bcaa1b st/va: add encode entrypoint v2 by Boyuan Zhang · 8 years ago
  25. e7b2ce5 nvc0: upload sample locations on GM20x by Samuel Pitoiset · 8 years ago
  26. 2f57e57 freedreno/a4xx: time-elapsed query should be active for clears by Rob Clark · 8 years ago
  27. 3a2e67b nvc0/ir: fix up an assertion in emitUADD() by Samuel Pitoiset · 8 years ago
  28. a159a3d nvc0: fix wrong indentation in nvc0_validate_fb() by Samuel Pitoiset · 8 years ago
  29. e483cb9 glsl: reuse main extension table to appropriately restrict extensions by Ilia Mirkin · 8 years ago
  30. 9253dcd freedreno/a4xx: timestamp queries by Rob Clark · 8 years ago
  31. b888d8e freedreno: hw timestamp support by Rob Clark · 8 years ago
  32. 6a4b052 freedreno: prep work for timestamp queries by Rob Clark · 8 years ago
  33. 3d69357 radeonsi: ensure sample locations are set for line and polygon smoothing by Nicolai Hähnle · 8 years ago
  34. f755da0 radeonsi: fix Polaris MSAA regression by Nicolai Hähnle · 8 years ago
  35. abb2a86 freedreno/ir3: Add missing braces in initializer by francians@gmail.com · 8 years ago
  36. c99cdd21 freedreno/a2xx: silence missing case 'SHADER_COMPUTE' warning (v2) by francians@gmail.com · 8 years ago
  37. 700de07 radeonsi: implement buffer_subdata without indirect calls by Marek Olšák · 8 years ago
  38. 8e3e9d2 gallium/util: don't modify usage in pipe_buffer_write by Marek Olšák · 8 years ago
  39. 1ffe77e gallium: split transfer_inline_write into buffer and texture callbacks by Marek Olšák · 8 years ago
  40. 0ba7288 nir: Lower interp_var_at_* like a normal load_var for flat inputs. by Kenneth Graunke · 8 years ago
  41. f80bea2 mesa: Don't call GenerateMipmap if Width or Height == 0. by Kenneth Graunke · 8 years ago
  42. b33bccb anv/pipeline: Set up point coord enables by Jason Ekstrand · 8 years ago
  43. 9e05e51 spirv/nir: Add support for ImageQuerySamples by Jason Ekstrand · 8 years ago
  44. 7120235 spirv/nir: Handle texture projectors by Jason Ekstrand · 8 years ago
  45. 36c31b8 nir/spirv: Refactor coordinate handling in handle_texture by Jason Ekstrand · 8 years ago
  46. b820c8b spirv/nir: Refactor type handling in handle_texture by Jason Ekstrand · 8 years ago
  47. 561be50 spirv/nir: Move opcode selection higher up in handle_texture by Jason Ekstrand · 8 years ago
  48. c8da91a anv/image: Assert that the image format is actually supported by Jason Ekstrand · 8 years ago
  49. 34a39e9 spirv/nir: Don't increment coord_components for array lod queries by Jason Ekstrand · 8 years ago
  50. 67b7d87 i965: Get rid of the do_lower_unnormalized_offsets pass by Jason Ekstrand · 8 years ago
  51. 9f32721 i965/nir: Enable NIR lowering of txf and rect offsets by Jason Ekstrand · 8 years ago
  52. d9156ef nir/lower_tex: Add support for lowering coordinate offsets by Jason Ekstrand · 8 years ago
  53. 843fc8f nir/lower_tex: Add some helpers for working with tex sources by Jason Ekstrand · 8 years ago
  54. 09135cd nir: Add a helper for determining the type of a texture source by Jason Ekstrand · 8 years ago
  55. 3c0077a anv/pipeline: Set binding_table.gather_texture_start by Jason Ekstrand · 8 years ago
  56. 95e9d58 spirv/nir: Properly handle gather components by Jason Ekstrand · 8 years ago
  57. 7c7acf5 spirv/nir: Add support for shadow samplers that return vec4 by Jason Ekstrand · 8 years ago
  58. 2ddefd0 spirv/nir: Fix some texture opcode asserts by Jason Ekstrand · 8 years ago
  59. 3f5cf8c nv50/ir: allow to swap sources for OP_SUB by Samuel Pitoiset · 8 years ago
  60. 2e890b5 gallium/radeon: make deferred flushes asynchronous by Marek Olšák · 8 years ago
  61. d17b35e gallium: add PIPE_FLUSH_DEFERRED by Marek Olšák · 8 years ago
  62. 4cdc482 gallium/os: use CLOCK_MONOTONIC for sleeps (v2) by Marek Olšák · 8 years ago
  63. 4da9f7e mapi: fix typo in macro name by Eric Engestrom · 8 years ago
  64. 44ef2ce docs: Put swr back on the GL_ARB_texture_buffer_object_rgb32 list. by Kenneth Graunke · 8 years ago
  65. d068b38 glsl: subroutine types cannot be compared by Andres Gomez · 8 years ago
  66. a2b3c14 i965: fix varying output setup by Timothy Arceri · 8 years ago
  67. c2801f9 nvc0/mme: fix offsets used for indirect draws by Samuel Pitoiset · 8 years ago
  68. dbcff7f nvc0: fix offsets of MP perf counters input parameters by Samuel Pitoiset · 8 years ago
  69. cb70773 mesa: Add GL_BGRA_EXT to the list of GenerateMipmap internal formats. by Kenneth Graunke · 8 years ago
  70. be1c53d i965: Fix "operation operation" in comment. by Kenneth Graunke · 8 years ago
  71. 76e1610 i965: Fix shared atomic intrinsics to pay attention to base. by Kenneth Graunke · 8 years ago
  72. cf6f2d3 nir: Add a base const_index to shared atomic intrinsics. by Kenneth Graunke · 8 years ago
  73. 91dde3d glsl: re-enable varying packing in GL4.4+ by Timothy Arceri · 8 years ago
  74. 2db357e i965: Include VUE handles for GS with invocations > 1. by Kenneth Graunke · 8 years ago
  75. 8c8c3f8 mesa: Add -fno-math-errno -fno-trapping-math to CXXFLAGS. by Matt Turner · 8 years ago
  76. 5353855 mesa: Drop -fno-builtin-memcmp. by Matt Turner · 8 years ago
  77. 5ec140c mapi: Massage code to allow clang to compile. by Matt Turner · 8 years ago
  78. 6bc5491 docs: Add extensions not part of any GL or GL ES version by Ian Romanick · 8 years ago
  79. d1fbd4c docs: Update GL3.txt for OpenGL 4.0 on i965-ish hardware by Ian Romanick · 8 years ago
  80. 7dc99da docs: Update GL3.txt for OpenGL ES on i965-ish hardware by Ian Romanick · 8 years ago
  81. 4f89cf4 i965: print error messages if gs fails to compile by Timothy Arceri · 8 years ago
  82. b463b1d i965: enable GL4.4 for Gen8+ by Timothy Arceri · 8 years ago
  83. 4ba9bd1 i965: enable ARB_enhanced_layouts for gen6+ by Timothy Arceri · 8 years ago
  84. f3805c5 i965/vec4: add packing support for tcs load outputs by Timothy Arceri · 8 years ago
  85. 255388a i965/vec4: add support for packing tes inputs by Timothy Arceri · 8 years ago
  86. d07cfb3 i965/vec4: add support for packing tcs outputs by Timothy Arceri · 8 years ago
  87. b25e49a i965/vec4: support packing tcs inputs by Timothy Arceri · 8 years ago
  88. d1192be i965/vec4: add component packing for gs by Timothy Arceri · 8 years ago
  89. d1b1fca i965/vec4: add support for packing vs/gs/tes outputs by Timothy Arceri · 8 years ago
  90. b427abb i965/vec4: add support for packing inputs by Timothy Arceri · 8 years ago
  91. 138aad0 i965: add helper for creating packing writemask by Timothy Arceri · 8 years ago
  92. 4b57b53 i965: add helpers for creating component layout swizzle by Timothy Arceri · 8 years ago
  93. d2b4b16 vc4: Return V3D version details in the GL renderer info. by Eric Anholt · 8 years ago
  94. d81934c vc4: Check the V3D version reported by the kernel. by Eric Anholt · 8 years ago
  95. 83b8ca5 vc4: Detect and report kernel support for branching. by Eric Anholt · 8 years ago
  96. 16985eb vc4: Switch to using the libdrm-provided vc4_drm.h. by Eric Anholt · 8 years ago
  97. 3d8c29e docs: mark ARB_enhanced_layouts as DONE for i965 by Timothy Arceri · 9 years ago
  98. d99a040 i965: enable ARB_enhanced_layouts for gen8+ by Timothy Arceri · 8 years ago
  99. cba6657 nir: add doubles component packing support by Timothy Arceri · 8 years ago
  100. ad5dd39 i965: add component packing support for load_output intrinsics by Timothy Arceri · 8 years ago