1. b91bb45 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa by unknown · 14 years ago
  2. 3251f31 glsl/pp: fix extension enable/disable options by Brian Paul · 14 years ago
  3. c3b6237 Add new symbol to exports list by unknown · 14 years ago
  4. 903bb04 gallium: adapt state trackers to stencil ref change by Roland Scheidegger · 14 years ago
  5. 8b1c332 Simplify GLSL extension mechanism. by Michal Krol · 14 years ago
  6. c1395a7 glsl/pp: Fix ifdef directive for extension names. by Michal Krol · 14 years ago
  7. eb095b6 glsl: GLSL extensions have the GL_ prefix by Brian Paul · 14 years ago
  8. f88b43e st/xorg: fix a silly offset bug in xv by Zack Rusin · 14 years ago
  9. 3a0e4eb r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA rename by Kristian Høgsberg · 14 years ago
  10. ba33fed llvmpipe: Fix null pointer dereference when no depth buffer is bound. by José Fonseca · 14 years ago
  11. 5e6a900 llvmpipe: Leave depth buffer in swizzled format. by José Fonseca · 14 years ago
  12. 7a593af glu/sgi: Initialize member of class Uarray. by Vinson Lee · 14 years ago
  13. 58c991a llvmpipe: Remove unnecessary headers. by Vinson Lee · 14 years ago
  14. 08e2eab scons: export drawllvm after actually checking that llvm is present by Zack Rusin · 14 years ago
  15. c19dab7 egl_dri2: Only allocate config if we're going to keep it by Kristian Høgsberg · 14 years ago
  16. c3c1a7e egl_dri2: Initialize config attributes with visual id and class from X by Kristian Høgsberg · 14 years ago
  17. 368bb3d eglinfo: Also print visual type, assuming X visual types by Kristian Høgsberg · 14 years ago
  18. 360faf8 egl_dri2: Allow pbuffer and pixmap surfaces for all configs by Kristian Høgsberg · 14 years ago
  19. 77e6fb1 radeon: Fix printf formatings to match te values. by Pauli Nieminen · 14 years ago
  20. 42026a8 radeon: Define EXT_framebuffer_object constants to match hw. by Pauli Nieminen · 14 years ago
  21. 4bce2fb mesa: move all limit/constant assertions into check_context_limits() by Brian Paul · 14 years ago
  22. 96100f3 Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge. by Francisco Jerez · 14 years ago
  23. dbc1340 r300g: One less assert. by Corbin Simpson · 14 years ago
  24. 8c85002 r300g: Don't write non-existent bit on non-r500. by Corbin Simpson · 14 years ago
  25. 67b60b9 r300g: Correct colorbuffer measurements. by Corbin Simpson · 14 years ago
  26. 5a27a77 r300g: Be ever-so-slightly more useful on bad shaders. by Corbin Simpson · 14 years ago
  27. 1ebc568 configure.ac: Enable egl demos when --enable-egl is passed by Kristian Høgsberg · 14 years ago
  28. ab487f7 xeglgears: Add test case for eglBindTexImage() by Kristian Høgsberg · 14 years ago
  29. bba5a98 egl_dri2: Implement eglBindTexImage() by Kristian Høgsberg · 14 years ago
  30. debf00e dri_interface: Introduce DRI tokens for the texBuffer texture formats by Kristian Høgsberg · 14 years ago
  31. 8c593d3 egl_dri2: Use a helper function for looking up and binding extensions by Kristian Høgsberg · 14 years ago
  32. 98f8c4d0 docs: fix up documentation for stencil ref value changes by Roland Scheidegger · 14 years ago
  33. c59446a gallium: make valuemask/writemask in pipe_stencil_state bitfield members by Roland Scheidegger · 14 years ago
  34. 1a859ec gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state by Roland Scheidegger · 14 years ago
  35. ed46e90 gallium/auxiliary: add -D__STDC_CONSTANT_MACROS by Brian Paul · 14 years ago
  36. 822d951 llvmpipe: remove .s rule (already in Makefile.template) by Brian Paul · 14 years ago
  37. aa4ed6a llvmpipe: lp_tile_surface.c isn't committed yet by Brian Paul · 14 years ago
  38. 4767d27 radeon: Add some debug output for fbo support by Pauli Nieminen · 14 years ago
  39. 9e587db r200: Fix UMS notto emit stp. by Pauli Nieminen · 14 years ago
  40. 653a834 Merge branch 'gallium-nopointsizeminmax' by Roland Scheidegger · 14 years ago
  41. b0613d8 docs: fix typo: s/osdemo/osdemos/ by Brian Paul · 14 years ago
  42. a8f4904 gallium: Adding the %.s rule to generate asm code by Chris Li · 14 years ago
  43. 62d1e40 gallium: Using the proper pattern rules for Makefile template. by Chris Li · 14 years ago
  44. 8b6ec94 llvmpipe: Make llvm unit test depend on libllvmpipe.a by Chris Li · 14 years ago
  45. dd7be07 st/mesa: fix wrong initialization of MaxPointSize by Roland Scheidegger · 14 years ago
  46. 6ef1d60 vmware/core: Support drm interface version 1.0.0 by Jakob Bornecrantz · 14 years ago
  47. 6a4cd12 vmware/core: Use correct flags in scanout code by Jakob Bornecrantz · 14 years ago
  48. 6ffb631 vmware/core: Handle new scanout field by Jakob Bornecrantz · 14 years ago
  49. a9d61c2 vmware/core: Update header to latest version by Jakob Bornecrantz · 14 years ago
  50. 7afcfa0 vmware/core: Remove old ioctl structs not used by Jakob Bornecrantz · 14 years ago
  51. 72fa4ef llvmpipe: Remove reference to prefilter field. by Michal Krol · 14 years ago
  52. 2ecbe4e glx: Fix TOP setting in src/glx Makefile by Kristian Høgsberg · 14 years ago
  53. 6e8897f Retire miniglx and move the actual glx code up to src/glx by Kristian Høgsberg · 14 years ago
  54. 538539d egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAY by Kristian Høgsberg · 14 years ago
  55. a1a4411 fix bug in perspective corrected interpolants for lines by Brian Paul · 14 years ago
  56. fd67010 progs/tests: add line drawing option to cylwrap.c by Brian Paul · 14 years ago
  57. 22a3a81 progs/tests: add x/y rotation to cylwrap.c by Brian Paul · 14 years ago
  58. dd98a97 st/mesa: remove special-case cyl-wrap code by Brian Paul · 14 years ago
  59. 5fbb62f softpipe: Properly implement cylindrical wrapping. by Michal Krol · 14 years ago
  60. 00bd85e Revert "softpipe: Implement cylindrical wrapping for linear interpolator." by Michal Krol · 14 years ago
  61. 86921aa progs/tests: new test program for exercising cylindrical tex wrap mode by Brian Paul · 14 years ago
  62. ae4dde6 st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag by Brian Paul · 14 years ago
  63. 4a9f1ee mesa: add back-door support for cylindrical texture wrap mode by Brian Paul · 14 years ago
  64. 9a8473d gallium: Remove prefilter member from pipe_sampler_state struct. by Michal Krol · 14 years ago
  65. 63d6097 docs: Document TGSI Declaration token. by Michal Krol · 14 years ago
  66. e04c8ec softpipe: Implement cylindrical wrapping for linear interpolator. by Michal Krol · 14 years ago
  67. 607a830 tgsi: Gather cylindrical wrap info in tgsi_shader_info struct. by Michal Krol · 14 years ago
  68. 33a9fb3 tgsi: Add ureg_DECL_fs_input_cyl(). by Michal Krol · 14 years ago
  69. 6f6d740 gallium: Add cylindrical wrap info to TGSI declaration. by Michal Krol · 14 years ago
  70. 5ee856e tgsi: Remove tgsi_dump_c.[ch]. by Michal Krol · 14 years ago
  71. 01d7e3d mesa: Enable true refcounting for NullBufferObj. by Michal Krol · 14 years ago
  72. eeec2c3 mesa: Protect buffer objects reference counting with a mutex. by Michal Krol · 14 years ago
  73. 829d9bb mesa: Ensure object refcount is null when destroying the buffer. by José Fonseca · 14 years ago
  74. 05ac187 mesa: Fix null buffer object reference counting. by José Fonseca · 14 years ago
  75. 1c39dbb mesa: Always do proper ref counting of shared state. by José Fonseca · 14 years ago
  76. b750786 svga: Actually call fence_reference in texture downloads. by José Fonseca · 14 years ago
  77. ad93f3e progs/xdemos: Silence uninitialized variable warning. by Vinson Lee · 14 years ago
  78. 70f8aaa r300g: Fix off-by-one errors in array bounds assertions. by Vinson Lee · 14 years ago
  79. 43f8a82 scons: don't assume llvm is always present by Zack Rusin · 14 years ago
  80. 85c7ec7 llvmpipe: switch to using dynamic stack allocation instead of registers by Zack Rusin · 14 years ago
  81. 257267e identity: Remove unnecessary header. by Vinson Lee · 14 years ago
  82. a131941 softpipe: Remove unnecessary headers. by Vinson Lee · 14 years ago
  83. 38076c9 gallivm: added lp_bld_misc.cpp to sources list by Brian Paul · 14 years ago
  84. 69c0d08 llvmpipe: include gallivm/lp_bld_misc.h by Brian Paul · 14 years ago
  85. 7d36b67 gallivm: added gallivm/lp_bld_misc.cpp to Makefile by Brian Paul · 14 years ago
  86. 6c28cc2 llvmpipe: remove files moved to gallivm/ from llvmpipe/Makefile by Brian Paul · 14 years ago
  87. b014d71 llvmpipe: s/textured/texture/ by Brian Paul · 14 years ago
  88. 4aeacdf llvmpipe: added counters for color tile clear, load, store by Brian Paul · 14 years ago
  89. a8270c7 llvmpipe: use new os time functions by Brian Paul · 14 years ago
  90. 8b0b5ac glx: Fix SwapBuffers regression introduced by 01923fb72d. by Francisco Jerez · 14 years ago
  91. c61bf36 llvmpipe: export the tgsi translation code to a common layer by Zack Rusin · 14 years ago
  92. 74d2354 radeong: Provide drm_api::destroy hook. by Corbin Simpson · 14 years ago
  93. 184cefc radeong: Always return something for create_screen. by Corbin Simpson · 14 years ago
  94. 361d73f st/dri: fix compile breakage by Keith Whitwell · 14 years ago
  95. 0b99303 egl: re-fix context_create typo by Keith Whitwell · 14 years ago
  96. 3703e25 svga: remove dead debug sleep by Keith Whitwell · 14 years ago
  97. a23357c gallium: remove softpipe references in other drivers by Keith Whitwell · 14 years ago
  98. 6447b20 drm/radeon: remove softpipe references by Keith Whitwell · 14 years ago
  99. ebe2f76 cell: fix the usual cell breakage by Marc Dietrich · 14 years ago
  100. 7f41f54 gallium: squash-merge of gallium screen context by Keith Whitwell · 14 years ago