summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_texgen.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-31tnl: Remove unnecessary headers.Vinson Lee
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-02-21mesa: re-org texgen stateBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2006-12-13Checkpoint work for new GLSL compiler back-end.Brian
2006-06-14A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are reallyBrian Paul
2006-03-21GLSL fixes:Michal Krol
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol
2005-04-22Simplify the pipeline_stage structureKeith Whitwell
2005-02-10mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell
2005-01-07Cope with the possibility that incoming vectors may haveKeith Whitwell
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-01-31added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray de...Brian Paul
2004-01-14added blurb about NVIDIA extensionsBrian Paul
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2003-12-08fixed a bug in texgen (T coord for GL_REFLECTION_MAP_NV)Daniel Borca
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-11-17fix texgen bug 597589Brian Paul
2003-10-11fix some sphere texgen bugs (reported by Daniel Borca)Brian Paul
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-03-31fixed bad texgen Q problemBrian Paul
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-04-26first pass at eval fixesKeith Whitwell
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-29Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03more namespace clean-upsBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell