summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2007-08-02 EXT_texture_sRGB support on i965Zou Nan hai
2007-07-30Fix an error in _mesa_validate_DrawElementsXiang, Haihao
2007-07-30remove old comment, minor formatting fixesBrian
2007-07-30handle LSB_FIRST in _mesa_pack_bitmap by the way used inXiang, Haihao
2007-07-30Fix an error related to glPolygonStipple.Xiang, Haihao
2007-07-29fix glPointParameteriv bug 11754Jan Dvorak
2007-07-24remove unused MAX_3D_TEXTURE_SIZE, reformatttingBrian
2007-07-21Fix a number of MINGW32 issuesZhang
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-07-20fix bogus recently introduced function param commentsRoland Scheidegger
2007-07-19fix mesa's handling of fbo's / window fb (again)Roland Scheidegger
2007-07-19more fixes for mesa's fbo handling (fixes tests/fbotest1/2)Roland Scheidegger
2007-07-19fix up mesa's probably bogus framebuffer updates with different read/write fbsRoland Scheidegger
2007-07-19fix mesa fb bindingRoland Scheidegger
2007-07-16fix bogus fb/drawable informationRoland Scheidegger
2007-07-12fix width/depth mix-up (bug 11577)Brian
2007-07-11Minor clean-up of polygon offset logic. Properly compute _MRD field.Brian
2007-07-08Fix size test bug in _mesa_test_proxy_teximage().Brian
2007-07-08Check if 'indices' parameter is NULL (bug 11314)Brian
2007-07-08Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian
2007-07-08check depthScale value for optimized ushort->uint case (fixes bug 11474)Brian
2007-07-05stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-07-03fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #1...Roland Scheidegger
2007-07-02avoid unnecessary clamping of depth values (bug 11448)Brian
2007-06-28a variety of fixes for MingWzhang
2007-06-28increase MAX_POINT_SIZE to 60Brian
2007-06-28XXX comment about point clampingBrian
2007-06-12fix an error string, refactor _mesa_GetCompressedTexImageARB() to get rid of ...Brian
2007-06-12fix commentBrian
2007-06-11Rework _mesa_update_texture_compare_function() to only be called duringBrian
2007-06-11rename/clean-up _mesa_validate_texture_wrap_modeBrian
2007-06-11fix typo, added commentBrian
2007-06-11Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian
2007-06-11typo: s/derrived/derived/Brian
2007-06-11In generic_nop() call _mesa_warning() instead of _mesa_problem() since it's a...Brian
2007-06-11remove dead codeBrian
2007-06-08In supported_buffer_bitmask(), use framebuffer's visual, not context's visualBrian
2007-06-08disable depthBits test in check_compatible(), see bug 11161Brian
2007-06-08remove obsolete comment about max DEFAULT_SOFTWARE_DEPTH_BITSBrian
2007-06-07Add support for GL_ARB_fragment_program_shadow.Ian Romanick
2007-06-07Fix ARB_fp spec conformance bug WRT shadow sampling.Ian Romanick
2007-05-23doxygen-ize some commentsBrian
2007-05-23restore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug 11049Brian
2007-05-23incr/decr 1D/2DArray texture refcounts like other targetsBrian
2007-05-23Fix point attentuation problem (bug 11042)Brian
2007-05-21get rid of GenTexturesLock, used ctx->Shared->MutexBrian
2007-05-21remove the unused texobj Mutex fieldBrian
2007-05-21remove a VMS-ism that doesn't seem needed elsewhereBrian
2007-05-21improve some comments, clean-up formattingBrian