summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome
Commit message (Expand)AuthorAgeFilesLines
* Small Unichrome fixes:Thomas Hellström2005-01-063-2/+5
* Only try to free the front buffer when it's a pbuffer.Alan Hourihane2005-01-051-1/+1
* make alloc-dma functions inline, rearrange some debugKeith Whitwell2005-01-054-68/+54
* Avoid a segfault in multiarb.cKeith Whitwell2005-01-051-3/+4
* Bring VIA driver up-to-date with regard to drm_*_t changes and removeAlan Hourihane2005-01-059-336/+333
* Add GL_EXT_fog_coordKeith Whitwell2005-01-041-0/+1
* Add GL_EXT_secondary_colorKeith Whitwell2005-01-041-0/+1
* Turn specular lighting state on/off appropriately.Keith Whitwell2005-01-041-0/+5
* Change to use the t_vertex.c mechanisms for building vertices,Keith Whitwell2005-01-0410-678/+381
* Get scissor test working again. Passes glean scissor test.Keith Whitwell2004-12-304-26/+70
* Calculate DEPTH_SCALE correctly for polygon offset.Keith Whitwell2004-12-303-1/+5
* Simplify viaBlit a bit more.Keith Whitwell2004-12-303-57/+63
* Initialize depth pointer correctly.Keith Whitwell2004-12-301-1/+1
* Don't need to adjust for drawXoff in fallback clipping.Keith Whitwell2004-12-301-4/+4
* fix regression with fallbacks from recent commitsKeith Whitwell2004-12-302-6/+6
* Fix MagFilter state for texunit 0Keith Whitwell2004-12-301-11/+17
* Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell2004-12-298-31/+65
* Simplfy clear() and swapbuffers() code.Keith Whitwell2004-12-2910-1003/+613
* Don't advertise wide lines or points.Keith Whitwell2004-12-291-4/+4
* Make line stipple a fallback.Keith Whitwell2004-12-295-21/+16
* Don't pingpong cliprects through sarea on CopyBuffer().Keith Whitwell2004-12-291-34/+5
* Fallback on 3d textures correctly.Keith Whitwell2004-12-291-13/+18
* Get twoside-lit triangles working againKeith Whitwell2004-12-291-8/+33
* Large updateKeith Whitwell2004-12-2920-4331/+1131
* Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell2004-12-238-226/+1
* Chop out more dead code.Keith Whitwell2004-12-2312-444/+68
* Fix merge error.Keith Whitwell2004-12-221-55/+0
* Remove dead code.Keith Whitwell2004-12-2210-1386/+600
* Remove debug code which referenced an old global variable.Keith Whitwell2004-12-211-0/+4
* Push a number of global variables into the viaContext struct.unichrome-last-xineramaKeith Whitwell2004-12-215-60/+65
* Note that state is dirty on contended lock. Allows two applicationsKeith Whitwell2004-12-211-0/+5
* Add missing swap-control calculations.Keith Whitwell2004-12-211-11/+4
* Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell2004-12-217-50/+215
* Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell2004-12-2019-597/+27
* Unichrome DRI driver:Thomas Hellström2004-12-181-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* Unichrome DRI:Thomas Hellström2004-12-159-1135/+419
* Unichrome DRI:Thomas Hellström2004-12-151-6/+6
* Unichrome DRI:Thomas Hellström2004-12-151-9/+1
* Unichrome DRI driver:Thomas Hellström2004-12-151-7/+5
* Add _mesa_delete_texture_object() call to viaDeleteTextureKeith Whitwell2004-12-151-0/+3
* uint*t -> u_int*t changesAlan Hourihane2004-12-144-34/+34
* fix recursion problem introduced on Nov 27Brian Paul2004-12-123-2/+3
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-3/+3
* Update expected DRM version to 2.0.0Keith Whitwell2004-11-251-1/+1
* Add support for optimized versions of the code underlying ReadPixelsIan Romanick2004-10-141-45/+8
* Added some documentation that I managed to figure out throughIan Romanick2004-10-131-17/+27
* Make the GL_RENDERER string include the actual chipset informationIan Romanick2004-10-131-8/+16
* Massively cleaned up the code that calculates front/back/depth bufferIan Romanick2004-10-084-342/+126
* Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits.Ian Romanick2004-10-041-0/+2