s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add assertion (bug 11806)
[mesa.git] / src / mesa / swrast /
2007-07-26 Brianfix color interpolation for CHAN_BITS==32
2007-07-26 Briandon't use rgba_line() if CHAN_BITS==32
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-11 Brianclean-up of stencil code
2007-07-08 BrianChange float depthScale param to _mesa_unpack_depth_spa...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-03 Brianfix StepX/StepY typo
2007-07-03 Brianuse _mesa_unpack_stencil_span() in draw_stencil_pixels...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-30 Briansimplify INIT_SPAN code
2007-06-30 Brians/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()
2007-06-30 BrianUndo some prev glDraw/CopyPixel changes which fixed...
2007-06-30 BrianObsolete
2007-06-30 Brianoverhaul point rasterization, no longer use s_pointtemp.h
2007-06-22 Brianfix bug rendering points with fragment program (see...
2007-06-22 BrianFix feedback color bug #11332. In feedback mode, produ...
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Brianfix rgba pointer bug hit on zoomed+fogged glDrawPixels
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 BrianAnother round of fixing attribute interpolation for...
2007-06-21 Brianrename _swrast_update_fragment_attribs()
2007-06-20 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-20 Brianfix glDrawPixels + fragment program problem
2007-06-20 Briancopy wpos attrib info into zoomed span (fixes fog persp...
2007-06-11 BrianRework _mesa_update_texture_compare_function() to only...
2007-06-11 BrianReplace texobj->Complete with texobj->_Complete since...
2007-06-11 BrianTemporarily disable the calls to _mesa_update_texture_c...
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-29 Briancheck for flat/smooth interp for generic/specular attrib
2007-05-24 Brianfix logic for calling _swrast_update_deferred_texture()
2007-05-22 Briandon't treat FRAG_BIT_WPOS as a generic attribute (fixes...
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-05-11 Brianremove some unneeded code in init_machine()
2007-05-11 BrianRemove unused FB_* tokens, re-indent code.
2007-05-11 BrianWhen feeding back texcoords, don't divide by W. See...
2007-05-03 Brianchanges to get DDX/DDY working again
2007-05-02 Brianfix some StepX/StepY mix-ups in alpha interpolation
2007-04-28 Brianonly load front/back face attrib if using a shader...
2007-04-28 Keith Packardadditional checks that attr is a texcoord
2007-04-25 Brianfix attribsMask (re-fixes depth peeling algorithm)
2007-04-24 Brians/DO_TEXVAR/DO_ATTRIBS/
2007-04-24 Brianget rid of an extra textured triangle function
2007-04-24 Brians/TEXTURE/ATTRIBS/
2007-04-24 Briantrim down the number of line drawing functions, special...
2007-04-24 Brianonly need one CI-mode triangle function
2007-04-24 Brians/INTERP_TEX/INTERP_ATTRIBS/
2007-04-24 Briandisable some errant code
2007-04-24 Brianremove SWvertex->fog field, use attrib field
2007-04-24 BrianImprove the code for interpolating fragment attributes...
2007-04-21 BrianFix color sum bug 10688.
2007-04-21 BrianRemove the !rb->Data check that was added a few months...
2007-04-21 Brianundo a test/debug change
2007-04-19 BrianPut gl_program_machine into swrast structure rather...
2007-04-19 Brianremove invalid assertion (span->facing may be set becau...
2007-04-19 BrianDon't allow deferredTexture if using occlusion query...
2007-04-18 Briancheck _PreferPixelFog in _swrast_span_default_fog(...
2007-04-18 Brianimproved fog comment
2007-04-17 BrianEnable texture sampling for vertex programs/shaders.
2007-04-14 BrianFix sample_depth_texture() to handle texture rectangle...
2007-04-14 Brianfix negative zoom factor bug (10636), more comments
2007-04-11 Brianas with prev commit, also fix color index mode zoomed...
2007-04-11 Brianfix zoomed depth copies (bug 10608)
2007-04-07 Richard Hughesfix references to non-existant sz4 field
2007-04-07 Richard Hughesfix some CHAN_TYPE==GL_FLOAT breakage
2007-04-07 Brianfix comment typo
2007-04-06 Brianfix color storage bug in convolution path
2007-04-04 Brianinit span.y=0 to silence warnings
2007-04-04 BrianOverlapping copies with zoomZ=-1 were broken. See...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 BrianRestore the UseTexEnvProgram logic.
2007-03-26 BrianAdd _swrast_span_default_secondary_color() for use...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-24 Nicolai Haehnleswrast: Fix crash when sampling from a non-existing...
2007-03-22 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-21 Brianmerge from master
2007-03-21 Brian1D convolution (and post-conv scale/bias) were inadvert...
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Nicolai Haehnlefix assertion in read_depth_pixels()
2007-03-18 Xiang, Haihaomesa: SWAP_BUFF support when calling DrawPixels(DEPTH_C...
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 Brianadd some rb->Data null ptr checks (bug 7205)
2007-03-13 Brianbe smarter about which fragment attribs are interpolate...
2007-03-13 Briancomment about SPAN_* vs FRAG_BIT_* values
2007-03-13 BrianCheck if FRAG_RESULT_COLR is written and update span...
2007-03-11 BrianImplement support for GL_ARB_draw_buffers with GL_MAX_D...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-10 BrianImplement gl_FrontFacing for fragment shaders.
2007-03-10 Brianclean-up formatting
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Brianfix deferredTexture bug
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-27 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
next