summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome
AgeCommit message (Expand)Author
2004-12-23Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell
2004-12-23Chop out more dead code.Keith Whitwell
2004-12-22Fix merge error.Keith Whitwell
2004-12-22Remove dead code.Keith Whitwell
2004-12-21Remove debug code which referenced an old global variable.Keith Whitwell
2004-12-21Push a number of global variables into the viaContext struct.Keith Whitwell
2004-12-21Note that state is dirty on contended lock. Allows two applicationsKeith Whitwell
2004-12-21Add missing swap-control calculations.Keith Whitwell
2004-12-21Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell
2004-12-18Unichrome DRI driver:Thomas Hellström
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI driver:Thomas Hellström
2004-12-15Add _mesa_delete_texture_object() call to viaDeleteTextureKeith Whitwell
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-12fix recursion problem introduced on Nov 27Brian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-25Update expected DRM version to 2.0.0Keith Whitwell
2004-10-14Add support for optimized versions of the code underlying ReadPixelsIan Romanick
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