summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_pointtemp.h
AgeCommit message (Expand)AuthorFilesLines
2004-12-18Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul1-18/+3
2004-12-16don't divide texcoords by q if using a fragment programBrian Paul1-8/+19
2004-12-15fixes for fragment programsBrian Paul1-3/+7
2004-10-06*** empty log message ***Karl Schultz1-0/+15
2004-09-13Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().Brian Paul1-3/+1
2004-09-13changes towards GL_ARB_point_sprite (two-zero)Daniel Borca1-1/+7
2004-04-09added SPECULAR flag for sprite point functionsBrian Paul1-1/+0
2004-03-09Fix color index mode rendering.Brian Paul1-2/+2
2004-01-14added blurb about NVIDIA extensionsBrian Paul1-3/+11
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul1-3/+7
2003-08-23Trivial changes to add support for GL_ARB_point_sprite, which is aIan Romanick1-1/+1
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-9/+9
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul1-3/+3
2002-11-09fix one-bit error in float->int Z calculationBrian Paul1-4/+4
2002-10-18Add casts to quiet compiler warnings.Karl Schultz1-2/+2
2002-10-04multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul1-106/+179
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-61/+61
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul1-2/+2
2002-05-27replaced experimental MESA_sprite_point with NV_point_spriteBrian Paul1-65/+39
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul1-56/+53
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul1-8/+8
2002-03-16New mipmap lambda calculation. Previously, trilinear filtering couldBrian Paul1-7/+5
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul1-120/+123
2001-12-05add inf and nan tests to swrast functionsKeith Whitwell1-1/+9
2001-09-19silence compiler warnings (last batch for src)Karl Schultz1-3/+3
2001-07-19GLchan changesBrian Paul1-9/+9
2001-05-17Fix order of decomposition of quad.Keith Whitwell1-3/+3
2001-05-15Apply antialiasing coverage factor to alpha after texture application,Brian Paul1-10/+14
2001-05-09missed a GLfixed->GLfloat fog changeBrian Paul1-14/+13
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-6/+6
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-7/+7
2001-01-30fixed half pixel offset bug in aa point codeBrian Paul1-4/+4
2001-01-04minor bug fixesBrian Paul1-4/+9
2001-01-03New point rasterization functions based on template code thatBrian Paul1-0/+312