1. 3bcb9a8 st/xorg: Fix solid fills for formats other than PICT_a8r8g8b8. by Michel Dänzer · 13 years ago
  2. 433c740 r600g: Hook up xorg state tracker. by Michel Dänzer · 13 years ago
  3. 702838a r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY. by Michel Dänzer · 13 years ago
  4. f5a4e04 st/xorg: Disable dirty throttling by default. by Michel Dänzer · 13 years ago
  5. 751f0ce st/xorg: Only damage non-front source in DRI2 CopyRegion hook. by Michel Dänzer · 13 years ago
  6. 005aea8 g3dvl: s/inline/INLINE/ to fix MSVC build by Brian Paul · 13 years ago
  7. b59715b g3dvl: fix compilation failure on MSVC by Brian Paul · 13 years ago
  8. cdb7396 scons: don't compile some files with -gstabs if using mingw32 by Brian Paul · 13 years ago
  9. 3d1af78 scons: add more LIBS for compiling with LLVM 2.9 on Windows by Brian Paul · 13 years ago
  10. 9765ded g3dvl: Rewrite the mpeg 1&2 bitstream parser by Christian König · 13 years ago
  11. 31096e1 g3dvl: Use a single texture for luma and chroma data by Christian König · 13 years ago
  12. 2e62b30 g3dvl: Rework the decoder interface part 5/5 by Christian König · 13 years ago
  13. 835ea84 g3dvl: Rework the decoder interface part 4/5 by Christian König · 13 years ago
  14. d3770d6 g3dvl: Rework the decoder interface part 3/5 by Christian König · 13 years ago
  15. 231fce7 g3dvl: Rework the decoder interface part 2/5 by Christian König · 13 years ago
  16. 1d1d038 g3dvl: Rework the decoder interface part 1/5 by Christian König · 13 years ago
  17. 6fb12bf tgsi: update tgsi.rst for TXQ by Dave Airlie · 13 years ago
  18. a2c467c i915g: Fix off-by-one in scissors. by David Reveman · 13 years ago
  19. 3d90003 i915g: Fix case where texcoords can overlap with fragpos/frontface. by Stéphane Marchesin · 13 years ago
  20. b97889f i915g: Improve the flush heuristic by using the previous frame's number of vertices. by Stéphane Marchesin · 13 years ago
  21. fdb62ef r600g: fix replace_gpr_with_pv_ps by Vadim Girlin · 13 years ago
  22. 6ba68c7 r600g: fix check_and_set_bank_swizzle by Vadim Girlin · 13 years ago
  23. 778ecc9 glcpp: Add GL_ARB_conservative_depth #define. by Kenneth Graunke · 13 years ago
  24. 116680d i965: Remove all bits of NRM3 and NRM4 code by Ian Romanick · 13 years ago
  25. 8ce7162 glsl: fix crash when a const is passed to texelFetchOffset by Dave Airlie · 13 years ago
  26. c25b494 glsl: Bail after reporting an error for non-constant const_in parameters. by Kenneth Graunke · 13 years ago
  27. 27395cb pp: add files to Makefile.sources by Brian Paul · 13 years ago
  28. 6571c07 Merge branch 'kasanen-post-process-v2' by Brian Paul · 13 years ago
  29. e3a7cb4 softpipe: add const qualifier to silence warnings by Brian Paul · 13 years ago
  30. 5f3de17 glsl_to_tgsi: add TXF support. (v2) by Dave Airlie · 13 years ago
  31. 62ad6e6 softpipe: implement TXF support via get_texel callback by Dave Airlie · 13 years ago
  32. d562f97 tgsi: add TXF support. by Dave Airlie · 13 years ago
  33. 515d9e8 glsl_to_tgsi: implement TXS/TXQ. (v2) by Dave Airlie · 13 years ago
  34. 461646f softpipe: add get_dims callback for TXQ support. (v2) by Dave Airlie · 13 years ago
  35. 7f1b9dd tgsi: add TXQ support. (v2) by Dave Airlie · 13 years ago
  36. b9eb4d8 glsl: Implement the GL_ARB_conservative_depth extension. by Kenneth Graunke · 13 years ago
  37. dbec3a5 Document the return type coding style. by Kai Wasserbäch · 13 years ago
  38. 79a486e Change return type of try_emit_* methods to bool. by Kai Wasserbäch · 13 years ago
  39. 55592d9 d3d1x: save to correct slot in xs_set_constant_buffers by Christoph Bumiller · 13 years ago
  40. 974412d d3d1x: fix xs_set_samplers by Christoph Bumiller · 13 years ago
  41. 7b1972d android: add support for r600g by Chia-I Wu · 13 years ago
  42. 689b45f winsys/radeon: share the source list by Chia-I Wu · 13 years ago
  43. 027a45e winsys/r600: share the source list by Chia-I Wu · 13 years ago
  44. 8dda3f2 r600g: share the source list by Chia-I Wu · 13 years ago
  45. 707d614 glsl: Make sure that Extensions.dummy_true is set to true by Ian Romanick · 13 years ago
  46. 038d654 vbo: remove unused var, remove unneeded local var by Brian Paul · 13 years ago
  47. 473cf06 llvmpipe: add more restrict keywords by Brian Paul · 13 years ago
  48. 4396826 docs: Document coding style conventions by Paul Berry · 13 years ago
  49. ddd6e5b swrast: Remove swrast eject/validate texture image code. by Brian Paul · 13 years ago
  50. 4990e7e radeon: Fix flushing before writing a teximage's BO when !t->bo. by Eric Anholt · 13 years ago
  51. 6dbad42 st/mesa: remove st_texture_image::face,level fields by Brian Paul · 13 years ago
  52. 7dae1aa intel: use new gl_texture_image:Face, Level fields by Brian Paul · 13 years ago
  53. a231d24 mesa: add gl_texture_image::Face, Level fields by Brian Paul · 13 years ago
  54. c3ad95e x11: add missing comma to fix compilation by Brian Paul · 13 years ago
  55. cc9a891 r600g: fill out missing entries in opcode tables. by Dave Airlie · 13 years ago
  56. 1284d5b winsys/svga: use os_mmap() for memory mapping by Chia-I Wu · 13 years ago
  57. 70b1837 winsys/radeon: use os_mmap() for memory mapping by Chia-I Wu · 13 years ago
  58. 9bda86c auxiliary/os: add wrappers for mmap/munmap by Chia-I Wu · 13 years ago
  59. 0d63621 i965: Only map the necessary buffer range in brw_prepare_indices by Ian Romanick · 13 years ago
  60. 2ea1ff3 tnl: Only map the necessary buffer range in bind_indices by Ian Romanick · 13 years ago
  61. 655c7d7 mesa: Only map the necessary buffer range in vbo_get_minmax_index by Ian Romanick · 13 years ago
  62. 28249bd mesa: Eliminate dd_function_table::MapBuffer by Ian Romanick · 13 years ago
  63. cccc741 radeon: Hack up an implementation of MapBufferRange by Ian Romanick · 13 years ago
  64. b2184da mesa: Fix incorrect access parameter passed to MapBuffer by Ian Romanick · 13 years ago
  65. 6183edc mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange by Ian Romanick · 13 years ago
  66. f973be5 intel: Correctly check for read-only mappings in intel_bufferobj_map_range by Ian Romanick · 13 years ago
  67. 4ddae2f mesa: Remove target parameter from dd_function_table::MapBufferRange by Ian Romanick · 13 years ago
  68. 6c8aa34 mesa: Remove target parameter from dd_function_table::GetBufferSubData by Ian Romanick · 13 years ago
  69. 92f3fca mesa: Remove target parameter from dd_function_table::BufferSubData by Ian Romanick · 13 years ago
  70. 12d924c mesa: Remove target parameter from dd_function_table::MapBuffer by Ian Romanick · 13 years ago
  71. 56f0c00 mesa: Remove target parameter from dd_function_table::UnmapBuffer by Ian Romanick · 13 years ago
  72. 0457655 make: Add missing source file. by José Fonseca · 13 years ago
  73. abbb8fc i965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7a by Eric Anholt · 13 years ago
  74. 9d4b98e i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE. by Eric Anholt · 13 years ago
  75. 4eeb4c1 i965: Implement textureSize (TXS) on Gen4. by Kenneth Graunke · 13 years ago
  76. ecf8963 i965/fs: Implement textureSize (TXS) on Gen5+. by Kenneth Graunke · 13 years ago
  77. b6bdcf2 i965/fs: Rudimentary support for non-floating point texture results. by Kenneth Graunke · 13 years ago
  78. 2054652 glsl/builtins: Uncomment textureSize prototypes. by Kenneth Graunke · 13 years ago
  79. 583b295 texture_builtins.py: Add support for textureSize (txs). by Kenneth Graunke · 13 years ago
  80. 1e3bcbd glsl: Add a new ir_txs (textureSize) opcode to ir_texture. by Kenneth Graunke · 13 years ago
  81. 8f26b59 st/xorg: Advertise support for XvMC by Maarten Lankhorst · 13 years ago
  82. 29d7a0b mesa: call _mesa_set_vp_override in glDrawTex* by Chia-I Wu · 13 years ago
  83. dd250e6 auxiliary: share the source lists by Chia-I Wu · 13 years ago
  84. 582b5d8 scons: add ParseSourceList method by Chia-I Wu · 13 years ago
  85. 6c8ea1e glsl: Make ir_validate actually visit ir_if nodes. by Kenneth Graunke · 13 years ago
  86. 6959528 intel: Abort when DRI2 separate stencil handshake fails by Chad Versace · 13 years ago
  87. 7a5d289 glsl_to_tgsi: Fix a few more struct vs. class warnings. by Kenneth Graunke · 13 years ago
  88. 5379a70 glsl_to_tgsi: emit a MAD(b, -a, b) for !a && b by Bryan Cain · 13 years ago
  89. c721d7b glsl_to_tgsi: fix typo by Bryan Cain · 13 years ago
  90. 9098953 glsl_to_tgsi: implement ir_binop_all_equal using DP4 w/SGE by Bryan Cain · 13 years ago
  91. f3dce13 glsl_to_tgsi: implement ir_binop_any_nequal using DP4 w/saturate or DP4 w/SLT by Bryan Cain · 13 years ago
  92. a43f688 glsl_to_tgsi: implement ir_unop_any using DP4 w/saturate or DP4 w/SLT by Bryan Cain · 13 years ago
  93. c15eb55 glsl_to_tgsi: make glsl_to_tgsi_visitor::emit_dp return the instruction by Bryan Cain · 13 years ago
  94. 691cc0e glsl_to_tgsi: implement ir_binop_logic_or using an add w/saturate or add w/SLT by Bryan Cain · 13 years ago
  95. 8c31bc7 glsl_to_tgsi: implement ir_unop_logic_not using 1-x by Bryan Cain · 13 years ago
  96. 112e68c st/egl: add a missing include by Chia-I Wu · 13 years ago
  97. b71a7a2 st/egl: improve error logging by Chia-I Wu · 13 years ago
  98. 5ce2dc6 st/egl: add buffer preserving support to Android by Chia-I Wu · 13 years ago
  99. 4c222ff st/egl: improve buffer cache for Android by Chia-I Wu · 13 years ago
  100. 62c7c2f st/egl: swapping without a buffer is not an error by Chia-I Wu · 13 years ago