summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-02-01Small refactor. Move several utility functions from glX_XML.py toIan Romanick
2005-02-01Add GlxProto::createEnumFunction and add a 'context' parameter to theIan Romanick
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-31makefile update (readtex, showbuffer)Daniel Borca
2005-01-31Add magic sequence to prevent ClearBuffer from locking up.Vladimir Dergachev
2005-01-31Use SecondaryColorPtr, not ColorPtr[1] (the latter is NULL).Vladimir Dergachev
2005-01-30My bad, the old code works fine if updated to newer Mesa tree.Vladimir Dergachev
2005-01-30struct ati_fragment_shader was not defined anywhere, define it to get r300_ve...Vladimir Dergachev
2005-01-30fix max viewport queryBrian Paul
2005-01-30Fix for compiler warnings.Aapo Tahkola
2005-01-30add number of passes count to ati_fragment_shaderDave Airlie
2005-01-29* Fixed uploading of textures of certain sizes.Felix Kuehling
2005-01-29Added 0x4e54 (Thinkpad r50p) as PCI_CHIP_RV350_NPhmarson
2005-01-29Beginings of program generation. This code havent been tested nor hooked up.Aapo Tahkola
2005-01-29remove stray span.y++Brian Paul
2005-01-29added osmesa16 stuffBrian Paul
2005-01-29assorted fixesBrian Paul
2005-01-29fix initial viewport size bugBrian Paul
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