| Commit message (Expand) | Author | Age | Files | Lines |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -3/+0 |
* | Implement software ATI_fragment_shader | Dave Airlie | 2004-12-19 | 1 | -0/+1 |
* | Fix minor fog / fragment program state bug. | Brian Paul | 2004-10-13 | 1 | -0/+1 |
* | More updates for Doxygen. | Brian Paul | 2004-09-10 | 1 | -0/+11 |
* | Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile | Keith Whitwell | 2004-04-14 | 1 | -0/+14 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -1/+2 |
* | A bit of an overhaul of the fog code. | Brian Paul | 2004-02-17 | 1 | -3/+5 |
* | added SPAN_W | Brian Paul | 2004-02-17 | 1 | -8/+9 |
* | More SciTech SNAP updates. Some of these files didn't really change, but | Kendall Bennett | 2003-10-22 | 1 | -5/+0 |
* | s/_backface_sign/_BackfaceSign/ | Brian Paul | 2003-09-18 | 1 | -1/+1 |
* | move a comment | Brian Paul | 2003-09-17 | 1 | -24/+22 |
* | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul | 2003-05-01 | 1 | -2/+2 |
* | Store partial derivative values in sw_span structure. | Brian Paul | 2003-03-16 | 1 | -1/+16 |
* | minor typo | Brian Paul | 2003-02-28 | 1 | -2/+2 |
* | Move span stuff from swrast.h to s_context.h (it's private). | Brian Paul | 2003-02-23 | 1 | -15/+154 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -4/+4 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -3/+3 |
* | Another round of glRead/DrawBuffer() clean-ups and simplifications. | Brian Paul | 2002-10-11 | 1 | -1/+2 |
* | multiple GL_POINTS can now be rendered together into one fragment span | Brian Paul | 2002-10-04 | 1 | -2/+8 |
* | struct sw_span is again allocated on the stack, but the arrays of span | Brian Paul | 2002-08-07 | 1 | -2/+8 |
* | Implemented GL_ARB_texture_env_crossbar. | Brian Paul | 2002-05-02 | 1 | -1/+7 |
* | Allocate a sw_span struct in the swrast context instead of allocating it | Brian Paul | 2002-04-19 | 1 | -32/+47 |
* | Converted line drawing over to new span code, pb no longer used. | Brian Paul | 2002-02-02 | 1 | -2/+1 |
* | sw_span can now hold x/y arrays of fragment positions - getting ready to | Brian Paul | 2002-02-02 | 1 | -3/+2 |
* | Klaus's latest patches: change texcoord[3] to texcoord[4] everywhere | Brian Paul | 2002-01-10 | 1 | -4/+4 |
* | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul | 2001-12-17 | 1 | -5/+4 |
* | Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now. | Brian Paul | 2001-08-14 | 1 | -3/+3 |
* | assorted changes for supporting GLfloat color channels (not done) | Brian Paul | 2001-07-13 | 1 | -6/+20 |
* | Fix order of decomposition of quad. | Keith Whitwell | 2001-05-17 | 1 | -2/+1 |
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -2/+2 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -1/+18 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -2/+2 |
* | _MinMagThresh[] should be GLfloat | Brian Paul | 2001-03-07 | 1 | -2/+4 |
* | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell | 2001-02-16 | 1 | -7/+8 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -9/+9 |
* | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul | 2000-11-19 | 1 | -9/+18 |
* | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell | 2000-11-13 | 1 | -4/+22 |
* | Reorganized software rasterizer as a module which manages its own state, | Keith Whitwell | 2000-11-05 | 1 | -0/+145 |