summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_ioctl.c
AgeCommit message (Expand)Author
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-07-11R300: update vap_cntl values for NUM_FPUSAlex Deucher
2008-06-14r300: Do not include r300_fragprog.h from r300_context.h and other cleanupsNicolai Haehnle
2008-06-07r300: Some cleanups in depth and stencil state handlingNicolai Haehnle
2008-06-07r300: Apply writemask when clearing stencil bufferNicolai Haehnle
2008-06-07r300: Fix stencil buffer clearNicolai Haehnle
2008-05-27r300/r500: emit flush inside vap_cntl state atomDave Airlie
2008-05-20r300/r500: fixup some of the register write sizesDave Airlie
2008-05-17r500: write out the correct FP registersAlex Deucher
2008-05-15r500: some trivial fixups to get tri working.Dave Airlie
2008-05-15r500: we just need to emit a colour for clear drop tex instructionDave Airlie
2008-05-13R3xx: clean up ZB registersAlex Deucher
2008-05-13R300: clean up Fog registersAlex Deucher
2008-05-13R500: fixup r300EmitClearState() FP for r5xxAlex Deucher
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