summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_reg.h
AgeCommit message (Expand)AuthorFilesLines
2008-12-28r300: remove the unknowns from the indx_buffer codeDave Airlie1-4/+4
2008-08-14r300: Fix 3D texture support.Michel Dänzer1-2/+2
2008-07-27r300: Implement hardware acceleration for ColorLogicOpNicolai Haehnle1-1/+3
2008-07-12r500_fragprog: Major refactoring of final emitNicolai Haehnle1-0/+1
2008-07-05r500: Major refactoring of fragment program emitNicolai Haehnle1-0/+6
2008-06-29r300: Fix wrap mode for 1D texturesNicolai Haehnle1-2/+2
2008-06-07r300: Further anisotropic filtering fixesNicolai Haehnle1-7/+6
2008-06-07r300: Update LOD_BIAS register constantsNicolai Haehnle1-1/+2
2008-06-07r5xx: Unbreak anisotropic filtering?Corbin Simpson1-0/+3
2008-06-06r300: Cleanup TX_MIN_FILTER definesNicolai Haehnle1-19/+10
2008-05-29r300: fix R300_FG_ALPHA_FUNC_VAL_MASKMarkus Amsler1-1/+1
2008-05-28Merge branch 'r500-support'Dave Airlie1-763/+1315
2008-05-20r300: some ctrl-m's wierd.Dave Airlie1-20/+20
2008-05-20r300/r500: fix RS col fmt bitsDave Airlie1-2/+2
2008-05-17r300: SC register naming cleanupAlex Deucher1-25/+31
2008-05-17r500: write out the correct FP registersAlex Deucher1-0/+2
2008-05-13R300: clean up GA registersAlex Deucher1-164/+164
2008-05-13R3xx: clean up ZB registersAlex Deucher1-112/+107
2008-05-13R300: clean up CB registersAlex Deucher1-61/+68
2008-05-13R300: clean up Fog registersAlex Deucher1-50/+49
2008-05-13R300: cleanup FS code and fill in missing detailsAlex Deucher1-209/+246
2008-05-13R3xx: more PVS cleanupAlex Deucher1-11/+10
2008-05-12Merge branch 'r500-support' of git+ssh://agd5f@git.freedesktop.org/git/mesa/m...Alex Deucher1-20/+13
2008-05-12R500: add support for 4k texturesAlex Deucher1-1/+1
2008-05-07r500: cleanup r500 RS setupDave Airlie1-20/+13
2008-05-04r300: Set correct VAP_CNTL per vertex program.Markus Amsler1-1/+7
2008-05-02R3/4/5: fix TCL on r5xx, cleanup PVS codeAlex Deucher1-33/+44
2008-05-02R300: fix VAP_OUTPUT_VTX_FMT_1 definesAlex Deucher1-5/+5
2008-05-02R300: cleanup VAP_CLIP_CNTLAlex Deucher1-3/+15
2008-05-02R300: clean up VAP_PROG_STREAM_CNTL* register usageAlex Deucher1-35/+53
2008-05-02R5xx: various updatesAlex Deucher1-1/+8
2008-05-02r500 RS unit setupDave Airlie1-11/+11
2008-05-02some basic r500 portageDave Airlie1-2/+475
2008-03-29Merge branch 'r300-vertprog-branch' of ssh://people.freedesktop.org/~z3ro/mesaOliver McFadden1-107/+183
2008-03-28r300: finish conversion of RS_INST regsDave Airlie1-18/+2
2008-03-28r300: move to using RS_INST namesDave Airlie1-19/+15
2008-03-24R300: fix typo r300 fog regAlex Deucher1-1/+1
2008-03-04r300: Fix some issues with masks in stencil buffer areaChristoph Brill1-2/+3
2008-03-02r300: Corrected a bug with the MAD instruction.Oliver McFadden1-0/+6
2008-03-01r300: Added the PVS_SRC_OPERAND documentation from AMD.Oliver McFadden1-0/+35
2008-03-01r300: Added the PVS_OP_DST_OPERAND documentation from AMD.Oliver McFadden1-0/+39
2008-03-01r300: Moved the vertex program shift/mask defines into the appropriate file.Oliver McFadden1-27/+0
2008-03-01r300: Removed the (undocumented) MAD_2 opcode.Oliver McFadden1-3/+0
2008-03-01r300: Added the vertex program swizzle (aka selection) defines.Oliver McFadden1-12/+9
2008-03-01r300: Converted to the new src/dest register defines.Oliver McFadden1-11/+0
2008-03-01r300: Converted to the new Math Engine defines.Oliver McFadden1-14/+1
2008-03-01r300: Converted to the new Vector Engine defines.Oliver McFadden1-45/+0
2008-03-01r300: Added the vertex program src/dest register defines.Oliver McFadden1-0/+16
2008-03-01r300: Added the Vector Engine and Math Engine defines from AMD's documentation.Oliver McFadden1-2/+84
2008-02-28r300: R5xx and R3xx use different registers for RS_IP and RS_INSTChristoph Brill1-88/+148