summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: s/GLuint/gl_format/ in _mesa_compressed_format_to_glenum()Brian Paul2012-08-241-1/+1
* mesa: push row stride adjustment down into _mesa_decompress_image()Brian Paul2012-02-101-1/+11
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-1/+1
* mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-0/+22
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-2/+2
* mesa: Don't expose compressed paletted formats via GL_{NUM_,}COMPRESSED_TEXTU...Ian Romanick2011-09-201-15/+17
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-171-4/+5
* mesa: new _mesa_decompress_image() functionBrian Paul2011-09-081-0/+86
* gles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)Adam Jackson2011-09-081-1/+2
* mesa: Make _mesa_get_compressed_formats match the texture compression specsIan Romanick2011-07-251-27/+90
* mesa: Add utility function to get base format from a GL compressed formatIan Romanick2011-07-251-0/+88
* mesa: add ATI_texture_compression_3dcMarek Olšák2011-03-081-0/+1
* mesa: add EXT_texture_compression_latcMarek Olšák2011-03-081-0/+18
* mesa: Add RGTC texture store/fetch support.Dave Airlie2011-02-281-0/+20
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* mesa: Remove unnecessary headers.Vinson Lee2010-07-311-1/+0
* mesa: Optimize get.c by using a table-driven approachKristian Høgsberg2010-05-111-0/+18
* mesa: Remove unnecessary headers from texcompress.c.Vinson Lee2010-01-181-3/+0
* mesa: minor code movementBrian Paul2009-10-281-32/+30
* Merge branch 'texformat-rework'Brian Paul2009-10-281-210/+33
|\
| * mesa: remove _mesa_compressed_row_stride()Brian Paul2009-10-251-15/+0
| * mesa: clean-up, simplify compressed texture size checkingBrian Paul2009-10-251-43/+18
| * mesa: remove _mesa_compressed_texture_size()Brian Paul2009-10-241-24/+0
| * mesa: simplify _mesa_compressed_row_stride(), _mesa_compressed_image_address()Brian Paul2009-10-241-76/+15
| * mesa: s/GLuint/gl_format/Brian Paul2009-10-241-3/+3
| * mesa: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: simplify _mesa_compressed_texture_size()Brian Paul2009-10-011-60/+9
* | mesa: added _mesa_compressed_format_to_glenum()Brian Paul2009-10-231-0/+50
|/
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-0/+56
|\
| * mesa: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-13/+58
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-081-6/+0
| |\
| * | mesa: add some #if FEATURE_x testsBrian Paul2008-06-121-0/+17
* | | Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-48/+46
| |/ |/|
* | mesa: remove unneeded compressed texure size checksPhillip Klaus Krause2008-11-281-6/+0
|/
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-0/+1
* more work for GL_EXT_texture_sRGB.Brian Paul2006-08-041-0/+13
* Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul2006-05-091-11/+20
* More updates for texture compression.Brian Paul2006-05-081-0/+47
* Fix a number of texture compression issues.Brian Paul2006-05-081-40/+30
* mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-111-1/+1
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+1
* Removed the old teximage code.Brian Paul2004-04-271-48/+27
* more texture compressionDaniel Borca2003-11-211-19/+46
* small fixes wrt texture handlingDaniel Borca2003-11-031-5/+5
* texture compressionDaniel Borca2003-10-291-0/+17
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-15/+29
* some texture compression odds & endsBrian Paul2003-04-031-6/+67
* add 2, not 4, in _mesa_get_compressed_formats()Brian Paul2003-03-241-4/+4