1. 8bffadb glx: Pass opcode to CreateContext instead of use_glx_1_3 parameter by Ian Romanick · 15 years ago
  2. 68fef18 glx: Fix interval test in glXSwapIntervalMESA by Ian Romanick · 15 years ago
  3. 1add535 glx: Change type to eliminate 'comparison between signed and unsigned' warning by Ian Romanick · 15 years ago
  4. 71a6fb1 glx: Add casts to eliminate 'comparison between signed and unsigned' warnings by Ian Romanick · 15 years ago
  5. 26b2bee glx: Eliminate several 'unused variable' warnings in glxcmds.c. by Ian Romanick · 15 years ago
  6. 2b4e009 glx: Use wrapper macro to detect direct rendering by Ian Romanick · 15 years ago
  7. 2d1088c Turn off 64-bit portability problems detection. by Karl Schultz · 15 years ago
  8. c7ab599 glapi: Avoid #including gl.h by Kristian Høgsberg · 15 years ago
  9. cc57baf i915: Remove always-true irq_active struct intel_screen field by Kristian Høgsberg · 15 years ago
  10. c9b0f04 i915: Remove a few DRI1 era struct intel_screen fields by Kristian Høgsberg · 15 years ago
  11. 5777dee i915: Drop intelScreenPrivate typedef and just call it struct intel_screen by Kristian Høgsberg · 15 years ago
  12. cbfd414 i915: Remove unused intelRegion struct by Kristian Høgsberg · 15 years ago
  13. fa43956 i915: Remove left-over drmUnmap() by Kristian Høgsberg · 15 years ago
  14. 362fa67 mesa: additional constant/limit assertions by Brian Paul · 15 years ago
  15. 0be04f7 svga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query by Brian Paul · 15 years ago
  16. 207ad94 Add git tips by Karl Schultz · 15 years ago
  17. 6352f4c st/mesa: fix gallium texture level selection for RTT by Brian Paul · 15 years ago
  18. 3c28fad mesa: remove darwin-x86ppc and dangling darwin refs in Makefile by Brian Paul · 15 years ago
  19. d23fefe docs: remove old CVS references by Brian Paul · 15 years ago
  20. be29a60 Revert "llvmpipe: Move tile coordinate assertion into a more useful place." by José Fonseca · 15 years ago
  21. c72e8b3 scons: Fix drm/intel build. by José Fonseca · 15 years ago
  22. 9381dd59 llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY. by José Fonseca · 15 years ago
  23. 8c03917 llvmpipe: Move tile coordinate assertion into a more useful place. by José Fonseca · 15 years ago
  24. 764c172 llvmpipe: Clamp both extremes of triangles to framebuffer size. by José Fonseca · 15 years ago
  25. 128d93a gallivm: TGSI_OPCODE_CONT is not deprecated. by José Fonseca · 15 years ago
  26. 16a91bd nouveau: remove u_simple_screen.h includes by Ben Skeggs · 15 years ago
  27. 7c2634d i965g: ifdef out unused functions. by Vinson Lee · 15 years ago
  28. 229db2b r300g: Work around "defect" in r300compiler. by Corbin Simpson · 15 years ago
  29. 218590f st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c. by Vinson Lee · 15 years ago
  30. 19045d3 swrast: Silence uninitialized variable warnings in ss_tritmp.h. by Vinson Lee · 15 years ago
  31. 8df7e20 os: Do not use Pthreads barrier functions on Mac OS X. by Vinson Lee · 15 years ago
  32. 57732d8 ffb: Fix build. by Vinson Lee · 15 years ago
  33. 4b1241b gallium: cast to silence waring by Brian Paul · 15 years ago
  34. f6bcce0 gallium: use os_time.h by Brian Paul · 15 years ago
  35. bcace31 gallium: use os_time.h in pb_bufmgr_cache.c by Brian Paul · 15 years ago
  36. 43ba0d7 gallium: use os_time.h in u_timed_winsys.c by Brian Paul · 15 years ago
  37. eaf3ae5 scons: add another prefix for mingw32 on Fedora by Brian Paul · 15 years ago
  38. 5325340 dri: Fix one last copy-and-paste brain damage from a previous commit by Ian Romanick · 15 years ago
  39. 2311e2a scons: User friendly message for code generated files by José Fonseca · 15 years ago
  40. 2717d90 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa by Karl Schultz · 15 years ago
  41. 450524a Update Visual Studio Project files to compile the shader compiler and build the prebuilt shader header files. by Karl Schultz · 15 years ago
  42. 412ffb7 r300g: Fix typo. by Corbin Simpson · 15 years ago
  43. 92ea883 r300/compiler: r500-fs: Properly set HW register swizzles. by Corbin Simpson · 15 years ago
  44. f6a16df scons: Only build progs when explicitly requested in the command line. by José Fonseca · 15 years ago
  45. b44c444 llvmpipe: Map rendertargets when bound as textures. by José Fonseca · 15 years ago
  46. 96728bb dri: Fix copy-and-paste brain damage in previous commit by Ian Romanick · 15 years ago
  47. 6bd9da0 intel: Don't expose GLX_SWAP_EXCHANGE_OML by Ian Romanick · 15 years ago
  48. bb65a1d intel: Expose a minimal number of configs with accumulation buffer by Ian Romanick · 15 years ago
  49. 3cce4a1 dri: Allow selective generation of accum. buffer configs by Ian Romanick · 15 years ago
  50. 73e24cd intel: Stop exposing useless 24 depth/0 stencil configs by Ian Romanick · 15 years ago
  51. 6d91f9a intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2 by Ian Romanick · 15 years ago
  52. 066f45c intel: Update comment in intelInitScreen2 to noting DRI2 protocol issues by Ian Romanick · 15 years ago
  53. b91bb45 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa by unknown · 15 years ago
  54. 3251f31 glsl/pp: fix extension enable/disable options by Brian Paul · 15 years ago
  55. c3b6237 Add new symbol to exports list by unknown · 15 years ago
  56. 8b1c332 Simplify GLSL extension mechanism. by Michal Krol · 15 years ago
  57. c1395a7 glsl/pp: Fix ifdef directive for extension names. by Michal Krol · 15 years ago
  58. eb095b6 glsl: GLSL extensions have the GL_ prefix by Brian Paul · 15 years ago
  59. f88b43e st/xorg: fix a silly offset bug in xv by Zack Rusin · 15 years ago
  60. 3a0e4eb r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA rename by Kristian Høgsberg · 15 years ago
  61. ba33fed llvmpipe: Fix null pointer dereference when no depth buffer is bound. by José Fonseca · 15 years ago
  62. 5e6a900 llvmpipe: Leave depth buffer in swizzled format. by José Fonseca · 15 years ago
  63. 7a593af glu/sgi: Initialize member of class Uarray. by Vinson Lee · 15 years ago
  64. 58c991a llvmpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  65. 08e2eab scons: export drawllvm after actually checking that llvm is present by Zack Rusin · 15 years ago
  66. c19dab7 egl_dri2: Only allocate config if we're going to keep it by Kristian Høgsberg · 15 years ago
  67. c3c1a7e egl_dri2: Initialize config attributes with visual id and class from X by Kristian Høgsberg · 15 years ago
  68. 368bb3d eglinfo: Also print visual type, assuming X visual types by Kristian Høgsberg · 15 years ago
  69. 360faf8 egl_dri2: Allow pbuffer and pixmap surfaces for all configs by Kristian Høgsberg · 15 years ago
  70. 77e6fb1 radeon: Fix printf formatings to match te values. by Pauli Nieminen · 15 years ago
  71. 42026a8 radeon: Define EXT_framebuffer_object constants to match hw. by Pauli Nieminen · 15 years ago
  72. 4bce2fb mesa: move all limit/constant assertions into check_context_limits() by Brian Paul · 15 years ago
  73. 96100f3 Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge. by Francisco Jerez · 15 years ago
  74. dbc1340 r300g: One less assert. by Corbin Simpson · 15 years ago
  75. 8c85002 r300g: Don't write non-existent bit on non-r500. by Corbin Simpson · 15 years ago
  76. 67b60b9 r300g: Correct colorbuffer measurements. by Corbin Simpson · 15 years ago
  77. 5a27a77 r300g: Be ever-so-slightly more useful on bad shaders. by Corbin Simpson · 15 years ago
  78. 1ebc568 configure.ac: Enable egl demos when --enable-egl is passed by Kristian Høgsberg · 15 years ago
  79. ab487f7 xeglgears: Add test case for eglBindTexImage() by Kristian Høgsberg · 15 years ago
  80. bba5a98 egl_dri2: Implement eglBindTexImage() by Kristian Høgsberg · 15 years ago
  81. debf00e dri_interface: Introduce DRI tokens for the texBuffer texture formats by Kristian Høgsberg · 15 years ago
  82. 8c593d3 egl_dri2: Use a helper function for looking up and binding extensions by Kristian Høgsberg · 15 years ago
  83. ed46e90 gallium/auxiliary: add -D__STDC_CONSTANT_MACROS by Brian Paul · 15 years ago
  84. 822d951 llvmpipe: remove .s rule (already in Makefile.template) by Brian Paul · 15 years ago
  85. aa4ed6a llvmpipe: lp_tile_surface.c isn't committed yet by Brian Paul · 15 years ago
  86. 4767d27 radeon: Add some debug output for fbo support by Pauli Nieminen · 15 years ago
  87. 9e587db r200: Fix UMS notto emit stp. by Pauli Nieminen · 15 years ago
  88. 653a834 Merge branch 'gallium-nopointsizeminmax' by Roland Scheidegger · 15 years ago
  89. b0613d8 docs: fix typo: s/osdemo/osdemos/ by Brian Paul · 15 years ago
  90. a8f4904 gallium: Adding the %.s rule to generate asm code by Chris Li · 15 years ago
  91. 62d1e40 gallium: Using the proper pattern rules for Makefile template. by Chris Li · 15 years ago
  92. 8b6ec94 llvmpipe: Make llvm unit test depend on libllvmpipe.a by Chris Li · 15 years ago
  93. dd7be07 st/mesa: fix wrong initialization of MaxPointSize by Roland Scheidegger · 15 years ago
  94. 6ef1d60 vmware/core: Support drm interface version 1.0.0 by Jakob Bornecrantz · 15 years ago
  95. 6a4cd12 vmware/core: Use correct flags in scanout code by Jakob Bornecrantz · 15 years ago
  96. 6ffb631 vmware/core: Handle new scanout field by Jakob Bornecrantz · 15 years ago
  97. a9d61c2 vmware/core: Update header to latest version by Jakob Bornecrantz · 15 years ago
  98. 7afcfa0 vmware/core: Remove old ioctl structs not used by Jakob Bornecrantz · 15 years ago
  99. 72fa4ef llvmpipe: Remove reference to prefilter field. by Michal Krol · 15 years ago
  100. 2ecbe4e glx: Fix TOP setting in src/glx Makefile by Kristian Høgsberg · 15 years ago