summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_state.c
AgeCommit message (Expand)Author
2008-06-24mesa/dri: User standard integer types.José Fonseca
2007-03-18screen offset changes, bug 9965Miguel Marte
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-10Implement GLX_SGI_make_current_readIan Romanick
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-10-13Revamp color table code.Brian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-05-25add special case for flat shaded + separate specular trianglesKeith Whitwell
2005-05-25Disable polygon stipple - it seems to break if certain specific stippleKeith Whitwell
2005-04-14Disable CLOD (Lod constant) state emit. The values emitted wereKeith Whitwell
2005-03-22merge unichrome changes from branchKeith Whitwell
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell
2005-01-14Enable line stippling.Alan Hourihane
2005-01-14Fix previously un-noticed issue with flat-shaded points.Keith Whitwell
2005-01-14Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane
2005-01-13Remove misleading comment.Keith Whitwell
2005-01-13Emit constant colors for texunit 1 blending.Keith Whitwell
2005-01-13cut out dead texture state codeKeith Whitwell
2005-01-13Fix glean scissor testAlan Hourihane
2005-01-13As we fallback for polygon stipple on the CLE266 for now, ensure weAlan Hourihane
2005-01-12Don't special-case 16bpp for colormask register - not needed.Keith Whitwell
2005-01-12Add flag to clear texture caches after texture upload.Keith Whitwell
2005-01-12Fix multitexturing.Alan Hourihane
2005-01-11fix a typoAlan Hourihane
2005-01-11Fix the calculation of the alpha reference value which negates theAlan Hourihane
2005-01-11uncommentAlan Hourihane
2005-01-11Fix ColorMaskAlan Hourihane
2005-01-11Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell
2005-01-11fallback on polygon.stippleflag (thanks Keith)Alan Hourihane
2005-01-10Fallback on PolygonStipple for CLE266 hardware.Alan Hourihane
2005-01-05Avoid a segfault in multiarb.cKeith 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-30Simplify viaBlit a bit more.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-29Make line stipple a fallback.Keith Whitwell
2004-12-29Large updateKeith Whitwell
2004-12-23Chop out more dead code.Keith Whitwell
2004-12-22Remove dead code.Keith Whitwell
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith 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-10-02added support for GL_ARB_draw_buffersBrian Paul