| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore the UseTexEnvProgram logic. | Brian | 2007-03-27 | 1 | -1/+1 |
* | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-02-22 | 1 | -3/+3 |
|\ |
|
| * | Use GLuint instead of GLint to store intermediate Z values. Fixes problems w... | Brian | 2007-01-06 | 1 | -3/+3 |
* | | Merge SWvertex texcoord and varying fields into attrib[] array field. | Brian | 2007-02-05 | 1 | -27/+32 |
* | | Replace color, z, w, texture interpolants with new generic attrib interpolants. | Brian | 2007-02-02 | 1 | -3/+3 |
* | | New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ... | Brian | 2007-02-02 | 1 | -2/+3 |
* | | New SWspanarrays attribs[] array. | Brian | 2007-02-01 | 1 | -7/+7 |
* | | Checkpoint for GLSL compiler changes. | Brian | 2006-12-13 | 1 | -1/+1 |
|/ |
|
* | New SWspan and SWspanarrays typedefs. | Brian Paul | 2006-10-01 | 1 | -1/+1 |
* | set lambda to zero for textured points (bug 8320) | Brian Paul | 2006-09-18 | 1 | -7/+11 |
* | Fix a number of point size attenuation problems. | Brian Paul | 2005-10-07 | 1 | -25/+42 |
* | Add a facility to route all rasterization through a fragment program | Keith Whitwell | 2005-05-04 | 1 | -1/+1 |
* | Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span(). | Brian Paul | 2004-12-18 | 1 | -18/+3 |
* | don't divide texcoords by q if using a fragment program | Brian Paul | 2004-12-16 | 1 | -8/+19 |
* | fixes for fragment programs | Brian Paul | 2004-12-15 | 1 | -3/+7 |
* | *** empty log message *** | Karl Schultz | 2004-10-06 | 1 | -0/+15 |
* | Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*(). | Brian Paul | 2004-09-13 | 1 | -3/+1 |
* | changes towards GL_ARB_point_sprite (two-zero) | Daniel Borca | 2004-09-13 | 1 | -1/+7 |
* | added SPECULAR flag for sprite point functions | Brian Paul | 2004-04-09 | 1 | -1/+0 |
* | Fix color index mode rendering. | Brian Paul | 2004-03-09 | 1 | -2/+2 |
* | added blurb about NVIDIA extensions | Brian Paul | 2004-01-14 | 1 | -3/+11 |
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 1 | -3/+7 |
* | Trivial changes to add support for GL_ARB_point_sprite, which is a | Ian Romanick | 2003-08-23 | 1 | -1/+1 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 2003-03-25 | 1 | -9/+9 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -3/+3 |
* | fix one-bit error in float->int Z calculation | Brian Paul | 2002-11-09 | 1 | -4/+4 |
* | Add casts to quiet compiler warnings. | Karl Schultz | 2002-10-18 | 1 | -2/+2 |
* | multiple GL_POINTS can now be rendered together into one fragment span | Brian Paul | 2002-10-04 | 1 | -106/+179 |
* | struct sw_span is again allocated on the stack, but the arrays of span | Brian Paul | 2002-08-07 | 1 | -61/+61 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -2/+2 |
* | replaced experimental MESA_sprite_point with NV_point_sprite | Brian Paul | 2002-05-27 | 1 | -65/+39 |
* | Allocate a sw_span struct in the swrast context instead of allocating it | Brian Paul | 2002-04-19 | 1 | -56/+53 |
* | Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive | Brian Paul | 2002-04-12 | 1 | -8/+8 |
* | New mipmap lambda calculation. Previously, trilinear filtering could | Brian Paul | 2002-03-16 | 1 | -7/+5 |
* | sw_span can now hold x/y arrays of fragment positions - getting ready to | Brian Paul | 2002-02-02 | 1 | -120/+123 |
* | add inf and nan tests to swrast functions | Keith Whitwell | 2001-12-05 | 1 | -1/+9 |
* | silence compiler warnings (last batch for src) | Karl Schultz | 2001-09-19 | 1 | -3/+3 |
* | GLchan changes | Brian Paul | 2001-07-19 | 1 | -9/+9 |
* | Fix order of decomposition of quad. | Keith Whitwell | 2001-05-17 | 1 | -3/+3 |
* | Apply antialiasing coverage factor to alpha after texture application, | Brian Paul | 2001-05-15 | 1 | -10/+14 |
* | missed a GLfixed->GLfloat fog change | Brian Paul | 2001-05-09 | 1 | -14/+13 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -6/+6 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -7/+7 |
* | fixed half pixel offset bug in aa point code | Brian Paul | 2001-01-30 | 1 | -4/+4 |
* | minor bug fixes | Brian Paul | 2001-01-04 | 1 | -4/+9 |
* | New point rasterization functions based on template code that | Brian Paul | 2001-01-03 | 1 | -0/+312 |