summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2009-06-07r300: enable EXT_vertex_array_bgra extensionsMaciej Cencora
2009-06-07r300: add hw accelerated support for different vertex data formatsMaciej Cencora
2009-06-07r300: prepare for different vertex data type supportMaciej Cencora
2009-06-07r300: fixup vertex attributes orderingMaciej Cencora
2009-06-07r300: always pass 4 color components to RS unitMaciej Cencora
2009-05-28r300: when using cs path emit scissor in the cmdbufferJerome Glisse
2009-05-28r300: rework texture offset emission.Jerome Glisse
2009-05-24radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle
2009-05-20radeon: set max texture sizeJerome Glisse
2009-05-18radeon: fix DRI1 cmd streamJerome Glisse
2009-05-16r300: cleanup vertex program related functionsMaciej Cencora
2009-05-16r300: minor code movementMaciej Cencora
2009-05-16r300: more cleanupMaciej Cencora
2009-05-16r300: move some code to common pathMaciej Cencora
2009-05-16r300: rename functionsMaciej Cencora
2009-05-16r300: move forward declarations to where they belongMaciej Cencora
2009-05-16r300: software fallbacking handling rewriteMaciej Cencora
2009-05-16r300: r300EmitArrays should never failMaciej Cencora
2009-05-16r300: remove unnecessary switch casesMaciej Cencora
2009-05-16r300: further cleanupMaciej Cencora
2009-05-14r300: don't send now forbidden register to kernel when with memory managerJerome Glisse
2009-05-14r300: Make sure to drop current hardware state reference to texture objects.Michel Dänzer
2009-05-13Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTOwen W. Taylor
2009-05-13Remove subpixel offset from viewportOwen W. Taylor
2009-05-12radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXELJerome Glisse
2009-05-12r300/r500: make sure we detect constant buffer changesJerome Glisse
2009-05-10Merge commit 'origin/master' into radeon-rewriteJerome Glisse
2009-05-07r300: add missing texture formatMaciej Cencora
2009-05-07r300: moar cleanupMaciej Cencora
2009-05-04r300: set proper texture row alignment for IGP chipsMaciej Cencora
2009-05-01mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul
2009-05-01Merge branch 'const-buffer-changes'Brian Paul
2009-04-30r300: Increase reference count of texture objects referenced by current state.Michel Dänzer
2009-04-28r300: remove unused debugging in set tex buffer pathsDave Airlie
2009-04-27r300: fix fragment program limitsMaciej Cencora
2009-04-27r300: fallback only if stencil test is enabledMaciej Cencora
2009-04-27r300: do front/back color selection in HW for software TCL pathMaciej Cencora
2009-04-27r300: fix point size clamping when point is not attenuatedMaciej Cencora
2009-04-27r300: fix performance regressionMaciej Cencora
2009-04-27r300: add point attenuation stage for TCL fallbacksMaciej Cencora
2009-04-27r300: always route 4 texcoord components to RSMaciej Cencora
2009-04-27r300: flush stdout to get consistent debugging infoMaciej Cencora
2009-04-27r300: handle texcoords properlyMaciej Cencora
2009-04-27r300: remove unnecessary function callsMaciej Cencora
2009-04-27r300: rename stateMaciej Cencora
2009-04-27r300: remove unnecessary function callsMaciej Cencora
2009-04-27r300: always emit output insts after all KIL instsMaciej Cencora
2009-04-24r300: fix cliprect valuesJerome Glisse
2009-04-24r300: emit cliprect when in dri2 modeJerome Glisse
2009-04-22r200/r300/r500: add _NEW_PROGRAM_CONSTANTS flagBrian Paul