1. c97bc61 remove GetBufferSize code by Brian Paul · 18 years ago
  2. 6f676f4 always load frag prog state params for now (see comments) by Brian Paul · 18 years ago
  3. 51b115d remove unneeded extern declaration of lockMutex by Brian Paul · 18 years ago
  4. 29ed894 bump driver date by Brian Paul · 18 years ago
  5. 7a9c7c1 Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often by Brian Paul · 18 years ago
  6. abc73d9 new RGBA_LOGICOP_ENABLED() macro by Brian Paul · 18 years ago
  7. 12fe1b3 s/_mesa_IsProgram2/_mesa_IsProgram/ by Brian Paul · 18 years ago
  8. f49c0d0 Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the by Brian Paul · 18 years ago
  9. f961d39 OpenGL 2.0 entrypoints by Brian Paul · 18 years ago
  10. e71e4c9 run indent on the code by Brian Paul · 18 years ago
  11. 036173e test OpenGL 2.0 stencil funcs by Brian Paul · 18 years ago
  12. 467c773 Add ATI_separate_stencil and use it in preference to EXT_stencil_two_side by Brian Paul · 18 years ago
  13. faba58c update _mesa_select_tex_image() and _mesa_get_tex_image() by Brian Paul · 18 years ago
  14. 92c99bc update comments by Brian Paul · 18 years ago
  15. a567679 Remove x/y/width/height parameters from Clear functions. by Brian Paul · 18 years ago
  16. 533e5a7 comment-out unused var by Brian Paul · 18 years ago
  17. 6a92324 remove unused vars by Brian Paul · 18 years ago
  18. d972c86 fix _mesa_select_tex_image() calls by Brian Paul · 18 years ago
  19. 7d08e3a Write back gl_FragDepth to span->array->z. by Michal Krol · 18 years ago
  20. 9669804 Don't use the x/y/width/height params passed to Clear(). Get them by Brian Paul · 18 years ago
  21. 26b5904 disable debug printf by Brian Paul · 18 years ago
  22. 4db0c89 disable debug printfs by Brian Paul · 18 years ago
  23. 361d137 Correct a little bug, radeon->glCtx is a pointer. by Jerome Glisse · 18 years ago
  24. 8d87196 Remove deprecated GetBufferSize interface. by Jerome Glisse · 18 years ago
  25. 351feae recent updates/fixes by Brian Paul · 18 years ago
  26. 57f09b6 fix compiler warnings by Keith Whitwell · 18 years ago
  27. 8665b82 Patch from <haihao.xiang@intel.com> -- pass program string by Keith Whitwell · 18 years ago
  28. 48e6fff merge the (rest of) texmem branch by Keith Whitwell · 18 years ago
  29. 5ac93f8 Merge texmem-0-3-branch. by Keith Whitwell · 18 years ago
  30. 232a489 Add LIT instruction to fragment program. by Jerome Glisse · 18 years ago
  31. 6b9e31f Import texmem i915 driver to its new location as i915tex. by Keith Whitwell · 18 years ago
  32. 3c6e99c Add CMPH instruction to fragprog by Jerome Glisse · 18 years ago
  33. fd60b2d Patch from <haihao.xiang@intel.com> -- pass program string by Keith Whitwell · 18 years ago
  34. d106195 change DEBUG_FRAG conditions by Brian Paul · 18 years ago
  35. e6f47d1 fix some bugs in interpolate_specular() by Brian Paul · 18 years ago
  36. 90fcf6c Added a few new ctx->Const. fields for shader-related limits. by Brian Paul · 18 years ago
  37. 5050b56 make use of Parameters->StateFlags in _swrast_update_fragment_program() by Brian Paul · 18 years ago
  38. ef987aa minor clean-ups, simplifications and new comments by Brian Paul · 18 years ago
  39. 7e75f51 fix MINGW32 problems by Brian Paul · 18 years ago
  40. 4e9e0af We need to call _mesa_load_state_parameters() whenever a fragment program by Brian Paul · 18 years ago
  41. 72f4965 signal _NEW_LIGHT in _tnl_copy_to_current() by Brian Paul · 18 years ago
  42. ecd1743 In TEX instructions, use precomputed lambda only if using fragment.texcoord[k] by Brian Paul · 18 years ago
  43. 256c961 For TEX instructions use lambda=0. When sampling from texture unit K we by Brian Paul · 18 years ago
  44. b14bae8 Fix bug #8799. by Ian Romanick · 18 years ago
  45. 86a4654 Refactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackClipRects. by Ian Romanick · 18 years ago
  46. 5af5260 Get DRI drawable from framebuffer object. by Ian Romanick · 18 years ago
  47. 075fae5 code tweaks, remove old comments by Brian Paul · 18 years ago
  48. 0f84053 fix _mesa_problem() text by Brian Paul · 18 years ago
  49. a23e668 Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h. by Brian Paul · 18 years ago
  50. 0781339 remove debug code by Brian Paul · 18 years ago
  51. e998c34 Rather than always allocating 100 instructions, put instructions into a by Brian Paul · 18 years ago
  52. ebcedd2 New _mesa_exec_vertex_state_program() function. Start of some re-org. by Brian Paul · 18 years ago
  53. abb1430 fix wrong inequality by Brian Paul · 18 years ago
  54. d6272e0 Change _mesa_init_instruction() to initialize an array of instructions. by Brian Paul · 18 years ago
  55. efd95c1 Program instructions are initialized before parsing so no need to set by Brian Paul · 18 years ago
  56. a90ab52 Added PROGRAM_CONSTANT to get_register_pointer(). More DEBUG_FRAG code. by Brian Paul · 18 years ago
  57. 8ed3197 special case END in _mesa_print_instruction() by Brian Paul · 18 years ago
  58. f5eea0c Implement _mesa_append_fog_code() for fragment program fog options. by Brian Paul · 18 years ago
  59. db55295 If DEBUG, check that all array indices really do fall in [start,end] in by Brian Paul · 18 years ago
  60. b55a0ab remove code for inserting mvp transform into position-invariant vertex progs and instead use _mesa_insert_mvp_code(). by Roland Scheidegger · 18 years ago
  61. fe45747 Previously, if a fragment program referenced fragment.fogcoord but the by Brian Paul · 18 years ago
  62. e9b9231 change some bogus comments regarding the base e exponential function used for fog in vertex programs. by Roland Scheidegger · 18 years ago
  63. fc606f7 fix (per-vertex) fog when using ARB_vp by incorporating fog factor computation into the vertex program (not yet fixed for swtnl). Simplify (and correct) the VTX_TCL_OUTPUT_VTXFMT handling when using vertex programs, turns out it's solely driven by the needs of the past-vertex stage of the pipeline, this should fix lockups with ill-specified applications using vertex programs (for instance applications enabling fog but not writing to fog coord output will now get (conformant) undefined results instead of lockups). by Roland Scheidegger · 18 years ago
  64. e4298b9 Add missing call to glutInit. by Ian Romanick · 18 years ago
  65. 6340d6b s/GLchan/GLubyte/ by Brian Paul · 18 years ago
  66. 59e1f3d whitespace clean-up by Brian Paul · 18 years ago
  67. 759facb Emit cliprects in the userspace driver as required, rather than by Keith Whitwell · 18 years ago
  68. b9786cf assorted clean-ups by Brian Paul · 18 years ago
  69. 49a5a09 don't save color/z if fragment is killed by Brian Paul · 18 years ago
  70. 73dd09f add minstall script to MAIN_FILES (bug 8720) by Brian Paul · 18 years ago
  71. a632128 minor tweaks good for about 12% faster execution by Brian Paul · 18 years ago
  72. ec9bbac silence used var warnings by Brian Paul · 18 years ago
  73. 0b26e82 Color clamping fixes. by Brian Paul · 18 years ago
  74. 919cd2c move/improve comments, clean up code in a few places by Brian Paul · 18 years ago
  75. ed324db fix another logic error in computing deferredTexture by Brian Paul · 18 years ago
  76. bb19e64 For deferredTexture, need to check if the fragment program/shader writes by Brian Paul · 18 years ago
  77. 828d15a move interpolate_varying() call by Brian Paul · 18 years ago
  78. 4676b62 don't use params passed to Clear() by Brian Paul · 18 years ago
  79. f614a61 Move interpolate_texcoords() and interpolate_varying() calls into shade_texture_span(). by Brian Paul · 18 years ago
  80. 61c89be Consolidate some code into shade_texture_span(). by Brian Paul · 18 years ago
  81. cd5a623 fixed Fixed/Int bug by Brian Paul · 18 years ago
  82. 7c76028 remove temp code by Brian Paul · 18 years ago
  83. 79b5d3e remove some debug/test changes by Brian Paul · 18 years ago
  84. 464fcd0 New bin/minstall script - a minimal replacement for 'install'. by Brian Paul · 18 years ago
  85. c351858 fix problem when CHAN_BITS == 32 (bug 8704), remove unneeded assertion by Brian Paul · 18 years ago
  86. a79d4e7 Fix nonportable pointer+unsigned arithmetic. Use pointer+int. by Michal Krol · 18 years ago
  87. 3129391 added clamp_colors(), updated assertions by Brian Paul · 18 years ago
  88. ff07d6d minor re-org, doxygen comments by Brian Paul · 18 years ago
  89. fee0857 Changed install filenames to libGL* and libOSMesa* so things work on Darwin by Brian Paul · 18 years ago
  90. 3beaff1 Enable GLX_SGI_make_current_read for radeon. by Ian Romanick · 18 years ago
  91. ec99e71 Don't use x/y/w/h params given to Clear(). by Brian Paul · 18 years ago
  92. 446972b Want to stop passing x/y/width/height to Clear() function. by Brian Paul · 18 years ago
  93. ccb64bb Don't pass x/y/width/height to ctx->Driver.Accum(). by Brian Paul · 18 years ago
  94. 4e4c0bb glDrawPixels, line clipping bug fixes by Brian Paul · 18 years ago
  95. a1a0a29 Fix broken line clipping. by Brian Paul · 18 years ago
  96. ff893a8 Fix a dangerous use of ASSERT in an else-clause not enclosed in braces. by Brian Paul · 18 years ago
  97. c3caaa3 Always convert colors to float before running a fragment shader/program. by Brian Paul · 18 years ago
  98. 32c3243 fix fog color bug by Brian Paul · 18 years ago
  99. c207464 Move struct atifs_machine into s_atifragshader.c by Brian Paul · 18 years ago
  100. e9d7190 Seperate interpolate_colors() and interpolate_specular(). by Brian Paul · 18 years ago