1. 0749807 mesa/st: set the color write cbuf property for fragColor writes by Dave Airlie · 14 years ago
  2. 2f4860f softpipe: add support for color writes all color bufs property by Dave Airlie · 14 years ago
  3. c9c8a5e gallium: add fragment shader property for color writes to all buffers. (v2) by Dave Airlie · 14 years ago
  4. eccffe2 i965: Remove unnecessary headers. by Vinson Lee · 14 years ago
  5. 280750c mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps. by Vinson Lee · 14 years ago
  6. aedbf05 r300g: use a simpler fallback for misaligned ushort indices with triangles by Marek Olšák · 14 years ago
  7. c420c0e r300g: add support for B2G3R3 texturing by Marek Olšák · 14 years ago
  8. bf7b6f6 mesa: fix texel store functions for some float formats by Marek Olšák · 14 years ago
  9. 4a71046 st/mesa: do not require all texture formats to be renderable by Marek Olšák · 14 years ago
  10. 9986571 st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16 by Marek Olšák · 14 years ago
  11. a780490 gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORM by Marek Olšák · 14 years ago
  12. fd8aa7a mesa: implement new texture format I16 by Marek Olšák · 14 years ago
  13. bb5ace6 mesa: implement new texture format L16 by Marek Olšák · 14 years ago
  14. eb31837 mesa: implement new texture format A16 by Marek Olšák · 14 years ago
  15. bae9d51 mesa: implement new texture format AL44 by Marek Olšák · 14 years ago
  16. 621e525 mesa: implement new texture format ARGB2101010 by Marek Olšák · 14 years ago
  17. 0a7b60f st/mesa: if Z32 is unsupported, prefer Z24 to Z16 by Marek Olšák · 14 years ago
  18. 888e59f st/mesa: use RGBA16 for RGB12 and RGB16 by Marek Olšák · 14 years ago
  19. 3f9e78a st/mesa: use DXT SRGB formats for COMPRESSED_SRGB by Marek Olšák · 14 years ago
  20. bf15ad3 i965: Keep around a copy of the VS constant surface dumping code. by Eric Anholt · 14 years ago
  21. 5dc5344 i965: Correct the dp_read message descriptor setup on g4x. by Eric Anholt · 14 years ago
  22. de6fd52 i965: upload multisample state for fragment program change by Zhenyu Wang · 14 years ago
  23. 845d651 i965: Use MI_FLUSH_DW for blt ring flush on sandybridge by Zhenyu Wang · 14 years ago
  24. 1e7bfcc st/mesa: Remove unnecessary header. by Vinson Lee · 14 years ago
  25. 492afbc gallivm: Disable MMX-disabling code on llvm-2.9. by Vinson Lee · 14 years ago
  26. adaa310 gallivm: Fix 'cast from pointer to integer of different size' warning. by Vinson Lee · 14 years ago
  27. 38c8b03 i915g: Remove unnecessary header. by Vinson Lee · 14 years ago
  28. 442fcd0 llvmpipe: Remove unnecessary headers. by Vinson Lee · 14 years ago
  29. 013fc33 r300g: Remove unnecessary headers. by Vinson Lee · 14 years ago
  30. f39d0c7 svga: Remove unnecessary header. by Vinson Lee · 14 years ago
  31. a911280 st/vega: Remove unnecessary headers. by Vinson Lee · 14 years ago
  32. ca8b4ca r600g: Remove the unused "pframebuffer" field from r600_pipe_context. by Henri Verbeet · 14 years ago
  33. 2fd718d r600g: r600_new() and r600_delete() are unused. by Henri Verbeet · 14 years ago
  34. 4374703 i965: explicit tell header present for fb write on sandybridge by Zhenyu Wang · 14 years ago
  35. 445cb9e st/egl: Assorted fixes for dri2_display_get_configs. by Chia-I Wu · 14 years ago
  36. 341d048 r600g: remove useless switch statements by Alex Deucher · 14 years ago
  37. a31e2e3 st/egl: Fix eglCopyBuffers. by Chia-I Wu · 14 years ago
  38. 18bc427 st/egl: Plug pbuffer leaks. by Chia-I Wu · 14 years ago
  39. 0fb2dcc st/egl: Allow single-buffered pixmaps. by Chia-I Wu · 14 years ago
  40. f431e04 r600g: drop unused code in evergreen. by Dave Airlie · 14 years ago
  41. 975b7ef st/egl: Remove native_config::samples. by Chia-I Wu · 14 years ago
  42. 3a93c34 st/egl: Remove native_config::slow_config. by Chia-I Wu · 14 years ago
  43. 0364c08 st/egl: Remove unnecessary egl_g3d_find_pixmap_config. by Chia-I Wu · 14 years ago
  44. af767ee st/egl: Make config optional for create_pixmap_surface. by Chia-I Wu · 14 years ago
  45. 2dd189a r600g: fix evergreen segfaults. by Dave Airlie · 14 years ago
  46. cb4f367 r300g: fix precision issues with B10G10R10A2 by Marek Olšák · 14 years ago
  47. 2a95542 r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versions by Marek Olšák · 14 years ago
  48. 4fe78d3 i965: Avoid using float type for raw moves, to work around SNB issue. by Eric Anholt · 14 years ago
  49. fa62cf7 r600g: avoid segfault by Jerome Glisse · 14 years ago
  50. 8b9570e intel: Check for unsupported texture when finishing using as a render target by Chris Wilson · 14 years ago
  51. c1f0f90 st/mesa: Clean up header file inclusion in st_format.h. by Vinson Lee · 14 years ago
  52. 3d03b4d st/mesa: Clean up header file inclusion in st_draw.h. by Vinson Lee · 14 years ago
  53. 5c102dd nouveau: fix includes for latest libdrm by Ben Skeggs · 14 years ago
  54. cd9ed3d Regenerate gl_mangle.h. by Tom Fogal · 14 years ago
  55. abe9ffc r600g: properly unset vertex buffer by Jerome Glisse · 14 years ago
  56. a14f79f st/python: remove unused 'buf' parameter in pipe_buffer_unmap by Vinson Lee · 14 years ago
  57. ec51092 gallium: remove unused 'buf' parameter in pipe_buffer_unmap by Marek Olšák · 14 years ago
  58. c451aad st/mesa: Remove comment cruft from st_context.h. by Vinson Lee · 14 years ago
  59. 2dd7886 st/mesa: Clean up header file inclusion in st_cb_texture.h. by Vinson Lee · 14 years ago
  60. 10eb0c3 st/mesa: Clean up header file inclusion in st_cb_readpixels.h. by Vinson Lee · 14 years ago
  61. 2378804 r300g: optimize the fallback for misaligned ushort indices by Marek Olšák · 14 years ago
  62. c87f82b st/mesa: Clean up header file inclusion in st_cb_program.h. by Vinson Lee · 14 years ago
  63. ac09685 st/mesa: Clean up header file inclusion in st_cb_accum.h. by Vinson Lee · 14 years ago
  64. 488e994 mesa: Clean up header file inclusion in prog_statevars.h. by Vinson Lee · 14 years ago
  65. aa4d311 mesa: fix queryobj whitespace. by Dave Airlie · 14 years ago
  66. ff7aa55 mesa/swrast/st: add ARB_occlusion_query2 support. by Dave Airlie · 14 years ago
  67. 7048095 mapi: Clean up sources.mk. by Chia-I Wu · 14 years ago
  68. c17d499 mapi: Clean up u_current interface. by Chia-I Wu · 14 years ago
  69. c7119e2 mapi: Add ABI-tag note. by Chia-I Wu · 14 years ago
  70. a954dbe Refresh autogenerated file builtin_function.cpp. by Kenneth Graunke · 14 years ago
  71. d7423a6 glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec). by Kenneth Graunke · 14 years ago
  72. 3f94d96 gallivm: Cleanup util_format_xxx_fetch_xxx call generation. by José Fonseca · 14 years ago
  73. 5c229e5 glsl: Expose a public glsl_type::void_type const pointer. by Kenneth Graunke · 14 years ago
  74. daffaca r300g: finally fix the texture corruption on r3xx-r4xx by Marek Olšák · 14 years ago
  75. d0f8eea Remove OES_compressed_paletted_texture from the ES2 extension list. by Kenneth Graunke · 14 years ago
  76. 42a0967 softpipe: remove sp_tex_tile_cache_border_color() by Brian Paul · 14 years ago
  77. 9d9f8ab softpipe: fix depth texture sampling regression by Brian Paul · 14 years ago
  78. 3ecf47a gallivm: fix copy&paste error from previous commit by Brian Paul · 14 years ago
  79. fcc7024 r600c : inline vertex format is not updated in an app, switch to use vfetch constants. For the 7.9 and 7.10 branches as well. by richard · 14 years ago
  80. 290a114 intel: Support glCopyTexImage() from XRGB8888 to ARGB8888. by Eric Anholt · 14 years ago
  81. ec03b31 intel: Try to sanely check that formats match for CopyTexImage. by Eric Anholt · 14 years ago
  82. e65c643 intel: Drop commented intel_flush from copy_teximage. by Eric Anholt · 14 years ago
  83. 99c7840 intel: Update renderbuffers before looking up CopyTexImage's read buffer. by Eric Anholt · 14 years ago
  84. ee16e97 gallivm: work around LLVM 2.6 bug when calling C functions by Brian Paul · 14 years ago
  85. b7e1506 draw: s/varient/variant/ by Brian Paul · 14 years ago
  86. 2bd9b38 svga: s/varient/variant/ by Brian Paul · 14 years ago
  87. bd75e4b i965g: s/varient/variant/ by Brian Paul · 14 years ago
  88. a185d43 i915g: s/varient/variant/ by Brian Paul · 14 years ago
  89. f3955f6 softpipe: s/varient/variant by Brian Paul · 14 years ago
  90. aa5ba96 st/mesa: s/varient/variant by Brian Paul · 14 years ago
  91. c52adfc i965: Set the alternative floating point mode on gen6 VS and WM. by Eric Anholt · 14 years ago
  92. 2bd11ea i915: Fix INTEL_DEBUG=wm segmentation fault by Shuang He · 14 years ago
  93. 57dcd80 nvfx: fix fragprog word swapping on big-endian machines by Ben Skeggs · 14 years ago
  94. dbb679e gallium: properly check for src->dst blit compatibilities by Jerome Glisse · 14 years ago
  95. 66f55de r600g: fix pow(0, 0) evaluating to NaN by Fredrik Höglund · 14 years ago
  96. 3861a10 r600g: need to reference upload buffer as the might still live accross flush by Jerome Glisse · 14 years ago
  97. a8ca30b st/mesa: fix incorrect prev pointer in destroy_program_variants() by Brian Paul · 14 years ago
  98. c62bb90 softpipe: do texture swizzle during texture sampling by Brian Paul · 14 years ago
  99. be2aa81 mesa: more program debug code by Brian Paul · 14 years ago
  100. 2a77c3c tgsi: document texture opcodes by Brian Paul · 14 years ago