Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-16 | Support 16-bit modes. | Aapo Tahkola | |
2005-06-16 | Fix problems with elts when immediate mode is on. | Aapo Tahkola | |
2005-06-16 | Turn off VBO's. | Aapo Tahkola | |
2005-06-16 | lost_context never gets reset. | Aapo Tahkola | |
2005-06-16 | Fix linux-solo build for mga check-in | Jon Smirl | |
2005-06-14 | Adds support for MGA DRM version 3.2. | Ian Romanick | |
This patch makes use of two of the new ioctls added in MGA DRM version 3.2. Specifically, the DRM_MGA_SET_FENCE and DRM_MGA_WAIT_FENCE ioctls are used in mgaWaitForFrameCompletion. As a result the MMIO register region and the primary DMA region are *not* mapped (if DRM 3.2 is available). This patch does *not* make use of the new get_param query was added to differentiate between G4x0 cards and G550 cards. That is left to a future update. Xorg bug: 3259 Reviewed by: Eric Anholt | |||
2005-06-14 | Committing in . | Jouk Jansen | |
OpenVMS updates Modified Files: Mesa/src/mesa/tnl/descrip.mms Mesa/src/mesa/tnl/t_vp_build.c ---------------------------------------------------------------------- | |||
2005-06-13 | fbSwapBuffers needs to return a status | Jon Smirl | |
2005-06-13 | mingw changes (Nolan Leake) | Brian Paul | |
2005-06-12 | Fixed typos. | Vladimir Dergachev | |
2005-06-10 | Add definition for memory controller latency registers.. | Vladimir Dergachev | |
2005-06-10 | remove debug prints | Keith Whitwell | |
2005-06-10 | be sure we have span texcoords before calling _swrast_texture_span() | Brian Paul | |
2005-06-10 | pass mask array to PutRowRGB() in simple_z_textured_triangle() | Brian Paul | |
2005-06-10 | Allow the print opcode to compile | Keith Whitwell | |
2005-06-10 | Fix typo in spot attenuation | Keith Whitwell | |
2005-06-10 | Correct test for attenuation. | Keith Whitwell | |
DISSASEM changes. | |||
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 | 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 | 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 | 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 | 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-04 | set OLD_RENDERBUFFER=0, need to clean up a few more things before totally ↵ | Brian Paul | |
removing that |