1. 351a831 remove dead code in _mesa_new_program() by Brian · 17 years ago
  2. 01b18ab Add -fno-strict-aliasing workaround for all GCC targets by Dan Nicholson · 17 years ago
  3. ee79328 nouveau: ppc, swap fragment programs on big endian systems. by Dave Airlie · 17 years ago
  4. 1b880c7 i915: make i915 use the cached mappings for batch/buffer objects. by Dave Airlie · 17 years ago
  5. dbcd20f configs: Set -fexceptions for GLUT on linux-dri like other targets by Dan Nicholson · 17 years ago
  6. d7eb97b confdiff.sh: A testing script for comparing configs settings by Dan Nicholson · 17 years ago
  7. c3b5ada configs: Always use -fPIC for shared libraries, never for static by Dan Nicholson · 17 years ago
  8. 013dbcd Add -fno-strict-aliasing workaround for Linux GCC targets by Dan Nicholson · 17 years ago
  9. 2bdd467 GLSL support in i965 driver by Brian · 17 years ago
  10. 7f80dc1 updated list by Brian · 17 years ago
  11. 5cb2034 check for count==0 in _mesa_validate_DrawArrays() by Brian · 17 years ago
  12. d2f19a5 Fix some build warnings, mostly with XCB. by Michel Dänzer · 17 years ago
  13. a7f6463 Alias glStencilOpSeparateATI with glStencilOpSeparate. by Brian · 17 years ago
  14. 8b8a970 test glStencilFuncSeparateATI() by Brian · 17 years ago
  15. f70ca96 Finish up ATI_separate_stencil by Brian · 17 years ago
  16. 4c53635 add missing _mesa_StencilFuncSeparateATI function by Roland Scheidegger · 17 years ago
  17. 3177b4e More vblank cleanups. by Michel Dänzer · 17 years ago
  18. dc12649 [i915] Include header to pick up intel_ttm_bo_create_from_handle() proto. by Eric Anholt · 17 years ago
  19. b0edb9c Merge branch 'origin' by Eric Anholt · 17 years ago
  20. ad8ee7d Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa by Jesse Barnes · 17 years ago
  21. 38fdb47 Refactor and fix core vblank support by Jesse Barnes · 17 years ago
  22. 06ca145 Build xdemos programs by default on linux-dri by Dan Nicholson · 17 years ago
  23. 1421bff Remember to call XSync() before resetting X error handler. by Chris Rankin · 17 years ago
  24. 3b9e28d linux-dri-xcb: Fix undefined refs when linking with libGL by Dan Nicholson · 17 years ago
  25. 4013348 disable ctx->Driver.NewProgram() call in _mesa_new_program() by Brian · 17 years ago
  26. 1629146 update APP_LIB_DEPS for static library configs (patch 3/3) by Dan Nicholson · 17 years ago
  27. 9ef1d9f simplify APP_LIB_DEPS (patch 2/3) by Dan Nicholson · 17 years ago
  28. c05aa5e specify app lib dependencies in Makefiles (patch 1/3) by Dan Nicholson · 17 years ago
  29. b59dbd8 Only set R_MODE with NV_point_sprite by Alan Hourihane · 17 years ago
  30. 9514209 configs: Fix linux-static to link correctly by Dan Nicholson · 17 years ago
  31. 6ef27b8 Merge branch '965-glsl' by Zou Nan hai · 17 years ago
  32. ff042bf use grep -q by Brian · 17 years ago
  33. 8578534 Ignore new programs by Dan Nicholson · 17 years ago
  34. 6dcf65f simplify/fix the ASM_FLAGS tests (bug 12931) by Brian · 17 years ago
  35. cae5b7f added catamount-osmesa-pgi config by Alex Neundorf · 17 years ago
  36. 26479fa don't build x86, x86-64 dirs if not needed by Brian · 17 years ago
  37. 55d4f32 fix assorted bugs, works now by Brian · 17 years ago
  38. 5e9272c add to git by Brian · 17 years ago
  39. e48f0b0 Implement gl_PointCoord attribute for GLSL fragment shaders. by Brian · 17 years ago
  40. c9d495c properly init dst reg's CondMask/Swizzle fields by Brian · 17 years ago
  41. 2a8e9bb bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many instructions by Brian · 17 years ago
  42. e90dd4b add directfb glut sources to tarball by Brian · 17 years ago
  43. 2667e56 don't apply ColorMask to main gc by Brian · 17 years ago
  44. a074857 glxinfo: Try creating a GLX context using an fbconfig if no visuals are available. by Kristian Høgsberg · 17 years ago
  45. 950fff0 i915: Add some sanity checks to blit command debugging code. by Michel Dänzer · 17 years ago
  46. a663e84 Framework for supporting z24_s8 and z32 depth textures on r300. by Ian Romanick · 17 years ago
  47. 42a4386 Initial support for ARB_depth_texture by Ian Romanick · 17 years ago
  48. b961ecc Support cards that have ARB_fp but not ARB_shadow. by Ian Romanick · 17 years ago
  49. 374158b mga: Enable (trivial) support for GL_APPLE_vertex_array_object, bump DRIVER_DATE by Ian Romanick · 17 years ago
  50. 366b2c6 mga: Enable (trivial) support for GL_EXT_gpu_program_parameters. by Ian Romanick · 17 years ago
  51. aad5c0f pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions. by Kristian Høgsberg · 17 years ago
  52. ad053d9 Replace repeat_remainder() with a simpler macro that just casts args to unsigned. by Brian · 17 years ago
  53. 6c753ad Pull workaround for unset GLX_DRAWABLE_TYPE back in. by Kristian Høgsberg · 17 years ago
  54. a5b4bb3 glxinfo: Also print number of fbconfigs. by Kristian Høgsberg · 17 years ago
  55. 86b81ef Don't call the driver clear hook when the effective scissor rectangle is empty. by Michel Dänzer · 17 years ago
  56. b453112 i915: Don't emit 'empty' blit rectangles. by Michel Dänzer · 17 years ago
  57. 87966ba Fixup a couple of thinkos in glxinfo changes. by Kristian Høgsberg · 17 years ago
  58. 6c533ea Handle fbconfigs and glx visuals separately. by Kristian Høgsberg · 17 years ago
  59. 791ad0e Implement support for printing glx fbconfigs in glxinfo. by Kristian Høgsberg · 17 years ago
  60. f7d1d55 glxinfo: Only print visuals that actually support GLX. by Kristian Høgsberg · 17 years ago
  61. 919f617 Replace symlink generation from i915 with files in intel/ and symlinks there. by Eric Anholt · 17 years ago
  62. 3feefee i915: Make sure extensions that require TTM actually work. by Michel Dänzer · 17 years ago
  63. 70eb456 i915: fixup TTM interfaces to follow drm changes by Dave Airlie · 17 years ago
  64. 9c4d104 i915: Re-enable __DRItexOffsetExtension. by Michel Dänzer · 17 years ago
  65. cab0dce fix fog, rescale_normals bugs (from gallium branch) by Brian · 17 years ago
  66. 7a88ecb Roll back premature version bump. by Kristian Høgsberg · 17 years ago
  67. a87e9a3 Dont add fbconfigs to array that we didn't allocate for. by Kristian Høgsberg · 17 years ago
  68. 157eeb5 faster write_rgba_span_front() by Andreas Micheler · 17 years ago
  69. f33e1a4 typo by George Sapountzis · 17 years ago
  70. fe20ac2 Add GL_CORE_WINDOWS define to glcore.h by George Sapountzis · 17 years ago
  71. d7c137b Drop include "dri_interface.h" from xf86dri.h by George Sapountzis · 17 years ago
  72. c095f7e Do XSync() before resetting error handler. by Kristian Høgsberg · 17 years ago
  73. d0b68b2 Uncomment GLX_SGIX_pbuffer definition. by Kristian Høgsberg · 17 years ago
  74. 8b20411 Get the width and height from the attrib list in glXCreatePbuffer. by Kristian Høgsberg · 17 years ago
  75. f9c6dfc Merge branch 'dri2' by Kristian Høgsberg · 17 years ago
  76. bf805d3 Merge branch 'master' into i915-superioctl by Dave Airlie · 17 years ago
  77. 9e06cf0 i915: only enable TTM path if drm minor is > 11 for superioctl by Dave Airlie · 17 years ago
  78. ea2278b dri: remove ttm common code since superioctl is device specific by Dave Airlie · 17 years ago
  79. 7fc5c03 i915: fixup reloc header defines by Dave Airlie · 17 years ago
  80. 72c8888 Example of cooperative rendering into one window by two processes by Brian · 17 years ago
  81. f1104b0 New glxsnoop demo to display another window's z/stencil/back buffer. by Brian · 17 years ago
  82. a249446 Drop no longer implemented MESA allocate extension from i915. by Kristian Høgsberg · 17 years ago
  83. f05c76e remove unneeded cast by Brian · 17 years ago
  84. ccff0cb Add a version field to __DRIextension. by Kristian Høgsberg · 17 years ago
  85. f29f0ae Move new texOffset extension to the new extension mechanism. by Kristian Høgsberg · 17 years ago
  86. ecdb45c Convert a left-over private void * to __DRIcontext *. by Kristian Høgsberg · 17 years ago
  87. 3eaec7d Move enabling of DRI extensions into glxextensions.c by Kristian Høgsberg · 17 years ago
  88. 594006d Remove now unused getProcAddress from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  89. f968f67 Add a DRI_ReadDrawable marker extension to signal read drawable capability. by Kristian Høgsberg · 17 years ago
  90. 106a6f2 Move media stream counter entry points to new extension. by Kristian Høgsberg · 18 years ago
  91. a7a0a2b Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. by Kristian Høgsberg · 18 years ago
  92. 78a6aa5 Move GLX_MESA_allocate_memory related functions to new extension mechanism. by Kristian Høgsberg · 18 years ago
  93. efaf90b Move swap_interval to new extension mechanism. by Kristian Høgsberg · 18 years ago
  94. ac3e838 Move the copySubBuffer extension over to the new mechanism. by Kristian Høgsberg · 18 years ago
  95. f616a26 Implement new screen extension API. by Kristian Høgsberg · 18 years ago
  96. 295dc2d Stop passing in unused fbconfigs to createNewScreen. by Kristian Høgsberg · 18 years ago
  97. 64106d0 Pull createNewScreen entry point into dri_util.c. by Kristian Høgsberg · 18 years ago
  98. efd03a2 Replace open-coded major, minor, and patch version fields with __DRIversionRec. by Kristian Høgsberg · 18 years ago
  99. 5987a03 Convert all DRI entrypoints to take pointers to __DRI* types. by Kristian Høgsberg · 18 years ago
  100. aac367f Remove screenConfigs from __DRIscreen. by Kristian Høgsberg · 18 years ago