i965: Fix readpixels from ReadBuffer != DrawBuffer.
[mesa.git] / src / mesa / swrast_setup /
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
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-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-11 BrianMinor clean-up of polygon offset logic. Properly comput...
2007-07-06 BrianIn _swsetup_Translate(), update dest->attrib[FRAG_ATTRI...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 Brianadded comment, remove dead code
2007-06-22 BrianFix feedback color bug #11332. In feedback mode, produ...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-23 BrianFix problem w/ two-sided lighting and fragment programs...
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-10 J.JansenUpdated OpenVMS makefiles
2007-05-02 BrianDocument a deficiency in the _swrast_Translate() functi...
2007-04-28 Brianuse EMIT_1F or EMIT_4F for fog depending on fragment...
2007-04-24 Brianremove SWvertex->fog field, use attrib field
2007-04-24 Briansome re-org, clean-up
2007-04-18 Xiang, Haihaofig segment fault issue in TAG(triangle), (see bug...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-10 BrianImplement gl_FrontFacing for fragment shaders.
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-05 BrianMerge SWvertex texcoord and varying fields into attrib...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-22 Brians/attribute/varying/
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 Brianvarying var changes
2006-11-21 Brian Paullist header files in sources files (Dan Nicholson)
2006-10-11 Brian PaulList of source (.c) files in each directory.
2006-06-14 Brian Pauls/ATTRIBUTE/GENERIC/
2006-06-14 Brian PaulRename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-14 Brian Pauls/MaxTextureUnits/MaxTextureCoordUnits/
2006-04-11 Michal KrolMore GLSL code:
2005-09-23 Jouk Jansen Committing in .
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-11 Keith WhitwellFix valgrind complaint, conform vertex order test.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-03-21 Brian Paulfix array index error in _swsetup_Translate (Felix)
2004-03-03 Brian Pauladded clamping to polygon offset to prevent potential...
2004-02-04 Brian Paulanother tweak to two-sided detection test
2004-02-04 Brian Paulfix two-sided lighting / vertex program bug (#887330)
2004-01-13 Karl Schultzchange type of loop index var to remove compiler warning.
2004-01-13 Karl Schultzremove ss_vb.c from project
2004-01-08 Jouk Jansen Committing in .
2004-01-06 Keith WhitwellFixes for _swsetup_Translate()
2004-01-05 Keith WhitwellBeef up t_vertex.c:
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-12-09 Brian PaulUpdate NEED_SECONDARY_COLOR macro to test if either...
2003-11-28 Keith WhitwellSave and restore front colors on backfacing triangles...
2003-11-25 Brian Paulfix assorted g++ warnings
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-07-26 Karl SchultzVC 6 Project File
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-02-04 Brian PaulUse 'ndc' instead of 'proj' terminology.
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-11-13 Brian Paulinit facing to zero
2002-10-29 Brian Paulfix culling problem (bug 630649)
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-10-04 Brian Paulmultiple GL_POINTS can now be rendered together into...
2002-10-02 Brian Paulfinished up GL_EXT_stencil_two_side
2002-10-02 Brian Paulremoved ctx->Polygon._OffsetAny - not really needed
2002-09-17 Brian Paulpull-in changes from DRI/Mesa-4.0.4
2002-08-08 Brian Paulinitialize SWvertex array to zeros
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-06-06 Brian Paulreplaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
2002-04-19 Brian Pauladded two (GLchan *) casts
2002-01-06 Brian Paulimplemented vertex program point size control
2002-01-06 Brian PaulAnother vertex program checkpoint: clean-up of vertex...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
next