mesa: replace gl_texture_format with gl_format
[mesa.git] / src / mesa / drivers / dri / savage / savagetex.c
2009-10-01 Brian Paulmesa: replace gl_texture_format with gl_format
2009-04-10 Alex DeucherMerge branch 'radeon-rewrite' of git+ssh://agd5f@git...
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-02 Brian Pauldri: use BorderColor instead of _BorderChan
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-10 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-27 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into gallium-0.2
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-30 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into nouveau...
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-24 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-24 José Fonsecamesa/dri: User standard integer types.
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-10 Kristian HøgsbergReplace open-coded major, minor, and patch version...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-06-09 Roland Scheideggershuffle some code to make some assertions in the _savag...
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
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...