1. 3dc6591 mesa: fix problem freeing framebuffer/renderbuffer objects by Brian Paul · 16 years ago
  2. 7acb7c1 mesa: additional error checking, fix error codes by Brian Paul · 16 years ago
  3. d866cb3 mesa: regenerated file by Brian Paul · 16 years ago
  4. 7f4f2ac mesa: additional vec4 constructor by Brian Paul · 16 years ago
  5. 6e46c12 mesa: fix array storage allocation bug by Brian Paul · 16 years ago
  6. 1dc20c7 mesa: fix incorrect array size, added assertion by Brian Paul · 16 years ago
  7. b3e1f9b mesa: fix vertex array validation test for attribute 0 (vert pos) by Brian Paul · 16 years ago
  8. 1726b7d mesa: when linking a shader program, make sure all the shaders compiled OK by Brian Paul · 16 years ago
  9. cb79c5c mesa: added some debug code (disabled) by Brian Paul · 16 years ago
  10. 36a5826 mesa: fix error codes in _mesa_shader_source(), _mesa_get_shader_source() by Brian Paul · 16 years ago
  11. a405d69 mesa: regenerated by Brian Paul · 16 years ago
  12. a2cddf5 mesa: added some missing equal() notEqual() intrinsics by Brian Paul · 16 years ago
  13. 918f3b1 mesa: regenerated files by Brian Paul · 16 years ago
  14. 18adc71 mesa: fix all(bvec2) function typo, add missing bvec2/3/4() constuctors by Brian Paul · 16 years ago
  15. 5ef4e4f mesa: fix issues around multisample enable by Roland Scheidegger · 16 years ago
  16. 6befdca generate a link error if the vertex shader references too many textures by Brian Paul · 16 years ago
  17. 43346fb set ctx->Const.MaxVertexTextureImageUnits = 0 by Brian Paul · 16 years ago
  18. ea190fe VBO: Regenerate files based on recent changes to gl_API.xml by Ian Romanick · 16 years ago
  19. abd7114 Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc from xserver tree by Paulo Cesar Pereira de Andrade · 16 years ago
  20. 21e0d47 VBO: Add missing functions related to VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB by Ian Romanick · 16 years ago
  21. c52d6ad VBO: add GLX related annotations by Ian Romanick · 16 years ago
  22. 028739f mesa: fix a GLSL vector subscript/writemask bug by Brian Paul · 16 years ago
  23. e19af17 mesa: move some functions by Brian Paul · 16 years ago
  24. 9ae4d77 mesa: make _slang_swizzle_swizzle() non-private by Brian Paul · 16 years ago
  25. 32a5c40 mesa: better function inlining in the presence of 'return' statements by Brian Paul · 16 years ago
  26. b2247c7 mesa: add/fix some IrInfo entries for debugging purposes by Brian Paul · 16 years ago
  27. 011b0e5 link to DRM 2.3.1 by Brian Paul · 16 years ago
  28. 2ce4b98 press 'm' to toggle multisample enable/disable by Brian Paul · 16 years ago
  29. 634d2af init machine->Samplers (fixes vertex program texture fetches) by Brian Paul · 16 years ago
  30. d3f7b46 dri: drop asserts to make build against stable libdrm by Dave Airlie · 16 years ago
  31. bcc2a3d dri: Take the base image size into account when computing by Xiang, Haihao · 16 years ago
  32. 5cae1b7 autoconf: Improve the visibility of the swrast DRI driver by Dan Nicholson · 16 years ago
  33. bb17449 r3xx/r5xx: Enable ARB_point_parameters. by Corbin Simpson · 16 years ago
  34. 23e9b43 r300: Fix dumb mistake in LOD bias translation by Nicolai Haehnle · 16 years ago
  35. 4002b75 r300: Cleanup LodBias support by Nicolai Haehnle · 16 years ago
  36. a74d22b r300: Change LOD bias emission to more closely follow per-tex rules. by Corbin Simpson · 16 years ago
  37. 543893e Revert accidental edit to progs/demos/lodbias. by Corbin Simpson · 16 years ago
  38. 0918023 demos/shadowtex: Don't set TEXTURE_WRAP_T for 1D texture by Nicolai Haehnle · 16 years ago
  39. bc77506 r300: Fix wrap mode for 1D textures by Nicolai Haehnle · 16 years ago
  40. 6cb1270 s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv() by Brian Paul · 16 years ago
  41. b429e9b mesa: added null ptr checks by Brian Paul · 16 years ago
  42. f6da145 DRI-specific pkg-config file by Dan Nicholson · 16 years ago
  43. 985e1cd autoconf: Check for posix_memalign by Dan Nicholson · 16 years ago
  44. 3b132b2 Check in SwapBuffers for any new pending dri2 events by Alan Hourihane · 16 years ago
  45. 5174b85 intel: Fix glCopyPixels when x or y are < 0 in hw coordinates. by Eric Anholt · 16 years ago
  46. 9a0d773 i965: Use the shared intel_pixel_copy.c. by Eric Anholt · 16 years ago
  47. 744357e intel: Same pixel function init for everyone now. by Eric Anholt · 16 years ago
  48. f5eb62a intel: Avoid glBitmap software fallback for blending when no blending occurs. by Eric Anholt · 16 years ago
  49. f23adc5 intel: Merge check_blit_fragment_ops between i915/i965. by Eric Anholt · 16 years ago
  50. 90d33ed intel: Note reasons for blit pixel op fallbacks under INTEL_DEBUG=pix. by Eric Anholt · 16 years ago
  51. eda68cc i915: Add support for accelerated glBitmap, shared from 965. by Eric Anholt · 16 years ago
  52. 5989098 i915: Fix read != draw drawable for glCopyPixels. by Eric Anholt · 16 years ago
  53. 98fa0ae i915: Allow accelerated pixel ops to be disabled with INTEL_NO_BLIT. by Eric Anholt · 16 years ago
  54. fe3b62b Ensure all objects are built when installing DRI by Dan Nicholson · 16 years ago
  55. 5aa4d5a Don't make libmesa.a or libglapi.a depend on asm_subdirs by Dan Nicholson · 16 years ago
  56. 7ec5e6a Create $(TOP)/$(LIB_DIR) for install, too by Dan Nicholson · 16 years ago
  57. 71d2578 replace __inline and __inline__ with INLINE macro by Brian Paul · 16 years ago
  58. ba97ed2 replace __inline and __inline__ with INLINE macro by Brian Paul · 16 years ago
  59. cc96d54 replace __inline and __inline__ with INLINE macro by Brian Paul · 16 years ago
  60. 37f19b9 replace __inline and __inline__ with INLINE macro by Brian Paul · 16 years ago
  61. 402e7f7 #undef DEBUG to silence warnings by Brian Paul · 16 years ago
  62. 5ee7b79 replace __inline and __inline__ with INLINE macro by Brian Paul · 16 years ago
  63. 055ab81 replace __inline and __inline__ with INLINE macro by Brian Paul · 16 years ago
  64. 24197b4 replace __inline and __inline__ with INLINE macro by Brian Paul · 16 years ago
  65. 7899270 replace __inline and __inline__ with INLINE macro by Brian Paul · 16 years ago
  66. 2e922b0 replace __inline and __inline__ with INLINE macro by Brian Paul · 16 years ago
  67. 2c1bead s/inline/INLINE by Brian Paul · 16 years ago
  68. 77d917a remove old comments by Brian Paul · 16 years ago
  69. e1f9adc Solaris port of Mesa 7.1 with autoconf support by Alan Coopersmith · 16 years ago
  70. f30e4af Rename quad function to quadr to avoid clash with Solaris quad typedef by Daniel Zhu · 16 years ago
  71. 1043a7c Make minstall work with Solaris /bin/sh by Alan Coopersmith · 16 years ago
  72. 4ba39c4 Fix builds with compilers other than gcc 3.0 & newer by Alan Coopersmith · 16 years ago
  73. 3491cbe added pointer to beta/release candidates by Brian Paul · 16 years ago
  74. dc25661 R300: 1002:5657 is actually RV410 by Alex Deucher · 16 years ago
  75. b3f1aac r200: fix typo in r200TryDrawPixels parameter validation (bug 16406) by Roland Scheidegger · 16 years ago
  76. 21177c8 mesa: tweak mipmap level selection for cube maps by Brian Paul · 16 years ago
  77. cf29ab3 i915: Bug #14313: Fix accelerated (PBO) ReadPixels. by Eric Anholt · 16 years ago
  78. 3e8aade i965: add support for Intel 4 series chipsets by Xiang, Haihao · 16 years ago
  79. 3064069 mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT for Z unpacking by Brian Paul · 16 years ago
  80. 5b5bf21 assorted glide driver fixes by Wilfried Holzke · 16 years ago
  81. 51ad6e3 glu: silence warnings by Brian Paul · 16 years ago
  82. a1523c6 mesa: make mm.c use unsigned ints for offsets. by Dave Airlie · 16 years ago
  83. 27b7f89 r300: Make LOD bias a persistent environment variable. Per airlied's suggestion. by Corbin Simpson · 16 years ago
  84. e9d1889 Compute/setup fog coordinates even if vertex program is enabled. by H. Verbeet · 16 years ago
  85. ec2d0de mesa: allocate pixel zoom arrays on heap, not stack by Brian Paul · 16 years ago
  86. bbce588 Don't compute vertex fog when fragment program is active. by H. Verbeet · 16 years ago
  87. 588abd6 r300: Fix new incarnation of bug 3195. by Corbin Simpson · 16 years ago
  88. 1738a9a r300: Forgot to clear old state before writing new state. Oooops. Hehe. by Corbin Simpson · 16 years ago
  89. 776580a r300: Enable LOD bias state emission. by Corbin Simpson · 16 years ago
  90. f7b8a13 Oops, misordered a few instructions. by Corbin Simpson · 16 years ago
  91. 6e6ca40 r300: Unbreak LOD biasing, a bit. Needs a bit more work on submission. by Corbin Simpson · 16 years ago
  92. 4fc66be No more drivers/xorg by Dan Nicholson · 16 years ago
  93. f1ae5d4 r5xx: Enable fragment.position, partial ARB_shadow. by Corbin Simpson · 16 years ago
  94. 7413c55 r5xx: Detangle FP fallback and translation switches. by Corbin Simpson · 16 years ago
  95. 43da118 r300: Add radeonTransformALU and fix a bug in r300_fragprog DPH by Nicolai Haehnle · 16 years ago
  96. 825fdfd r300_fragprog: Use less complex instructions by Nicolai Haehnle · 16 years ago
  97. b97e48f r5xx: More FP rewriting; fix texrect FP insts. by Corbin Simpson · 16 years ago
  98. 69004fb r5xx: New FP code, take two. by Corbin Simpson · 16 years ago
  99. 0a341ef r5xx: FP refactor, take one. by Corbin Simpson · 16 years ago
  100. 9704414 r3xx/r5xx: Don't force aniso. *Pulls paper bag down over head* by Corbin Simpson · 16 years ago