summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome
AgeCommit message (Expand)Author
2005-01-05Only try to free the front buffer when it's a pbuffer.Alan Hourihane
2005-01-05make alloc-dma functions inline, rearrange some debugKeith Whitwell
2005-01-05Avoid a segfault in multiarb.cKeith Whitwell
2005-01-05Bring VIA driver up-to-date with regard to drm_*_t changes and removeAlan Hourihane
2005-01-04Add GL_EXT_fog_coordKeith Whitwell
2005-01-04Add GL_EXT_secondary_colorKeith Whitwell
2005-01-04Turn specular lighting state on/off appropriately.Keith Whitwell
2005-01-04Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell
2004-12-30Get scissor test working again. Passes glean scissor test.Keith Whitwell
2004-12-30Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell
2004-12-30Simplify viaBlit a bit more.Keith Whitwell
2004-12-30Initialize depth pointer correctly.Keith Whitwell
2004-12-30Don't need to adjust for drawXoff in fallback clipping.Keith Whitwell
2004-12-30fix regression with fallbacks from recent commitsKeith Whitwell
2004-12-30Fix MagFilter state for texunit 0Keith Whitwell
2004-12-29Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell
2004-12-29Simplfy clear() and swapbuffers() code.Keith Whitwell
2004-12-29Don't advertise wide lines or points.Keith Whitwell
2004-12-29Make line stipple a fallback.Keith Whitwell
2004-12-29Don't pingpong cliprects through sarea on CopyBuffer().Keith Whitwell
2004-12-29Fallback on 3d textures correctly.Keith Whitwell
2004-12-29Get twoside-lit triangles working againKeith Whitwell
2004-12-29Large updateKeith Whitwell
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