summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
AgeCommit message (Expand)Author
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: Cleaned up the default vertex program code with longer lines.Oliver McFadden
2008-03-26r300: Renamed the destination-and-opcode/source macros to more appropriate na...Oliver McFadden
2008-03-24r300: Merged the Vector and Math Engine opcode macros.Oliver McFadden
2008-03-04r300: replace some hard coded mask by define in stencil areaChristoph Brill
2008-03-04r300: Fix some issues with masks in stencil buffer areaChristoph Brill
2008-03-01r300: Removed duplicate component selection defines.Oliver McFadden
2008-03-01r300: Removed duplicate source register class defines.Oliver McFadden
2008-03-01r300: Renamed the vertex program source register macro.Oliver McFadden
2008-03-01r300: Removed the (obsolete) special source register macros.Oliver McFadden
2008-03-01r300: Renamed the Vector Engine opcode macro.Oliver McFadden
2008-03-01r300: Converted to the new Vector Engine defines.Oliver McFadden
2008-03-01r300: Removed the duplicate dest register defines.Oliver McFadden
2008-03-01r300: Removed the duplicate "easy" vertex program macros.Oliver McFadden
2008-02-28r300: R5xx and R3xx use different registers for RS_IP and RS_INSTChristoph Brill
2008-02-27r300: properly handle GL_POINT in glPolygonModeChristoph Brill
2008-02-26[r300] fix wow-pinkness regression. Fixed by Markus AmslerChristoph Brill
2008-02-26[r300] Document based on chapter 10.4 and 10.5Christoph Brill
2008-02-25r300: Moved the state code into separate functions.Oliver McFadden
2008-02-25[r300] Document POLY_MODE and add some TODOs that might have triggered some bugsChristoph 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] 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