1. 536ae20 nouveau: nv30: it may have 8 texture samplers (not 4), but shader engine has 16 texture units by Patrice Mandin · 15 years ago
  2. 325614a r600c: substract vbo offset to vbo size by Jerome Glisse · 15 years ago
  3. 0854579 r600: be more exact in vb size calculation by Andre Maasikas · 15 years ago
  4. eeb49d3 r600: support GL_SHORT attributes by Andre Maasikas · 15 years ago
  5. 69dd99b Revert "util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats." by Michal Krol · 15 years ago
  6. aa0b671 util: Fix descriptors for R32_FLOAT and R32G32_FLOAT formats. by Michal Krol · 15 years ago
  7. 1dd6e0b nouveau: nv30: Define number of texture samplers by Patrice Mandin · 15 years ago
  8. e475ae9 wgl: Do not reach out and destroy contexts on cleanup. by José Fonseca · 15 years ago
  9. 8ce747d gdi: Never fail at DLL load time. by José Fonseca · 15 years ago
  10. e6b6621 wgl: Fail gracefully whenever 3D could not be enabled for some reason. by José Fonseca · 15 years ago
  11. ea8f7bd svgadump: Several improvements to shader dumping. by José Fonseca · 15 years ago
  12. d0ec18e glu/sgi: Initialize member of class primStream. by Vinson Lee · 15 years ago
  13. b5b1b45 glu/sgi: Initialize members of class Arc. by Vinson Lee · 15 years ago
  14. 977fa27 glu/sgi: Initialize member of class Bin. by Vinson Lee · 15 years ago
  15. ba3c874 nouveau: use AVAIL_RING() by Ben Skeggs · 15 years ago
  16. 6af75a0 nouveau: switch to nouveau_bo_new_tile() by Ben Skeggs · 15 years ago
  17. 04d3571 svga: check min_index, max_index before assertions by Brian Paul · 15 years ago
  18. 92098438 main: Fix compiler warning. No need to convert/store depthScale as GLfloat just to convert it back to GLuint to call unpack_depth_span. by Karl Schultz · 15 years ago
  19. 2d1088c Turn off 64-bit portability problems detection. by Karl Schultz · 15 years ago
  20. c7ab599 glapi: Avoid #including gl.h by Kristian Høgsberg · 15 years ago
  21. cc57baf i915: Remove always-true irq_active struct intel_screen field by Kristian Høgsberg · 15 years ago
  22. c9b0f04 i915: Remove a few DRI1 era struct intel_screen fields by Kristian Høgsberg · 15 years ago
  23. 5777dee i915: Drop intelScreenPrivate typedef and just call it struct intel_screen by Kristian Høgsberg · 15 years ago
  24. cbfd414 i915: Remove unused intelRegion struct by Kristian Høgsberg · 15 years ago
  25. fa43956 i915: Remove left-over drmUnmap() by Kristian Høgsberg · 15 years ago
  26. 362fa67 mesa: additional constant/limit assertions by Brian Paul · 15 years ago
  27. 0be04f7 svga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query by Brian Paul · 15 years ago
  28. 207ad94 Add git tips by Karl Schultz · 15 years ago
  29. 6352f4c st/mesa: fix gallium texture level selection for RTT by Brian Paul · 15 years ago
  30. 3c28fad mesa: remove darwin-x86ppc and dangling darwin refs in Makefile by Brian Paul · 15 years ago
  31. d23fefe docs: remove old CVS references by Brian Paul · 15 years ago
  32. be29a60 Revert "llvmpipe: Move tile coordinate assertion into a more useful place." by José Fonseca · 15 years ago
  33. c72e8b3 scons: Fix drm/intel build. by José Fonseca · 15 years ago
  34. 9381dd59 llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY. by José Fonseca · 15 years ago
  35. 8c03917 llvmpipe: Move tile coordinate assertion into a more useful place. by José Fonseca · 15 years ago
  36. 764c172 llvmpipe: Clamp both extremes of triangles to framebuffer size. by José Fonseca · 15 years ago
  37. 128d93a gallivm: TGSI_OPCODE_CONT is not deprecated. by José Fonseca · 15 years ago
  38. 16a91bd nouveau: remove u_simple_screen.h includes by Ben Skeggs · 15 years ago
  39. 7c2634d i965g: ifdef out unused functions. by Vinson Lee · 15 years ago
  40. 229db2b r300g: Work around "defect" in r300compiler. by Corbin Simpson · 15 years ago
  41. 218590f st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c. by Vinson Lee · 15 years ago
  42. 19045d3 swrast: Silence uninitialized variable warnings in ss_tritmp.h. by Vinson Lee · 15 years ago
  43. 8df7e20 os: Do not use Pthreads barrier functions on Mac OS X. by Vinson Lee · 15 years ago
  44. 57732d8 ffb: Fix build. by Vinson Lee · 15 years ago
  45. 4b1241b gallium: cast to silence waring by Brian Paul · 15 years ago
  46. f6bcce0 gallium: use os_time.h by Brian Paul · 15 years ago
  47. bcace31 gallium: use os_time.h in pb_bufmgr_cache.c by Brian Paul · 15 years ago
  48. 43ba0d7 gallium: use os_time.h in u_timed_winsys.c by Brian Paul · 15 years ago
  49. eaf3ae5 scons: add another prefix for mingw32 on Fedora by Brian Paul · 15 years ago
  50. 5325340 dri: Fix one last copy-and-paste brain damage from a previous commit by Ian Romanick · 15 years ago
  51. 2311e2a scons: User friendly message for code generated files by José Fonseca · 15 years ago
  52. 2717d90 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa by Karl Schultz · 15 years ago
  53. 450524a Update Visual Studio Project files to compile the shader compiler and build the prebuilt shader header files. by Karl Schultz · 15 years ago
  54. 412ffb7 r300g: Fix typo. by Corbin Simpson · 15 years ago
  55. 92ea883 r300/compiler: r500-fs: Properly set HW register swizzles. by Corbin Simpson · 15 years ago
  56. f6a16df scons: Only build progs when explicitly requested in the command line. by José Fonseca · 15 years ago
  57. b44c444 llvmpipe: Map rendertargets when bound as textures. by José Fonseca · 15 years ago
  58. 96728bb dri: Fix copy-and-paste brain damage in previous commit by Ian Romanick · 15 years ago
  59. 6bd9da0 intel: Don't expose GLX_SWAP_EXCHANGE_OML by Ian Romanick · 15 years ago
  60. bb65a1d intel: Expose a minimal number of configs with accumulation buffer by Ian Romanick · 15 years ago
  61. 3cce4a1 dri: Allow selective generation of accum. buffer configs by Ian Romanick · 15 years ago
  62. 73e24cd intel: Stop exposing useless 24 depth/0 stencil configs by Ian Romanick · 15 years ago
  63. 6d91f9a intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2 by Ian Romanick · 15 years ago
  64. 066f45c intel: Update comment in intelInitScreen2 to noting DRI2 protocol issues by Ian Romanick · 15 years ago
  65. b91bb45 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa by unknown · 15 years ago
  66. 3251f31 glsl/pp: fix extension enable/disable options by Brian Paul · 15 years ago
  67. c3b6237 Add new symbol to exports list by unknown · 15 years ago
  68. 8b1c332 Simplify GLSL extension mechanism. by Michal Krol · 15 years ago
  69. c1395a7 glsl/pp: Fix ifdef directive for extension names. by Michal Krol · 15 years ago
  70. eb095b6 glsl: GLSL extensions have the GL_ prefix by Brian Paul · 15 years ago
  71. f88b43e st/xorg: fix a silly offset bug in xv by Zack Rusin · 15 years ago
  72. 3a0e4eb r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA rename by Kristian Høgsberg · 15 years ago
  73. ba33fed llvmpipe: Fix null pointer dereference when no depth buffer is bound. by José Fonseca · 15 years ago
  74. 5e6a900 llvmpipe: Leave depth buffer in swizzled format. by José Fonseca · 15 years ago
  75. 7a593af glu/sgi: Initialize member of class Uarray. by Vinson Lee · 15 years ago
  76. 58c991a llvmpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  77. 08e2eab scons: export drawllvm after actually checking that llvm is present by Zack Rusin · 15 years ago
  78. c19dab7 egl_dri2: Only allocate config if we're going to keep it by Kristian Høgsberg · 15 years ago
  79. c3c1a7e egl_dri2: Initialize config attributes with visual id and class from X by Kristian Høgsberg · 15 years ago
  80. 368bb3d eglinfo: Also print visual type, assuming X visual types by Kristian Høgsberg · 15 years ago
  81. 360faf8 egl_dri2: Allow pbuffer and pixmap surfaces for all configs by Kristian Høgsberg · 15 years ago
  82. 77e6fb1 radeon: Fix printf formatings to match te values. by Pauli Nieminen · 15 years ago
  83. 42026a8 radeon: Define EXT_framebuffer_object constants to match hw. by Pauli Nieminen · 15 years ago
  84. 4bce2fb mesa: move all limit/constant assertions into check_context_limits() by Brian Paul · 15 years ago
  85. 96100f3 Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge. by Francisco Jerez · 15 years ago
  86. dbc1340 r300g: One less assert. by Corbin Simpson · 15 years ago
  87. 8c85002 r300g: Don't write non-existent bit on non-r500. by Corbin Simpson · 15 years ago
  88. 67b60b9 r300g: Correct colorbuffer measurements. by Corbin Simpson · 15 years ago
  89. 5a27a77 r300g: Be ever-so-slightly more useful on bad shaders. by Corbin Simpson · 15 years ago
  90. 1ebc568 configure.ac: Enable egl demos when --enable-egl is passed by Kristian Høgsberg · 15 years ago
  91. ab487f7 xeglgears: Add test case for eglBindTexImage() by Kristian Høgsberg · 15 years ago
  92. bba5a98 egl_dri2: Implement eglBindTexImage() by Kristian Høgsberg · 15 years ago
  93. debf00e dri_interface: Introduce DRI tokens for the texBuffer texture formats by Kristian Høgsberg · 15 years ago
  94. 8c593d3 egl_dri2: Use a helper function for looking up and binding extensions by Kristian Høgsberg · 15 years ago
  95. ed46e90 gallium/auxiliary: add -D__STDC_CONSTANT_MACROS by Brian Paul · 15 years ago
  96. 822d951 llvmpipe: remove .s rule (already in Makefile.template) by Brian Paul · 15 years ago
  97. aa4ed6a llvmpipe: lp_tile_surface.c isn't committed yet by Brian Paul · 15 years ago
  98. 4767d27 radeon: Add some debug output for fbo support by Pauli Nieminen · 15 years ago
  99. 9e587db r200: Fix UMS notto emit stp. by Pauli Nieminen · 15 years ago
  100. 653a834 Merge branch 'gallium-nopointsizeminmax' by Roland Scheidegger · 15 years ago