summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome
AgeCommit message (Expand)Author
2004-10-13Added some documentation that I managed to figure out throughIan Romanick
2004-10-13Make the GL_RENDERER string include the actual chipset informationIan Romanick
2004-10-08Massively cleaned up the code that calculates front/back/depth bufferIan Romanick
2004-10-04Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits.Ian Romanick
2004-10-04The alpha post-scale and the RGB post-scale were mistakenly reversed.Ian Romanick
2004-10-02fix _DrawDestMask[0][0] typosBrian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-10-02Cut out all of the old texture environment code and rewrote it fromIan Romanick
2004-10-01Replace the numerous switch-statements to derive GL_COMBINE post-scaleIan Romanick
2004-09-30Factored out code for setting texture coordinate wrap bits. Added supportIan Romanick
2004-07-10Fix unichrome solo build to not need X11 headers. Minor change toJon Smirl
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
2004-06-25Corrected a float to ubyte conversion bug with fog enabled.Erdi Chen
2004-06-16don't use // comments (Thomas Hellstrom)Brian Paul
2004-06-05Enable use of new DRI interface in Unichrome driver.Ian Romanick
2004-06-04Start to "modernize" the driver.Ian Romanick
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick
2004-05-12Fixed code that has computed incorrect number of modes.Erdi Chen
2004-05-12obsolete in favor of regular MakefilesBrian Paul
2004-05-08Don't mix variable definitions and other statements (fixed build on oldEric Anholt
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl
2004-04-08lots of Makefile updates for new build systemBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul
2004-02-23updates from Erdi ChenBrian Paul
2004-01-30Minor fixes for recent Mesa 6.1 changesBrian Paul
2004-01-30Via Unichrome/cle266 driver (Erdi Chen)Brian Paul