1. be54b49 Fix broken test. by Brian · 17 years ago
  2. cf94941 Set Min/MaxLod with glTexParameterf, not glTexParameteri by Brian · 17 years ago
  3. 4697cee press 0,1,2,etc keys for specific bias values by Brian · 17 years ago
  4. 74c32ee tweak incr/decrements amounts for keyboard options by Brian · 17 years ago
  5. bd29909 push out far clip plane to 200 by Brian · 17 years ago
  6. ba083ba Added d/D keys to change viewing distance, 'a' to toggle animation by Brian · 17 years ago
  7. e122a8f gallium: Ignore generated files. by José Fonseca · 17 years ago
  8. ded6ce2 vp-tri: match vertex/color data of other tests by Keith Whitwell · 17 years ago
  9. 2c8e50c use a depth buffer temporarily by Keith Whitwell · 17 years ago
  10. 55c1894 Add the new test program for fp's. by Zack Rusin · 17 years ago
  11. 6f111e9 Don't generate spurious vs, move the enable a bit to do that. by Zack Rusin · 17 years ago
  12. 63a9d83 Redo the fragment program examples to match vp's by Zack Rusin · 17 years ago
  13. 025b140 Add a simple fps counter to the example by Zack Rusin · 17 years ago
  14. aef25b1 set window size to 256x256 by Brian · 17 years ago
  15. b1399a5 gallium: more trivial tests by Keith Whitwell · 17 years ago
  16. 56bc8d9 gallium: remove unneeded depth buffer by Keith Whitwell · 17 years ago
  17. 918ea51 Rename 'mms-config.' to 'mms.config'. by Michal Krol · 17 years ago
  18. a1b4285 Fix fragment shader. by michal · 17 years ago
  19. 9c22f91 Optimize fragment program. by michal · 17 years ago
  20. 414a933 Ignore generated files. by José Fonseca · 17 years ago
  21. 4a4e6f2 Implement loops by Zack Rusin · 17 years ago
  22. 1d26e9c Fix nested conditionals by Zack Rusin · 17 years ago
  23. e842b5e Test some functionality of vp using GLSL that pure vp isn't testing. by Zack Rusin · 17 years ago
  24. 2727cfd hack in some code to test loops, break by Brian · 17 years ago
  25. 9405ec6 temporary hack to test nested conditionals by Brian · 17 years ago
  26. 6fbbeed use perspective projection, press r/R to rotate the quad by Brian · 17 years ago
  27. 0508370 more usage info by Brian · 17 years ago
  28. f726ffd test flat shading w/ clipping by Brian · 17 years ago
  29. bfcc337 vars to test 1D/2D textures with linear/nearest filtering by Brian · 17 years ago
  30. 9f51e18 added pixelzoom cmd line opt by Brian · 17 years ago
  31. b7693ee Draw white square in lower-left corner to test orientation by Brian · 17 years ago
  32. 34d535a glRead/DrawPixels test by Brian · 17 years ago
  33. c715706 change triangle orientation, fix exit() by Brian · 17 years ago
  34. f71edfa increase texture size to 32x32 by root · 17 years ago
  35. 90ee7a4 Gutsy oopses on touch of existing file. Workaround. by Keith Whitwell · 17 years ago
  36. bf64be2 added clear-scissor.c by Brian · 17 years ago
  37. 65cc3d2 test glClear w/ scissor by Brian · 17 years ago
  38. e0a26b0 Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch by michal · 17 years ago
  39. daaee90 clamp float colors by Brian · 17 years ago
  40. 3af7876 added code to test per-vertex colors by Brian · 17 years ago
  41. 9110dbd simple fragment shader test by Brian · 17 years ago
  42. ffc633c fix logic error, typos by Brian · 17 years ago
  43. 5b737b7 Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch by Brian · 17 years ago
  44. 76fb808 Fix a number of MINGW32 issues by Zhang · 17 years ago
  45. 6101fe6 Merge branch 'origin' into softpipe_0_1_branch by Keith Whitwell · 17 years ago
  46. a2e471e press 'f' to toggle front-face winding by Brian · 17 years ago
  47. 5796056 press 's' to toggle smoothing by Brian · 17 years ago
  48. 86352ff Added colormask, dither, multisample state. Implement colormasking stage. by Brian · 17 years ago
  49. 34f6243 Improve this demo in a few ways. by Brian · 17 years ago
  50. 8db6893 remove glDepthFunc(GL_LEQUAL) change from prev commit by Brian · 17 years ago
  51. 985e37e clean-up, comments by Brian · 17 years ago
  52. 24b68f4 press 'f' to toggle GL_CCW/GL_CW front face by Brian · 17 years ago
  53. 9a89cc3 use 'c' to cycle through polygon cull modes by Brian · 17 years ago
  54. 8733ee9 use cursor keys to translate triangle by Brian · 17 years ago
  55. f98bdfc call glutInit(), bug 11486 by Xavier Bachelot · 17 years ago
  56. 3b8bc1f Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch by michal · 17 years ago
  57. e8e5d9e support more modes, added -f cmd line option by Brian · 17 years ago
  58. 3b10f50 use larger point/sprite size by Brian · 17 years ago
  59. 05b2297 better triangle Z coords by Brian · 17 years ago
  60. 6a3ed5e Random state-change / primitive rendering. Good for hammering on a driver... by Brian · 17 years ago
  61. 3c0790c triangles w/ depth test by Brian · 17 years ago
  62. 03933ad don't request GLUT_ALPHA by Brian · 17 years ago
  63. 9ec2e16 change clear color by Brian · 17 years ago
  64. 477e18c Add GLUT_ALPHA for softpipe by Keith Whitwell · 17 years ago
  65. 39d221e fix glReadPixels parameters to handle odd-width windows correctly by Brian · 17 years ago
  66. 5e9cff0 disable shader program before glDrawPixels by Brian · 17 years ago
  67. 359c6ea Add support for shadow mapping with vertex and fragment programs by Ian Romanick · 17 years ago
  68. 2260c24 Refactor shadow map modelview and projection code by Ian Romanick · 17 years ago
  69. f575d4f Remove '#if defined' tests for ARB extensions. by Ian Romanick · 17 years ago
  70. 0c5662a use glXGetProcAddress to get extension funcs by Brian · 17 years ago
  71. 572dc08 Modifications to run with softpipe test harness by Keith Whitwell · 17 years ago
  72. b4f8d44 set texcoords depending on GLX_Y_INVERTED_EXT by Brian · 17 years ago
  73. 4465377 GLX_EXT_texture_from_pixmap test by Brian · 17 years ago
  74. 2f61cbd Add simple program to test GL_MESA_texture_array. by Ian Romanick · 17 years ago
  75. 16c503f Tweak the shell scripting for descending into and building subdirs. by Brian · 17 years ago
  76. da37ac5 remove some debug code by Brian · 17 years ago
  77. 58eaf0a a somewhat nicer demo w/ command line options by Brian · 17 years ago
  78. 3cddba6 get rid of normal vector by Brian · 17 years ago
  79. dc881e1 get rid of OSMESA stuff by Brian · 17 years ago
  80. 2dfb03b New test of the dFdx(), dFdy() functions. by Brian · 17 years ago
  81. 02e958a added glGetActiveAttrib by Brian · 17 years ago
  82. 1dd7c00 Windows updates by Brian · 17 years ago
  83. f42d4ab move #include <GL/glut.h> after other #includes for Windows by Brian · 17 years ago
  84. 4a28548 use sqrt(), not sqrtf() for Windows by Brian · 17 years ago
  85. ad3cc95 Fix FBO completeness bug in shadowtex. by Ian Romanick · 17 years ago
  86. bc74cb4 destroy window upon exit by Brian · 17 years ago
  87. e7e5279 Remove unused Imakefiles. by Brian · 17 years ago
  88. badc346 lots of changes, fixes, clean-ups by Brian · 17 years ago
  89. bf28735 restore 200x200 window size, animation, version check by Brian · 17 years ago
  90. 9612a30 fix some dependencies, remove some CFLAGS by Brian · 17 years ago
  91. 0d3d930 add 2.1 functions by Brian · 17 years ago
  92. 8f3fc52 added glActiveStencilFaceEXT by Brian · 17 years ago
  93. 0420d85 disable MakeTexture() by Brian · 17 years ago
  94. d619cce merge of glsl-compiler-1 branch by Brian · 17 years ago
  95. 6fda763 destroy window on exit by Brian · 18 years ago
  96. 180cc2f disable assertion by Brian · 18 years ago
  97. d2a6f43 extra stuff for drawbuffers test by Brian · 18 years ago
  98. 3f7ef61 added drawbuffers.c by Brian · 18 years ago
  99. ccb80d7 Test the GL_ARB_draw_buffers extension. by Brian · 18 years ago
  100. 2cf5fd4 Merge branch 'origin' into glsl-compiler-1 by Brian · 18 years ago