Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
| | | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | ||||
* | struct sw_span is again allocated on the stack, but the arrays of span | Brian Paul | 2002-08-07 | 1 | -4/+4 |
| | | | | | | | data are broken out into a new struct span_arrays which is allocated per-context (to avoid huge stack allocations - a problem on Windows). This lets us use span.redStep instead of span->redStep (for example) to hopefully get slightly better performance in the triangle functions. | ||||
* | Implemented GL_ARB_texture_env_crossbar. | Brian Paul | 2002-05-02 | 1 | -36/+23 |
| | | | | Simplification of some of the texture application code. | ||||
* | Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive | Brian Paul | 2002-04-12 | 1 | -11/+15 |
| | | | | type, width, interp mask and array mask. | ||||
* | use NULL lambda array for pixel texture | Brian Paul | 2002-04-04 | 1 | -8/+9 |
| | |||||
* | Still more texture/span simplification and clean-up. | Brian Paul | 2002-01-28 | 1 | -7/+12 |
| | | | | Updated comments, fixed indentation, etc. | ||||
* | LOTS of changes, building upon Klaus's work. | Brian Paul | 2002-01-27 | 1 | -4/+44 |
| | | | | | struct sw_span is used throughout span/fragment processing. This is leading to less code and more chances for optimization. | ||||
* | Klaus's latest patches: change texcoord[3] to texcoord[4] everywhere | Brian Paul | 2002-01-10 | 1 | -12/+12 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -6/+6 |
| | |||||
* | Reorganized software rasterizer as a module which manages its own state, | Keith Whitwell | 2000-11-05 | 1 | -1/+2 |
| | | | | | | with tighter interfaces with the rest of the world. Proper documentation to come. | ||||
* | Moved software rasterizer functionality to new directory. | Keith Whitwell | 2000-10-31 | 1 | -0/+80 |