1. 745abb5 r600g: move simple part of bo reloc processing inline. by Dave Airlie · 13 years ago
  2. e66053d r600g: take alpha ref update out of line. by Dave Airlie · 13 years ago
  3. ba78a5a r600g: split resource emit path from main register emit path by Dave Airlie · 13 years ago
  4. ff87175 r600g: exit bo per reg scanning loop early. by Dave Airlie · 13 years ago
  5. 138f660 r600g: reorder evergreen draw packets to be smaller. by Dave Airlie · 13 years ago
  6. 4707ae2 r600g: inline r600_bo_reference. by Dave Airlie · 13 years ago
  7. ff298a6 r600g: no need to drop the references here. by Dave Airlie · 13 years ago
  8. e21601e r600g: use memcmp instead of a loop in state_set_resource by Dave Airlie · 13 years ago
  9. bb47586 mesa: Ignore blits to/from missing buffers by Ian Romanick · 13 years ago
  10. 7f9c17a mesa: Don't try to clear a NULL renderbuffer by Ian Romanick · 13 years ago
  11. 1d71bbe mga: enable GL_ARB_vertex_array_object extension by Nicolas Kaiser · 13 years ago
  12. ac3c2c8 egl_dri2: Add missing header by Benjamin Franzke · 13 years ago
  13. 3b11d67 egl_dri2: Add missing license by Benjamin Franzke · 13 years ago
  14. ec2b08d egl_dri2: Use libudev only if available by Benjamin Franzke · 13 years ago
  15. bdf2e11 r600g : fix incorrect size computation in r600_query_result by Pierre-Eric Pelloux-Prayer · 13 years ago
  16. 5d4c479 r600g: remove pre-r6xx asic families and pci ids by Alex Deucher · 13 years ago
  17. 7c1d478 r600g: always clear query memory by Alex Deucher · 13 years ago
  18. d711135 r300g: consolidate deducing chipset info by Marek Olšák · 13 years ago
  19. 4123131 r300_pci_ids: set families to match r300g by Marek Olšák · 13 years ago
  20. eaae63b r600g: add missing r300 families by Marek Olšák · 13 years ago
  21. 6d894f6 intel: Update intel-decode.c from intel-gpu-tools. by Eric Anholt · 13 years ago
  22. 23b6f96 intel: Implement glFinish() correctly by waiting on all previous rendering. by Eric Anholt · 13 years ago
  23. 6ea7060 darwin: Fix VG_LIB_GLOB to also match the unversioned symlink by Jeremy Huddleston · 13 years ago
  24. cebdffa darwin: Don't link against libGL when building libOSMesa by Jeremy Huddleston · 13 years ago
  25. ed0e4bb r300_pci_ids: add missing 4B48 by Marek Olšák · 13 years ago
  26. 42ba8d1 r300g: Remove is_r3xx by Benjamin Franzke · 13 years ago
  27. 2bb2531 r600g: Use radeon pciid list for the family lookup table by Benjamin Franzke · 13 years ago
  28. 6b82193 radeon: Use pciid list to generate PCI_CHIP_<FAMILY>_<ID> defines by Benjamin Franzke · 13 years ago
  29. a433755 targets/egl: Support driver name lookup using pci lists by Benjamin Franzke · 13 years ago
  30. 7f881c4 egl_dri2: Use external driver pci list by Benjamin Franzke · 13 years ago
  31. 88fd16d Add radeon pci id lists by Benjamin Franzke · 13 years ago
  32. 09f83ce Add intel pci id lists by Benjamin Franzke · 13 years ago
  33. 681ed75 tgsi: s/varient/variant/ by Brian Paul · 13 years ago
  34. b3e75a6 draw: rename draw_vs_varient.c to draw_vs_variant.c by Brian Paul · 13 years ago
  35. 47f3d5d draw/llvm: whitespace, formatting fixes by Brian Paul · 13 years ago
  36. 57f2f84 draw: s/1/TRUE/ by Brian Paul · 13 years ago
  37. ef59049 i965: Fix flipped GT1 vs GT2 URB VS entry count limits. by Eric Anholt · 13 years ago
  38. 7d2cb9a Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa by Stéphane Marchesin · 13 years ago
  39. abb4365 i915g: Do generic remapping. by Stéphane Marchesin · 13 years ago
  40. 22c320a darwin: Set VG_LIB_{NAME,GLOB} to fix make install by Jeremy Huddleston · 13 years ago
  41. ca01fe0 r600g: optimise the draw emission packets for r600/eg by Dave Airlie · 13 years ago
  42. 63184bc r600g: use an enabled list to track enabled blocks. by Dave Airlie · 13 years ago
  43. f356bb7 r600g/winsys: overhaul resource range/blocks. by Dave Airlie · 13 years ago
  44. be7af43 r600g: split out block init by Dave Airlie · 13 years ago
  45. cf0f02e r600g: move resource setting to its own structures. by Dave Airlie · 13 years ago
  46. eb4bb48 r600g: only call bo loop if nbos is positive. by Dave Airlie · 13 years ago
  47. 6cd3534 r600g: don't need to call the packet dirty function if not dirty. by Dave Airlie · 13 years ago
  48. 2292025 i915g: implement more opcodes. by Stéphane Marchesin · 13 years ago
  49. 0f09133 i915g: implement TGSI_OPCODE_SEQ. by Stéphane Marchesin · 13 years ago
  50. 0ce977a i915g: handle varyings properly. by Stéphane Marchesin · 13 years ago
  51. 893b92a i915g: add missing and unsupported PIPE_CAPs to avoid debug messages. by Stéphane Marchesin · 13 years ago
  52. 3d3ecb8 dri2: protect dri2FlushFrontBuffer against NULL buffers. by Stéphane Marchesin · 13 years ago
  53. cec2082 Gallium: fix indentation in u_blitter.c by Stéphane Marchesin · 13 years ago
  54. 3103c08 i915g: don't destroy a texture buffer if it's NULL. by Stéphane Marchesin · 13 years ago
  55. 1af8b72 llvmpipe: use $(CXX) instead of g++ for linking. by Stéphane Marchesin · 13 years ago
  56. c2e6590 i965: Update SURFACE_STATE dumping for Ivybridge. by Kenneth Graunke · 13 years ago
  57. 4ba9cfe i965: Update SAMPLER_STATE dumping for Ivybridge. by Kenneth Graunke · 13 years ago
  58. f9a3200 i965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge. by Kenneth Graunke · 13 years ago
  59. e5d241d apple: Package applegl source into MesaLib tarball by Jeremy Huddleston · 13 years ago
  60. d563009 darwin: Define GALLIUM_DRIVERS_DIRS in darwin config by Jeremy Huddleston · 13 years ago
  61. 2ee5272 apple: Finish build fixes for applegl_glx.c by Jeremy Huddleston · 13 years ago
  62. 7c5f37c apple: More fixes for compilation failures by Jeremy Huddleston · 13 years ago
  63. f4537f9 softpipe: Anisotropic filtering extension. by Andreas Faenger · 13 years ago
  64. b438005 st/mesa: fix renderbuffer internal format for accum buffer by Brian Paul · 13 years ago
  65. 155cf15 util: add \n to debug_checkpoint_full by Marcin Slusarz · 13 years ago
  66. fb40f1f nv50: fix nv50_sampler_state_delete array overflow by Marcin Slusarz · 13 years ago
  67. 5d35343 apple: Fix multiple build failures in applegl_glx.c by Jeremy Huddleston · 13 years ago
  68. 1885cf2 apple: Build darwin using applegl rather than indirect by Jeremy Huddleston · 13 years ago
  69. 3843bbc glx: Dead code removal by Jeremy Huddleston · 13 years ago
  70. 8593bb3 apple: ifdef out come glapi-foo on darwin by Jeremy Huddleston · 13 years ago
  71. 7cdf969 apple: Change from XExtDisplayInfo to struct glx_display by Jeremy Huddleston · 13 years ago
  72. 1d24e6e dri/nouveau: fix gnome-shell segfault by Ben Skeggs · 13 years ago
  73. 279e471 apple: Rename GLXcontext by Jeremy Huddleston · 13 years ago
  74. b7f0ed8 apple: Rename _gl_context_modes_find_visual to glx_config_find_visual by Jeremy Huddleston · 13 years ago
  75. 488d6c7 apple: Re-add driContext and do_destroy by Jeremy Huddleston · 13 years ago
  76. 22613d1 apple: Rename GLXcontext by Jeremy Huddleston · 13 years ago
  77. bb621cb apple: Rename __GLcontextModes to struct glx_config by Jeremy Huddleston · 13 years ago
  78. 4c9bab7 apple: Rename glcontextmodes.[ch] to glxconfig.[ch] by Jeremy Huddleston · 13 years ago
  79. 8e89d0b apple: Update GL specs by Jeremy Huddleston · 13 years ago
  80. e8ea879 meta: Don't do sRGB encode for framebuffer blits on sRGB-enabled framebuffers. by Eric Anholt · 13 years ago
  81. a513bee meta: Don't do srgb to linear decode when blitting srgb textures. by Eric Anholt · 13 years ago
  82. 164108e glx: Fix use-before-null-check in dri2InvalidateBuffers(). by Eric Anholt · 13 years ago
  83. 836a595 i965: Drop remaining strict conformance fallback for GL_POINT_SMOOTH. by Eric Anholt · 13 years ago
  84. e986897 i965: Drop strict conformance fallback for GL_LINE_STIPPLE. by Eric Anholt · 13 years ago
  85. d313346 i965: Drop strict conformance fallback for GL_LINE_SMOOTH. by Eric Anholt · 13 years ago
  86. d8b7336 i965: Drop strict conformance fallback for GL_POLYGON_SMOOTH. by Eric Anholt · 13 years ago
  87. 3f05374 i965: Drop INTEL_CONFORMANCE=2 fallback code. by Eric Anholt · 13 years ago
  88. 6491e95 glsl: fixed printing of structure constants. by Paul Berry · 13 years ago
  89. 26b566e AST dump: fixed printing of conditionals. by Paul Berry · 13 years ago
  90. 4077336 r600g: move spi update to only when states change. by Dave Airlie · 13 years ago
  91. 1dbcb83 cso: move cso hashes to a more table driven scheme by Dave Airlie · 13 years ago
  92. 970726d u_prim: convert u_trim_pipe_prim to table driven. by Dave Airlie · 13 years ago
  93. de0adb6 r600g: make conv pipe prim table driven. by Dave Airlie · 13 years ago
  94. aaeb9a8 mesa: fix typo (s/GLGL/GLSL/) by Brian Paul · 13 years ago
  95. 52f6e79 mesa: 80-column wrapping by Brian Paul · 13 years ago
  96. 9653acc mesa: consolidate glGetUniform code by Brian Paul · 13 years ago
  97. bbce18c mesa: refactor/consolidate uniform lookup code by Brian Paul · 13 years ago
  98. 230c71d mesa: add some minor fixes for geometry shaders by Brian Paul · 13 years ago
  99. b03296c dri: add missing files from 873379a8818eed9ab16c24728b7091a3a3705c5b by Brian Paul · 13 years ago
  100. 09201cc mesa: add implementation of glDrawElementsInstancedBaseVertex by Pierre-Eric Pelloux-Prayer · 13 years ago