Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-10 | Fix typo in spot attenuation | Keith Whitwell | |
2005-06-10 | Correct test for attenuation. | Keith Whitwell | |
DISSASEM changes. | |||
2005-06-10 | remove depend files on clean | Keith Whitwell | |
2005-06-10 | Fix colormaterial flag calculations. | Keith Whitwell | |
Fix lighting alpha result. | |||
2005-06-10 | Add notes about intended precision of opcodes. | Keith Whitwell | |
Remove dead floating point twiddles. Fix bug translating MAD->MUL,ADD. | |||
2005-06-09 | Fix a couple of buglets | Keith Whitwell | |
2005-06-09 | Another typo | Keith Whitwell | |
2005-06-09 | Further clean up RoughApproxPow2 and disable the optimized version -- | Keith Whitwell | |
it's a very poor approximation. | |||
2005-06-09 | Fix typo in RoughApproxPow2 | Keith Whitwell | |
2005-06-09 | Store compiled vertex program representations in a pointer in the | Keith Whitwell | |
vertex_program struct. Allow switching between regular and vertex_program implementations of fixed function TNL with the MESA_TNL_PROG environment var (previously this required recompilation). Ensure program compilation only references program data, not the wider context. This means that compiled programs only need to be invalidated when the program string changes, not on other state changes. | |||
2005-06-09 | Build vertex programs using state from a 'state key' struct which is | Keith Whitwell | |
distilled from the current state. Maintain a list of vertex programs for various different tnl states indexed by these state keys. This cuts down the number of vertex programs generated and means that time spent optimizing vertex programs for execution isn't wasted each time the state changes. | |||
2005-06-08 | Turn off debug | Keith Whitwell | |
2005-06-08 | Add t_vb_arbprogram_sse.c | Keith Whitwell | |
2005-06-08 | Runtime generate sse/sse2 code for some vertex programs. Experimental | Keith Whitwell | |
and only active when _TNL_FIXED_FUNCTION_PROGRAM is defined *and* the MESA_EXPERIMENTAL environment variable is set... Works for the arbfplight demo at least. | |||
2005-06-08 | Turn off DISASSEM | Keith Whitwell | |
2005-06-08 | New arguments for sse_shufps() | Keith Whitwell | |
2005-06-08 | Use ALIGN_MALLOC for parameter lists. | Keith Whitwell | |
2005-06-08 | Add some more opcodes | Keith Whitwell | |
2005-06-08 | - Secondary colour | Ben Skeggs | |
- Calculate tc_count in EmitArrays (enabled units != nr texcoords). | |||
2005-06-08 | regenerated | Brian Paul | |
2005-06-08 | put full prototype on one line to fix gl_mangle.h generation (Dave Reveman) | Brian Paul | |
2005-06-08 | remove stray line | Brian Paul | |
2005-06-08 | Remove ARL opcode from interpreter. | Keith Whitwell | |
Revert SEL opcode to MSK. Split out t_vb_arbprogram.h header file. | |||
2005-06-08 | new file | Keith Whitwell | |
2005-06-08 | regenerate for latest glext.h | Brian Paul | |
2005-06-08 | fix some renderbuffer problems for Xserver build (Dave Reveman) | Brian Paul | |
2005-06-08 | check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman) | Brian Paul | |
2005-06-07 | updates from Paul Garceau | Daniel Borca | |
2005-06-07 | added GL libs to APP_LIB_DEPS (bug 3485) | Brian Paul | |
2005-06-07 | fix error in OSMESA_LIB_NAME line | Brian Paul | |
2005-06-07 | fix GL_ALPHA render-to-texture problem (Jon Smirl) | Brian Paul | |
2005-06-07 | Initialize some variables. | Keith Whitwell | |
2005-06-07 | Add new runtime assembly files. | Keith Whitwell | |
2005-06-07 | Split out runtime assembly functions. | Keith Whitwell | |
2005-06-07 | New files - split off runtime assembly functions from | Keith Whitwell | |
t_vertex_sse.c. | |||
2005-06-07 | Simplify interpreted language: | Keith Whitwell | |
- Expand operand argument specifiers so that all registers and parameters can be referenced directly. Remove old PAR/PRL instructions. - No 3 operand instructions, translate MAD -> MUL, ADD. (No room for 3 full operands in instruction struct). - Translate SWZ instructions into 1 or 2 reduced swizzles at compile time. - Add hardwired code for moving input and output values to/from the register file. Drop old INx, OUT instructions. | |||
2005-06-07 | Add a VP_MAX_OPCODE entry to allow engines with internal opcodes to | Keith Whitwell | |
place them sensibly. | |||
2005-06-07 | updates from Paul Garceau | Daniel Borca | |
2005-06-07 | Add SetBuffer to egl driver too | Jon Smirl | |
2005-06-06 | Add a NULL SetBuffer function to the fbdev driver | Jon Smirl | |
2005-06-06 | this is auto-generated | Brian Paul | |
2005-06-06 | TEX to output | Ben Skeggs | |
2005-06-05 | Fix xyz/w interaction (needs a cleanup still..) | Ben Skeggs | |
Use SRC0A instead of WZY/XXX combination for W in XYZ positions. Remove dodgy hack from POW opcode, now works correctly without it | |||
2005-06-05 | Make install install GLES too | Jon Smirl | |
2005-06-04 | set OLD_RENDERBUFFER=0, need to clean up a few more things before totally ↵ | Brian Paul | |
removing that | |||
2005-06-04 | remove old span functions from swrast_device_driver struct | Brian Paul | |
2005-06-04 | remove old span code | Brian Paul | |
2005-06-04 | fix an assertion | Brian Paul | |
2005-06-04 | remove old span code | Brian Paul | |
2005-06-04 | added comment | Brian Paul | |