aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/xmlpool
Commit message (Collapse)AuthorAgeFilesLines
* intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt2009-03-052-0/+15
| | | | | This can improve debugging with INTEL_DEBUG=batch,sync by giving smaller batchbuffers.
* intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt2009-03-052-0/+15
| | | | | I keep wanting to hack this knob in as a one-time thing, so it seemed useful to have all the time.
* Never fail `make clean'Dan Nicholson2008-05-071-2/+2
| | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
* Make git ignore files only generated at build time.Michel Dänzer2006-12-061-0/+5
|
* Re-generate options.h with Swedish translations.Michel Dänzer2006-12-062-5/+66
|
* Swedish translation of driconf options.Daniel Nylander2006-12-061-0/+226
|
* allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul2006-10-151-0/+5
|
* regenerated to get DRI_CONF_EXCESS_MIPMAP()Brian Paul2006-10-151-0/+5
|
* replace the texture level hack used in radeon/r200 to allow larger textures ↵Roland Scheidegger2006-02-033-26/+59
| | | | with different methods to calculate the announced maximum texture sizes. Default is still the same (that is, radeon/r200 default to not announce anything which might not fit, i830/i915 default to 1 texture must fit). Bug #5785.
* Added a French translation of option descriptions by Stephane Marchesin.Felix Kuehling2005-04-223-5/+287
|
* Added a Spanish translation by David Rubio Miguélezand a DutchFelix Kuehling2005-04-124-5/+568
| | | | translation by Manfred Stienstra.
* Changed escaping of double quotes.Felix Kuehling2005-04-121-9/+13
|
* Manage option translations in separate .po files to make translationsFelix Kuehling2005-04-115-0/+1035
easier for non-programmers familiar with GNU gettext. For now there is only a German translation but more translations are encouraged. Translatable strings are extracted from t_options.h containing option definitions with English descriptions. A corresponding header options.h with all available translations of option descriptions is generated by gen_xmlpool.py and included by xmlpool.h. Many option descriptions were rephrased to make them unambiguous for translation without context. They are hopefully more helpful to users at the same time.