1. 55187ea Update includes post-splitting of s_texture.c by Brian Paul · 19 years ago
  2. 2cd8791 Split the s_texture.c file into two new files: by Brian Paul · 19 years ago
  3. 6ce60be remove unused vars by Brian Paul · 19 years ago
  4. 5f16244 remove _tnl_MakeCurrent call by Brian Paul · 19 years ago
  5. a25fe61 initial 6.5 release notes by Brian Paul · 19 years ago
  6. b43671c Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. by Brian Paul · 19 years ago
  7. 04adb70 fix breakage from Brians changes earlier by Dave Airlie · 19 years ago
  8. a702bbf clean-up some _mesa_make_current() code by Brian Paul · 19 years ago
  9. 5250aa7 remove rm -f line by Brian Paul · 19 years ago
  10. 7a534dc remove .a file before creating new one by Brian Paul · 19 years ago
  11. 41cf68b pageflip change from radeon driver by Brian Paul · 19 years ago
  12. a400a1e Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, by Brian Paul · 19 years ago
  13. f157e2d make some funcs static by Brian Paul · 19 years ago
  14. ff9d235 Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, by Brian Paul · 19 years ago
  15. 4879928 use mklib script to make drivers instead of gcc -shared by Brian Paul · 19 years ago
  16. a60ff20 updated comment by Brian Paul · 19 years ago
  17. 67a8dec make some functions static by Brian Paul · 19 years ago
  18. e42a313 Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, by Brian Paul · 19 years ago
  19. 9ae952a added driUpdateFramebufferSize() by Brian Paul · 19 years ago
  20. f084f60 Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.c by Brian Paul · 19 years ago
  21. 7909dd9 update like for MD2 viewer by Brian Paul · 19 years ago
  22. 56ff8ed replace semicolon with && by Brian Paul · 19 years ago
  23. 363344f print version with debug info by Brian Paul · 19 years ago
  24. 7bb7f97 fix FreeBSD problem (bug 4435) by Brian Paul · 19 years ago
  25. 914ec8e Fix libGL build on FreeBSD by respecting ASM_FLAGS. by Eric Anholt · 19 years ago
  26. 878c371 Replace ctx->Driver.StencilOp/Func/Mask() functions with by Brian Paul · 19 years ago
  27. 42c34ef OpenGL 2.0's two-sided stencil feature wasn't implemented correctly. by Brian Paul · 19 years ago
  28. bdf8441 just some reformatting by Brian Paul · 19 years ago
  29. 56a2e08 Clear either 8 or 16-bit stencil buffers. by Brian Paul · 19 years ago
  30. b5932cf Use GLuint/GLint intead of GLstencil for stencil state. by Brian Paul · 19 years ago
  31. a96f889 Move the ctx->FirstTimeCurrent initialization by Brian Paul · 19 years ago
  32. 5179f67 init StencilOpSeparate to NULL by Brian Paul · 19 years ago
  33. 8d2139e add GL_ATI_fragment_shader support for r200 by Roland Scheidegger · 19 years ago
  34. fd9de71 added a return upon out-of-memory, remove a needless assignment by Brian Paul · 19 years ago
  35. f6e3234 restore brace lost in previous check-in by Brian Paul · 19 years ago
  36. f20917d add complete support for ATI_fragment_shader for the r200. Most of the new code is in the new file r200_fragshader.c. Reverse engeneered by Dave Airlie and me by Roland Scheidegger · 19 years ago
  37. 1154362 remove unnecessary Swizzle parameter from struct (forgotten when the code was refactored) by Roland Scheidegger · 19 years ago
  38. 28569c2 use ASM_API variable, bug 4415 by Brian Paul · 19 years ago
  39. 68d4361 make lookup_query_object() static by Brian Paul · 19 years ago
  40. 758f447 remove rendundant r,g,b,a vars (bug 4331) by Brian Paul · 19 years ago
  41. 2745df2 add 1002:5460 M22 X300 card by Dave Airlie · 19 years ago
  42. 654286e fix dri drivers build by Dave Airlie · 19 years ago
  43. 2eef2ec Silence some warnings. by Brian Paul · 19 years ago
  44. 7f8cb30 bunch of updates by Brian Paul · 19 years ago
  45. 80cef69 put GLUT sources into a separate tarball by Brian Paul · 19 years ago
  46. 26c7e65 Clean-up of sources/Makefile, bug 4111 by Brian Paul · 19 years ago
  47. 5704b8e fix a problem w/ color index mode when CHAN_BITS=16 by Brian Paul · 19 years ago
  48. f15b499 make some vars static by Brian Paul · 19 years ago
  49. 392c93e fix GLubyte/GLchan inconsistencies (bug 4331) by Brian Paul · 19 years ago
  50. 0ca6715 new demo to test ATI_fragment_shader, not very creative but easy to know if the output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200. by Roland Scheidegger · 19 years ago
  51. c53d2d0 add the new drm packets needed for ATI_fragment_shader to the sanity code of the r200 and radeon driver by Roland Scheidegger · 19 years ago
  52. 6c2e82b add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Airlie, me) by Roland Scheidegger · 19 years ago
  53. 402b2be Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch, by Brian Paul · 19 years ago
  54. 036a994 add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vertex_program_stage. Fixes crashes when using vertex programs. Tested on r200 only (fix by Keith Whitwell) by Roland Scheidegger · 19 years ago
  55. a3dd2ce remove the redundant textureSize field, use tex.size instead, it's always the same value by Brian Paul · 19 years ago
  56. 338cbb0 don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-ups by Brian Paul · 19 years ago
  57. b346213 fix some bugs with handling of GL_DOT4_ATI, GL_DOT3_ATI and GL_DOT2_ADD_ATI ATI_fs instructions. by Roland Scheidegger · 19 years ago
  58. 95db1f0 add missing fallback string for ARB_vertex_program by Roland Scheidegger · 19 years ago
  59. 7e3be55 Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_program. Disable ARB_vertex_program by default - it is incredibly slow, and just plain doesn't work anyway (arbvptorus fails an assertion, arbvpmesh has bogus output) by Roland Scheidegger · 19 years ago
  60. 45ba4e4 use an explicit reserved field, rather than magic number in bound by Keith Whitwell · 19 years ago
  61. d9b9b4b Fix the comment for the 'bound' field: it's a bitmask, not an index. by Brian Paul · 19 years ago
  62. b5cbaf9 Keep NumTemporaries uptodate. by Keith Whitwell · 19 years ago
  63. b15f46a Treat NegateBase as a bitfield, not a boolean. by Keith Whitwell · 19 years ago
  64. 5cf1397 be consistent in populating NegateBase field by Keith Whitwell · 19 years ago
  65. 4618a9b check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few places by Brian Paul · 19 years ago
  66. f36954e fix precision problem in depth clearing (bug 4395) by Brian Paul · 19 years ago
  67. f4ff4d3 fix incorrect swizzling handling. fix code so it can potentially handle implementations with less than 6 texture units correctly. by Roland Scheidegger · 19 years ago
  68. 21ed295 by Jouk Jansen · 19 years ago
  69. ce33507 add a bunch of FLUSH_VERTICES to some of the ATI_fs functions, most notably when changing the global ati fragment shader constants. by Roland Scheidegger · 19 years ago
  70. 692147e some clean-up and re-org for renderbuffers by Brian Paul · 19 years ago
  71. 5262426 some updates, but code still out of date by Brian Paul · 19 years ago
  72. ab8ef28 new comment by Brian Paul · 19 years ago
  73. f0da327 minor tweaks to _mesa_ResizeBuffersMESA() by Brian Paul · 19 years ago
  74. b683b0d fix bug with ATI_fragment_shader in swrast (need to copy all 4 values due to later applied srcRep) by Roland Scheidegger · 19 years ago
  75. 8693b70 try to fix renderbuffer breakage, primarily in calculate_buffer_parameters() by Brian Paul · 19 years ago
  76. eba4ff6 minor formatting fix by Brian Paul · 19 years ago
  77. d869a43 added viaRenderbufferStorage() function by Brian Paul · 19 years ago
  78. 20354ed just changes/updates to comments by Brian Paul · 19 years ago
  79. bd07168 added -Wmissing-prototypes to WARN_FLAGS by Brian Paul · 19 years ago
  80. 158a2aa Use mklib script instead of ar. Make libmesa.a instead of mesa.a by Brian Paul · 19 years ago
  81. c0b4b9f remove DEFARRAY, CHECKARRAY stuff by Brian Paul · 19 years ago
  82. e2399ef minor clean-up of texture_combine() by Brian Paul · 19 years ago
  83. 3622f4f don't use DEFARRAY/CHECKARRAY stuff by Brian Paul · 19 years ago
  84. fcb6a0f make some functions static by Brian Paul · 19 years ago
  85. 6575e37 make r128SpanRenderStart/Finish static by Brian Paul · 19 years ago
  86. e3c8a0c remove obsolete CurrentBufferBit by Brian Paul · 19 years ago
  87. 3952d6d remove unused var by Brian Paul · 19 years ago
  88. f66084b Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warnings. by Karl Schultz · 19 years ago
  89. e15c2d0 remove _swrast_DrawBuffer by Karl Schultz · 19 years ago
  90. 53a3c70 Windows mesa.def file had been moved to the drivers dir tree some time ago. This copy is not needed. by Karl Schultz · 19 years ago
  91. e81cbd8 fix var declaration so that a C compiler can build it. by Karl Schultz · 19 years ago
  92. b4b040f just formatting clean-ups by Brian Paul · 19 years ago
  93. 16e7aeb Simplify radeonSetCliprects(). Remove the 'mode' parameter. by Brian Paul · 19 years ago
  94. 87ce68e Further clean-up and simplification of the span-related functions. by Brian Paul · 19 years ago
  95. 61ba6b5 Add new void *addr and __DRIdrawablePrivate parameters to driNewRenderbuffer(). by Brian Paul · 19 years ago
  96. 6e0e6ef Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers() by Brian Paul · 19 years ago
  97. d575a4c minor clean-ups by Brian Paul · 19 years ago
  98. 0cfd4f9 replace GET_SRC_PTR, GET_DST_PTR with GET_PTR by Brian Paul · 19 years ago
  99. eae73db Use InitPointers helper by Brian Paul · 19 years ago
  100. 90cfbd3 Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR. by Brian Paul · 19 years ago