Merge branch 'master' into gallium-0.2
[mesa.git] / src / mesa / swrast /
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith Whitwellswrast: remove dead file not present in master
2008-09-21 Keith Whitwellswrast: remove merge droppings
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-19 Brianmesa: remove unneeded s_drawpix.h header
2008-09-18 Chris Rankinmesa: fix asst path/include mistakes in prev commits
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-13 Guillaume Melquiondmesa: return after _mesa_problem() calls
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-20 Mark Andersonmesa: fix float blend bug
2008-08-13 Brian Paulmesa: fix a swrast state validation bug
2008-08-11 Brian Paulmesa: added comment about gl_PointCoord
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-07-08 Brian Pauladded null texObj ptr check (bug 15567)
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-19 Brian Paulmesa: tweak mipmap level selection for cube maps
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-16 Brian Paulmesa: allocate pixel zoom arrays on heap, not stack
2008-06-09 Brian Paulmesa: refactor: move pixel map/scale/bias code into...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-15 Brian PaulConsolidate texture fetch code and use partial derivati...
2008-05-14 Brian PaulUpdated GLSL uniform/sampler handling from gallium...
2008-05-14 Brian Paulmesa: sync up swrast/s_fragprog.c with master
2008-05-09 Dave Airlieswrast/dri: switch over users of generate_mipmap to...
2008-05-08 Xiang, Haihaomesa: Call RENDER_FINISH on the zero pixel case.
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-25 Brian Paulgallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_...
2008-04-23 George Sapountzisglcore: drop outdated sources files intented for xorg
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-15 Brianfix multi-draw buffer regression
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 Brian Pauladd a number of PBO validate/map/unmap functions
2008-03-21 Brianadd a number of PBO validate/map/unmap functions
2008-03-20 Xiang, Haihaomesa: The span array is only populated in single-pixel
2008-03-10 Brianfix botched test for clearing color buffers (should...
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-01-23 BrianFix some issues with glDrawBuffer(GL_NONE), bug 14198
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2008-01-05 Briancheck if span length > 0 before calling _swrast_write_r...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-18 Eric AnholtFix mismatched map/unmap of buffers in swrast read...
2007-12-14 Brianfix polygon cull regression
2007-12-04 Brianfix span->facing computation and gl_FrontFacing initial...
2007-11-30 Brianfix broken two-sided stencil
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-27 Brianimprove 24-bit Z to 32-bit Z conversion
2007-11-23 BrianConsolidate texture fetch code and use partial derivati...
2007-11-23 Brianneed to check border width in sample_linear_2d() -...
2007-11-22 BrianConsolidate point size computation, clamping in get_size().
2007-11-20 Brianclamp lambda to Min/MaxLod
2007-11-19 Brianfix some texture format assertions, etc
2007-11-19 Brianfix out-of-bounds array index (ix=-1)
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-24 BrianImplement gl_PointCoord attribute for GLSL fragment...
2007-10-24 BrianImplement gl_PointCoord attribute for GLSL fragment...
2007-10-17 BrianReplace repeat_remainder() with a simpler macro that...
2007-10-03 Jouk Update of OpenVMS makefiles for the use of "new" inclu...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-27 Briantweak point rast to fix conform failure
2007-09-27 Xiang, Haihaomesa: make sure the gotten value isn't greater than the
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-18 Xiang, Haihaomesa: Always use the original mask to update stencil...
2007-09-14 Brianfix copypixels overlap test bug (#12417)
2007-08-16 Briancheck for null swrast (pipe work-around)
2007-08-16 Brianremove reference to ctx->Color.DrawBuffer
2007-08-07 Brianfix even-sized point positioning (bug 11874)
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-26 Brianfix color interpolation for CHAN_BITS==32
2007-07-26 Briandon't use rgba_line() if CHAN_BITS==32
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-11 Brianclean-up of stencil code
next