summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_ioctl.c
AgeCommit message (Expand)Author
2008-05-13R300: cleanup FS code and fill in missing detailsAlex Deucher
2008-05-13R3xx: more PVS cleanupAlex Deucher
2008-05-03r300: Set correct VAP_CNTL per vertex program.Markus Amsler
2008-05-02R300: fix rebase conflictsAlex Deucher
2008-05-02R3/4/5: fix TCL on r5xx, cleanup PVS codeAlex Deucher
2008-05-02R300: cleanup VAP_CLIP_CNTLAlex Deucher
2008-05-02R300: clean up VAP_PROG_STREAM_CNTL* register usageAlex Deucher
2008-05-02mesa: cleanup state emission and rs for r500Dave Airlie
2008-05-02more r500 vs r300 kickinDave Airlie
2008-03-29Merge branch 'r300-vertprog-branch' of ssh://people.freedesktop.org/~z3ro/mesaOliver McFadden
2008-03-28r300: finish conversion of RS_INST regsDave Airlie
2008-03-28r300: move to using RS_INST namesDave Airlie
2008-03-26r300: Removed the last of the duplicate vertex program macros.Oliver McFadden
2008-03-01r300: Converted to the new src/dest register defines.Oliver McFadden
2008-03-01r300: Moved the vertex and fragment program macros into the appropriate files.Oliver McFadden
2008-02-28r300: R5xx and R3xx use different registers for RS_IP and RS_INSTChristoph 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] Update some magic registers to real namesChristoph Brill
2008-02-25[r300] Document some of the wild guesses in VAP_OUTPUT_VTX_FMT based on AMD specChristoph Brill
2008-02-23r300: fixup some more namesDave Airlie
2007-11-05Renamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL.Oliver McFadden
2007-11-03r300: move more vap registers out of non tcl pathsDave Airlie
2007-07-01r300: fix tabbingDave Airlie
2007-06-22clean up cache flush emission into one placeDave Airlie
2007-06-21add a mem use for current dma bufferDave Airlie
2007-06-20swtcl: gears worksDave Airlie
2007-06-17add more swtcl code to r300 - hangs card nowDave Airlie
2007-05-30r300: R300_SE_VTE_CNTL applies to both non-TCL and TCL hardware.Oliver McFadden
2007-05-13r300: Use e32(0x0) rather than e32(0); makes greping for hex values easier.Oliver McFadden
2007-05-13r300: Use the defined values when writing to R300_RS_ROUTE_0.Oliver McFadden
2007-05-13r300: Use the defined values when writing to R300_SE_VTE_CNTL.Oliver McFadden
2007-05-13r300: Added a TODO comment for the R300_VAP_INPUT_ROUTE_[01]_0 values.Oliver McFadden
2007-05-13r300: Changed some more functions to static functions.Oliver McFadden
2007-05-13r300: A few very minor indenting corrections.Oliver McFadden
2007-05-13r300: Use the defined values when writing to R300_VAP_INPUT_CNTL_[01].Oliver McFadden
2007-05-09r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden
2007-05-09r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300Oliver McFadden
2007-05-09r300: Removed a bit of disabled code.Oliver McFadden
2007-05-09r300: Removed the deprecated VTXFMT code.Oliver McFadden
2007-05-09r300: Last of the indent changes. :)Oliver McFadden
2007-05-09r300: Converted exit calls to _mesa_exit calls.Oliver McFadden
2007-05-09r300: Indented r300_ioctl.[ch].Oliver McFadden
2007-05-08r300: Renamed the VBO functions to the R300 name format.Oliver McFadden
2007-05-06r300: fix primary color on rs480Aapo Tahkola
2007-04-29r300: Page flipping fixes.Michel Dänzer
2007-04-14r300: emit different clear paths for non-TCL, this gets the clear color correctDave Airlie
2007-04-14r300: if we don't have TCL don't setup state emissions for vertex shadersDave Airlie
2007-03-15r300: Fixed "no previous prototype for 'r300RefillCurrentDmaRegion'" warning.Oliver McFadden