1. dea98eb support an 'embedded' platform target which turns off most parts of the build. by Alan Hourihane · 15 years ago
  2. 46f453b Check for __USE_MISC for defining uint & ushort by Alan Hourihane · 15 years ago
  3. 43867ac Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  4. 68ca19a mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit support by Erik Wien · 15 years ago
  5. 06d228d intel: make sure we update the renderbuffers after a swap by Jesse Barnes · 15 years ago
  6. 550fc19 add missing SCons.Util by Alan Hourihane · 15 years ago
  7. cbecb8f vbo: if 'end' is out of bounds, clamp it by Brian Paul · 15 years ago
  8. 645e297 vbo: clamp DrawElements start/end to max possible values by Brian Paul · 15 years ago
  9. 18bb614 fix typo by Alan Hourihane · 15 years ago
  10. 6544be6 Allow the environment to override certain flags. by Alan Hourihane · 15 years ago
  11. 1019f0d only use -Werror flags with gcc 4.2.x and 4.3.x. by Alan Hourihane · 15 years ago
  12. cec0e7c glxgears: Support GLX_EXT_swap_control for querying the current swap interval. by Aaron Plattner · 15 years ago
  13. af1e940 mesa: remove redundant _MaxElement computation by Brian Paul · 15 years ago
  14. 782f66c progs/tests: use glDrawRangeElements() in bufferobj.c by Brian Paul · 15 years ago
  15. 1d8b308 docs: document Intel, R300 env vars by Brian Paul · 15 years ago
  16. 092b1ca egl: Remove _eglOpenDriver and _eglCloseDriver. by Chia-I Wu · 15 years ago
  17. 545eaf8 egl: Fix a segfault when a display is initialized again. by Chia-I Wu · 15 years ago
  18. a171797 egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay. by Chia-I Wu · 15 years ago
  19. 11cf3cb egl: Fix leaks in eglReleaseThread. by Chia-I Wu · 15 years ago
  20. 7c09296 egl: Refactor _eglMakeCurrent. by Chia-I Wu · 15 years ago
  21. 6f6f3e4 egl: Add _eglGetAPIContext. by Chia-I Wu · 15 years ago
  22. f65ed0a egl: Use a boolean to indicate whether a resource is linked. by Chia-I Wu · 15 years ago
  23. d21ee93 egl: Mark _eglCheckResource as PUBLIC. by Chia-I Wu · 15 years ago
  24. c73dbce glsl/pp: Silence GCC "no previous prototype" warning. by Vinson Lee · 15 years ago
  25. 7aed23c intel: Don't do client-side frame throttling with DRI2 SwapBuffers. by Eric Anholt · 15 years ago
  26. c7fc9bf Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame done." by Eric Anholt · 15 years ago
  27. 5e1851b i965: Remove unnecessary malloc/free in VS binding table setup. by Eric Anholt · 15 years ago
  28. a098fd7 i965: Fix build after merge of mesa stable branch. by Eric Anholt · 15 years ago
  29. 74aa773 docs: Mention EGL and OpenGL ES in 7.8 release notes. by Chia-I Wu · 15 years ago
  30. 1469317 glx: Build GLX normally. by Chia-I Wu · 15 years ago
  31. a6342af docs: Update EGL documentation. by Chia-I Wu · 15 years ago
  32. 0d2d404 egl/xdri: Update with glxclient.h change. by Chia-I Wu · 15 years ago
  33. 7a9329b mesa: misc GLX_INTEL_swap_event fixes by Robert Bragg · 15 years ago
  34. 9b22427 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  35. 7e7f881 r300: rv350+ support FLT16_2/4 vertex formats by Alex Deucher · 15 years ago
  36. 5fe7194 r300g: Finish and enable immediate mode. by Corbin Simpson · 15 years ago
  37. 1571602 radeong: Make sure that we're not emitting relocations for local buffers. by Corbin Simpson · 15 years ago
  38. c486bfb radeong: Make is_r3xx inline to avoid warnings. by Corbin Simpson · 15 years ago
  39. 6714905 radeong: Clean up domain usages. by Corbin Simpson · 15 years ago
  40. 72778a9 Revert "r300g,radeong: finish and enable the immediate mode" by Corbin Simpson · 15 years ago
  41. 6749310 st/xorg: Fix crash on resize with libkms by Jakob Bornecrantz · 15 years ago
  42. 0d051af vega: fix incorrect samplers, textures indexes in blend_bind_samplers() by Igor Oliveira · 15 years ago
  43. 9328f3a Fix compressed texture loads for non-minimal pitches again by Luca Barbieri · 15 years ago
  44. 2204447 winsys/drm: Correctly install EGL drivers. by Chia-I Wu · 15 years ago
  45. cb64ca5 pipebuffer: Reapply the mesa_7_7_branch's changes. by José Fonseca · 15 years ago
  46. 4c082fa llvmpipe: Remove lp_tex_sample_c.c again. by José Fonseca · 15 years ago
  47. 6877c5d vmware/xorg: Do buffer round-robin logic differently by Jakob Bornecrantz · 15 years ago
  48. 0b482c4 st/xorg: Improve options and print them to log by Jakob Bornecrantz · 15 years ago
  49. a3b783e vmware/xorg: Export pci_probe function for ugly chain-loading by Jakob Bornecrantz · 15 years ago
  50. 36fd55f st/xorg: Export helper function for detecting modesetting by Jakob Bornecrantz · 15 years ago
  51. 16cf7e1 st/xorg: Fix warning by Jakob Bornecrantz · 15 years ago
  52. 8cf1af4 gallium-docs: Add note on scissor. by Corbin Simpson · 15 years ago
  53. 112239e r300g,radeong: finish and enable the immediate mode by Marek Olšák · 15 years ago
  54. 9f8ec53 r300g: fix zero-area scissor by Marek Olšák · 15 years ago
  55. b7a002d r300g,radeong: set tiling flags in libdrm by Marek Olšák · 15 years ago
  56. 8505996 radeong: do not emit a zero-sized command stream by Marek Olšák · 15 years ago
  57. 4aed094 egl: Native types are renamed in EGL 1.3. by Chia-I Wu · 15 years ago
  58. dbb866a egl: Make resource void pointer in _eglCheckResource. by Chia-I Wu · 15 years ago
  59. 3f932a4 egl: Install EGL headers. by Chia-I Wu · 15 years ago
  60. a1c4a8a egl: Add support for EGL_KHR_image. by Chia-I Wu · 15 years ago
  61. 95f8f75 egl: Update headers. by Chia-I Wu · 15 years ago
  62. daea927 egl: check if driver_name is null by Igor Oliveira · 15 years ago
  63. 47d30b0 st/mesa: fix int->uint conversion for negative scissor bound values by Brian Paul · 15 years ago
  64. e88d6fe mesa: move _mesa_debug() call earlier in _mesa_Scissor by Brian Paul · 15 years ago
  65. fdfa4c8 st/mesa: fix unsigned/signed breakage in scissor by Xavier Chantry · 15 years ago
  66. 9e1550d nv50: fix uninitialized variable in nv50_revdep_reorder by Marcin Slusarz · 15 years ago
  67. 0ef781c nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx) by Marcin Slusarz · 15 years ago
  68. 7498997 nouveau/winsys: be nice and close the device on destroy by Marcin Slusarz · 15 years ago
  69. 283b21d nouveau: fix winsys object leak by Marcin Slusarz · 15 years ago
  70. 833acea nv50: fix handling of FragCoord input by Christoph Bumiller · 15 years ago
  71. 49dde55 nv50: only flush texture caches on st request by Christoph Bumiller · 15 years ago
  72. d6fd31a nv50: implement render_condition by Christoph Bumiller · 15 years ago
  73. 21b2c0a egl: Add and use make_library_path. by Chia-I Wu · 15 years ago
  74. cecc33c egl: Remove _eglFindAPIs. by Chia-I Wu · 15 years ago
  75. cf7c1ea egl: Remove unused helper functions. by Chia-I Wu · 15 years ago
  76. 56b93a2 egl: Remove unused casting functions. by Chia-I Wu · 15 years ago
  77. ecb3b31 egl: Make surfaces and contexts resources. by Chia-I Wu · 15 years ago
  78. 7abf426 egl: Add _EGLResource and _EGLResourceType. by Chia-I Wu · 15 years ago
  79. b4d2c97 egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch] by Chia-I Wu · 15 years ago
  80. 5e66d18 egl: Move context functions in egldisplay.[ch] to eglcontext.[ch]. by Chia-I Wu · 15 years ago
  81. 7be4d6b mesa/es: Improve Makefile rules. by Chia-I Wu · 15 years ago
  82. e85cb98 r200: Silence fprintf format warning. by Vinson Lee · 15 years ago
  83. e02dc13 x86: Do not build read_rgba_span_x86.S on Mac OS X. by Vinson Lee · 15 years ago
  84. f429b80 x86: Do not use .hidden pseudo-op on Mac OS X. by Vinson Lee · 15 years ago
  85. bc75ec0 glapi: Do not use .type pseudo-op on Mac OS X. by Vinson Lee · 15 years ago
  86. 6b55aac scons: Do not use ld options start-group and end-group on Darwin. by Vinson Lee · 15 years ago
  87. e9bb064 r300g: avoid the use of goto by Dave Airlie · 15 years ago
  88. d57ba16 scons: Define _DARWIN_C_SOURCE on Darwin builds. by Vinson Lee · 15 years ago
  89. 232ddfe r300g: fix flushing harder. by Dave Airlie · 15 years ago
  90. 7f2f42d progs/demos: Remove unnecessary header from shadowtex.c. by Vinson Lee · 15 years ago
  91. b62b524 r300: Remove unnecessary headers. by Vinson Lee · 15 years ago
  92. fb6bff3 intel: Remove unnecessary headers. by Vinson Lee · 15 years ago
  93. 28c3e57 egl: Install drivers to ${libdir}/egl. by Chia-I Wu · 15 years ago
  94. 6c4431c st/vega: Clean up Makefile. by Chia-I Wu · 15 years ago
  95. 60cd244 st/es: Pass -linker and -ldflags to mklib. by Chia-I Wu · 15 years ago
  96. 146a77a radeon: Remove unused variable. by Vinson Lee · 15 years ago
  97. 3b002c9 r300: fix wrong call in last commit by Dave Airlie · 15 years ago
  98. 4bad0ae tdfx: Remove unnecessary headers. by Vinson Lee · 15 years ago
  99. 283d956 sis: Remove unnecessary headers. by Vinson Lee · 15 years ago
  100. 76bc66b r300g: fix up buffer emission ordering. by Dave Airlie · 15 years ago