1. 77d8fbc mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT by Marek Olšák · 12 years ago
  2. 081c789 mesa: skip _MaxElement computation unless driver needs strict bounds checking by Marek Olšák · 12 years ago
  3. db38e9a mesa: remove unused gl_array_object::NewArray by Marek Olšák · 12 years ago
  4. 74ca7f0 mesa: remove unused gl_constants::MaxColorTableSize by Marek Olšák · 12 years ago
  5. 286d06d mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponents by Marek Olšák · 12 years ago
  6. 5e78433 mesa: move max texture image unit constants to gl_program_constants by Marek Olšák · 12 years ago
  7. d27d29f mesa: consolidate definitions of max texture image units by Marek Olšák · 12 years ago
  8. 5471e39 ilo: Initialize read_back in transfer_map_sys. by Vinson Lee · 12 years ago
  9. da33f9b r600g: increase array size for shader inputs and outputs by Marek Olšák · 12 years ago
  10. 121c2c8 targets/dri-i915: Force c++ linker in all cases by Chí-Thanh Christopher Nguyễn · 12 years ago
  11. fc98c47 i965: Actually use the user timeout in glClientWaitSync. by Ben Widawsky · 12 years ago
  12. f1d2b37 i965: make GT3 machines work as GT3 instead of GT2 by Paulo Zanoni · 12 years ago
  13. d0b82b1 i965: Add chipset limits for the Haswell GT3 variant. by Kenneth Graunke · 13 years ago
  14. eca2251 i965: Update URB partitioning code for Haswell's GT3 variant. by Kenneth Graunke · 13 years ago
  15. c56eba5 i965: Delete dead intel_span.c symlink. by Kenneth Graunke · 12 years ago
  16. 0f3068a i965/vs: Make virtual grf live intervals actually cover their used range. by Eric Anholt · 12 years ago
  17. e290372 i965/fs: Make virtual grf live intervals actually cover their used range. by Eric Anholt · 12 years ago
  18. dd6152b docs: document GALLIUM_HUD and LIBGL_SHOW_FPS by Marek Olšák · 12 years ago
  19. daa90f9 ilo: Add support for HW primitive restart. by Courtney Goeltzenleuchter · 12 years ago
  20. 009d797 svga: misc whitespace and comment fixes in svga_cmd.c by Brian Paul · 12 years ago
  21. 60c71cc docs: remove ^M chars from GL3.txt by Brian Paul · 12 years ago
  22. e014401 st/mesa: generate GL_OUT_OF_MEMORY if we can't create the index buffer by Brian Paul · 12 years ago
  23. a8e4614 ilo: add support for PIPE_FORMAT_ETC1_RGB8 by Chia-I Wu · 12 years ago
  24. 183ea82 ilo: support mapping with a staging system buffer by Chia-I Wu · 12 years ago
  25. baa44db ilo: allow for different mapping methods by Chia-I Wu · 12 years ago
  26. 7cca1aa ilo: allow bo format to differ from that requested by Chia-I Wu · 12 years ago
  27. 1c56fc1 draw/llvm: Add additional llvm optimization passes by Stéphane Marchesin · 12 years ago
  28. 0b0d6f9 i965: Sync brw_format_for_mesa_format() table with new Mesa formats. by Eric Anholt · 12 years ago
  29. 2755946 i965: Update the surface formats table from the current specs. by Eric Anholt · 12 years ago
  30. 5d89487 i965: Add surface format defines from the public specs. by Eric Anholt · 12 years ago
  31. 4e9c7f9 mesa/program: Don't copy propagate from swizzles. by Fabian Bieler · 12 years ago
  32. e1ff753 mesa/st: Don't copy propagate from swizzles. by Fabian Bieler · 12 years ago
  33. 5d06c9e i965: Fix hangs on HSW since the gen6 blorp fix. by Eric Anholt · 12 years ago
  34. 2878f46 egl/android: Fix error condition for EGL_ANDROID_image_native_buffer by Chad Versace · 12 years ago
  35. 38d2a16 i915: Use Y tiling for textures by Stéphane Marchesin · 12 years ago
  36. fc24c7a i915g: Optimize batchbuffer sizes by Stéphane Marchesin · 12 years ago
  37. 7f7c7fd i915g: Add more PIPE_CAP_* support by Stéphane Marchesin · 12 years ago
  38. 0003567 ilo: remove our own type inference by Chia-I Wu · 12 years ago
  39. b74af51 ilo: use tgsi_util_get_texture_coord_dim() by Chia-I Wu · 12 years ago
  40. 75a48a5 tgsi: fix operand type of TGSI_OPCODE_NOT by Chia-I Wu · 12 years ago
  41. 1f97081 tgsi: refactor tgsi_opcode_infer_src_type() by Chia-I Wu · 12 years ago
  42. 364feb3 tgsi: refactor tgsi_opcode_infer_dst_type() by Chia-I Wu · 12 years ago
  43. 8a52453 tgsi: reorder opcodes in opcode type inference by Chia-I Wu · 12 years ago
  44. 61d57ec tgsi: clean up exec_tex() by Chia-I Wu · 12 years ago
  45. 80857d2 tgsi: add tgsi_util_get_texture_coord_dim() by Chia-I Wu · 12 years ago
  46. 14a0bb8 nv50: initialize kick_notify callback in nv50_create by Bryan Cain · 12 years ago
  47. 3f09e52 i965: Use Y-tiled blits to untile for cached mappings of miptrees. by Eric Anholt · 12 years ago
  48. d641a01 i965: Add support for Y-tiled blits on gen6+. by Eric Anholt · 12 years ago
  49. 7a74808 i965: Count occlusion query samples for CopyPixels using the 2D engine. by Eric Anholt · 12 years ago
  50. f8c3242 egl/wayland: Implement EGL_EXT_swap_buffers_with_damage by Robert Bragg · 13 years ago
  51. 6425b14 egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damage by Robert Bragg · 12 years ago
  52. 95dda0d egl: Update to revision 21254 of eglext.h by Robert Bragg · 12 years ago
  53. 65102b7 gallium: more tgsi documentation updates by Roland Scheidegger · 12 years ago
  54. 4ba9c9c ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case. by Vinson Lee · 12 years ago
  55. c9cf83b r600g/sb: optimize some cases for CNDxx instructions by Vadim Girlin · 12 years ago
  56. 46dfad8 r600g/sb: fix memory leaks by Vadim Girlin · 12 years ago
  57. 1c28e7c r600g/sb: fix kcache handling on r6xx by Vadim Girlin · 12 years ago
  58. 03ef606 intel: Remove renderbuffer delete setup from texture wrapping. by Eric Anholt · 12 years ago
  59. 77a405d mesa: Make Mesa core set up wrapped texture renderbuffer state. by Eric Anholt · 12 years ago
  60. 5b190d1 intel: Simplify renderbuffer-for-texture width setup. by Eric Anholt · 12 years ago
  61. 749a927 mesa: Make core Mesa allocate the texture renderbuffer wrapper. by Eric Anholt · 12 years ago
  62. 5b9609f i965: Use brw_blorp_blit_miptrees() for CopyTexSubImage(). by Eric Anholt · 12 years ago
  63. 40956c5 i965: Move blorp resolve setup into brw_blorp_blit_miptrees(). by Eric Anholt · 12 years ago
  64. 730c90a gallivm: Fix build for LLVM < 3.3 by Tom Stellard · 12 years ago
  65. bb94d4d r600g/llvm: Parse config values in register / value pairs by Tom Stellard · 12 years ago
  66. df27320 r600g/llvm: Don't feed LLVM output through r600_bytecode_build() by Tom Stellard · 12 years ago
  67. e917ed9 r600g/llvm: Don't emit CALL_FS for vertex shaders by Tom Stellard · 12 years ago
  68. 1d09a8c i965: Lower bitfieldInsert. by Matt Turner · 12 years ago
  69. acd2bcc i965/vs: Add support for bit instructions. by Matt Turner · 12 years ago
  70. 1f0f26d i965/fs: Add support for bit instructions. by Matt Turner · 12 years ago
  71. fa95818 i965: Add support for emitting and disassembling bit instructions. by Matt Turner · 12 years ago
  72. c71bee7 i965: Print the correct dst and shared-src types for 3-src instructions. by Matt Turner · 12 years ago
  73. 526ffdf i965/gen7: Set src/dst types for 3-src instructions. by Matt Turner · 12 years ago
  74. 2305047 i965: Add 3-src destination and shared-source type macros. by Matt Turner · 12 years ago
  75. 4049d48 i965: Add Gen7+ fields to brw_instruction and add comments. by Matt Turner · 12 years ago
  76. dafd050 glsl: Add a pass to lower bitfield-insert into bfm+bfi. by Matt Turner · 12 years ago
  77. 9c04b8c glsl: Add constant evaluation of bit built-ins. by Matt Turner · 12 years ago
  78. 499d8c6 glsl: Add support for new bit built-ins in ARB_gpu_shader5. by Matt Turner · 12 years ago
  79. 44d3287 glsl: Add new bit built-ins IR and prototypes from ARB_gpu_shader5. by Matt Turner · 12 years ago
  80. f9e3787 glsl: Rework ir_reader to handle expressions with four operands. by Matt Turner · 12 years ago
  81. f99f78e mesa: Add infrastructure for ARB_gpu_shader5. by Matt Turner · 12 years ago
  82. 914d797 radeon/llvm: Always build libradeonllvm as static by Tom Stellard · 12 years ago
  83. 024fe68 radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2 by Tom Stellard · 12 years ago
  84. 55eb8ea gallivm: Move LLVMStartMultithreaded() static initializer into gallivm by Tom Stellard · 12 years ago
  85. 7cc98ea radeon/llvm: Don't use the global context when parsing LLVM IR by Tom Stellard · 12 years ago
  86. bd850cb i965: Remove GL_ARB_color_buffer_float from GL core contexts. by Eric Anholt · 12 years ago
  87. ec143dc r600g/llvm: Update radeon family mappings for LLVM backend by Tom Stellard · 12 years ago
  88. 5cca6b6 android: libsync is needed on Android 4.2+ for any driver by Chia-I Wu · 12 years ago
  89. da109d5 android: add ilo to the build system by Chia-I Wu · 12 years ago
  90. 739b883 glsl: Flip around "if" statements with empty "then" blocks. by Eric Anholt · 12 years ago
  91. 0083462 ilo: correctly set return types of sampler messages by Chia-I Wu · 12 years ago
  92. b42fe19 r600g/llvm: Undefines unrequired texture coord values by Vincent Lejeune · 12 years ago
  93. c415012 nvc0: fixup video decoding with 2D_ARRAY by Maarten Lankhorst · 12 years ago
  94. 8c347d4 gallium: fix type of flags in pipe_context::flush() by Chia-I Wu · 12 years ago
  95. cbf3462 i965: Enable fast clears on non-8x4-aligned sizes. by Eric Anholt · 12 years ago
  96. 7608490 vbo: add comments, const qualifiers by Brian Paul · 12 years ago
  97. 0baf325 mesa: whitespace, formatting fixes, etc in api_arrayelt.c by Brian Paul · 12 years ago
  98. 7c9e5af vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init() by Brian Paul · 12 years ago
  99. 7b76230 mesa: change ctx->Driver.NeedFlush to GLbitfield and update comment by Brian Paul · 12 years ago
  100. 36c83cc mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it. by Brian Paul · 12 years ago