Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small aesthetic correction | Daniel Borca | 2004-11-01 | 1 | -1/+2 |
| | |||||
* | Bug #1682: Mesa core code that gets linked into DRI drivers should never call | Adam Jackson | 2004-10-24 | 2 | -6/+6 |
| | | | | through the GL API directly, but should instead use the GL_CALL macro. | ||||
* | Big-endian fixes for R200 sw TCL path. | Ian Romanick | 2004-10-23 | 2 | -0/+57 |
| | |||||
* | Add ARGB modes to support big-endian systems. | Ian Romanick | 2004-10-17 | 2 | -0/+57 |
| | |||||
* | Symbol names are prepended with an underscore on CYGWIN as well. | Eric Anholt | 2004-09-17 | 1 | -3/+3 |
| | | | | | X.Org Bugzilla: 1079 Submitted by: Alexander Gottwald <[email protected]> | ||||
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | 2004-08-25 | 9 | -2/+74 |
| | | | | 1015696) | ||||
* | don't use __FUNCTION__ - not portable | Brian Paul | 2004-08-22 | 1 | -7/+2 |
| | |||||
* | Committing in . | Jouk Jansen | 2004-08-19 | 1 | -2/+2 |
| | | | | | | | | Missing .'s Modified Files: Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | ||||
* | updates from Jouk | Brian Paul | 2004-08-18 | 2 | -6/+7 |
| | |||||
* | Update Visual Studio Project file for src tree updates. | Karl Schultz | 2004-08-14 | 1 | -2/+18 |
| | |||||
* | Minor tweaks to deal with vsnprintf and __FUNCTION__ on WIN32 | Karl Schultz | 2004-08-14 | 1 | -1/+8 |
| | |||||
* | added some handy debug code (disabled) | Brian Paul | 2004-08-10 | 1 | -0/+25 |
| | |||||
* | minor comments | Brian Paul | 2004-07-23 | 1 | -0/+2 |
| | |||||
* | disable some debug printfs | Brian Paul | 2004-07-02 | 1 | -2/+4 |
| | |||||
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 12 | -72/+75 |
| | |||||
* | Add t_context.h include for drivers. | Keith Whitwell | 2004-07-01 | 1 | -0/+1 |
| | |||||
* | Add infrastructure for t_vertex.c codegen. Add an example driver | Keith Whitwell | 2004-06-30 | 5 | -17/+865 |
| | | | | for this which spits out C code for the generated functions. | ||||
* | Convert all calls using _glapi_Dispatch to use the new GL_CALL macro. | Ian Romanick | 2004-05-27 | 2 | -17/+17 |
| | |||||
* | doc update; minor changes | Daniel Borca | 2004-05-20 | 1 | -9/+13 |
| | |||||
* | Add EXT_vertex_cull support to mesa | Keith Whitwell | 2004-05-10 | 5 | -4/+122 |
| | |||||
* | Fix minor warnings found with g++. | Brian Paul | 2004-05-04 | 2 | -3/+3 |
| | |||||
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 2 | -22/+27 |
| | |||||
* | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | 2004-04-23 | 13 | -42/+44 |
| | | | | | | | 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. | ||||
* | Fix order of EMIT_4UB_4F declarations | Keith Whitwell | 2004-04-22 | 1 | -2/+4 |
| | |||||
* | Fix up some assorted issues with initialization of vertex program registers. | Brian Paul | 2004-04-21 | 1 | -5/+8 |
| | | | | | Some need to be set per-vertex, other per-primitive. Cleared that up. Only need to init temp/result registers if executing an NV vertex program. | ||||
* | Simplify last fix slightly, apply to vtx paths as well. | Keith Whitwell | 2004-04-20 | 2 | -8/+10 |
| | |||||
* | When upgrading copied vertices, distinguish between an attribute | Keith Whitwell | 2004-04-20 | 1 | -5/+14 |
| | | | | | entering a vertex for the first time and one which was already present but increasing its size. Fixes Brian's normal.c bug. | ||||
* | Make sure ctx->Driver.NeedFlush is set for Eval-generated attributes. | Keith Whitwell | 2004-04-16 | 1 | -12/+12 |
| | |||||
* | updated Glide driver documentation | Daniel Borca | 2004-04-13 | 4 | -283/+464 |
| | | | | | | | 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) | ||||
* | Missed one with the last commit. | Ian Romanick | 2004-04-12 | 1 | -0/+2 |
| | |||||
* | Conditionally compile code for x86 specific TNL codegen. This fixes problem | Ian Romanick | 2004-04-12 | 1 | -0/+6 |
| | | | | | | with x86-64 and PowerPC. Reported by: sublett on #dri-devel. | ||||
* | use # comments instead of //, etc ([email protected]) | Brian Paul | 2004-04-07 | 1 | -100/+100 |
| | |||||
* | revived linux-glide build process | Daniel Borca | 2004-04-07 | 1 | -2/+2 |
| | | | | some small Makefile changes for MinGW & DJGPP | ||||
* | Committing in . | Jouk Jansen | 2004-04-05 | 1 | -68/+68 |
| | | | | | | | | | | | | | Correction on last commit (My FTP-server on linux is playing games with <CR>'s) Modified Files: Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/shader/arbprogparse.c Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | ||||
* | protected all codegen behind AllowCodegen | Daniel Borca | 2004-04-05 | 3 | -10/+9 |
| | |||||
* | Committing in . | Jouk Jansen | 2004-04-05 | 1 | -66/+68 |
| | | | | | | | | | | | | | | Updated OpenVMS compile support due to shader directory. Removed <CR>'s in arbprogparse.c Modified Files: Mesa/src/mesa/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/shader/arbprogparse.c Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | ||||
* | fix bad array indexing in _save_current_init() that caused context state to ↵ | Brian Paul | 2004-04-02 | 1 | -4/+5 |
| | | | | get clobbered | ||||
* | got rid of the notify routine as intermediate step | Daniel Borca | 2004-04-02 | 2 | -17/+37 |
| | |||||
* | disabled naughty cheats and protected the choosers behind AllowCodeGen | Daniel Borca | 2004-04-02 | 3 | -3/+5 |
| | |||||
* | added codegen'ed choosers | Daniel Borca | 2004-04-02 | 6 | -75/+171 |
| | |||||
* | Rename _x86_ symbols to avoid conflict with r200 driver | Keith Whitwell | 2004-04-01 | 1 | -29/+29 |
| | |||||
* | Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY | Keith Whitwell | 2004-04-01 | 1 | -33/+30 |
| | |||||
* | Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. This | Felix Kuehling | 2004-04-01 | 1 | -0/+5 |
| | | | | fixes a missing symbol in libGLcore.a. | ||||
* | codegen'ed versions of the 2nd level dispatch | Daniel Borca | 2004-04-01 | 5 | -12/+101 |
| | |||||
* | fine-tuning x86 gcc codegen | Daniel Borca | 2004-03-31 | 2 | -20/+35 |
| | |||||
* | dynfn --> _tnl_dynfn | Keith Whitwell | 2004-03-31 | 4 | -28/+28 |
| | |||||
* | Add #ifdef protection around the file to prevent DRI build breakage. | Ian Romanick | 2004-03-30 | 1 | -0/+2 |
| | |||||
* | new files | Keith Whitwell | 2004-03-29 | 2 | -0/+710 |
| | |||||
* | First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code. | Keith Whitwell | 2004-03-29 | 5 | -642/+492 |
| | | | | Enable with env var: MESA_CODEGEN=t. | ||||
* | Sketch of codegen templates for t_vtx_api.c, not complete | Keith Whitwell | 2004-03-15 | 1 | -0/+242 |
| |