1. db2e151 scons: Always build trace driver by José Fonseca · 15 years ago
  2. aec4d22 python: Fix typo. by Michal Krol · 15 years ago
  3. fec2a67 glapi/gen: just copy in glx/glapi by George Sapountzis · 15 years ago
  4. f1f33f9 glapi: EXTRA_DEBUG is never defined, make this explicit by George Sapountzis · 15 years ago
  5. ec91810 glapi: minor ugliness to be able to copy to xorg by George Sapountzis · 15 years ago
  6. 8ae701c docs: remove demos.html page which contained one dead link by Brian Paul · 15 years ago
  7. aa799fa tgsi: Remove dead code. by Michal Krol · 15 years ago
  8. 2cf4439 mesa: Move src/mesa/glapi/dispatch.h to mesa. by Chia-I Wu · 15 years ago
  9. 27d260b glapi: Move src/mesa/main/dispatch.c to glapi and rename. by Chia-I Wu · 15 years ago
  10. 4cb13b4 glapi: Generated GLX sources should use glapidispatch.h. by Chia-I Wu · 15 years ago
  11. 2be1fca mesa: Remove unused Makefile.{ugl,win}. by Chia-I Wu · 15 years ago
  12. 6e28a4e st/egl: Reduce validation round-trips in DRI2 backend. by Chia-I Wu · 15 years ago
  13. 33b9247 st/egl: Reduce validation round-trips in ximage backend. by Chia-I Wu · 15 years ago
  14. 29ec53d st/egl: Refactor dri2_surface_get_buffers. by Chia-I Wu · 15 years ago
  15. 545ac97 st/egl: Add dri2InvalidateBuffers. by Chia-I Wu · 15 years ago
  16. cc7904f util: Assert that pointer is not null before dereferencing. by Vinson Lee · 15 years ago
  17. d553479 mesa: Remove dead error condition. by Vinson Lee · 15 years ago
  18. 9be414f glu/sgi: Set freed pointer to NULL. by Vinson Lee · 15 years ago
  19. 686f69b r300g: Atomize vertex shader. by Corbin Simpson · 15 years ago
  20. f05d452 r300g: Move CALLOCs to correct place. by Corbin Simpson · 15 years ago
  21. e6632b4 r300g: prevent CS overflow when emitting the draw packets by Marek Olšák · 15 years ago
  22. b7041db xeglgears: Update help text by Kristian Høgsberg · 15 years ago
  23. bc04ae2 llvmpipe: clean up rasterization threads upon context destruction by Brian Paul · 15 years ago
  24. 072aeb5 vbo: remove dead code by Brian Paul · 15 years ago
  25. 778276a r300g: remove invalid .PHONY line by Brian Paul · 15 years ago
  26. 1332ee5 gallium: remove extra -I paths from Makefile.template by Brian Paul · 15 years ago
  27. 17efc8c mesa: Fix SCons build. by Vinson Lee · 15 years ago
  28. f393d95 dri: remove old assertion (see bug 26734) by Brian Paul · 15 years ago
  29. 5046f2c llvmpipe: more lp_rasterizer_task parameter passing by Brian Paul · 15 years ago
  30. 1c9db3c llvmpipe: pass fewer parameters to rasterization functions by Brian Paul · 15 years ago
  31. ab71a5e llvmpipe: added some assertions by Brian Paul · 15 years ago
  32. f272a78 xeglgears: Remove borrowed GL_OES_EGL_image types by Kristian Høgsberg · 15 years ago
  33. 61cc18a xeglgears: Add test case for texturing from an EGLImage by Kristian Høgsberg · 15 years ago
  34. f4e7d1b egl_dri2: Implement EGL_KHR_image and EGL_KHR_image_pixmap by Kristian Høgsberg · 15 years ago
  35. 10e7962 intel: Implement GL_OES_EGL_image entrypoints by Kristian Høgsberg · 15 years ago
  36. c262471 intel: Implement DRI image extension by Kristian Høgsberg · 15 years ago
  37. 79cbcb6 dri_interface.h: Add DRI image and eglImageLookup extensions by Kristian Høgsberg · 15 years ago
  38. ccd78fe gallium: remove $(DEFINES) from cc/c++ command lines by Brian Paul · 15 years ago
  39. 51b7992 mesa: put declaration before code by Brian Paul · 15 years ago
  40. 9f69901 gallium: comment/document usage flags by Brian Paul · 15 years ago
  41. d1dc5b1 core: Implement GL_OES_EGL_image entry points by Kristian Høgsberg · 15 years ago
  42. 07b07b4 glapi: GL_OES_EGL_image autogenerated files by Kristian Høgsberg · 15 years ago
  43. caa46f7 glapi: Add GL_OES_EGL_image by Kristian Høgsberg · 15 years ago
  44. 517faa4 st/mesa: updated comments by Brian Paul · 15 years ago
  45. 002f914 st/mesa: consolidate redundant format conversion code by Brian Paul · 15 years ago
  46. 7802ef6 st/mesa: more format code clean-up and removal by Brian Paul · 15 years ago
  47. d7de632 st/mesa: clean-ups in FBO code by Brian Paul · 15 years ago
  48. 87c8534 st/mesa: clean-up of format-related code by Brian Paul · 15 years ago
  49. 5d8aae5 st/mesa: use util_format_get_blocksize() by Brian Paul · 15 years ago
  50. 5bc6289 st/mesa: code clean-ups in st_renderbuffer_alloc_storage() by Brian Paul · 15 years ago
  51. f8978f1 llvmpipe: SRGB textures not supported yet by Brian Paul · 15 years ago
  52. ba92947 llvmpipe: vertex shader textures not supported yet by Brian Paul · 15 years ago
  53. 5997501 r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24d by Alex Deucher · 15 years ago
  54. f9f4f3d r300: Update for UTIL_FORMAT_LAYOUT_xxx changes. by José Fonseca · 15 years ago
  55. 85434f9 mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes. by José Fonseca · 15 years ago
  56. 83686b3 llvmpipe: Update for UTIL_FORMAT_LAYOUT_xxx changes. by José Fonseca · 15 years ago
  57. e5a43ac gallivm: Update for UTIL_FORMAT_LAYOUT_xxx changes. by José Fonseca · 15 years ago
  58. 816d235 util: Kill array vs arith layouts. Revamp UTIL_FORMAT_LAYOUT_xxx. by José Fonseca · 15 years ago
  59. b64b78e i915g: fix a comment by Brian Paul · 15 years ago
  60. fb1834c gallium/docs: clean up texture usage text, added texture geom info by Brian Paul · 15 years ago
  61. 0858105 llvmpipe: Fix breakeage. by José Fonseca · 15 years ago
  62. 1dbb5f0 util: Refactor some code. by José Fonseca · 15 years ago
  63. 3c45c4b util: Cope with the fact that formats in u_format.csv are not ordered. by José Fonseca · 15 years ago
  64. 943314f util: Factor out the code to shorten a format name. by José Fonseca · 15 years ago
  65. a939536 llvmpipe: Handle correctly 24bit formats. by José Fonseca · 15 years ago
  66. 395b335 util: Handle correctly 24bit formats. by José Fonseca · 15 years ago
  67. 5caa004 util: Minor tweaks to ambigous/unused format descriptions. by José Fonseca · 15 years ago
  68. 55f02ba util: Fix swizzles for SRGB formats. by José Fonseca · 15 years ago
  69. ba7ce0c util: Organize formats in groups. Add comments. by José Fonseca · 15 years ago
  70. b57d80d util: Allow '#' comments in u_format.csv. by José Fonseca · 15 years ago
  71. 78f72d7 mesa: disable unreachable meta mipmap gen code by Brian Paul · 15 years ago
  72. 573a800 util: Kill unused UTIL_FORMAT_LAYOUT_SCALAR. by José Fonseca · 15 years ago
  73. 4e526b4 llvmpipe: Kill unused UTIL_FORMAT_LAYOUT_SCALAR. by José Fonseca · 15 years ago
  74. 5dce9b2 util: Store more derived data in the the format description. by José Fonseca · 15 years ago
  75. 3f5bac8 radeon/r200: fix the state emission before kernel clear by Dave Airlie · 15 years ago
  76. e16f0c1 r600: Assert that array index is not negative. by Vinson Lee · 15 years ago
  77. b75d407 radeon: fix bad state emission causes kernel to do bad depth clear by Dave Airlie · 15 years ago
  78. db9c151 intel: Call intel_prepare_render() in intelMakeCurrent() by Kristian Høgsberg · 15 years ago
  79. 402f54b gallivm: added clamp and int_to_float functions by Brian Paul · 15 years ago
  80. 1eec90d llvmpipe: add lp_tile_image.c to sources by Brian Paul · 15 years ago
  81. 5e32128 llvmpipe: whole image tile/untile functions by Brian Paul · 15 years ago
  82. b628950 st/mesa: whitespace fixes by Brian Paul · 15 years ago
  83. cd25e43 llvmpipe: remove Z16 format override hack by Brian Paul · 15 years ago
  84. 0e7c22f llvmpipe: Z16 format is not supported by Brian Paul · 15 years ago
  85. a84575c st/glx: improved depth/stencil format selection code by Brian Paul · 15 years ago
  86. f7830dc st/glx: added PIPE_FORMAT_Z24S8_UNORM code by Brian Paul · 15 years ago
  87. 049b4c3 llvmpipe: added assertions to verify that scene is empty by Brian Paul · 15 years ago
  88. c8aaa24 llvmpipe: added some assertions by Brian Paul · 15 years ago
  89. 295a025 glapi: fix es after mv by George Sapountzis · 15 years ago
  90. ad520aa glapi: fix code generation Makefile after mv by George Sapountzis · 15 years ago
  91. f437a67 glapi: mv code generation to subdir by George Sapountzis · 15 years ago
  92. 232f6e1 r300g: fix texture swizzling for the SRGB formats by Marek Olšák · 15 years ago
  93. 251bf29 glx: Fix some typos in pointer checking for OML_sync_control entry points. by kleinerm · 15 years ago
  94. 2f5beb4 pipebuffer: slab: if size < alignment, use alignment to find bucket by Luca Barbieri · 15 years ago
  95. c36b912 pipebuffer: fix inverted signalled checking by Luca Barbieri · 15 years ago
  96. 9f4f878 pipebuffer: avoid assert due to increasing a zeroed refcnt by Luca Barbieri · 15 years ago
  97. c41cf31 i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed. by Eric Anholt · 15 years ago
  98. 7d1237b egl: Remove unused _EGL_SKIP_HANDLE_CHECK. by Chia-I Wu · 15 years ago
  99. 58a72cd st/egl: Unify surface creation. by Chia-I Wu · 15 years ago
  100. abcb6b6 mesa: Assert that array index is not negative. by Vinson Lee · 15 years ago