1. fdb62ef r600g: fix replace_gpr_with_pv_ps by Vadim Girlin · 13 years ago
  2. 6ba68c7 r600g: fix check_and_set_bank_swizzle by Vadim Girlin · 13 years ago
  3. 778ecc9 glcpp: Add GL_ARB_conservative_depth #define. by Kenneth Graunke · 13 years ago
  4. 116680d i965: Remove all bits of NRM3 and NRM4 code by Ian Romanick · 13 years ago
  5. 8ce7162 glsl: fix crash when a const is passed to texelFetchOffset by Dave Airlie · 13 years ago
  6. c25b494 glsl: Bail after reporting an error for non-constant const_in parameters. by Kenneth Graunke · 13 years ago
  7. 27395cb pp: add files to Makefile.sources by Brian Paul · 13 years ago
  8. 6571c07 Merge branch 'kasanen-post-process-v2' by Brian Paul · 13 years ago
  9. e3a7cb4 softpipe: add const qualifier to silence warnings by Brian Paul · 13 years ago
  10. 5f3de17 glsl_to_tgsi: add TXF support. (v2) by Dave Airlie · 13 years ago
  11. 62ad6e6 softpipe: implement TXF support via get_texel callback by Dave Airlie · 13 years ago
  12. d562f97 tgsi: add TXF support. by Dave Airlie · 13 years ago
  13. 515d9e8 glsl_to_tgsi: implement TXS/TXQ. (v2) by Dave Airlie · 13 years ago
  14. 461646f softpipe: add get_dims callback for TXQ support. (v2) by Dave Airlie · 13 years ago
  15. 7f1b9dd tgsi: add TXQ support. (v2) by Dave Airlie · 13 years ago
  16. b9eb4d8 glsl: Implement the GL_ARB_conservative_depth extension. by Kenneth Graunke · 13 years ago
  17. dbec3a5 Document the return type coding style. by Kai Wasserbäch · 13 years ago
  18. 79a486e Change return type of try_emit_* methods to bool. by Kai Wasserbäch · 13 years ago
  19. 55592d9 d3d1x: save to correct slot in xs_set_constant_buffers by Christoph Bumiller · 13 years ago
  20. 974412d d3d1x: fix xs_set_samplers by Christoph Bumiller · 13 years ago
  21. 7b1972d android: add support for r600g by Chia-I Wu · 13 years ago
  22. 689b45f winsys/radeon: share the source list by Chia-I Wu · 13 years ago
  23. 027a45e winsys/r600: share the source list by Chia-I Wu · 13 years ago
  24. 8dda3f2 r600g: share the source list by Chia-I Wu · 13 years ago
  25. 707d614 glsl: Make sure that Extensions.dummy_true is set to true by Ian Romanick · 13 years ago
  26. 038d654 vbo: remove unused var, remove unneeded local var by Brian Paul · 13 years ago
  27. 473cf06 llvmpipe: add more restrict keywords by Brian Paul · 13 years ago
  28. 4396826 docs: Document coding style conventions by Paul Berry · 13 years ago
  29. ddd6e5b swrast: Remove swrast eject/validate texture image code. by Brian Paul · 13 years ago
  30. 4990e7e radeon: Fix flushing before writing a teximage's BO when !t->bo. by Eric Anholt · 13 years ago
  31. 6dbad42 st/mesa: remove st_texture_image::face,level fields by Brian Paul · 13 years ago
  32. 7dae1aa intel: use new gl_texture_image:Face, Level fields by Brian Paul · 13 years ago
  33. a231d24 mesa: add gl_texture_image::Face, Level fields by Brian Paul · 13 years ago
  34. c3ad95e x11: add missing comma to fix compilation by Brian Paul · 13 years ago
  35. cc9a891 r600g: fill out missing entries in opcode tables. by Dave Airlie · 13 years ago
  36. 1284d5b winsys/svga: use os_mmap() for memory mapping by Chia-I Wu · 13 years ago
  37. 70b1837 winsys/radeon: use os_mmap() for memory mapping by Chia-I Wu · 13 years ago
  38. 9bda86c auxiliary/os: add wrappers for mmap/munmap by Chia-I Wu · 13 years ago
  39. 0d63621 i965: Only map the necessary buffer range in brw_prepare_indices by Ian Romanick · 13 years ago
  40. 2ea1ff3 tnl: Only map the necessary buffer range in bind_indices by Ian Romanick · 13 years ago
  41. 655c7d7 mesa: Only map the necessary buffer range in vbo_get_minmax_index by Ian Romanick · 13 years ago
  42. 28249bd mesa: Eliminate dd_function_table::MapBuffer by Ian Romanick · 13 years ago
  43. cccc741 radeon: Hack up an implementation of MapBufferRange by Ian Romanick · 13 years ago
  44. b2184da mesa: Fix incorrect access parameter passed to MapBuffer by Ian Romanick · 13 years ago
  45. 6183edc mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange by Ian Romanick · 13 years ago
  46. f973be5 intel: Correctly check for read-only mappings in intel_bufferobj_map_range by Ian Romanick · 13 years ago
  47. 4ddae2f mesa: Remove target parameter from dd_function_table::MapBufferRange by Ian Romanick · 13 years ago
  48. 6c8aa34 mesa: Remove target parameter from dd_function_table::GetBufferSubData by Ian Romanick · 13 years ago
  49. 92f3fca mesa: Remove target parameter from dd_function_table::BufferSubData by Ian Romanick · 13 years ago
  50. 12d924c mesa: Remove target parameter from dd_function_table::MapBuffer by Ian Romanick · 13 years ago
  51. 56f0c00 mesa: Remove target parameter from dd_function_table::UnmapBuffer by Ian Romanick · 13 years ago
  52. 0457655 make: Add missing source file. by José Fonseca · 13 years ago
  53. abbb8fc i965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7a by Eric Anholt · 13 years ago
  54. 9d4b98e i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE. by Eric Anholt · 13 years ago
  55. 4eeb4c1 i965: Implement textureSize (TXS) on Gen4. by Kenneth Graunke · 13 years ago
  56. ecf8963 i965/fs: Implement textureSize (TXS) on Gen5+. by Kenneth Graunke · 13 years ago
  57. b6bdcf2 i965/fs: Rudimentary support for non-floating point texture results. by Kenneth Graunke · 13 years ago
  58. 2054652 glsl/builtins: Uncomment textureSize prototypes. by Kenneth Graunke · 13 years ago
  59. 583b295 texture_builtins.py: Add support for textureSize (txs). by Kenneth Graunke · 13 years ago
  60. 1e3bcbd glsl: Add a new ir_txs (textureSize) opcode to ir_texture. by Kenneth Graunke · 13 years ago
  61. 8f26b59 st/xorg: Advertise support for XvMC by Maarten Lankhorst · 13 years ago
  62. 29d7a0b mesa: call _mesa_set_vp_override in glDrawTex* by Chia-I Wu · 13 years ago
  63. dd250e6 auxiliary: share the source lists by Chia-I Wu · 13 years ago
  64. 582b5d8 scons: add ParseSourceList method by Chia-I Wu · 13 years ago
  65. 6c8ea1e glsl: Make ir_validate actually visit ir_if nodes. by Kenneth Graunke · 13 years ago
  66. 6959528 intel: Abort when DRI2 separate stencil handshake fails by Chad Versace · 13 years ago
  67. 7a5d289 glsl_to_tgsi: Fix a few more struct vs. class warnings. by Kenneth Graunke · 13 years ago
  68. 5379a70 glsl_to_tgsi: emit a MAD(b, -a, b) for !a && b by Bryan Cain · 13 years ago
  69. c721d7b glsl_to_tgsi: fix typo by Bryan Cain · 13 years ago
  70. 9098953 glsl_to_tgsi: implement ir_binop_all_equal using DP4 w/SGE by Bryan Cain · 13 years ago
  71. f3dce13 glsl_to_tgsi: implement ir_binop_any_nequal using DP4 w/saturate or DP4 w/SLT by Bryan Cain · 13 years ago
  72. a43f688 glsl_to_tgsi: implement ir_unop_any using DP4 w/saturate or DP4 w/SLT by Bryan Cain · 13 years ago
  73. c15eb55 glsl_to_tgsi: make glsl_to_tgsi_visitor::emit_dp return the instruction by Bryan Cain · 13 years ago
  74. 691cc0e glsl_to_tgsi: implement ir_binop_logic_or using an add w/saturate or add w/SLT by Bryan Cain · 13 years ago
  75. 8c31bc7 glsl_to_tgsi: implement ir_unop_logic_not using 1-x by Bryan Cain · 13 years ago
  76. 112e68c st/egl: add a missing include by Chia-I Wu · 13 years ago
  77. b71a7a2 st/egl: improve error logging by Chia-I Wu · 13 years ago
  78. 5ce2dc6 st/egl: add buffer preserving support to Android by Chia-I Wu · 13 years ago
  79. 4c222ff st/egl: improve buffer cache for Android by Chia-I Wu · 13 years ago
  80. 62c7c2f st/egl: swapping without a buffer is not an error by Chia-I Wu · 13 years ago
  81. 8ccafbb st/egl: use HAL formats for Android backend by Chia-I Wu · 13 years ago
  82. 9650483 winsys/sw/android: use HAL formats by Chia-I Wu · 13 years ago
  83. f496d8b winsys/sw/android: set bo usage correctly by Chia-I Wu · 13 years ago
  84. 327de22 android: make libGLES_mesa real by Chia-I Wu · 13 years ago
  85. ee41fc8 android: build shared glapi by Chia-I Wu · 13 years ago
  86. b81b82d android: build glsl by Chia-I Wu · 13 years ago
  87. ee40f18 android: build core mesa by Chia-I Wu · 13 years ago
  88. 2a77dc0 android: build core EGL by Chia-I Wu · 13 years ago
  89. faf9d58 android: build softpipe by Chia-I Wu · 13 years ago
  90. 1557634 android: build android sw winsys by Chia-I Wu · 13 years ago
  91. b38da5f android: build targets/egl-static by Chia-I Wu · 13 years ago
  92. 98345cf android: build st/egl with android backend by Chia-I Wu · 13 years ago
  93. 688db6e android: build gallium auxiliaries by Chia-I Wu · 13 years ago
  94. c9b21d9 android: build libGLES_mesa by Chia-I Wu · 13 years ago
  95. 4b2b0b9 targets/egl-static: do not rely on libudev on Android by Chia-I Wu · 13 years ago
  96. 15418a8 st/egl: add android backend by Chia-I Wu · 13 years ago
  97. 8e54c47 winsys/android: new SW winsys for Android by Chia-I Wu · 13 years ago
  98. 00b365b egl: add Android-specific extensions by Chia-I Wu · 14 years ago
  99. b0945c1 egl: add _EGL_PLATFORM_ANDROID by Chia-I Wu · 14 years ago
  100. 504f92c mesa: android has no log2f nor ffs by Chia-I Wu · 13 years ago