Port of r200 VB code. VB path should be as fast as the immediate path now, tuxracer...
[mesa.git] / src / mesa / drivers / dri / unichrome /
2005-01-21 Alan Hourihanesilence the 'using AGP/PCI' string unless VIA_DEBUG...
2005-01-20 Alan HourihaneEnclose passed macro values in brackets to ensure corre...
2005-01-19 Keith WhitwellBring the texcombine fixes to the trunk.
2005-01-19 Keith WhitwellAlways use ARGB8888 hardware texture format when mesa...
2005-01-18 Alan Hourihaneremove some debug
2005-01-18 Alan HourihaneFix tristrips (which fixes coloredTexPerf2 & coloredLit...
2005-01-14 Alan HourihaneEnable line stippling.
2005-01-14 Keith WhitwellFix previously un-noticed issue with flat-shaded points.
2005-01-14 Alan Hourihanesilence a warning
2005-01-14 Alan HourihaneGet PolygonStipple working.. (or seemingly too). It...
2005-01-14 Alan Hourihane16bpp doesn't support masked clears, so fallback when...
2005-01-14 Keith WhitwellPopulate WriteMonoDepthSpan in 24/8 modes.
2005-01-13 Alan Hourihaneremove some dead texture code
2005-01-13 Keith WhitwellRename via_fastrender_* to avoid confusion with similar...
2005-01-13 Keith WhitwellSimplify viaChooseVertexState slightly.
2005-01-13 Keith WhitwellRemove misleading comment.
2005-01-13 Keith WhitwellTypo
2005-01-13 Keith WhitwellEmit constant colors for texunit 1 blending.
2005-01-13 Keith Whitwellcut out dead texture state code
2005-01-13 Alan Hourihanerevert some makecurrent code
2005-01-13 Alan HourihaneFix glean scissor test
2005-01-13 Alan HourihaneAs we fallback for polygon stipple on the CLE266 for...
2005-01-12 Alan HourihaneUse the faster span read/write template for 16bpp
2005-01-12 Keith WhitwellDon't special-case 16bpp for colormask register - not...
2005-01-12 Keith WhitwellRemove bogus write to freed memory (valgrind).
2005-01-12 Alan HourihaneCheck for deletion of currently bound context
2005-01-12 Alan HourihaneFixes lockups initializing AGP DMA.
2005-01-12 Alan Hourihanebuild fixes and enable agp dma
2005-01-12 Keith WhitwellAdd flag to clear texture caches after texture upload.
2005-01-12 Keith WhitwellDon't emit HC_SubA_HSPXYOS on CLE266.
2005-01-12 Keith WhitwellAllow two GL primitives to be combined to one HW primitive
2005-01-12 Alan HourihaneFix multitexturing.
2005-01-11 Alan Hourihanefix a typo
2005-01-11 Keith WhitwellDisable bogus pbuffer code (though this could be revive...
2005-01-11 Alan HourihaneFix the calculation of the alpha reference value which...
2005-01-11 Keith WhitwellTemporarily disable pageflipping assert.
2005-01-11 Alan Hourihaneuncomment
2005-01-11 Alan HourihaneFix ColorMask
2005-01-11 Keith WhitwellAdd a big nasty fallback for AlphaTest -- seems to...
2005-01-11 Alan Hourihanefallback on polygon.stippleflag (thanks Keith)
2005-01-11 Alan HourihaneFix usage of texture units, when TEX1 is enabled, but...
2005-01-10 Alan HourihaneFallback on PolygonStipple for CLE266 hardware.
2005-01-06 Thomas HellströmSmall Unichrome fixes:
2005-01-05 Alan HourihaneOnly try to free the front buffer when it's a pbuffer.
2005-01-05 Keith Whitwellmake alloc-dma functions inline, rearrange some debug
2005-01-05 Keith WhitwellAvoid a segfault in multiarb.c
2005-01-05 Alan HourihaneBring VIA driver up-to-date with regard to drm_*_t...
2005-01-04 Keith WhitwellAdd GL_EXT_fog_coord
2005-01-04 Keith WhitwellAdd GL_EXT_secondary_color
2005-01-04 Keith WhitwellTurn specular lighting state on/off appropriately.
2005-01-04 Keith WhitwellChange to use the t_vertex.c mechanisms for building...
2004-12-30 Keith WhitwellGet scissor test working again. Passes glean scissor...
2004-12-30 Keith WhitwellCalculate DEPTH_SCALE correctly for polygon offset.
2004-12-30 Keith WhitwellSimplify viaBlit a bit more.
2004-12-30 Keith WhitwellInitialize depth pointer correctly.
2004-12-30 Keith WhitwellDon't need to adjust for drawXoff in fallback clipping.
2004-12-30 Keith Whitwellfix regression with fallbacks from recent commits
2004-12-30 Keith WhitwellFix MagFilter state for texunit 0
2004-12-29 Keith WhitwellFix some wrapping bugs in the last commit. Probably...
2004-12-29 Keith WhitwellSimplfy clear() and swapbuffers() code.
2004-12-29 Keith WhitwellDon't advertise wide lines or points.
2004-12-29 Keith WhitwellMake line stipple a fallback.
2004-12-29 Keith WhitwellDon't pingpong cliprects through sarea on CopyBuffer().
2004-12-29 Keith WhitwellFallback on 3d textures correctly.
2004-12-29 Keith WhitwellGet twoside-lit triangles working again
2004-12-29 Keith WhitwellLarge update
2004-12-23 Keith WhitwellRemove the VIA_PERFORMANCE code. A step towards moving...
2004-12-23 Keith WhitwellChop out more dead code.
2004-12-22 Keith WhitwellFix merge error.
2004-12-22 Keith WhitwellRemove dead code.
2004-12-21 Keith WhitwellRemove debug code which referenced an old global variable.
2004-12-21 Keith WhitwellPush a number of global variables into the viaContext...
2004-12-21 Keith WhitwellNote that state is dirty on contended lock. Allows...
2004-12-21 Keith WhitwellAdd missing swap-control calculations.
2004-12-21 Keith WhitwellAdd vsync swapbuffers. This waits on the irq so gears...
2004-12-20 Keith WhitwellRemove #ifdef DEBUG's in code, but still allow compiler...
2004-12-18 Thomas HellströmUnichrome DRI driver:
2004-12-15 Adam JacksonMark __driCreateNewScreen PUBLIC
2004-12-15 Thomas HellströmUnichrome DRI:
2004-12-15 Thomas HellströmUnichrome DRI:
2004-12-15 Thomas HellströmUnichrome DRI:
2004-12-15 Thomas HellströmUnichrome DRI driver:
2004-12-15 Keith WhitwellAdd _mesa_delete_texture_object() call to viaDeleteTexture
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-12 Brian Paulfix recursion problem introduced on Nov 27
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-25 Keith WhitwellUpdate expected DRM version to 2.0.0
2004-10-14 Ian RomanickAdd support for optimized versions of the code underlyi...
2004-10-13 Ian RomanickAdded some documentation that I managed to figure out...
2004-10-13 Ian RomanickMake the GL_RENDERER string include the actual chipset...
2004-10-08 Ian RomanickMassively cleaned up the code that calculates front...
2004-10-04 Ian RomanickSet MaxTextureImageUnits and MaxTextureCoordUnits to...
2004-10-04 Ian RomanickThe alpha post-scale and the RGB post-scale were mistak...
2004-10-02 Brian Paulfix _DrawDestMask[0][0] typos
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-10-02 Ian RomanickCut out all of the old texture environment code and...
2004-10-01 Ian RomanickReplace the numerous switch-statements to derive GL_COM...
2004-09-30 Ian RomanickFactored out code for setting texture coordinate wrap...
2004-07-10 Jon SmirlFix unichrome solo build to not need X11 headers. Minor...
2004-07-05 Jon SmirlConvert miniglx to use Ian's fancy new driver config...
next