1. 04554c7 r600g: adjust vs/ps gprs on r600/r700 cards when needed. by Dave Airlie · 13 years ago
  2. d56fe67 r600g: remove unused variable by Marek Olšák · 13 years ago
  3. 578d453 r300g: fix draw_vbo splitting on r3xx-r4xx by Marek Olšák · 13 years ago
  4. f48412c r300g: make translate_primitive table-driven by Marek Olšák · 13 years ago
  5. d302804 util: fix strict aliasing issues in u_format_r11g11b10f.h by Roland Scheidegger · 13 years ago
  6. c1090f3 mesa: get rid of homegrown logbase2 implementation in drivers by Roland Scheidegger · 13 years ago
  7. da00921 mesa: fix gcc version check for _mesa_bitcount by Roland Scheidegger · 13 years ago
  8. b537f54 mesa: use __builtin_clz for logbase2 when available by Roland Scheidegger · 13 years ago
  9. b3d5822 util: add gcc version check for builtins by Roland Scheidegger · 13 years ago
  10. 894db40 util: better logbase2/next_power_of_two implementations by Benjamin Bellec · 13 years ago
  11. 9f86564 glx/xlib: Handle glXCreateContextAttribsARB in glXGetProcAddress. by José Fonseca · 13 years ago
  12. 4ef8464 i965/gen7: Call gen7_create_constant_surface instead of brw_[...]. by Kenneth Graunke · 13 years ago
  13. acf8265 i965/gen7: Enable SIMD16 fragment shader dispatch. by Kenneth Graunke · 13 years ago
  14. 2a63807 i965/gen7: Don't emit 3DSTATE_GS_SVB_INDEX on Ivybridge. by Kenneth Graunke · 13 years ago
  15. 626440a i965/gen7: Program stencil buffers on Ivybridge. by Kenneth Graunke · 13 years ago
  16. 53b53a1 i965/gen7: Add a prepare_depthbuffer function. by Kenneth Graunke · 13 years ago
  17. a00ca90 i965/gen7: gen7_emit_depthbuffer needs the _NEW_DEPTH dirty bit. by Kenneth Graunke · 13 years ago
  18. bd26520 i965/gen7: Remove stencil renderbuffer from gen7_depth_format. by Kenneth Graunke · 13 years ago
  19. e37e196 st/mesa: more helpful debug message in destroy_program_variants_cb() by Brian Paul · 13 years ago
  20. 2d22186 svga: fix typos, update comments by Brian Paul · 13 years ago
  21. 3b23cf4 glx: Remove some GLX_USE_APPLEGL guards around glapi by Jeremy Huddleston · 13 years ago
  22. 1b90d7d darwin: Use -fvisibility=hidden to set default symbol visibility by Jeremy Huddleston · 13 years ago
  23. 2835c51 darwin: mklib: Make the real file match the id by Jeremy Huddleston · 13 years ago
  24. aea2236 intel: Request DRI2 buffers for separate stencil and hiz by Chad Versace · 13 years ago
  25. f4efb7f intel: Add assertions to intelCreateBuffer() by Chad Versace · 13 years ago
  26. 89d34cf intel: Refactor intel_update_renderbuffers() by Chad Versace · 13 years ago
  27. 84294fe intel: Add function intel_renderbuffer_set_hiz_region() by Chad Versace · 13 years ago
  28. beb8b7d intel/intel_context.c: Remove unused functions by Chad Versace · 13 years ago
  29. 6b2bf27 intel: Add flags to intel_screen for hiz and separate stencil by Chad Versace · 13 years ago
  30. df9f533 intel: Define enum intel_dri2_has_hiz by Chad Versace · 13 years ago
  31. 4501a5d dri2: Add token for DRI2BufferHiz by Chad Versace · 13 years ago
  32. ff99103 intel: Define span functions for S8 renderbuffers by Chad Versace · 13 years ago
  33. 2abc8ca i965/brw: Emit state for hiz and separate stencil buffers by Chad Versace · 13 years ago
  34. 6b492d0 st/egl: set EGL_ALPHA_MASK_SIZE by Chia-I Wu · 13 years ago
  35. 4bb748b mesa: merge glapidispatch.h into dispatch.h by Chia-I Wu · 13 years ago
  36. 0dc4537 mesa: fix function remapping for dlist by Chia-I Wu · 13 years ago
  37. fed482f mesa: fix GLES remap table setup again by Chia-I Wu · 13 years ago
  38. fe3a343 r600g: fix mixup in GPR resource reg setup by Alex Deucher · 13 years ago
  39. 7c2847a vbo: run 'indent' on vbo_save_api.c by Brian Paul · 13 years ago
  40. 9404835 mesa: add include/c99/*.h files to tarballs by Brian Paul · 13 years ago
  41. f1733d1 vbo: rename DO_FALLBACK -> dlist_fallback by Brian Paul · 13 years ago
  42. 6281105 vbo: remove node->count > 0 test in vbo_save_playback_vertex_list() by Brian Paul · 13 years ago
  43. f1cdce9 vbo: check array indexes to prevent negative indexing by Brian Paul · 13 years ago
  44. a25271f st: use _mesa_is_bufferobj() by Brian Paul · 13 years ago
  45. d329b68 vbo: added a comment by Brian Paul · 13 years ago
  46. 713fb50 gallium: fix comments for pipe_stream_output_state by Brian Paul · 13 years ago
  47. 3d75c42 mesa: remove old comment by Brian Paul · 13 years ago
  48. f9c2feb mesa: add more sampler types to is_sampler_type() by Brian Paul · 13 years ago
  49. 5f2deba gallium: s/bool/boolean/ by Brian Paul · 13 years ago
  50. f657201 draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons) by Brian Paul · 13 years ago
  51. 0e8d045 osmesa: Fix missing symbols when GLX_INDIRECT_RENDERING is defined. by Jeremy Huddleston · 13 years ago
  52. 3a71f88 apple: Update dispatch table to current OpenGL specs by Jeremy Huddleston · 13 years ago
  53. 3871e74 apple: Dead code removal by Jeremy Huddleston · 13 years ago
  54. e157f38 apple: Remove apple_glx_get_proc_address by Jeremy Huddleston · 13 years ago
  55. 7d215e7 apple: Use glapi rather than reinventing the wheel by Jeremy Huddleston · 13 years ago
  56. 88cec59 apple: Rename __gl_api to __ogl_framework_api by Jeremy Huddleston · 13 years ago
  57. 19b9e52 r600g: missed one line in eg dyn gpr fallback. by Dave Airlie · 13 years ago
  58. 9fb404b r600g: set enable always bits for r600/r700 sq registers. by Dave Airlie · 13 years ago
  59. 190bfea r600g: condition evergreen dyn gpr resource management by Dave Airlie · 13 years ago
  60. e84981d r600g: fix warnings in winsys. by Dave Airlie · 13 years ago
  61. c1f9884 r600g: enable dynamic GPR resource management on evergreen by Dave Airlie · 13 years ago
  62. f659cc4 r600g: only add blocks once to the dirty/enabled lists. by Dave Airlie · 13 years ago
  63. a5329d4 r600g: fix regression in recent state changes. by Dave Airlie · 13 years ago
  64. 745abb5 r600g: move simple part of bo reloc processing inline. by Dave Airlie · 13 years ago
  65. e66053d r600g: take alpha ref update out of line. by Dave Airlie · 13 years ago
  66. ba78a5a r600g: split resource emit path from main register emit path by Dave Airlie · 13 years ago
  67. ff87175 r600g: exit bo per reg scanning loop early. by Dave Airlie · 13 years ago
  68. 138f660 r600g: reorder evergreen draw packets to be smaller. by Dave Airlie · 13 years ago
  69. 4707ae2 r600g: inline r600_bo_reference. by Dave Airlie · 13 years ago
  70. ff298a6 r600g: no need to drop the references here. by Dave Airlie · 13 years ago
  71. e21601e r600g: use memcmp instead of a loop in state_set_resource by Dave Airlie · 13 years ago
  72. bb47586 mesa: Ignore blits to/from missing buffers by Ian Romanick · 13 years ago
  73. 7f9c17a mesa: Don't try to clear a NULL renderbuffer by Ian Romanick · 13 years ago
  74. 1d71bbe mga: enable GL_ARB_vertex_array_object extension by Nicolas Kaiser · 13 years ago
  75. ac3c2c8 egl_dri2: Add missing header by Benjamin Franzke · 13 years ago
  76. 3b11d67 egl_dri2: Add missing license by Benjamin Franzke · 13 years ago
  77. ec2b08d egl_dri2: Use libudev only if available by Benjamin Franzke · 13 years ago
  78. bdf2e11 r600g : fix incorrect size computation in r600_query_result by Pierre-Eric Pelloux-Prayer · 13 years ago
  79. 5d4c479 r600g: remove pre-r6xx asic families and pci ids by Alex Deucher · 13 years ago
  80. 7c1d478 r600g: always clear query memory by Alex Deucher · 13 years ago
  81. d711135 r300g: consolidate deducing chipset info by Marek Olšák · 13 years ago
  82. 4123131 r300_pci_ids: set families to match r300g by Marek Olšák · 13 years ago
  83. eaae63b r600g: add missing r300 families by Marek Olšák · 13 years ago
  84. 6d894f6 intel: Update intel-decode.c from intel-gpu-tools. by Eric Anholt · 13 years ago
  85. 23b6f96 intel: Implement glFinish() correctly by waiting on all previous rendering. by Eric Anholt · 13 years ago
  86. 6ea7060 darwin: Fix VG_LIB_GLOB to also match the unversioned symlink by Jeremy Huddleston · 13 years ago
  87. cebdffa darwin: Don't link against libGL when building libOSMesa by Jeremy Huddleston · 13 years ago
  88. ed0e4bb r300_pci_ids: add missing 4B48 by Marek Olšák · 13 years ago
  89. 42ba8d1 r300g: Remove is_r3xx by Benjamin Franzke · 13 years ago
  90. 2bb2531 r600g: Use radeon pciid list for the family lookup table by Benjamin Franzke · 13 years ago
  91. 6b82193 radeon: Use pciid list to generate PCI_CHIP_<FAMILY>_<ID> defines by Benjamin Franzke · 13 years ago
  92. a433755 targets/egl: Support driver name lookup using pci lists by Benjamin Franzke · 13 years ago
  93. 7f881c4 egl_dri2: Use external driver pci list by Benjamin Franzke · 13 years ago
  94. 88fd16d Add radeon pci id lists by Benjamin Franzke · 13 years ago
  95. 09f83ce Add intel pci id lists by Benjamin Franzke · 13 years ago
  96. 681ed75 tgsi: s/varient/variant/ by Brian Paul · 13 years ago
  97. b3e75a6 draw: rename draw_vs_varient.c to draw_vs_variant.c by Brian Paul · 13 years ago
  98. 47f3d5d draw/llvm: whitespace, formatting fixes by Brian Paul · 13 years ago
  99. 57f2f84 draw: s/1/TRUE/ by Brian Paul · 13 years ago
  100. ef59049 i965: Fix flipped GT1 vs GT2 URB VS entry count limits. by Eric Anholt · 13 years ago