1. 562c127 Merge branch 'master' into opengl-es-v2 by Chia-I Wu · 14 years ago
  2. 077d6dd winsys/drm: Use egl_g3d to build EGL drivers. by Chia-I Wu · 15 years ago
  3. a68b51d st/egl_g3d: Add support for KMS native display. by Chia-I Wu · 15 years ago
  4. 2dcdf19 st/egl_g3d: Add support for EGL_MESA_screen_surface. by Chia-I Wu · 15 years ago
  5. c67ad0e st/egl_g3d: Update the native display interface for modesetting. by Chia-I Wu · 15 years ago
  6. 49381d6 st/egl_g3d: New EGL state tracker that uses Gallium. by Chia-I Wu · 15 years ago
  7. 6dafd61 winsys/drm: Add name field to drm_api. by Chia-I Wu · 15 years ago
  8. 39790ca egl: EGL_SCREEN_BIT_MESA is a valid bit. by Chia-I Wu · 15 years ago
  9. 472a601 progs/egl: Fix screen surface demos. by Chia-I Wu · 15 years ago
  10. c657c80 progs/egl: glGenTextures is called too early in xeglbindtex. by Chia-I Wu · 15 years ago
  11. 3bcb08f progs: Check the number of configs returned by eglChooseConfig. by Chia-I Wu · 15 years ago
  12. 033bd95 progs: Add missing EGL_RENDERABLE_TYPE for EGL demos. by Chia-I Wu · 15 years ago
  13. 2d44b6f st/mesa: Remove st_api.c. by Chia-I Wu · 15 years ago
  14. ea014ed st/vega: Make it compatible with st_public.h. by Chia-I Wu · 15 years ago
  15. 940360a st/vega: Advertise OpenVG support. by Chia-I Wu · 15 years ago
  16. f2f83d9 GLX: check glproto version by Jesse Barnes · 14 years ago
  17. c6ef705 Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa by Jesse Barnes · 14 years ago
  18. cca66db st/xlib: Mark GLX functions as public. by Chia-I Wu · 15 years ago
  19. b1356df st: Mark functions in st_public.h and vg_tracker.h as public. by Chia-I Wu · 15 years ago
  20. 108c2bf gallium: Add PUBLIC macro for function visibility. by Chia-I Wu · 15 years ago
  21. 5ec99c0 st/vega: Fix breakage from -fvisibility=hidden. by Chia-I Wu · 15 years ago
  22. 015a5a1 python: Integrate with llvmpipe if possible. by José Fonseca · 14 years ago
  23. f2f1672 python: Mask out PIPE_TEXTURE_USAGE_DISPLAY_TARGET usage. by José Fonseca · 14 years ago
  24. 3e8c820 python: Prefer PIPE_FORMAT_Z32_UNORM. by José Fonseca · 14 years ago
  25. 76185ec python: Set PIPE_TEXTURE_USAGE_RENDER_TARGET instead of DISPLAY_TARGET. by José Fonseca · 14 years ago
  26. 1c75edf util: Set flatshade for blitter. by Corbin Simpson · 14 years ago
  27. 2bfb217 radeong: Check for DONTBLOCK before flushing, remove dead code. by Corbin Simpson · 14 years ago
  28. f9626ce util/blitter: remove unused variable by Keith Whitwell · 15 years ago
  29. eea6a76 Fix compressed texture loads for non-minimal pitches by Luca Barbieri · 15 years ago
  30. bfcafbe r300g: Don't bother testing for empty scissors. by Corbin Simpson · 15 years ago
  31. 9733260 util: Apply Brian's suggested blit improvements. by Corbin Simpson · 15 years ago
  32. deaa634 gallium: u_blitter add overlapping blit support. by Dave Airlie · 15 years ago
  33. 1e9ffb6 r300g: Atomize scissors. by Corbin Simpson · 15 years ago
  34. 8ca4913 r300g: Move TCL bypass switch to main context. by Corbin Simpson · 15 years ago
  35. 47f59cf r300g: Atomize viewport. by Corbin Simpson · 15 years ago
  36. e7d760f r300g: Move ROPCNTL to the top of the emit order. by Corbin Simpson · 15 years ago
  37. 7b569be r300g: Don't avoid rewriting ZTOP. by Corbin Simpson · 15 years ago
  38. 46fafdd r300g: Atomize rasterizer. by Corbin Simpson · 15 years ago
  39. d9de848 nouveau: Make winsys recognise the original NV50. by Marcin Kościelnicki · 15 years ago
  40. 42f2880 radeon: fix prediction for r100 inline vert/elt emits. by Dave Airlie · 15 years ago
  41. 554043b radeon: fix bug in realloc code. by Dave Airlie · 15 years ago
  42. 32da02f st/dri: update dri2 drawables when viewport is changed by Ben Skeggs · 15 years ago
  43. 8a2c961 r300g: Atomize ZTOP. by Corbin Simpson · 15 years ago
  44. 07ea7e6 r300g: Atomize DSA. by Corbin Simpson · 15 years ago
  45. 249374b r300g: Atomize UCP. by Corbin Simpson · 15 years ago
  46. 9d3db60 r300g: Atomize blend color. by Corbin Simpson · 15 years ago
  47. d496399 r300g: Start using atoms. by Corbin Simpson · 15 years ago
  48. 1257655 llvmpipe: Update instructions. by José Fonseca · 15 years ago
  49. d4c1ee0 egl: Clean up the Makefile rules. by Chia-I Wu · 15 years ago
  50. 064242a egl_softpipe: Remove the unnecessary call to _eglSwapBuffers. by Chia-I Wu · 15 years ago
  51. cdc1105 llvmpipe: Yet another hack to get release LLVM static libraries to link in debug builds. by José Fonseca · 15 years ago
  52. a921458 scons: LLVM <-> MSVC integration tweaks. by José Fonseca · 15 years ago
  53. 74f5208 gallium: Remove dead code. by José Fonseca · 15 years ago
  54. dc6bcc9 gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of ad-hoc definitions. by José Fonseca · 15 years ago
  55. 0b7b76f r300: minor accelerated blit fixes by Maciej Cencora · 15 years ago
  56. cf17480 r300: fallback on depth buffer blits by Maciej Cencora · 15 years ago
  57. 7c50d29 intel/DRI2: add DRI2flushExtension support with invalidate hook by Kristian Høgsberg · 15 years ago
  58. c642f39 xdemos/glsync: handle no sync method better by Jesse Barnes · 15 years ago
  59. 0269dc1 xdemos/glsync: check glXMakeCurrent return value by Jesse Barnes · 15 years ago
  60. f860aac xdemos/glsync: Make glsync test draw a rectangle by Jesse Barnes · 15 years ago
  61. f35f666 xdemos/glsync: Add swap interval support to glsync test by Jesse Barnes · 15 years ago
  62. 7f17057 DRI2/GLX: add INTEL_swap_event support by Jesse Barnes · 15 years ago
  63. efc82e7 DRI2: add SwapInterval support by Jesse Barnes · 15 years ago
  64. daf7fe6 DRI2: add OML_sync_control support by Jesse Barnes · 15 years ago
  65. a35f6bb DRI2: add SwapBuffers support by Jesse Barnes · 15 years ago
  66. 99637ba nv50: handle TGSI_OPCODE_UMAD,UMUL,NOT and fix SAD by Christoph Bumiller · 15 years ago
  67. 222738f nv50: free src temp_temps on emit by Christoph Bumiller · 15 years ago
  68. a5f771d nv50: try to honor sprite coord mode by Christoph Bumiller · 15 years ago
  69. fd70841 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  70. 674c763 mesa: Ensure libmesagallium.a is finished building before descending by Dan Nicholson · 15 years ago
  71. a1de400 mklib: Extract archives into temporary directories by Dan Nicholson · 15 years ago
  72. dddd5a3 tgsi: Cleanup dot-product opcodes in interpreter. by Michal Krol · 15 years ago
  73. 3c42e40 r300: Move initial declaration outside for loop. by Vinson Lee · 15 years ago
  74. 95f603a nv20: Fix build for the latest nouveau_class.h changes. by Francisco Jerez · 15 years ago
  75. d699b67 scons: Don't build xlib when dri is enabled. by José Fonseca · 15 years ago
  76. ba33ef0 lvmpipe: Initialize all coordinates. by José Fonseca · 15 years ago
  77. c6509f8 scons: Output a meaningful message when xlib libGL.so can't be built. by José Fonseca · 15 years ago
  78. de22c94 scons: Use static glew library on Unices to avoid binary compatability issues by José Fonseca · 15 years ago
  79. 45fe1d7 st/xorg: remove unused xorg_exa_get_pixmap_handle function by Keith Whitwell · 15 years ago
  80. 5dd9e23 docs: document Gallium SSE codegen for XPD bug fix by Brian Paul · 15 years ago
  81. 8647aa1 tgsi: fix SSE code emit for XPD by Brian Paul · 15 years ago
  82. 7fc5fca nv50: preallocate TEMPs written first time in a subroutine by Christoph Bumiller · 15 years ago
  83. a009fa4 nv50: handle TGSI_OPCODE_SAD,UADD by Christoph Bumiller · 15 years ago
  84. d550de2 nv50: handle TGSI_OPCODE_IMAX,IMIN,UMAX,UMIN by Christoph Bumiller · 15 years ago
  85. 607b9c2 nv50: handle integer SET operations by Christoph Bumiller · 15 years ago
  86. ccc7d0c nv50: handle TGSI_OPCODE_SHL,ISHR,USHR by Christoph Bumiller · 15 years ago
  87. 152b3bd nv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src mods by Christoph Bumiller · 15 years ago
  88. 46f5579 intel: Remove leftover symlinks from DRI1 removal. by Eric Anholt · 15 years ago
  89. 7335d80 tgsi: add assertion to verify legal register file by Brian Paul · 15 years ago
  90. 0c6794c tgsi: fix incorrectly placed braces, add more braces to be clear by Brian Paul · 15 years ago
  91. 16b5d2e tgsi: move register checking code before check_register_usage() by Brian Paul · 15 years ago
  92. b841c27 swrast: fix color masking for glAccum(GL_RETURN) by Brian Paul · 15 years ago
  93. fa47eff i810: use ColorMask[0] by Brian Paul · 15 years ago
  94. 7c55fe9 progs/fp: increase buffer size to read larger shaders by Brian Paul · 15 years ago
  95. c642c24 gallium/util: remove useless assertions by Brian Paul · 15 years ago
  96. c3e846a gallium/util: update comment: s/src_pitch/src_stride by Brian Paul · 15 years ago
  97. f39bae8 gallium/util: make src_y unsigned like the other x/y params by Brian Paul · 15 years ago
  98. 8081c1e llvmpipe: Remove TGSI sampler pointers from JIT context too. by José Fonseca · 15 years ago
  99. 12c6b87 llvmpipe: Remove more loose ends of TGSI exec sampling. by José Fonseca · 15 years ago
  100. 27fe7a7 configure: Fix matching for dri driver to actually work by Kristian Høgsberg · 15 years ago