summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_cmdbuf.c
AgeCommit message (Expand)Author
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-07-27r300: Implement hardware acceleration for ColorLogicOpNicolai Haehnle
2008-07-05r500: Fix blend color.Nicolai Haehnle
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-05-28r300: disable cmdbuf debug againDave Airlie
2008-05-27r300/r500: emit flush inside vap_cntl state atomDave Airlie
2008-05-22r500: bump state atom size up for fp and fp constantsDave Airlie
2008-05-17r300: SC register naming cleanupAlex Deucher
2008-05-17r500: write out the correct FP registersAlex Deucher
2008-05-15r500: default rsunit swizzle like fglrxDave Airlie
2008-05-13R300: clean up GA registersAlex Deucher
2008-05-13R3xx: clean up ZB registersAlex Deucher
2008-05-13R300: clean up CB registersAlex Deucher
2008-05-13R300: clean up Fog registersAlex Deucher
2008-05-13R300: cleanup FS code and fill in missing detailsAlex Deucher
2008-05-13R3xx: more PVS cleanupAlex Deucher
2008-05-12Merge branch 'r500-support' of git+ssh://agd5f@git.freedesktop.org/git/mesa/m...Alex Deucher
2008-05-12R500: add support for 4k texturesAlex Deucher
2008-05-05r500: make tri-param workDave Airlie
2008-05-05r500: make sure we emit max temp atom.Dave Airlie
2008-05-02R300: fix rebase conflictsAlex Deucher
2008-05-02R3/4/5: fix TCL on r5xx, cleanup PVS codeAlex Deucher
2008-05-02R300: clean up VAP_PROG_STREAM_CNTL* register usageAlex Deucher
2008-05-02r500: fixup support for emitting fragment program to hardware.Dave Airlie
2008-05-02r500: setup fragment program constant emission atomDave Airlie
2008-05-02r500 RS unit setupDave Airlie
2008-05-02more r500 vs r300 kickinDave Airlie
2008-05-02some basic r500 portageDave Airlie
2008-03-28r300: move to using RS_INST namesDave Airlie
2008-02-28r300: R5xx and R3xx use different registers for RS_IP and RS_INSTChristoph Brill
2008-02-25[r300] revert complete stupid changesChristoph Brill
2008-02-25[r300] Add more register from the AMD specChristoph Brill
2008-02-25[r300] Document POLY_MODE and add some TODOs that might have triggered some bugsChristoph Brill
2008-02-25[r300] Further document and add register definitions (found bugs in LINE hand...Christoph Brill
2008-02-25[r300] Sync fog color register namesChristoph Brill
2008-02-25[r300] Sync fog register names to the AMD specChristoph Brill
2008-02-25[r300] Further document FG_ALPHA_FUNC (renamed from R300_PP_ALPHA_TEST) and f...Christoph Brill
2008-02-25[r300] Document R300_RB3D_COLORMASK properly and rename it to RB3D_COLOR_CHAN...Christoph Brill
2008-02-25[r300] Add some more register from the AMD spec in the area of AARESOLVEChristoph Brill
2008-02-25[r300] Sync the names for Z-Buffer registers with the AMD specChristoph Brill
2008-02-25[r300] Add more struct names for r300_hw_stateChristoph Brill
2008-02-25[r300] rename all unkown structs r300_hw_state to readable namesChristoph Brill
2008-02-25[r300] Add RB3D_DISCARD_SRC_PIXEL_LTE_THRESHOLD and some HyperZ defintionsChristoph Brill
2008-02-25[r300] Replace more magic number by register definitions from AMDChristoph Brill
2008-02-25[r300] clean some more magic registers based on AMD specChristoph Brill
2008-02-25[r300] Update some magic registers to real namesChristoph Brill
2008-02-23r300: fixup some more namesDave Airlie
2008-02-23r300: some initial register info from doc dropDave Airlie
2007-11-05Renamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL.Oliver McFadden
2007-11-05r300: initial user clipping for TCL pathsDave Airlie