1. 63184bc r600g: use an enabled list to track enabled blocks. by Dave Airlie · 13 years ago
  2. f356bb7 r600g/winsys: overhaul resource range/blocks. by Dave Airlie · 13 years ago
  3. be7af43 r600g: split out block init by Dave Airlie · 13 years ago
  4. cf0f02e r600g: move resource setting to its own structures. by Dave Airlie · 13 years ago
  5. eb4bb48 r600g: only call bo loop if nbos is positive. by Dave Airlie · 13 years ago
  6. 6cd3534 r600g: don't need to call the packet dirty function if not dirty. by Dave Airlie · 13 years ago
  7. 2292025 i915g: implement more opcodes. by Stéphane Marchesin · 13 years ago
  8. 0f09133 i915g: implement TGSI_OPCODE_SEQ. by Stéphane Marchesin · 13 years ago
  9. 0ce977a i915g: handle varyings properly. by Stéphane Marchesin · 13 years ago
  10. 893b92a i915g: add missing and unsupported PIPE_CAPs to avoid debug messages. by Stéphane Marchesin · 13 years ago
  11. 3d3ecb8 dri2: protect dri2FlushFrontBuffer against NULL buffers. by Stéphane Marchesin · 13 years ago
  12. cec2082 Gallium: fix indentation in u_blitter.c by Stéphane Marchesin · 13 years ago
  13. 3103c08 i915g: don't destroy a texture buffer if it's NULL. by Stéphane Marchesin · 13 years ago
  14. 1af8b72 llvmpipe: use $(CXX) instead of g++ for linking. by Stéphane Marchesin · 13 years ago
  15. c2e6590 i965: Update SURFACE_STATE dumping for Ivybridge. by Kenneth Graunke · 13 years ago
  16. 4ba9cfe i965: Update SAMPLER_STATE dumping for Ivybridge. by Kenneth Graunke · 13 years ago
  17. f9a3200 i965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge. by Kenneth Graunke · 13 years ago
  18. e5d241d apple: Package applegl source into MesaLib tarball by Jeremy Huddleston · 13 years ago
  19. d563009 darwin: Define GALLIUM_DRIVERS_DIRS in darwin config by Jeremy Huddleston · 13 years ago
  20. 2ee5272 apple: Finish build fixes for applegl_glx.c by Jeremy Huddleston · 13 years ago
  21. 7c5f37c apple: More fixes for compilation failures by Jeremy Huddleston · 13 years ago
  22. f4537f9 softpipe: Anisotropic filtering extension. by Andreas Faenger · 13 years ago
  23. b438005 st/mesa: fix renderbuffer internal format for accum buffer by Brian Paul · 13 years ago
  24. 155cf15 util: add \n to debug_checkpoint_full by Marcin Slusarz · 13 years ago
  25. fb40f1f nv50: fix nv50_sampler_state_delete array overflow by Marcin Slusarz · 13 years ago
  26. 5d35343 apple: Fix multiple build failures in applegl_glx.c by Jeremy Huddleston · 13 years ago
  27. 1885cf2 apple: Build darwin using applegl rather than indirect by Jeremy Huddleston · 13 years ago
  28. 3843bbc glx: Dead code removal by Jeremy Huddleston · 13 years ago
  29. 8593bb3 apple: ifdef out come glapi-foo on darwin by Jeremy Huddleston · 13 years ago
  30. 7cdf969 apple: Change from XExtDisplayInfo to struct glx_display by Jeremy Huddleston · 13 years ago
  31. 1d24e6e dri/nouveau: fix gnome-shell segfault by Ben Skeggs · 13 years ago
  32. 279e471 apple: Rename GLXcontext by Jeremy Huddleston · 13 years ago
  33. b7f0ed8 apple: Rename _gl_context_modes_find_visual to glx_config_find_visual by Jeremy Huddleston · 13 years ago
  34. 488d6c7 apple: Re-add driContext and do_destroy by Jeremy Huddleston · 13 years ago
  35. 22613d1 apple: Rename GLXcontext by Jeremy Huddleston · 13 years ago
  36. bb621cb apple: Rename __GLcontextModes to struct glx_config by Jeremy Huddleston · 13 years ago
  37. 4c9bab7 apple: Rename glcontextmodes.[ch] to glxconfig.[ch] by Jeremy Huddleston · 13 years ago
  38. 8e89d0b apple: Update GL specs by Jeremy Huddleston · 13 years ago
  39. e8ea879 meta: Don't do sRGB encode for framebuffer blits on sRGB-enabled framebuffers. by Eric Anholt · 13 years ago
  40. a513bee meta: Don't do srgb to linear decode when blitting srgb textures. by Eric Anholt · 13 years ago
  41. 164108e glx: Fix use-before-null-check in dri2InvalidateBuffers(). by Eric Anholt · 13 years ago
  42. 836a595 i965: Drop remaining strict conformance fallback for GL_POINT_SMOOTH. by Eric Anholt · 13 years ago
  43. e986897 i965: Drop strict conformance fallback for GL_LINE_STIPPLE. by Eric Anholt · 13 years ago
  44. d313346 i965: Drop strict conformance fallback for GL_LINE_SMOOTH. by Eric Anholt · 13 years ago
  45. d8b7336 i965: Drop strict conformance fallback for GL_POLYGON_SMOOTH. by Eric Anholt · 13 years ago
  46. 3f05374 i965: Drop INTEL_CONFORMANCE=2 fallback code. by Eric Anholt · 13 years ago
  47. 6491e95 glsl: fixed printing of structure constants. by Paul Berry · 13 years ago
  48. 26b566e AST dump: fixed printing of conditionals. by Paul Berry · 13 years ago
  49. 4077336 r600g: move spi update to only when states change. by Dave Airlie · 13 years ago
  50. 1dbcb83 cso: move cso hashes to a more table driven scheme by Dave Airlie · 13 years ago
  51. 970726d u_prim: convert u_trim_pipe_prim to table driven. by Dave Airlie · 13 years ago
  52. de0adb6 r600g: make conv pipe prim table driven. by Dave Airlie · 13 years ago
  53. aaeb9a8 mesa: fix typo (s/GLGL/GLSL/) by Brian Paul · 13 years ago
  54. 52f6e79 mesa: 80-column wrapping by Brian Paul · 13 years ago
  55. 9653acc mesa: consolidate glGetUniform code by Brian Paul · 13 years ago
  56. bbce18c mesa: refactor/consolidate uniform lookup code by Brian Paul · 13 years ago
  57. 230c71d mesa: add some minor fixes for geometry shaders by Brian Paul · 13 years ago
  58. b03296c dri: add missing files from 873379a8818eed9ab16c24728b7091a3a3705c5b by Brian Paul · 13 years ago
  59. 09201cc mesa: add implementation of glDrawElementsInstancedBaseVertex by Pierre-Eric Pelloux-Prayer · 13 years ago
  60. 0dae946 glapi: regenerated files by Pierre-Eric Pelloux-Prayer · 13 years ago
  61. 898f4c5 glapi: add glDrawElementsInstancedBaseVertex() function to xml by Brian Paul · 13 years ago
  62. 873379a dri/nouveau: Fix build with --enable-shared-dricore. by Johannes Obermayr · 13 years ago
  63. a9c5efb r300: remove MIN3 macro, already defined in macros.h by Brian Paul · 13 years ago
  64. 51d0892 r600g: sampler and texture state doesn't need a range/block. by Dave Airlie · 13 years ago
  65. e09e5cb glx: Remove (unused, broken) fastImageUnpack fast path by Adam Jackson · 13 years ago
  66. 776a2a5 glx: Fix another case of using req outside of the display lock by Adam Jackson · 13 years ago
  67. bddf275 softpipe: add a better fake implementation of fences by Marek Olšák · 13 years ago
  68. f62e1f4 util: faster logbase2 by Brian Paul · 13 years ago
  69. bab3b4a mesa: faster logbase2 by Benjamin Bellec · 13 years ago
  70. 029ea39 st/mesa: add GL_R11F_G11F_B10F to format table by Brian Paul · 13 years ago
  71. d1fd740 d3d1x/sm4: don't reset 1st index of multi-dimensional operands to 0 by Christoph Bumiller · 13 years ago
  72. a531513 d3d1x/sm4: fix swizzle for 1 component operands by Christoph Bumiller · 13 years ago
  73. f61d1de i965: Raise const.MaxTextureLevels to 14 (8192) by Chris Wilson · 13 years ago
  74. b0dc2d0 r600g: add spi state and move spi/vgt to modify register by Dave Airlie · 13 years ago
  75. 573758f r600g: decrease CPU time on set buffer resources by Dave Airlie · 13 years ago
  76. 4423c79 r600g: work out range/block etc at state build time. by Dave Airlie · 13 years ago
  77. 42502b6 r600g: deinline r600_pipe_state_add_reg. by Dave Airlie · 13 years ago
  78. 7f6672f r600g: prepare for passing ctx into _r600_pipe_state_add_reg by Dave Airlie · 13 years ago
  79. 991dbd7 r600g: migrate macros from r600_priv.h to r600.h by Dave Airlie · 13 years ago
  80. c1159ee r600g: remote ctx arg to block/range macros. by Dave Airlie · 13 years ago
  81. 8782fdc r600g: avoid copying unnecessary pieces of a block. by Dave Airlie · 13 years ago
  82. 9eb86f8 r600g: optimise state setting in r600_draw_vbo. by Dave Airlie · 13 years ago
  83. 8fcafeb r600g: force new evergreen blocks for large range. by Dave Airlie · 13 years ago
  84. 5724271 st/mesa: add format table entry for GL_RGB9_E5 by Brian Paul · 13 years ago
  85. f3652f0 glapi: Make xserver location error more helpful by Nathan Kidd · 13 years ago
  86. b9e9df7 mesa: queries of non-existent FBO attachments should return INVALID_OPERATION by Marek Olšák · 13 years ago
  87. d69dc2e mesa: UseShaderProgramEXT and Uniform* shouldn't be allowed inside Begin/End by Marek Olšák · 13 years ago
  88. 37a85b1 r300g: remove unused debug option DBG_UPLOAD by Marek Olšák · 13 years ago
  89. c5903ed r600c: add support for llano by Alex Deucher · 13 years ago
  90. 414cd5d r600g: add llano support by Alex Deucher · 13 years ago
  91. c331b31 i965/fs: Use the embedded compare in SEL on gen6+. by Eric Anholt · 13 years ago
  92. 089aa31 wayland-drm: Check visual for being NULL by Benjamin Franzke · 13 years ago
  93. fc5aec9 Fiuxp make tarballs for wayland-egl/drm by Benjamin Franzke · 13 years ago
  94. a7cd65f st/egl: Fix udev linkage when egl_dri2 is not build by Benjamin Franzke · 13 years ago
  95. aa87a93 egl_dri2: Fix usage of bool values by Benjamin Franzke · 13 years ago
  96. 5bf6cc9 wayland-egl: Remove left-over headers and struct by Benjamin Franzke · 13 years ago
  97. f047659 i965: Remove brw_surface_state struct that is now unused. by Eric Anholt · 13 years ago
  98. ee643b2 i965: Switch brw_state_dump to using bitshifting for surface state. by Eric Anholt · 13 years ago
  99. e764f10 i965: Replace struct with bit shifting for WM null surfaces. by Eric Anholt · 13 years ago
  100. 9bdc44a i965: Replace struct with bit shifting for WM pull constant surfaces. by Eric Anholt · 13 years ago