Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-28 | fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't ↵ | Brian Paul | |
trashed by color index updates | |||
2005-04-23 | Fix the worst problems with dangling edgeflag references in | Keith Whitwell | |
display lists. These mainly arise from edgeflag being the only attribute no longer stored internally as a float and requiring various special case paths to accomodate it. | |||
2005-03-02 | use COPY_CLEAN_4V macro to replace using both ASSIGN_4V & COPY_SZ_4V | Alan Hourihane | |
2005-02-10 | mesa-tnl-0-to-NULL.patch from Jeff Muizelaar | Keith Whitwell | |
2005-01-18 | Fix calculation of last_count in _tnl_wrap_buffers() | Keith Whitwell | |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | |
1015696) | |||
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | |
2004-04-23 | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | |
program is enabled AND the currently bound program is valid. Check _Enable instead of Enable to prevent things from blowing up when someone calls glEnable(GL_VERTEX_PROGRAM_ARB) without actually defining a program. | |||
2004-04-20 | Simplify last fix slightly, apply to vtx paths as well. | Keith Whitwell | |
2004-04-16 | Make sure ctx->Driver.NeedFlush is set for Eval-generated attributes. | Keith Whitwell | |
2004-04-13 | updated Glide driver documentation | Daniel Borca | |
fixed SAL/SAR in assyntax.h (NASM) fixed a bug wrt NULL pointer assignment in t_vtx_api.c cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S enabled STDCALL with codegen (MinGW) | |||
2004-04-12 | Missed one with the last commit. | Ian Romanick | |
2004-04-12 | Conditionally compile code for x86 specific TNL codegen. This fixes problem | Ian Romanick | |
with x86-64 and PowerPC. Reported by: sublett on #dri-devel. | |||
2004-04-05 | protected all codegen behind AllowCodegen | Daniel Borca | |
2004-04-02 | disabled naughty cheats and protected the choosers behind AllowCodeGen | Daniel Borca | |
2004-04-02 | added codegen'ed choosers | Daniel Borca | |
2004-04-01 | codegen'ed versions of the 2nd level dispatch | Daniel Borca | |
2004-03-31 | dynfn --> _tnl_dynfn | Keith Whitwell | |
2004-03-29 | First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code. | Keith Whitwell | |
Enable with env var: MESA_CODEGEN=t. | |||
2004-03-15 | Streamline the error path in VertexAttrib functions. Makes things | Keith Whitwell | |
slightly easier for codegen. | |||
2004-02-26 | check for invalid vertex/fragment program in glBegin | Brian Paul | |
2004-01-27 | Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers() | Keith Whitwell | |
2004-01-15 | Cosmetic changes. | Brian Paul | |
Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc. | |||
2004-01-04 | Reenable the vtxfmt code paths in the radeon and r200 drivers. | Felix Kuehling | |
2004-01-01 | whitespace changes and new comments | Brian Paul | |
2003-12-09 | Call UpdateMaterials when they have changed | Keith Whitwell | |
2003-12-08 | Committing in . | Jouk Jansen | |
OpenVMS compile issues Modified Files: Mesa-newtree/progs/tests/cva.c Mesa-newtree/progs/tests/dinoshade.c Mesa-newtree/progs/tests/multipal.c Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/src/mesa/tnl/t_vtx_api.c ---------------------------------------------------------------------- | |||
2003-12-05 | include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined | Brian Paul | |
2003-12-04 | Add missing GLAPIENTRY | Karl Schultz | |
2003-12-03 | Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped. | Keith Whitwell | |
2003-11-25 | fix assorted g++ warnings | Brian Paul | |
2003-11-25 | Remove unnecessary usage of __FUNCTION__. | Brian Paul | |
#define MESA_FUNCTION to __FUNCTION__ if MESA_DEBUG is defined. | |||
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |
2003-08-06 | Newer version of this file | Keith Whitwell | |
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | |
Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | |||
2002-05-11 | another checkpoint of struct immediate replacement code | Keith Whitwell | |
2002-04-18 | Core of the future vertex engine. Isn't built yet, nor will be for a while... | Keith Whitwell | |
Checkpoint commit. |