summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-08gen_ktx: Fix pixelDepth value for 3D texturesHEADmasterNanley Chery1-1/+1
The former formula was hard-coded to handle 2D textures, which should have a depth value of 0. 3D textures, however, should have a pixelDepth value equal to the actual depth of the texture. Reported-by: Anuj Phogat <anuj.phogat@gmail.com> Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
2016-01-27Fix out of bounds array accessAnuj Phogat1-1/+1
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
2015-08-12gen_mipmaps: fix segfault.Nanley Chery1-2/+5
2015-07-23fix bugsNanley Chery1-22/+71
2015-07-23array cleanupsNanley Chery1-22/+8
2015-07-23Fix the image buffer offsetNanley Chery1-2/+2
2015-07-23include 2d texture array generation in main scriptNanley Chery2-2/+9
2015-07-23use glGetTexImage to create array textureNanley Chery1-10/+18
2015-07-22get rid of uneeded convert and encoder optionsNanley Chery1-3/+1
2015-07-22Pre-compute number of miplevelsNanley Chery1-16/+5
2015-07-21fixup! Start creating script to create a texture arrayNanley Chery1-56/+23
2015-07-21Start creating script to create a texture arrayNanley Chery4-1/+1310
2015-07-10add support for piglit subtestsNanley Chery1-2/+2
2015-07-06Change the hue of each miplevelNanley Chery1-0/+7
This was a suggestion to detect if hardware masked a rendering issue. I'm not currently sure what may cause this however.
2015-06-25simplify error checkingNanley Chery1-30/+30
2015-06-25add options for encoder choiceNanley Chery2-0/+2
2015-06-22use the astc from gitNanley Chery1-1/+1
2015-06-17add new astcenc binary with correct sRGB behaviorNanley Chery2-3/+3
2015-06-17go back to the original jpgNanley Chery1-1/+1
2015-06-15Improve cleanup of failed mipmap gen and add correct sRGBsNanley Chery2-6/+14
2015-06-09test more general file typesNanley Chery1-3/+5
2015-06-05Use functionsNanley Chery1-25/+39
2015-06-05Fix warnings and remove unnecessary code.Nanley Chery2-3/+3
2015-06-05use png as the source imageNanley Chery3-4/+4
2015-06-05Remove the alpha channel in HDR imagesNanley Chery2-7/+11
* 10x5 block size included alpha, preventing mipmap generation * Set the entire ktx hdr block header for format and type
2015-05-18Add files necessary to generate astc/ktx files from an imageNanley Chery8-0/+877