aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'r300-vertprog-branch' of ssh://people.freedesktop.org/~z3ro/mesaOliver McFadden2008-03-291-4/+4
|\
| * r300: Cleaned up the default vertex program code with longer lines.Oliver McFadden2008-03-261-28/+4
| * r300: Renamed the destination-and-opcode/source macros to more appropriate na...Oliver McFadden2008-03-261-4/+4
| * r300: Merged the Vector and Math Engine opcode macros.Oliver McFadden2008-03-241-2/+6
| * r300: Removed duplicate component selection defines.Oliver McFadden2008-03-011-12/+12
| * r300: Removed duplicate source register class defines.Oliver McFadden2008-03-011-3/+3
| * r300: Renamed the vertex program source register macro.Oliver McFadden2008-03-011-3/+3
| * r300: Removed the (obsolete) special source register macros.Oliver McFadden2008-03-011-4/+24
| * r300: Renamed the Vector Engine opcode macro.Oliver McFadden2008-03-011-1/+1
| * r300: Converted to the new Vector Engine defines.Oliver McFadden2008-03-011-1/+1
| * r300: Removed the duplicate dest register defines.Oliver McFadden2008-03-011-1/+1
| * r300: Removed the duplicate "easy" vertex program macros.Oliver McFadden2008-03-011-1/+1
* | r300: finish conversion of RS_INST regsDave Airlie2008-03-281-3/+3
* | r300: move to using RS_INST namesDave Airlie2008-03-281-8/+8
* | r300: replace some hard coded mask by define in stencil areaChristoph Brill2008-03-041-6/+6
* | r300: Fix some issues with masks in stencil buffer areaChristoph Brill2008-03-041-4/+4
|/
* r300: R5xx and R3xx use different registers for RS_IP and RS_INSTChristoph Brill2008-02-281-5/+5
* r300: properly handle GL_POINT in glPolygonModeChristoph Brill2008-02-271-5/+10
* [r300] fix wow-pinkness regression. Fixed by Markus AmslerChristoph Brill2008-02-261-5/+5
* [r300] Document based on chapter 10.4 and 10.5Christoph Brill2008-02-261-7/+4
* r300: Moved the state code into separate functions.Oliver McFadden2008-02-251-83/+95
* [r300] Document POLY_MODE and add some TODOs that might have triggered some bugsChristoph Brill2008-02-251-9/+9
* [r300] Sync fog register names to the AMD specChristoph Brill2008-02-251-8/+8
* [r300] Further document FG_ALPHA_FUNC (renamed from R300_PP_ALPHA_TEST) and f...Christoph Brill2008-02-251-9/+9
* [r300] Document R300_RB3D_COLORMASK properly and rename it to RB3D_COLOR_CHAN...Christoph Brill2008-02-251-3/+4
* [r300] Sync the names for Z-Buffer registers with the AMD specChristoph Brill2008-02-251-19/+16
* [r300] Add more struct names for r300_hw_stateChristoph Brill2008-02-251-6/+6
* [r300] rename all unkown structs r300_hw_state to readable namesChristoph Brill2008-02-251-37/+37
* r300: fixup some more namesDave Airlie2008-02-231-3/+3
* r300: some initial register info from doc dropDave Airlie2008-02-231-1/+1
* r300: fix isosurf on rs690Dave Airlie2008-02-041-2/+9
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-2/+2
* Renamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL.Oliver McFadden2007-11-051-4/+4
* r300: initial user clipping for TCL pathsDave Airlie2007-11-051-1/+59
* r300: move more vap registers out of non tcl pathsDave Airlie2007-11-031-7/+7
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-4/+5
* r300: Cleaned up vertprog construction.Oliver McFadden2007-07-181-14/+15
* r300: Use the R300_PVS_UPLOAD_* defines.Oliver McFadden2007-07-161-2/+2
* r300: Major vertex program code clean up and rework.Oliver McFadden2007-07-161-1/+1
* r300: Moved some hardware initialization into appropriate functions.Oliver McFadden2007-07-131-27/+26
* r300: Use a switch statement in r300UpdateCulling.Oliver McFadden2007-07-131-7/+22
* r300: Corrected r300UpdateCulling; would only set font face if culling was set.Tommy Schultz Lassen2007-07-111-5/+4
* Merge branch 'r300-swtcl'Dave Airlie2007-07-011-7/+9
|\
| * r300: 2288 is a tcl only regDave Airlie2007-06-241-7/+9
* | r300: Initial work on merging the real and generated vertex program functions.Oliver McFadden2007-06-241-73/+40
* | r300: Should use inst_count not 0 for R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT.Oliver McFadden2007-06-241-1/+1
* | r300: The vpi, vpp, and vps counts are already initialized; don't do it twice.Oliver McFadden2007-06-241-5/+0
* | r300: Clean up the vertex program state code slightly; still needs lots of work.Oliver McFadden2007-06-241-64/+51
* | r300: Vertex program position end bits are known.Oliver McFadden2007-06-241-5/+5
* | r300: Removed unused vap_param structure.Oliver McFadden2007-06-241-1/+0