Fix state.texgen parsing error (bug 12313).
[mesa.git] / src / mesa / main /
2007-09-11 BrianIn _mesa_make_current(), don't unbind FBOs from the...
2007-08-24 Brianremove CallDepth++/-- accidentally removed in prev...
2007-08-23 BrianFor _mesa_share_state(), update the context's reference...
2007-08-23 Brianremove unneeded CallStack array
2007-08-20 Brianrefactor bounds checking code
2007-08-20 Briandon't map buffer in _mesa_validate_DrawElements() unles...
2007-08-18 Briansome fixes for compressed cube maps (bug 11986)
2007-08-18 Brianremove dead code left over after fixing GL_READ/DRAW_BU...
2007-08-17 Xiang, HaihaoBrian's fix for bug9829
2007-08-16 BrianRework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs...
2007-08-16 Brianupdate comments, etc related to Read/DrawBuffer state
2007-08-16 Brianreplace Proxy1D/2D/etc fields with ProxyTex[] array
2007-08-16 BrianReplace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTU...
2007-08-16 Brianreplace separate 1D/2D/etc fields with an array indexed...
2007-08-16 Brianremove old Saved1D/2D/etc fields
2007-08-16 BrianBring over the texobj refcounting changes from mesa_7_0...
2007-08-14 BrianFix a few more problems with freeing FBOs/textures...
2007-08-13 Brianfree any render/framebuffers left in hash tables when...
2007-08-13 BrianImplement mutex/locking around texture object reference...
2007-08-13 Brianadded some missing Default1D/2DArray texture code
2007-08-09 Brianfix byte swap bug for GLint stencil indexes (bug 11909)
2007-08-02 Brianfix stencil value masking bug 11805, and fix sizeof...
2007-08-02 Zou Nan hai EXT_texture_sRGB support on i965
2007-07-30 Xiang, HaihaoFix an error in _mesa_validate_DrawElements
2007-07-30 Brianremove old comment, minor formatting fixes
2007-07-30 Xiang, Haihaohandle LSB_FIRST in _mesa_pack_bitmap by the way used in
2007-07-30 Xiang, HaihaoFix an error related to glPolygonStipple.
2007-07-30 Jan Dvorakfix glPointParameteriv bug 11754
2007-07-24 Brianremove unused MAX_3D_TEXTURE_SIZE, reformattting
2007-07-21 ZhangFix a number of MINGW32 issues
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-20 Roland Scheideggerfix bogus recently introduced function param comments
2007-07-19 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-19 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-19 Roland Scheideggerfix up mesa's probably bogus framebuffer updates with...
2007-07-19 Roland Scheideggerfix mesa fb binding
2007-07-16 Roland Scheideggerfix bogus fb/drawable information
2007-07-13 Brianfix width/depth mix-up (bug 11577)
2007-07-11 BrianMinor clean-up of polygon offset logic. Properly comput...
2007-07-08 BrianFix size test bug in _mesa_test_proxy_teximage().
2007-07-08 BrianCheck if 'indices' parameter is NULL (bug 11314)
2007-07-08 BrianChange float depthScale param to _mesa_unpack_depth_spa...
2007-07-08 Briancheck depthScale value for optimized ushort->uint case...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-05 Brianstencil pixel map didn't work in _mesa_unpack_stencil_s...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-03 Roland Scheideggerfix GL_DOT3_RGBA texture combiner mode in generated...
2007-07-02 Brianavoid unnecessary clamping of depth values (bug 11448)
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 zhanga variety of fixes for MingW
2007-06-28 Brianincrease MAX_POINT_SIZE to 60
2007-06-28 BrianXXX comment about point clamping
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-20 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-20 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-12 Brianfix an error string, refactor _mesa_GetCompressedTexIma...
2007-06-12 Brianfix comment
2007-06-11 BrianRework _mesa_update_texture_compare_function() to only...
2007-06-11 Brianrename/clean-up _mesa_validate_texture_wrap_mode
2007-06-11 Brianfix typo, added comment
2007-06-11 BrianReplace texobj->Complete with texobj->_Complete since...
2007-06-11 Briantypo: s/derrived/derived/
2007-06-11 BrianIn generic_nop() call _mesa_warning() instead of _mesa_...
2007-06-11 Brianremove dead code
2007-06-08 BrianIn supported_buffer_bitmask(), use framebuffer's visual...
2007-06-08 Briandisable depthBits test in check_compatible(), see bug...
2007-06-08 Brianremove obsolete comment about max DEFAULT_SOFTWARE_DEPT...
2007-06-07 Ian RomanickAdd support for GL_ARB_fragment_program_shadow.
2007-06-07 Ian RomanickFix ARB_fp spec conformance bug WRT shadow sampling.
2007-05-23 Briandoxygen-ize some comments
2007-05-23 Brianrestore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug...
2007-05-23 Brianincr/decr 1D/2DArray texture refcounts like other targets
2007-05-23 BrianFix point attentuation problem (bug 11042)
2007-05-22 Brianget rid of GenTexturesLock, used ctx->Shared->Mutex
2007-05-22 Brianremove the unused texobj Mutex field
2007-05-22 Brianremove a VMS-ism that doesn't seem needed elsewhere
2007-05-22 Brianimprove some comments, clean-up formatting
2007-05-22 Brianremove some whitespace
2007-05-21 Brianif light position is local, treat it as a homogeneous...
2007-05-19 Brianneed to copy new 1D/2D array texture objects in _mesa_P...
2007-05-17 Ian RomanickAdd missing _EXT suffix to 2D_ARRAY target enums.
2007-05-17 Ian RomanickAdd array texture targets to list that can use compress...
2007-05-17 Ian RomanickRefactor determining whether a texture target can use...
2007-05-17 Brianmake srcPtr param to make_1d_stack_mipmap() const
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-05-15 Ian RomanickBring framebuffer_texture's error checking more in...
2007-05-14 Brianmaster/trunk is now for Mesa 7.1 devel: bump versions
2007-05-10 Brianmore indentation fixes, remove 'register' keywords
2007-05-10 Brianre-indent some code
2007-05-10 Ian RomanickFix reversed enable logic in enable_texture
2007-05-10 Ian RomanickConvert "bit" parameters to GLbitfield. Fix cut-and...
2007-05-10 Ian RomanickRefactor the loop in unbind_texobj_from_texunits.
2007-05-10 Ian RomanickRefactor queries of GL_(SOURCE|OPERAND)[012]_(ALPHA...
2007-05-10 Ian RomanickRefactor the way TestProxyTexImage is called in texture...
2007-05-10 Ian RomanickRefactor Enable / Disable and IsEnabled bits related...
2007-05-07 Brianbetter comments for _mesa_debug(), _mesa_warning()...
2007-04-27 BrianVersion bumps for 7.0
2007-04-26 BrianUnconditionally update _TriangleCaps bits. Fixes softw...
next