In gl_texture_image replace IntFormat with InternalFormat and Format with
[mesa.git] / src / mesa / drivers / dri / savage / savagetex.c
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-09-22 Ian RomanickEnable GL_ARB_texture_mirrored_repeat on Savage4. ...
2005-05-01 Felix KuehlingFixed and cleaned up programming of watermark registers...
2005-04-30 Felix KuehlingAdded S3TC support to the Savage driver with some help...
2005-04-23 Felix KuehlingTexturing fixes for Savage3D/MX/IX:
2005-04-21 Felix KuehlingFixed some suspicious pointer casts that caused lots of
2005-04-21 Felix KuehlingFixed TexEnv modes GL_BLEND and GL_ADD on Savage4-based...
2005-03-14 Felix KuehlingWhen timestamping textures, need to emit the event...
2005-03-10 Felix Kuehling- Flush before updating the timestamp of a texture...
2005-02-23 Felix KuehlingDon't forget to update a heap's timestamp when a textur...
2005-02-23 Felix KuehlingWith Savage DRM version 2.3.x or later use event counte...
2005-02-12 Felix KuehlingOffset LOD bias by about 0.3 to match software renderin...
2005-02-12 Felix KuehlingSavage3D-based chips seem so use a constant tile stride...
2005-02-09 Felix KuehlingFixed stride of incomplete tiles.
2005-02-04 Felix KuehlingMade subtile upload a template. This speeds up tiled...
2005-02-02 Felix KuehlingFixed some debug output that was unconditionally enabled.
2005-01-29 Felix Kuehling* Fixed uploading of textures of certain sizes.
2005-01-24 Felix KuehlingConverted the Savage texture management to use Ian...
2005-01-21 Felix KuehlingSmall cleanup:
2005-01-10 Felix KuehlingFixes to cope with the lack of AGP textures. This is...
2005-01-05 Felix Kuehling* Fixed handling of scissors
2005-01-01 Felix KuehlingRemoved all direct hardware access (MMIO, BCI) from...
2004-12-22 Felix KuehlingEnabled hardware rendering of 1D textures. No need...
2004-12-17 Felix KuehlingMade debugging output controllable via environment...
2004-12-15 Felix KuehlingAdded configuration support to the Savage driver. Three...
2004-12-15 Felix KuehlingFixed GL_CLAM_TO_EDGE. It's not supported in hardware...
2004-12-14 Alan Hourihaneuint*t -> u_int*t
2004-03-25 Felix KuehlingMore state management changes:
2004-03-24 Felix KuehlingBuffer vertices and emit them in batches. Still using...
2004-03-21 Felix Kuehlingunsigned int -> uint32_t, unsigned char -> uint8_t...
2004-03-20 Felix KuehlingFixed texture LOD bias.
2004-03-20 Felix KuehlingFixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_B...
2004-03-08 Felix KuehlingCleaned up and slightly optimized the texture upload...
2004-03-08 Felix KuehlingSwapout textures who's space is claimed by a new textur...
2004-03-07 Felix KuehlingFixed texture tiling format for 8bit texels on ProSavag...
2004-03-07 Felix KuehlingRewrote tiled texture upload. Small mipmap levels work...
2004-03-04 Felix KuehlingSmall texture management fixes. Should get rid of asser...
2004-02-29 Felix KuehlingReorganized hardware state data structures and state...
2004-02-22 Felix KuehlingImported the Savage DRI driver from the savage-2-0...