Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-01 | Removed all direct hardware access (MMIO, BCI) from the Savage DRI | Felix Kuehling | |
driver. It uses the new DRM version 2.0.x now, which has just been committed to DRM CVS. | |||
2004-12-17 | Made debugging output controllable via environment variable | Felix Kuehling | |
SAVAGE_DEBUG. Added fallback debugs. Added no_rast option to disable hardware rasterization (everything as software fallback). | |||
2004-12-17 | Added a TNL pipeline stage that normalizes texture coordinates as a | Felix Kuehling | |
workaround for bad Savage hardware interpolation of big texture coordinates. | |||
2004-12-16 | Also PUBLICize the config option table | Adam Jackson | |
2004-12-15 | Mark __driCreateNewScreen PUBLIC | Adam Jackson | |
2004-12-15 | Added configuration support to the Savage driver. Three options are | Felix Kuehling | |
supported so far. | |||
2004-12-15 | Moved some code from savageCreateContext to savageInitDriver, where it | Felix Kuehling | |
belongs. Removed some obviously useless code. Fixed computation of MaxTextureLevels. | |||
2004-12-14 | uint*t -> u_int*t | 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-08 | Apply Eric's stencil wrap patch (Eric Anholt) | Alex Deucher | |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul | |
2004-08-22 | Converted the Savage driver to the new DRI interface and enabled compilation | Felix Kuehling | |
in the Mesa tree. | |||
2004-06-03 | Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out | Jon Smirl | |
2004-03-24 | Missing in last commit. | Felix Kuehling | |
2004-03-21 | ctx->Const.MaxTextureLevels is not the highest mipmap level but the number | Felix Kuehling | |
> of levels, including 0. | |||
2004-03-21 | Improved MaxTextureLevel computation to take the nr. of tex units and both | Felix Kuehling | |
texture heaps into account. | |||
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul | |
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | |||
2004-03-07 | Fixed two small problems in the vertex setup. | Felix Kuehling | |
- make sure that vertex setup is initialized - Savage seems to need the W coordinate for smooth shading | |||
2004-02-29 | Reorganized hardware state data structures and state emission. Don't track | Felix Kuehling | |
which registers changed in all the functions that change the state. Instead check which registers changed in the end when the hardware state is updated. Tried to avoid cosmetic (whitespace) changes in this commit. | |||
2004-02-26 | Set ctx->Const.MaxTexture[Image/Coord]Units correctly. Fixes corruption in q3. | Felix Kuehling | |
2004-02-26 | Converted vertex setup to use t_vertex.[ch]. | Felix Kuehling | |
2004-02-25 | Call _tnl_allow_pixel/vertex_fog in savageCreateContext. (Brian Paul) | Felix Kuehling | |
2004-02-22 | Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVS | Felix Kuehling | |
with modifications to make it work with current Mesa 6. |