summaryrefslogtreecommitdiff
path: root/src/texture.c
AgeCommit message (Collapse)AuthorFilesLines
2014-09-01rbug-gui: add a spin button to select the layer index to displayHEADmasterMarek Olšák1-3/+14
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
2014-08-25rbug-gui: print texture target and format in the info columnMarek Olšák1-2/+8
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
2014-04-01Fix buildRob Clark1-17/+17
2011-09-11Fix buildMarcin Slusarz1-3/+0
src/texture.c: In function ‘texture_action_read_info’: src/texture.c:443:40: error: variable ‘format_description’ set but not used [-Werror=unused-but-set-variable]
2010-04-21Fix build after all of the latest changesJakob Bornecrantz1-115/+151
2010-01-10Make rbug compile with latest mesa sourcesMike Stroyan1-45/+120
2009-11-29Update texture information in the treemodelJakob Bornecrantz1-8/+14
2009-11-28Change texture UI a bitJakob Bornecrantz1-2/+2
2009-11-28Show some info about the textureJakob Bornecrantz1-0/+7
2009-06-04Add context view and manipulationJakob Bornecrantz1-2/+2
2009-06-04Make it possible to listen for eventsJakob Bornecrantz1-14/+20
2009-06-04Create a viewed conceptJakob Bornecrantz1-9/+19
This allows us to select object but view another one
2009-06-01Supported displaying compressed texturesJakob Bornecrantz1-23/+51
2009-06-01Add compressed texture iconsJakob Bornecrantz1-3/+15
2009-06-01Add LicenseJakob Bornecrantz1-0/+23
2009-06-01Initial commitJakob Bornecrantz1-0/+550