1. c5bc0a8 st/egl: Manually free configs on terminate. by Chia-I Wu · 14 years ago
  2. 8b0c6c4 egl: Store screens in a dynamic array. by Chia-I Wu · 14 years ago
  3. 6717a31 egl: Store configs in a dynamic array. by Chia-I Wu · 14 years ago
  4. 1064667 egl: Add dynamic array. by Chia-I Wu · 14 years ago
  5. 2d8e70f st/vega: Match MALLOC/FREE for vg_shader. by Chia-I Wu · 14 years ago
  6. a231140 llvmpipe: Add a new scene state to describe scenes which only have state changes. by José Fonseca · 14 years ago
  7. 4ca3e0d llvmpipe: Don't reset the bin when there's a zsbuf bound. by José Fonseca · 14 years ago
  8. f914cd1 st/vega: s/free/FREE for matching MALLOC/CALLOC by nobled · 14 years ago
  9. 78215b0 st/xorg: s/free/FREE for matching MALLOC/CALLOC by nobled · 14 years ago
  10. 8977879 st/egl: Add egl-gdi target. by Chia-I Wu · 14 years ago
  11. 2f0b018 mesa: Use fpclassify for GL_OES_query_matrix on OpenBSD and NetBSD. by Chia-I Wu · 14 years ago
  12. 0d68d01 mesa: make the arguments in the asm statemants optional by Zack Rusin · 14 years ago
  13. b939f83 r300g: add workaround for multiple contexts by Marek Olšák · 14 years ago
  14. 6a34287 r300g: move one flush from winsys to the context by Marek Olšák · 14 years ago
  15. 3d61012 llvmpipe: don't crash/assert on out of memory by Brian Paul · 14 years ago
  16. 249c673 llvmpipe: restore call to lp_setup_update_state() by Brian Paul · 14 years ago
  17. 172f3f5 egl: Check for drm winsys not just the driver name by Jakob Bornecrantz · 14 years ago
  18. bb6ca7b draw: Add inline keyword to inline function. by José Fonseca · 14 years ago
  19. 218da1e i915g: Fix copy pasto by Jakob Bornecrantz · 14 years ago
  20. 006d02a egl: Fix gallium build when EGL is not installed on system by Jakob Bornecrantz · 14 years ago
  21. eebb048 i915g: Add missing egl pipe file by Jakob Bornecrantz · 14 years ago
  22. 4cb8534 egl: Remove st/egl probe code. by Chia-I Wu · 14 years ago
  23. afcea9b egl: Do not call drv->Initialize with global mutex locked. by Chia-I Wu · 14 years ago
  24. a81ef14 st/egl: Build a single EGL driver. by Chia-I Wu · 14 years ago
  25. d5ab243 st/egl: Move module loading code to targets. by Chia-I Wu · 14 years ago
  26. d8e0e11 st/egl: Reorganize targets. by Chia-I Wu · 14 years ago
  27. ea05299 st/egl: One driver per hardware. by Chia-I Wu · 14 years ago
  28. f66a4e2 st/egl: Introduce native_platform. by Chia-I Wu · 14 years ago
  29. f9574c5 st/egl: Make api_OpenGL support OpenGL ES. by Chia-I Wu · 14 years ago
  30. 57c6543 st/mesa: Add support for multiple APIs. by Chia-I Wu · 14 years ago
  31. 982aba9 st_api: Remove st_context::is_visual_supported. by Chia-I Wu · 14 years ago
  32. da7bd6a mesa: initial support for ARB_geometry_shader4 by Zack Rusin · 14 years ago
  33. 0b50fcb util: reference surfaces and sampler views in blitter when saving them by Marek Olšák · 14 years ago
  34. 7e1ce79 i915g: Add Galahad to targets by Jakob Bornecrantz · 14 years ago
  35. 77cd1a9 r300g: Galahad for scons as well by Jakob Bornecrantz · 14 years ago
  36. 2da9d80 r300g: Add target defines for Galahad by Jakob Bornecrantz · 14 years ago
  37. 40d4b41 glhd: Build with scons by Jakob Bornecrantz · 14 years ago
  38. d12c4c5 glhd: Re-integrate with the debug system by Jakob Bornecrantz · 14 years ago
  39. 2932dd6 glhd: Remove leftover file by Jakob Bornecrantz · 14 years ago
  40. a01e0af Merge branch 'gallium-drm-driver-drescriptor' by Jakob Bornecrantz · 14 years ago
  41. 250b92f llvmpipe: set WRITE_ALL only a per-tile basis in lp_resource_copy(). by José Fonseca · 14 years ago
  42. a9e0fda llvmpipe: Actually flush in lp_resource_copy() by José Fonseca · 14 years ago
  43. 8be645d llvmpipe: Ensure outdated framebuffer state is not reused in lp_setup_bind_framebuffer(). by José Fonseca · 14 years ago
  44. ce7a70b r300g: fix a compile error on non-debug builds by Marek Olšák · 14 years ago
  45. 57c3f70 util: fix a memory leak in blitter by Marek Olšák · 14 years ago
  46. 0a19d57 r300g: separate the hyperz state and pipelined FB regs out of the FB state by Marek Olšák · 14 years ago
  47. 808ad22 r300g: release referenced objects in destroy_context by Marek Olšák · 14 years ago
  48. 639a7da r300g: reference surfaces in set_framebuffer_state by Marek Olšák · 14 years ago
  49. 408a886 r300g: group debug messages by Marek Olšák · 14 years ago
  50. 0a95108 r300g: turn rasterizer state into a command buffer by Marek Olšák · 14 years ago
  51. c200c47 r300g: move emission of the MSPOS regs into the framebuffer state by Marek Olšák · 14 years ago
  52. bb47d1c r300g: turn invariant state into a command buffer by Marek Olšák · 14 years ago
  53. 8959f48 r300g: initialize some crucial state in the first CS by Marek Olšák · 14 years ago
  54. fcacc6a r300g: introduce VAP invariant state by Marek Olšák · 14 years ago
  55. 8350d1d r300g: immediate mode cleanup by Marek Olšák · 14 years ago
  56. 5acdfdb r300g: update my notes about fastfill and zbuffer compression by Marek Olšák · 14 years ago
  57. f39800b r300g: enum r300_blitter_op is a bitmask by Marek Olšák · 14 years ago
  58. 8924201 draw: fix build with llvm and make by Marek Olšák · 14 years ago
  59. ecd8c66 mesa: Remove unnecessary header. by Vinson Lee · 14 years ago
  60. 2943f1e st/mesa: Remove unnecessary headers. by Vinson Lee · 14 years ago
  61. 3443b58 draw: Remove unnecessary header. by Vinson Lee · 14 years ago
  62. 4503bd3 draw: deleted by mistake by Zack Rusin · 14 years ago
  63. a5c4498 draw: initialize headers in the none post paths as well by Zack Rusin · 14 years ago
  64. 8ebfcf3 draw: limit the number of vertex shader variants kept around by Zack Rusin · 14 years ago
  65. 5cf1921 draw: initialize vertex header by Zack Rusin · 14 years ago
  66. 4ae5303 gallium/util: fix pipe_sampler_view_reference() calls by Brian Paul · 14 years ago
  67. e099ed2 softpipe: rename a var by Brian Paul · 14 years ago
  68. 7a9246c draw: Work around an invalid write. by Chia-I Wu · 14 years ago
  69. a879d14 mesa: initialize extension string when context is first bound by Brian Paul · 14 years ago
  70. cc8c142 llvmpipe: fix comment typo by Brian Paul · 14 years ago
  71. fd60bf8 softpipe: fix comment typo by Brian Paul · 14 years ago
  72. 5d1cc93 r300g: a couple more chipsets do not have HiZ RAM by Marek Olšák · 14 years ago
  73. 474dc40 gallium/docs: Vertex data formats. by Corbin Simpson · 14 years ago
  74. 484bb0e glhd: Add test for logicop enable. by Corbin Simpson · 14 years ago
  75. 49735d1 gallium/docs: Lops override the rest of the blending state when enabled. by Corbin Simpson · 14 years ago
  76. 05a18f4 gallium/docs: updated remaining semantic label docs by Brian Paul · 14 years ago
  77. fd7de14 pipe: Add PIPE_OS_HURD by nobled · 14 years ago
  78. 06a75bd gallium/docs: Add lop table. by Corbin Simpson · 14 years ago
  79. 1e10464 gallium/docs: Slight clarification and formatting for Blend. by Corbin Simpson · 14 years ago
  80. ca12aef Merge branch 'shader-file-reorg' by Brian Paul · 14 years ago
  81. f2122d4 r300g: remove an XXX comment by Marek Olšák · 14 years ago
  82. 69adebf r300g: move AA registers into the new AA state by Marek Olšák · 14 years ago
  83. 93bce03 r300g: separate the cache flush from the framebuffer state by Marek Olšák · 14 years ago
  84. a2f1415 r300g: reorder and cleanup register writes everywhere by Marek Olšák · 14 years ago
  85. 6b15a8d r300g: add "has HiZ" flag, add ZMask regs by Marek Olšák · 14 years ago
  86. 9ca563a nouveau: Remove reference to drm_api by Jakob Bornecrantz · 14 years ago
  87. 09b73b2 i965g: Remove last references to drm_api by Jakob Bornecrantz · 14 years ago
  88. 44c6459 swrastg: Use target-helpers by Jakob Bornecrantz · 14 years ago
  89. 57d14f2 gallium: Use debugging helper in all drm targets by Jakob Bornecrantz · 14 years ago
  90. ea1786e gallium: Add debug target helper by Jakob Bornecrantz · 14 years ago
  91. 59981d4 gallium: Fix scons build by Jakob Bornecrantz · 14 years ago
  92. e47d32d gallium: Remove drm_api and all references to it by Jakob Bornecrantz · 14 years ago
  93. 92fde20 r600g: Move bootstrap code to target by Jakob Bornecrantz · 14 years ago
  94. 7315300 gallium/docs: document TGSI_SEMANTIC_EDGEFLAG by Brian Paul · 14 years ago
  95. a544a8a gallium/docs: update TEXTURE_SHADOW_MAP MAX_PREDICATE_REGISTERS by Brian Paul · 14 years ago
  96. 50b3f2e gallium/docs: fix definitions of TGSI_SEMANTIC_POSITION, COLOR by Brian Paul · 14 years ago
  97. bf2d277 draw: use gallium's TRUE/FALSE by Brian Paul · 14 years ago
  98. fddd583 llvmpipe: Remove unnecessary header. by Vinson Lee · 14 years ago
  99. cf91acc nouveau: Move bootstrap code to targets by Jakob Bornecrantz · 14 years ago
  100. 10e3b9f nouveau: Rename winsys file by Jakob Bornecrantz · 14 years ago