summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
AgeCommit message (Expand)Author
2008-02-25[r300] Document R300_RB3D_COLORMASK properly and rename it to RB3D_COLOR_CHAN...Christoph 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-23r300: fixup some more namesDave Airlie
2008-02-23r300: some initial register info from doc dropDave Airlie
2008-02-04r300: fix isosurf on rs690Dave Airlie
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
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
2007-11-03r300: move more vap registers out of non tcl pathsDave Airlie
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-07-18r300: Cleaned up vertprog construction.Oliver McFadden
2007-07-16r300: Use the R300_PVS_UPLOAD_* defines.Oliver McFadden
2007-07-16r300: Major vertex program code clean up and rework.Oliver McFadden
2007-07-13r300: Moved some hardware initialization into appropriate functions.Oliver McFadden
2007-07-13r300: Use a switch statement in r300UpdateCulling.Oliver McFadden
2007-07-11r300: Corrected r300UpdateCulling; would only set font face if culling was set.Tommy Schultz Lassen
2007-07-01Merge branch 'r300-swtcl'Dave Airlie
2007-06-24r300: Initial work on merging the real and generated vertex program functions.Oliver McFadden
2007-06-24r300: Should use inst_count not 0 for R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT.Oliver McFadden
2007-06-24r300: The vpi, vpp, and vps counts are already initialized; don't do it twice.Oliver McFadden
2007-06-24r300: Clean up the vertex program state code slightly; still needs lots of work.Oliver McFadden
2007-06-24r300: Vertex program position end bits are known.Oliver McFadden
2007-06-24r300: Removed unused vap_param structure.Oliver McFadden
2007-06-24r300: Cleaned up long lines in the vertex functions.Oliver McFadden
2007-06-24r300: Setup the default state for polygon offset point/line.Oliver McFadden
2007-06-24r300: Cleaned up the r300SetupVertexShader function.Oliver McFadden
2007-06-24r300: Cleaned up the r300SetupPixelShader function.Oliver McFadden
2007-06-24r300: 2288 is a tcl only regDave Airlie
2007-06-21r300: Corrected a bug in r300LineWidth.Oliver McFadden
2007-06-10r300: i can't see why we fallback for polygon offset line/fillDave Airlie
2007-05-30r300: Corrected r300PointSize based on dumping the blob.Oliver McFadden
2007-05-30r300: Corrected r300LineWidth based on dumping the blob.Oliver McFadden
2007-05-30r300: Removed goto statement in r300SetupRSUnit.Oliver McFadden
2007-05-30r300: Cleaned up r300SetupRSUnit.Oliver McFadden
2007-05-30r300: Use compile-time endian detection in r300_state.c as well as r300_texst...Oliver McFadden
2007-05-30r300: Document registers 0x2220 to 0x2230.Oliver McFadden
2007-05-27Revert "r300: Removed the R300_RS_INTERP_[0-9]_UNKNOWN (magic) defines."Oliver McFadden
2007-05-26r300: Removed R300_PFS_NODE_LAST_NODE replaced by R300_PFS_NODE_OUTPUT_COLOR.Oliver McFadden
2007-05-25r300: Removed unused vpucount macro from r300_state.c.Oliver McFadden
2007-05-23r300: Call the r300Fogfv function directly within r300_state.c.Oliver McFadden
2007-05-23r300: Use switch statements in r300ResetHwState, etc.Oliver McFadden
2007-05-23r300: Removed the R300_RS_INTERP_[0-9]_UNKNOWN (magic) defines.Oliver McFadden
2007-05-13r300: Changed some more functions to static functions.Oliver McFadden
2007-05-13r300: Changed a couple of functions in r300_state.c to static functions.Oliver McFadden
2007-05-13r300: Use the defined values for the interpolater (interp_magic) magic values.Oliver McFadden
2007-05-11r300: Moved r300PackFloat24 near r300PackFloat32.Oliver McFadden
2007-05-11r300: Cleaned up the blend factor function.Oliver McFadden
2007-05-11r300: Use __FUNCTION__ not __func__.Oliver McFadden