fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #11030)
[mesa.git] / src / mesa / swrast / s_context.c
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Brianrename _swrast_update_fragment_attribs()
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-04-25 Brianfix attribsMask (re-fixes depth peeling algorithm)
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-18 Brianimproved fog comment
2007-04-17 BrianEnable texture sampling for vertex programs/shaders.
2007-04-07 Richard Hughesfix references to non-existant sz4 field
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
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-21 Brianmerge from master
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 Brianclean-up formatting
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-24 BrianRemove unneeded _Fragment/VertexShaderPresent fields...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-05 BrianMerge SWvertex texcoord and varying fields into attrib...
2007-02-02 Brianget rid of unused span->start field
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-27 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-23 Briansilence C++ warnings
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-08 BrianRemove if (tObj) conditional so that texture units...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-16 Briandon't allow fog when using a fragment shader (bug 9346)
2006-12-14 BrianUpdated includes.
2006-12-13 BrianCheckpoint for GLSL compiler changes.
2006-11-02 Brian Paulalways load frag prog state params for now (see comments)
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-10-31 Brian Paulmake use of Parameters->StateFlags in _swrast_update_fr...
2006-10-31 Brian PaulWe need to call _mesa_load_state_parameters() whenever...
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-09-29 Brian Paulmore changes for runtime renderbuffer depths
2006-09-25 Brian PaulInitial work for supporting different renderbuffer...
2006-09-22 Keith WhitwellUse _Enabled rather than _Active when checking for...
2006-08-29 Brian PaulMove call to _swrast_update_rasterflags() since it...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-04-14 Brian PaulReplace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTex...
2006-03-26 Brian Paulmerge from texman branch
2006-03-25 Brian Paulremove carriage returns
2006-03-21 Michal KrolGLSL fixes:
2006-02-28 Brian Paulcheck for active shader, set FRAGPROG_BIT in raster...
2006-01-26 Brian PaulNew comments, clean-up of fields related to point/line...
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-05 Brian Paulremove unneeded #include
2005-10-31 Brian Paulcheck swrast->_FogEnabled instead of ctx->Fog.Enabled
2005-09-16 Brian PaulRework the texture filtering functions a bit.
2005-09-16 Brian Paulmore GLuint->GLbitfield changes
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-15 Brian PaulUpdate includes post-splitting of s_texture.c
2005-09-05 Brian Paulremove obsolete CurrentBufferBit
2005-08-27 Brian PaulRearrange the code related to GL_ARB_occlusion_object...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-05-11 Keith WhitwellDon't let FragmentProgram._Active influence choice...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-18 Brian PaulConsolidate _swrast_write_texture_span() into _swrast_w...
2004-10-31 Brian PaulRemoved _swrast_validate_pbo_access().
2004-10-13 Brian PaulFix minor fog / fragment program state bug.
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-06-24 Brian Paulfix capitalization, new comments, etc
2004-06-02 Brian PaulCheck for NULL texture object when choosing texture...
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-27 Brian Paulmove _mesa_load_state_parameters() to state validation...
2004-02-17 Brian PaulA bit of an overhaul of the fog code.
2003-12-09 Brian PaulUpdate NEED_SECONDARY_COLOR macro to test if either...
2003-11-12 Brian PaulVille Syrjala's logic op patch
2003-10-22 Kendall BennettMore SciTech SNAP updates. Some of these files didn...
2003-10-21 Kendall BennettUpdates to SSE assembler support for Open Watcom
2003-10-10 Brian Paulremove bogus _swrast_texture_table_lookup() call (Eric...
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-09-18 Brian Pauls/_backface_sign/_BackfaceSign/
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-15 Brian PaulFix up some fragment program texture enable issues.
2003-03-14 Brian PaulClean-up of parser error handling/reporting.
2003-02-23 Brian PaulMove span stuff from swrast.h to s_context.h (it's...
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-29 Brian Paulupdated email addresses
next