Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-20 | Fixed some issues where XCB replies were being freed and data was not being ↵ | Jeremy Kolb | |
copied. | |||
2005-06-19 | Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not | Brian Paul | |
using GCC or VMS. | |||
2005-06-16 | Fix gloss breakage when using hw tnl. | Aapo Tahkola | |
2005-06-16 | Use depth tiling. | Aapo Tahkola | |
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 a few compiler warnings | Jon Smirl | |
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 | 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 | |