Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-05 | Refactor COMMON_SOURCES up to Makefile.template | Adam Jackson | |
2005-05-04 | Add drirenderbuffer.c to COMMON_SOURCES | Adam Jackson | |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2005-04-22 | First pass at updating these drivers with pipeline_stage struct changes. | Keith Whitwell | |
2005-04-21 | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell | |
representations by switching to packed structures for registers and instructions. | |||
2005-01-20 | Enclose passed macro values in brackets to ensure correct read/write span | Alan Hourihane | |
values. | |||
2005-01-07 | Revert some accidental cross-merge changes. Remove i915GetString. Migrate | Ian Romanick | |
a couple extensions that appeared in both device-specific card_extensions strings to the shared one. | |||
2005-01-06 | Add Intel i915GM support, and these extensions. | Alan Hourihane | |
* GL_ARB_texture_cube_map * GL_EXT_blend_equation_separate * GL_ATI_blend_equation_separate * GL_ARB_point_parameters * GL_NV_blend_square * GL_EXT_cull_vertex * GL_ARB_depth_texture * GL_SGIX_depth_texture * GL_ARB_shadow * GL_EXT_shadow_funcs * GL_3DFX_texture_compression_FXT1 (Keith Whitwell, Tungsten Graphics) | |||
2004-12-27 | Bug #1859: Initialize 'size' before first use in intelTryReadPixels() | Adam Jackson | |
2004-12-16 | Also PUBLICize the config option table | Adam Jackson | |
2004-12-15 | Mark __driCreateNewScreen PUBLIC | Adam Jackson | |
2004-12-14 | fix warning | Alan Hourihane | |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane | |
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | |
Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA() if necessary. Cleaned up code related to GLframebuffer width/height initialization. Set initial viewport/scissor params in _mesa_make_current2(), instead of in the drivers' MakeCurrent functions. | |||
2004-10-07 | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt | |
(patented) S3TC/DXTC algorithms, but adds an option to dlopen a library module providing functions to do so. Because it uses dlopen, it is only enabled if USE_EXTERNAL_DXTN_LIB=1 is defined (which is only in linux-dri config, so far). It adds support for S3TC to several DRI drivers, and adds a DRI config option to force enabling S3TC even if the software compression/decompression is unavailable. This may allow people to use apps that require S3TC even though they don't have a license to implement the patented material themselves, if those apps use precompressed textures. Ideally we would get permission from the current holder of the patents to implement the algorithm in Mesa, at which point the dlopen mess could go away. Until then, this allows some to run applications they couldn't otherwise, and hopefully will provide us with more push to get the final step of getting that permission done. | |||
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul | |
2004-09-19 | Add GL_ARB_texture_cube_map support for i830. Most of the code was | Ian Romanick | |
lifted from the i915 side. i830 will now report version 1.3! Hurrah! With the exception of GL_EXT_texture_compression_s3tc, the i830 driver now supports all the extensions that its Windows counterpart supports. | |||
2004-09-19 | Added GL_ARB_point_parameters support for i830. | Ian Romanick | |
2004-09-19 | Merge in all the i830 functional differences from the old i830 driver. | Ian Romanick | |
2004-08-31 | The i915 driver was merged after EMIT_*_BGR bug was fixed. This brings | Keith Whitwell | |
the driver into line with the correct meaning of those symbols and fixes color corruptions. | |||
2004-08-14 | bring over change from xorg trunk - let build on non-i386 | Dave Airlie | |
2004-08-14 | bring over build fix from xorg tree | Dave Airlie | |
2004-07-20 | fix compare w/ zero warnings (bug 988766) | Brian Paul | |
2004-07-15 | add debugging for compresssed textures | Dave Airlie | |
2004-07-15 | fix up heights for i830/i915 texture compression | Dave Airlie | |
2004-07-15 | move config options to same place as other drivers (again for S3TC patch later) | Dave Airlie | |
2004-07-15 | use a switch statement makes integrating the s3tc patch easier | Dave Airlie | |
2004-07-15 | enable FXT1 texture compression for ixxx chipsets | Dave Airlie | |
commented out Keiths extensions strings | |||
2004-07-15 | move over changes to intel driver from i830 driver for modes | Dave Airlie | |
2004-07-05 | Convert miniglx to use Ian's fancy new driver config code. | Jon Smirl | |
This removes the miniglx driver function InitContextModes(). All of the server directories were edited to remove the implementations. | |||
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl | |
uses the NEW_INTERFACE now so _SOLO isn't necessary anymore. Tested with the hardware that I own. | |||
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | |
2004-07-01 | Remove __driRegisterExtensions | Keith Whitwell | |
2004-07-01 | fix for older gcc's (from freedesktop bug id #419) | Alan Hourihane | |
2004-06-18 | Use correct macros for packing pixel colors -- this bug is probably | Keith Whitwell | |
present in many of the other drivers as well. | |||
2004-06-18 | add missing license texts | Keith Whitwell | |
2004-06-16 | Fix batch.ptr when dropping a batchbuffer segment due to zero cliprects. | Keith Whitwell | |
2004-06-11 | re-enable rect texture | Alan Hourihane | |
2004-06-10 | New driver for i915 as well as older i830/i845/i865 chipsets. | Keith Whitwell | |