Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 1 | -20/+26 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-12-08 | 1 | -1/+1 |
| | | | | | | | | | | Solves array boundary out of bound which causes problems on OpenVMS (and maybe other systems) Modified Files: Mesa-newtree/src/mesa/tnl/t_vb_lighttmp.h Mesa-newtree/src/mesa/tnl/t_vtx_eval.c ---------------------------------------------------------------------- | ||||
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 1 | -87/+108 |
| | |||||
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -333/+128 |
| | |||||
* | index wasn't being calculated correctly (result was being discarded) | Keith Whitwell | 2003-10-07 | 1 | -5/+6 |
| | | | | in light_ci() | ||||
* | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell | 2003-08-05 | 1 | -35/+33 |
| | | | | | first step to reviving/rescuing the 'vtx' rework from the old mesa tree. | ||||
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -3/+3 |
| | |||||
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -6/+6 |
| | | | | | Fix GLuint compare bugs Fix RESET_STIPPLE calls | ||||
* | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | 2002-01-22 | 1 | -10/+10 |
| | | | | | | VERT_BIT_* flags are new and used in many places (esp in T&L code). Updated some comments for doxygen. Various code clean-ups. | ||||
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 1 | -2/+2 |
| | | | | | | normal, texcoords, fogcoord, secondary color, etc) to GLfloat[4] datatype. Aliasing of glVertex, glNormal, glColor, glFogCoord, etc. to glVertexAttrib now complete. | ||||
* | comments, clean-ups, added lots of const qualifiers | Brian Paul | 2002-01-05 | 1 | -47/+54 |
| | |||||
* | remove some cruft | Brian Paul | 2001-12-19 | 1 | -8/+1 |
| | |||||
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -7/+7 |
| | |||||
* | forgotten diffuse alpha fix | Keith Whitwell | 2001-10-20 | 1 | -1/+3 |
| | |||||
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -15/+12 |
| | |||||
* | Fix problem with colormaterial (bug #441859) | Keith Whitwell | 2001-08-13 | 1 | -8/+15 |
| | |||||
* | Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists) | Keith Whitwell | 2001-08-02 | 1 | -1/+16 |
| | |||||
* | Fix copying problem (light spots) on evaluated surfaces. | Keith Whitwell | 2001-08-01 | 1 | -3/+3 |
| | |||||
* | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell | 2001-07-28 | 1 | -15/+30 |
| | |||||
* | Lighting now emits colors as CHAN_TYPE, as it used to. This will require | Keith Whitwell | 2001-07-17 | 1 | -91/+126 |
| | | | | minor adjustments in the dri drivers for twosided lighting to work again. | ||||
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -139/+135 |
| | |||||
* | Fix striding of color material inputs. (Fixes glean colorLitPerf) | Keith Whitwell | 2001-04-19 | 1 | -28/+30 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -94/+94 |
| | |||||
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -16/+16 |
| | |||||
* | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell | 2001-02-16 | 1 | -39/+21 |
| | | | | | | | | | | | | | texturing is not enabled, and without requiring the two colors be added externally. As a part of this, collapsed the decomposition of quads into triangles inside swrast to be hardwired into _swrast_Quad; removed s_quads.[ch]. Removed checks on texture state from t_vb_light.c, which was previously required by swrast. Moved the t_dd_ templates to a new directory. | ||||
* | Fixed conform problems with recent material tracking change. | Keith Whitwell | 2001-02-16 | 1 | -28/+7 |
| | | | | | | Remove redundant 'update_materials' stage. Fix conform segfault with seperate specular colors in mustpass.c. These tests still fail, however. | ||||
* | fixed a CI-mode spot light conformance failure, but still not clear why | Brian Paul | 2001-02-14 | 1 | -2/+5 |
| | |||||
* | fixed a CI mode segfault, minor clean-ups | Brian Paul | 2001-02-13 | 1 | -10/+9 |
| | |||||
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -7/+7 |
| | | | | | | | | | Added GLvector4us datatype in math/m_vector.[ch] Added _math_trans_4us() in math/m_translate.[ch] Choose GLvector4ub, GLvector4us, GLvector4f at compile time based on CHAN_BITS. Made Driver.ClearColor() and Driver.ClearIndex() optional driver functions. Changed args to Driver.ClearColor(), updated drivers. Reordered files in Makefile.X11 | ||||
* | Fixes for performance bug on compiled array element paths. | Keith Whitwell | 2001-01-17 | 1 | -1/+7 |
| | |||||
* | More color macro clean-ups. | Brian Paul | 2001-01-03 | 1 | -13/+13 |
| | | | | FLOAT_TO_CHAN() macro removed. | ||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -0/+965 |
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. |