summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-29added missing glFinish()Brian Paul
2005-01-29Cleaning up.Aapo Tahkola
2005-01-28Refactor the code to emit multiple-inclusion protection toIan Romanick
2005-01-28move fileMichal Krol
2005-01-28Properly annotate variable-length output parameters. Make sure that theIan Romanick
2005-01-28Fix some get / set errors with COLOR_TABLE_*. SCALE and BIAS can beIan Romanick
2005-01-28Slightly modify the meaning of the 'handcode' attribute in a 'glx' element.Ian Romanick
2005-01-28Add an option to emit extra debug code in the generated protocol functions.Ian Romanick
2005-01-28Fix wrong comment.Aapo Tahkola
2005-01-28Forgot one comment...Aapo Tahkola
2005-01-28Add basic sceleton for vertex programs + some other fixesAapo Tahkola
2005-01-27Mark a couple more function parameters as counters.Ian Romanick
2005-01-27Add numerous 'get'-type functions to most of the enums supported by theIan Romanick
2005-01-27Add vector distance operator for vertex programs.Aapo Tahkola
2005-01-27The 'mode' setting of a function within an 'enum' element is now used.Ian Romanick
2005-01-26remove a bunch of temporary #defines, now that glext.h was updatedIan Romanick
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger
2005-01-26new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger
2005-01-26remove a bunch of temporary #defines, now that glext.h was updatedBrian Paul
2005-01-26replace magic number with macro constant RADEON_ZBLOCK16Roland Scheidegger
2005-01-26just comments/clean-upBrian Paul
2005-01-26added mutex to-do commentBrian Paul
2005-01-26just fix a comment and update dateBrian Paul
2005-01-26RGB/LUMINANCE texelfetchers (float version) returned 255.0F for alpha channel...Daniel Borca
2005-01-25Add a glFunctionIterator class to iterate over the functions stored in aIan Romanick
2005-01-25Fixes for clamp modes.Aapo Tahkola
2005-01-25Use the _mesa_HashNextEntry() function to walk over all textures in theBrian Paul
2005-01-25Stupid text editor...convert wayward tabs to spaces.Ian Romanick
2005-01-25Add a "count" attribute to "enums" elements to set the default countIan Romanick
2005-01-24Correctly set the name of the generating script.Ian Romanick
2005-01-24Move all the code for generating "size" related functions to its ownIan Romanick
2005-01-24Correct some of the dependencies and clean things up a bit.Ian Romanick
2005-01-24Remove glEnum::startElement, but refactor out some of the common code fromIan Romanick
2005-01-24Since only one of the places that used glXFunction::command_payload_lengthIan Romanick
2005-01-24Make sure that functions added to gl_API.xml that do not have any GLXIan Romanick
2005-01-24border_color causes lockups with vertex buffers. Disabling for now.Aapo Tahkola
2005-01-24Remove lots of old code that dealed with "magic" texture formats.Vladimir Dergachev
2005-01-24reenable some assertionsBrian Paul
2005-01-24Converted the Savage texture management to use Ian's common texmem code.Felix Kuehling
2005-01-24Added _mesa_HashNextEntry() function to allow walking over all entriesBrian Paul
2005-01-23reapply Keiths workaround for zbs emit that got dropped duringDave Airlie
2005-01-23Remove unused variables from r300_contextNicolai Haehnle
2005-01-23Fix more warnings and compilation issues.Nicolai Haehnle
2005-01-23Synchronize r300_reg.h.Nicolai Haehnle
2005-01-23add sync debugging to the radeon driverDave Airlie
2005-01-23HAVE_ALIAS was never defined anywhere, add some logic to turn it onAdam Jackson
2005-01-23silence makedepend warnings about non-portable whitespaceAdam Jackson
2005-01-23Fixed initialization of draw destination to front buffer on singleFelix Kuehling
2005-01-23My last attempt to fix polygon offsets with the reversed viewport depthFelix Kuehling
2005-01-22Determine ahead of time whether a display list will include verticesKeith Whitwell