1. ec38d1c fix bad array indexing in _save_current_init() that caused context state to get clobbered by Brian Paul · 21 years ago
  2. ff1a015 Implement ARB_f_p KIL correctly. by Brian Paul · 21 years ago
  3. 17355e8 add braces to silence warnings by Brian Paul · 21 years ago
  4. 7feb528 added FLUSH_CURRENT() call in GetMaterial() calls by Brian Paul · 21 years ago
  5. f17980c got rid of the notify routine as intermediate step by Daniel Borca · 21 years ago
  6. 94922b9 disabled naughty cheats and protected the choosers behind AllowCodeGen by Daniel Borca · 21 years ago
  7. 77865f8 added codegen'ed choosers by Daniel Borca · 21 years ago
  8. 8b0afe0 fix error in rgb332 texel fetch function by Brian Paul · 21 years ago
  9. 96f17ea Rename _x86_ symbols to avoid conflict with r200 driver by Keith Whitwell · 21 years ago
  10. f41579c Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY by Keith Whitwell · 21 years ago
  11. d1c1056 Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. This by Felix Kuehling · 21 years ago
  12. e5c7f44 codegen'ed versions of the 2nd level dispatch by Daniel Borca · 21 years ago
  13. 1382253 fine-tuning x86 gcc codegen by Daniel Borca · 21 years ago
  14. b48c575 dynfn --> _tnl_dynfn by Keith Whitwell · 21 years ago
  15. 3e280b3 these are now in the shader/ directory too by Brian Paul · 21 years ago
  16. 27eb79c these files now live in the shader directory by Brian Paul · 21 years ago
  17. bcc6a02 Why are there two copies of this file? by Keith Whitwell · 21 years ago
  18. 4135601 Make the output a little more likely to compile... by Keith Whitwell · 21 years ago
  19. a7f52a9 Reorder some code so we don't upset program state when there's a parsing error. by Brian Paul · 21 years ago
  20. 41d3899 Insert original fragment program instructions as comments. s/__inline/INLINE/ by Brian Paul · 21 years ago
  21. ff7d3bb added hpux10-static config by Brian Paul · 21 years ago
  22. 52fb07e merge from 6.0.1 branch by Brian Paul · 21 years ago
  23. 257c085 Amusing utility to print ARB_fp programs as C code by Keith Whitwell · 21 years ago
  24. d1c38f7 Add #ifdef protection around the file to prevent DRI build breakage. by Ian Romanick · 21 years ago
  25. 388c455 fix array indexing for UP4B and UP4UB by Brian Paul · 21 years ago
  26. eeb5eeb Accomodate ARB_fp XPD opcode separately from NV_fp's X2D. by Keith Whitwell · 21 years ago
  27. 292fa33 Take a stab at updating the VMS files. by Brian Paul · 21 years ago
  28. 788461f fix the build by Brian Paul · 21 years ago
  29. 076c1c2 new files by Keith Whitwell · 21 years ago
  30. 2861e73 Moved from src/mesa/main by Michal Krol · 21 years ago
  31. c8100a0 First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code. by Keith Whitwell · 21 years ago
  32. 638ea11 This wont be needed any more by Michal Krol · 21 years ago
  33. cfccb7e Moved to src/mesa/shader and renamed to arbprogram_syn.h by Michal Krol · 21 years ago
  34. 31df7c9 Moved to src/mesa/shader and renamed to arbprogparse.[ch] by Michal Krol · 21 years ago
  35. 9661d91 Moved to src/mesa/shader by Michal Krol · 21 years ago
  36. 71c7c1f code cleanup heheh by Daniel Borca · 21 years ago
  37. 2386935 Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d. by Felix Kuehling · 21 years ago
  38. 5c2040c minor fixes by Brian Paul · 21 years ago
  39. 1c8e825 added GLW_SOURCES for IRIX by Brian Paul · 21 years ago
  40. 79b372b fix some warnings by Brian Paul · 21 years ago
  41. 7b776de tweaks to APP_LIB_DEPS (Dan Schikore) by Brian Paul · 21 years ago
  42. 58fa2a8 Enable drawing directly to the (now tiled) front buffer. by Felix Kuehling · 21 years ago
  43. 1e50e40 added .SUFFIXES : .cc line by Brian Paul · 21 years ago
  44. 533befc don't try to make GLwMDrawA.c by default since it needs Motif by Brian Paul · 21 years ago
  45. df8bc57 Don't use pushd/popd. by Brian Paul · 21 years ago
  46. d6de4d8 new Makefile by Brian Paul · 21 years ago
  47. 46727c7 Tweaks for make clean / realclean. by Brian Paul · 21 years ago
  48. 7a5eb9a increase MAX_TEXTURE_LOD_BIAS to 11.0 by Brian Paul · 21 years ago
  49. f132413 clamp BiasMin, BiasMax to reasonable values by Brian Paul · 21 years ago
  50. 0480037 obsolete by Brian Paul · 21 years ago
  51. f404495 added glw to SRC_DIRS by Brian Paul · 21 years ago
  52. 57dcbb5 added _DEPS lines to specify -L/usr/X11R6/lib by Brian Paul · 21 years ago
  53. 1f54fc9 added OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTS by Brian Paul · 21 years ago
  54. 22388c1 omit CVS from configs list by Brian Paul · 21 years ago
  55. 26f334a updated Makefile info by Brian Paul · 21 years ago
  56. d8944fb Mesa installation script by Brian Paul · 21 years ago
  57. de0ee31 New Makefile system by Brian Paul · 21 years ago
  58. a70ad91 new system configurations by Brian Paul · 21 years ago
  59. f262b70 tweaks for 64-bit linux configs (Dan Schikore) by Brian Paul · 21 years ago
  60. 68b38d2 check for GLX 1.3 during init by Brian Paul · 21 years ago
  61. 3623579 Make sure drivers don't dereference a NULL pointer if by Ian Romanick · 21 years ago
  62. 301e55c merge changes from 6.0.1 branch by Brian Paul · 21 years ago
  63. c05658d more Darwin tweaks by Brian Paul · 21 years ago
  64. 77b47bb re-order arguments to mklib by Brian Paul · 21 years ago
  65. f285706 Recalculate the viewport matrix in savageEmitDrawingRectangle. by Felix Kuehling · 21 years ago
  66. 209fee4 silence warnings by Brian Paul · 21 years ago
  67. bb9054b The OpenGL Shading Language Runtime Library for Legacy Target. Sounds good :) by Michal Krol · 21 years ago
  68. f614879 small changes (version string) by Daniel Borca · 21 years ago
  69. 16133d3 added linux-x86-opteron (bug 922735) by Brian Paul · 21 years ago
  70. d3b09fe update my email address by Brian Paul · 21 years ago
  71. 6e963e9 More state management changes: by Felix Kuehling · 21 years ago
  72. adf33a1 Make sure hardware culling is disabled for unfilled primitives, by Felix Kuehling · 21 years ago
  73. 844585b use Driver.WriteMonoRGBAPixels() when possible (Dan Schikore) by Brian Paul · 21 years ago
  74. e1e439c Missing in last commit. by Felix Kuehling · 21 years ago
  75. 67d0343 Buffer vertices and emit them in batches. Still using conventional drawing by Felix Kuehling · 21 years ago
  76. fda7215 rename class to c_class if using C++ (bug 922294) by Brian Paul · 21 years ago
  77. ae60852 Slang internal include file defining constructors and operators by Michal Krol · 21 years ago
  78. aaba075 tweaks to Darwin code by Brian Paul · 21 years ago
  79. 19bb7f7 additional updates from Dan Schikore by Brian Paul · 21 years ago
  80. 645778f Committing in . by Jouk Jansen · 21 years ago
  81. 192c988 new DRI interface header by Brian Paul · 21 years ago
  82. b87c5d0 added some code to test buffer deletion by Brian Paul · 21 years ago
  83. f6a93d3 use GL state vars instead of program parameters by Brian Paul · 21 years ago
  84. 3b6eb90 added s_auxbuffer.c by Brian Paul · 21 years ago
  85. 1cb63cf more i810 to new interface by Dave Airlie · 21 years ago
  86. 03762ba ctx->Const.MaxTextureLevels is not the highest mipmap level but the number by Felix Kuehling · 21 years ago
  87. 7e4a56d Improved MaxTextureLevel computation to take the nr. of tex units and both by Felix Kuehling · 21 years ago
  88. 57ff474 added aux buffers item by Brian Paul · 21 years ago
  89. 04da5ce test of aux buffer rendering by Brian Paul · 21 years ago
  90. 894844a Implemented support for software-based AUX color buffers. by Brian Paul · 21 years ago
  91. 0095016 fix array index error in _swsetup_Translate (Felix) by Brian Paul · 21 years ago
  92. 7ab89a9 Removed some useless definitions, artifacts from the Utah-GLX i810 driver. by Felix Kuehling · 21 years ago
  93. 21fb1f9 Add new interface support don't switch on yet .. by Dave Airlie · 21 years ago
  94. 416b7a8 unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters. by Felix Kuehling · 21 years ago
  95. 9d68891 Fixed texture LOD bias. by Felix Kuehling · 21 years ago
  96. fd8a7dc Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resulted by Felix Kuehling · 21 years ago
  97. ef8cb12 Cleaned up and fixed stencil fallback. by Felix Kuehling · 21 years ago
  98. a212e96 minor clean-ups by Brian Paul · 21 years ago
  99. 23be8ef make null-terminated copy of program string so that parse works correctly by Brian Paul · 21 years ago
  100. e29ac89 add missing else statements by Brian Paul · 21 years ago