1. 4ca203f docs: mark GL_MAX_VERTEX_ATTRIB_STRIDE as done by Timothy Arceri · 10 years ago
  2. 89e6806 gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE by Timothy Arceri · 10 years ago
  3. 3246e11 mesa: implement GL_MAX_VERTEX_ATTRIB_STRIDE by Timothy Arceri · 10 years ago
  4. eae9da8 st/clover: Fix build against LLVM SVN >= r216583 by Michel Dänzer · 10 years ago
  5. eee9f6a draw: fix base instance handling in llvm path by Roland Scheidegger · 10 years ago
  6. 17eabfe docs: fix up status of softpipe, llvmpipe by Roland Scheidegger · 10 years ago
  7. 0348429 glsl: Add strings.h on non-MSC platforms by Alexander von Gluck IV · 10 years ago
  8. 6b48c18 radeon/uvd: remove comment about RV770 by Alex Deucher · 10 years ago
  9. 80771e4 radeon/uvd: fix field handling on R6XX style UVD by Christian König · 10 years ago
  10. 03a99ba vl/compositor: set the scissor before clearing the render target by Christian König · 10 years ago
  11. b73c207 st/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap)Surface by Christian König · 10 years ago
  12. e3c2510 ilo: use genhw command opcodes by Chia-I Wu · 10 years ago
  13. 6c73478 ilo: rename intel_bo_map_unsynchronized() by Chia-I Wu · 10 years ago
  14. 354d84b ilo: remove max_batch_size by Chia-I Wu · 10 years ago
  15. fbb869c ilo: replace domains by reloc flags by Chia-I Wu · 10 years ago
  16. 0188759 docs: Update who is working on tessellation by Chris Forbes · 10 years ago
  17. 38a3490 glsl: Remove bogus "OUPTUT" token by Chris Forbes · 10 years ago
  18. 83503f9 radeonsi: handle PIPE_BIND_BLENDABLE by Marek Olšák · 10 years ago
  19. 770719e r600g: only set PIPE_BIND_BLENDABLE if colorbuffer rendering is supported by Marek Olšák · 10 years ago
  20. bc0ae40 r300g: handle PIPE_BIND_BLENDABLE by Marek Olšák · 10 years ago
  21. 7317f11 vc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP, mul). by Eric Anholt · 10 years ago
  22. 78d144f vc4: Set the other WADDR in the qpu instruction helpers. by Eric Anholt · 10 years ago
  23. 54499a8 vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper. by Eric Anholt · 10 years ago
  24. 1a7035f vc4: Ignore WADDRs from the other half of the instruction when merging. by Eric Anholt · 10 years ago
  25. 3212baf vc4: Fix LT/GE set-0-or-1 compares. by Eric Anholt · 10 years ago
  26. e2f6631 u_vbuf: Add a few more format fallbacks. by Eric Anholt · 10 years ago
  27. bbbe3b6 u_vbuf: Simplify the format fallback translation. by Eric Anholt · 10 years ago
  28. 306e421 freedreno/a2xx: fix segfault by Rob Clark · 10 years ago
  29. bd3b096 freedreno/a3xx: handle first/last level properly by Rob Clark · 10 years ago
  30. b40a6c2 freedreno: implement pipe_flush_resource() by Rob Clark · 10 years ago
  31. 478a08e freedreno: don't ignore src/dst level by Rob Clark · 10 years ago
  32. 8d8a5eb vc4: Fix save/restore of the VS/FS in the blitter. by Eric Anholt · 10 years ago
  33. 9542e68 vc4: Clear padding of ioctl arguments. by Eric Anholt · 10 years ago
  34. c2867f5 auxilary/os: Add Solaris support in os_get_total_physical_memory. by Vinson Lee · 10 years ago
  35. 12a679a gallium/targets: Haiku, Fix some improper type warnings by Alexander von Gluck IV · 10 years ago
  36. 31406d9 gallium/targets: Clean up Haiku softpipe renderer visual by Alexander von Gluck IV · 10 years ago
  37. 23163df glcpp: Don't use alternation in the lookahead for empty pragmas. by Carl Worth · 10 years ago
  38. 97d03b9 i965: Disable try_emit_b2f_of_compare on Gen4-6. by Kenneth Graunke · 10 years ago
  39. b8aa100 i965/fs: Preserve CFG in predicated break pass. by Matt Turner · 10 years ago
  40. 3c4c2a6 i965/fs: Rename variable in predicated break pass. by Matt Turner · 10 years ago
  41. 1db74a4 i965/fs: Preserve CFG in the SEL peephole. by Matt Turner · 10 years ago
  42. 81755bc i965: Preserve CFG when deleting dead control flow. by Matt Turner · 10 years ago
  43. 9cf06e2 i965/cfg: Add functions to combine basic blocks. by Matt Turner · 10 years ago
  44. 5e6ead5 i965/cfg: Point to bblock_t containing associated control flow by Matt Turner · 10 years ago
  45. 2a98ebd i965/fs: Preserve CFG in register allocation. by Matt Turner · 10 years ago
  46. 20a849b i965: Use basic-block aware insertion/removal functions. by Matt Turner · 10 years ago
  47. e0aa457 i965: Add invalidate_cfg parameter to invalidate_live_intervals(). by Matt Turner · 10 years ago
  48. 3d6d4dc i965: Add basic-block aware backend_instruction::insert_* methods. by Matt Turner · 10 years ago
  49. dc527fb i965: Add a basic-block aware backend_instruction::remove method. by Matt Turner · 10 years ago
  50. 240adc1 i965/cfg: Add a function to remove a block from the cfg. by Matt Turner · 10 years ago
  51. b7d50be i965/cfg: Add functions to test if a block is a successor/predecessor. by Matt Turner · 10 years ago
  52. e51e20c vc4: Add support for fragment discards. by Eric Anholt · 10 years ago
  53. 0f894b2 vc4: Make some helpers for setting condition codes in instructions. by Eric Anholt · 10 years ago
  54. cc68be2 vc4: Avoid using undefined values when there's no color write. by Eric Anholt · 10 years ago
  55. ae83955 vc4: Emit the scoreboard wait just when it's needed. by Eric Anholt · 10 years ago
  56. c3c9222 vc4: Fix FLR for integer values less than 0. by Eric Anholt · 10 years ago
  57. 2ab4e48 vc4: Fix totally broken assertions about inter-instruction reg conflicts. by Eric Anholt · 10 years ago
  58. b064c91 vc4: Add support for all the texture and FBO formats we can. by Eric Anholt · 10 years ago
  59. 3a1efcc vc4: Add support for texture tiling. by Eric Anholt · 10 years ago
  60. 1b6dcaf vc4: Fix a typo in the validation for miplevels. by Eric Anholt · 10 years ago
  61. 74ea87c vc4: Convert to using an enum for texture data types by Eric Anholt · 10 years ago
  62. 1cb5cfb vc4: Stop complaining about unknown texture channel types. by Eric Anholt · 10 years ago
  63. b0a1e40 vc4: Include stdio/stdlib in headers so I don't have to include it per file. by Eric Anholt · 10 years ago
  64. d77f560 i965: Fix JIP/UIP calculations. by Matt Turner · 10 years ago
  65. 2a553e4 st/clover: Change platform name from Default to Clover by Aaron Watry · 10 years ago
  66. e7f2f2d dri/radeon: nuke the remaining references to sarea by Emil Velikov · 10 years ago
  67. 515ffb6 dri/radeon: cleanup the radeon_context vtbl by Emil Velikov · 10 years ago
  68. dd46f09 include: move sarea.h next to it's only user by Emil Velikov · 10 years ago
  69. 7550a24 dri/radeon: drop obsolete radeon_{dri,macros}.h headers by Emil Velikov · 10 years ago
  70. 1748ea8 SCons: Rename dri2_query_renderer.c to dri_common_query_renderer.c. by Vinson Lee · 10 years ago
  71. 06ef631 glsl/linker: pass through the is_intrinsic flag by Connor Abbott · 10 years ago
  72. 619505a docs: Update instructions for creating a release by Carl Worth · 10 years ago
  73. eb4541e llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS definition by Roland Scheidegger · 10 years ago
  74. 399b4e2 docs: Add my notes on stable-branch patch criteria by Carl Worth · 10 years ago
  75. 46d03d3 Makefile: Switch from md5sums to sha256sums by Carl Worth · 10 years ago
  76. 3fe7dae glx: Fix build since 679c2ef "glx/drisw: add support for DRI2rendererQueryExtension", when only building drisw renderer by Jon TURNEY · 10 years ago
  77. ea56510 Increment version to 10.4.0-devel by Carl Worth · 10 years ago
  78. 153df68 radeonsi: add new SI pci ids by Alex Deucher · 10 years ago
  79. f50b6b4 radeonsi: add new CIK pci ids by Alex Deucher · 10 years ago
  80. 0fb2210 r600g: Fix flat/smooth shade state toggle by Glenn Kennard · 10 years ago
  81. bf7a60f r600g/compute: Don't initialize vertex_buffer_state masks to 0x2 by Tom Stellard · 10 years ago
  82. a9f0b08 r600g/compute: Use the first parameter in evergreen_set_global_binding() by Tom Stellard · 10 years ago
  83. 43d9543 pipe-loader: Fix memory leak v2 by Tom Stellard · 10 years ago
  84. 8109664 radeon: Add work-around for missing Hainan support in clang < 3.6 v2 by Tom Stellard · 10 years ago
  85. 3ba225c st/clover: Fix build against LLVM SVN >= r215967 v2 by Michel Dänzer · 10 years ago
  86. d682ebe i965,meta: Stop unlocking the texture to try and prevent deadlocks. by Kenneth Graunke · 10 years ago
  87. 0871028 mesa: Use a recursive mutex for the texture lock. by Kenneth Graunke · 10 years ago
  88. f90b7e0 glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS X by Carl Worth · 10 years ago
  89. c09a8b0 glcpp: Use printf instead of "echo -n" in glcpp-test by Carl Worth · 10 years ago
  90. 04895f5 i965/vec4: Allow reswizzling writemasks when swizzle is single-valued. by Matt Turner · 10 years ago
  91. bde2a62 Teach os_get_total_physical_memory about Cygwin by Jon TURNEY · 10 years ago
  92. cd765cf r300g: Fix path to test programs for out-of-tree builds by Michel Dänzer · 10 years ago
  93. c04a6d5 gallivm: Fix build with LLVM >= 3.6 r215967. by Vinson Lee · 10 years ago
  94. a1853ea glsl: Use the without_array predicate in some more places by Timothy Arceri · 10 years ago
  95. e6a5353 i965: Flush the RC and TC before doing a fast clear resolve by Kristian Høgsberg · 10 years ago
  96. 8791cfe docs: Import 10.2.6 release notes, add news item. by Carl Worth · 10 years ago
  97. 1c4f141 docs: Mark off ARB_conditional_render_inverted for i965 by Chris Forbes · 10 years ago
  98. 06ca96d i965: Enable ARB_conditional_render_inverted on Gen6+. by Chris Forbes · 10 years ago
  99. 3f8ad32 mesa: Add support for inverted s/w conditional rendering by Chris Forbes · 10 years ago
  100. 9a071e3 i965/vec4: Add a pass to reduce swizzles. by Matt Turner · 10 years ago