1. 01c0558 mesa: glsl: rework swizzle storage handling by Brian Paul · 16 years ago
  2. fb3422a mesa: fix uninitialized var by Brian Paul · 16 years ago
  3. 7af8ddd mesa: glsl: implement constructor functions for user-defined types by Brian Paul · 16 years ago
  4. a9412ca mesa: remove stray debug assertion by Brian Paul · 16 years ago
  5. b36749d mesa: fix glUniform error checking for samplers by Brian · 16 years ago
  6. b7eea9a mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c by Brian Paul · 16 years ago
  7. ff9b6a0 mesa: initial support for GLSL struct/array comparisons by Brian Paul · 16 years ago
  8. 65db8c9 mesa: added null ptr check (error handling case) by Brian Paul · 16 years ago
  9. 19d44b9 mesa: fix +=, -=, etc. operators by Brian Paul · 16 years ago
  10. be50c48 mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_p by Brian Paul · 16 years ago
  11. bc985b5 mesa: fix some issues in _mesa_validate_program() by Brian Paul · 16 years ago
  12. ffbc66b mesa: assorted glsl uniform/attribute fixes by Brian Paul · 16 years ago
  13. 74a19b0 mesa: glsl: various writemask/swizzle improvements and clean-ups by Brian Paul · 16 years ago
  14. 38a62ed mesa: rework array/struct addressing code. by Brian Paul · 16 years ago
  15. 3780174 mesa: fix some GLSL /= int operators by Brian Paul · 16 years ago
  16. f45ed0e mesa: fix set_program_uniform_matrix(): need to loop over matrix count by Brian Paul · 16 years ago
  17. 5bfbcf7 mesa: implement grammar/parsing for precision/invariant syntax by Brian Paul · 16 years ago
  18. c3ad176 mesa: Silence compiler warnings on Windows. by Brian Paul · 16 years ago
  19. 153407f mesa: fix some function inlining bugs by Brian Paul · 16 years ago
  20. 527e135 mesa: improved printing by Brian Paul · 16 years ago
  21. 1a5c99f document GLSL 1.20 status by Brian Paul · 16 years ago
  22. 44c7f37 disable GL_ARB_shading_language_120 until 1.20 features are complete by Brian Paul · 16 years ago
  23. b5095ab autoconf: disable dri drivers build if being asked by Florent Thoumie · 16 years ago
  24. 57aea29 r300: Fix off-by-one error in calculation of scissor cliprect. by Michel Dänzer · 16 years ago
  25. c1fb448 r300: Fix a crash related to depth textures (triggered by Glest w/ shadowmaps) by Nicolai Haehnle · 16 years ago
  26. c117d0e r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENT by Nicolai Haehnle · 16 years ago
  27. e88be7d r300: Fix point minmax size by Nicolai Haehnle · 16 years ago
  28. 322677b r300: Implement hardware acceleration for ColorLogicOp by Nicolai Haehnle · 16 years ago
  29. 0973d34 r500: Handle non-native swizzles in texture instructions by Nicolai Haehnle · 16 years ago
  30. 1bdf5e0 r500: Redirect TEX writes to output registers by Nicolai Haehnle · 16 years ago
  31. 902e401 intel: Don't return a renderbuffer with alpha when just GL_RGB is requested. by Eric Anholt · 16 years ago
  32. 85e44fc r200: Do not set second coordinate clamping for 1D textures by Nicolai Haehnle · 16 years ago
  33. 477fa8f r300: Always emit LOAD_VBPNTR immediately before index-based rendering by Nicolai Haehnle · 16 years ago
  34. 1e645b3 Merge branch 'master' into drm-gem by Ian Romanick · 16 years ago
  35. e5022c3 mesa: Return 0 for cube map face of non-cubemap framebuffer attachments. by Eric Anholt · 16 years ago
  36. ff60e3f intel: If a tex image doesn't fit in the object's tree, make a temporary tree. by Eric Anholt · 16 years ago
  37. 9bc9e0e i965: fixup format for TFP zero copy by Dave Airlie · 16 years ago
  38. 04c9808 Revert "intel: disable zero-copy TFP." by Dave Airlie · 16 years ago
  39. d424468 i965: make tex offset override work.. by Dave Airlie · 16 years ago
  40. 9497995 intel: disable zero-copy TFP. by Dave Airlie · 16 years ago
  41. 948f6e3 mesa: move extensions->version code into separate function by Brian Paul · 16 years ago
  42. d8ababd mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION string by Brian Paul · 16 years ago
  43. 51bfb6a query/print GLSL version string by Brian Paul · 16 years ago
  44. 9a4be97 intel: remove buffer swap debug output by Jesse Barnes · 16 years ago
  45. 6118d83 Revert "965: Fix color clamping issues" by Ian Romanick · 16 years ago
  46. 7c2d7f8 Fix a typo. by Thomas Hellstrom · 16 years ago
  47. 9dd73d5 Add new demo "fbo_firecube". by Thomas Hellstrom · 16 years ago
  48. 1175337 965: Fix partially transparent textures in Doom 3 engine games by Pawel Pieczul · 16 years ago
  49. 2e37143 intel: Add a little span cache to spead up readpixels by cutting syscalls. by Eric Anholt · 16 years ago
  50. d2d5abf intel-gem: Use pread/pwrite for span access. by Eric Anholt · 16 years ago
  51. f0ca917 intel: improve 2d batchbuffer debug output. by Eric Anholt · 16 years ago
  52. 1c8791c intel: Fix CopyTexSubImage's src tiling arg for the blit. by Eric Anholt · 16 years ago
  53. bdaa06a intel: move renderbuffer mapping to separate functions. by Eric Anholt · 16 years ago
  54. 97988cc intel: fix buffer swaps and enable page flipping on 965 by Jesse Barnes · 16 years ago
  55. b993d53 965: Fix color clamping issues by Pawel Pieczul · 16 years ago
  56. 77497eb mesa: revert building glslcompiler by default by Brian Paul · 16 years ago
  57. 99fe0c2 intel-gem: Bump driver date by Ian Romanick · 16 years ago
  58. 776c60d autoconf: Support Motif widgets in GLw with --enable-motif by Dan Nicholson · 16 years ago
  59. b4b7326 intel: fix texture border issue. (bug #16697) by Xiang, Haihao · 16 years ago
  60. 3bfedb7 mesa: build the stand-alone glslcompiler by default, update the docs by Brian Paul · 16 years ago
  61. 73b8ee4 mesa: regenerated file by Brian Paul · 16 years ago
  62. d9f4d04 mesa: fix/improve the atan(y,x) function by Brian Paul · 16 years ago
  63. f49d345 mesa: added checks for OpenBSD by Brad Smith · 16 years ago
  64. 0138435 mesa: regenerated file by Brian Paul · 16 years ago
  65. 33a2572 mesa: fix temp re-use bug in emit_arith() by Brian Paul · 16 years ago
  66. 082cde1 mesa: fix copy&paste errors in degrees() functions by Brian Paul · 16 years ago
  67. 29cb89d intel: Clean-up ARB_texture_env_crossbar by Ian Romanick · 16 years ago
  68. 442c195 Remove redundant initalization of MaxTextureUnits by Ian Romanick · 16 years ago
  69. 7d13dde mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_COLOR, GL_TEXTURE_ENV_MODE by Brian Paul · 16 years ago
  70. b7c5494 additional preprocessor checks for stdint.h, inttypes.h, etc by Blair Sadewitz · 16 years ago
  71. ece7183 mesa: added test for __NetBSD__ by Blair Sadewitz · 16 years ago
  72. 4c6dcbf mesa: added test for __NetBSD__ by Blair Sadewitz · 16 years ago
  73. e6218d0 mesa: check for __INTERIX to typedef uintptr_t by Blair Sadewitz · 16 years ago
  74. 546c7fb mesa: extra braces by Blair Sadewitz · 16 years ago
  75. 461e178 mesa: regenerated file by Brian Paul · 16 years ago
  76. 716f70d mesa: add missing IR_LOG2 case by Brian Paul · 16 years ago
  77. b0d173f mesa: fix some broken /= operators by Brian Paul · 16 years ago
  78. 8c653f6 mesa: fix some broken bool, bvec2, bvec3, bvec4 constructors by Brian Paul · 16 years ago
  79. 7d7d114 mesa: fix storage size computation in emit_arith() by Brian Paul · 16 years ago
  80. a5f0236 intel-gem: Disable spantmp sse/mmx functions when tile swizzling. by Eric Anholt · 16 years ago
  81. 27e3f7f glx: Update my e-mail address. :) by Ian Romanick · 16 years ago
  82. 67108ad glx: Trivial clean-ups to __glXSetArrayEnable by Ian Romanick · 16 years ago
  83. f214a84 mesa: assemble main() after all other functions by Brian Paul · 16 years ago
  84. 946abd9 i915: fix build after previous commit. by Eric Anholt · 16 years ago
  85. c62cb6b mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabled by Brian Paul · 16 years ago
  86. 4430597 fix gltrace (bug 16691) by Guillaume Melquiond · 16 years ago
  87. 0a7df37 glu: only export public symbols by Julien Cristau · 16 years ago
  88. f7eb0ce mklib: don't version symbols when using --exports by Julien Cristau · 16 years ago
  89. a63b907 mesa: also check for __NetBSD__ by Blair Sadewitz · 16 years ago
  90. 62db707 mesa: check for null shader->Source by Brian Paul · 16 years ago
  91. 5e60020 radeon: SetTexOffset support by Chris Rankin · 16 years ago
  92. 93115c4 nouveau: say goodbye to the old DRI driver... by Stephane Marchesin · 16 years ago
  93. 4fab47b glx/dri: only report DRI2 extensions when DRI2 is enabled. by Dave Airlie · 16 years ago
  94. e81ba58 r300_fragprog: Use nqssa+dce and program_pair for emit by Nicolai Haehnle · 16 years ago
  95. 3b80816 Always pass -linker and -ldflags to mklib for shared libraries by Dan Nicholson · 16 years ago
  96. db072ba Call mklib with $(SHELL) so the user controls the interpreter by Dan Nicholson · 16 years ago
  97. 4f5d97e Call minstall with $(SHELL) so the user controls the interpreter by Dan Nicholson · 16 years ago
  98. 9eee7f2 Set $(SHELL) for all configs by Dan Nicholson · 16 years ago
  99. bfb27b5 autoconf: Subsitute SHELL for all platforms by Dan Nicholson · 16 years ago
  100. 2d76692 r300: Fix saturate mode handling in radeon_program_alu by Nicolai Haehnle · 16 years ago