R300: cleanup VAP_CLIP_CNTL
[mesa.git] / src / mesa / drivers / dri / r300 / r300_state.c
2008-05-02 Alex DeucherR300: cleanup VAP_CLIP_CNTL
2008-05-02 Alex DeucherUpdate comment
2008-05-02 Alex DeucherR5xx: various updates
2008-05-02 Alex DeucherR5xx: Add R5xx pci ids
2008-05-02 Dave Airliefixup r500 bits for renaming
2008-05-02 Dave Airlier500: fixup fake shader to keep gears going
2008-05-02 Dave Airlier500: enable gb tiling for r5xx
2008-05-02 Dave Airlier500: fixup support for emitting fragment program to...
2008-05-02 Dave Airlier300: this code really shouldn't be here.
2008-05-02 Dave Airliemesa: cleanup state emission and rs for r500
2008-05-02 Dave Airlier500 RS unit setup
2008-05-02 Dave Airliesome basic r500 portage
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-28 Dave Airlier300: finish conversion of RS_INST regs
2008-03-28 Dave Airlier300: move to using RS_INST names
2008-03-26 Oliver McFaddenr300: Cleaned up the default vertex program code with...
2008-03-26 Oliver McFaddenr300: Renamed the destination-and-opcode/source macros...
2008-03-24 Oliver McFaddenr300: Merged the Vector and Math Engine opcode macros.
2008-03-04 Christoph Brillr300: replace some hard coded mask by define in stencil...
2008-03-04 Christoph Brillr300: Fix some issues with masks in stencil buffer...
2008-03-01 Oliver McFaddenr300: Removed duplicate component selection defines.
2008-03-01 Oliver McFaddenr300: Removed duplicate source register class defines.
2008-03-01 Oliver McFaddenr300: Renamed the vertex program source register macro.
2008-03-01 Oliver McFaddenr300: Removed the (obsolete) special source register...
2008-03-01 Oliver McFaddenr300: Renamed the Vector Engine opcode macro.
2008-03-01 Oliver McFaddenr300: Converted to the new Vector Engine defines.
2008-03-01 Oliver McFaddenr300: Removed the duplicate dest register defines.
2008-03-01 Oliver McFaddenr300: Removed the duplicate "easy" vertex program macros.
2008-02-28 Christoph Brillr300: R5xx and R3xx use different registers for RS_IP...
2008-02-27 Christoph Brillr300: properly handle GL_POINT in glPolygonMode
2008-02-26 Christoph Brill[r300] fix wow-pinkness regression. Fixed by Markus...
2008-02-26 Christoph Brill[r300] Document based on chapter 10.4 and 10.5
2008-02-25 Oliver McFaddenr300: Moved the state code into separate functions.
2008-02-25 Christoph Brill[r300] Document POLY_MODE and add some TODOs that might...
2008-02-25 Christoph Brill[r300] Sync fog register names to the AMD spec
2008-02-25 Christoph Brill[r300] Further document FG_ALPHA_FUNC (renamed from...
2008-02-25 Christoph Brill[r300] Document R300_RB3D_COLORMASK properly and rename...
2008-02-25 Christoph Brill[r300] Sync the names for Z-Buffer registers with the...
2008-02-25 Christoph Brill[r300] Add more struct names for r300_hw_state
2008-02-25 Christoph Brill[r300] rename all unkown structs r300_hw_state to reada...
2008-02-23 Dave Airlier300: fixup some more names
2008-02-23 Dave Airlier300: some initial register info from doc drop
2008-02-04 Dave Airlier300: fix isosurf on rs690
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-05 Oliver McFaddenRenamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL.
2007-11-05 Dave Airlier300: initial user clipping for TCL paths
2007-11-03 Dave Airlier300: move more vap registers out of non tcl paths
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-18 Oliver McFaddenr300: Cleaned up vertprog construction.
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-16 Oliver McFaddenr300: Use the R300_PVS_UPLOAD_* defines.
2007-07-16 Oliver McFaddenr300: Major vertex program code clean up and rework.
2007-07-13 Oliver McFaddenr300: Moved some hardware initialization into appropria...
2007-07-13 Oliver McFaddenr300: Use a switch statement in r300UpdateCulling.
2007-07-11 Tommy Schultz Lassenr300: Corrected r300UpdateCulling; would only set font...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-24 Oliver McFaddenr300: Initial work on merging the real and generated...
2007-06-24 Oliver McFaddenr300: Should use inst_count not 0 for R300_PVS_CNTL_3_P...
2007-06-24 Oliver McFaddenr300: The vpi, vpp, and vps counts are already initiali...
2007-06-24 Oliver McFaddenr300: Clean up the vertex program state code slightly...
2007-06-24 Oliver McFaddenr300: Vertex program position end bits are known.
2007-06-24 Oliver McFaddenr300: Removed unused vap_param structure.
2007-06-24 Oliver McFaddenr300: Cleaned up long lines in the vertex functions.
2007-06-24 Oliver McFaddenr300: Setup the default state for polygon offset point...
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupVertexShader function.
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupPixelShader function.
2007-06-24 Dave Airlier300: 2288 is a tcl only reg
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-21 Oliver McFaddenr300: Corrected a bug in r300LineWidth.
2007-06-10 Dave Airlier300: i can't see why we fallback for polygon offset...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-30 Oliver McFaddenr300: Corrected r300PointSize based on dumping the...
2007-05-30 Oliver McFaddenr300: Corrected r300LineWidth based on dumping the...
2007-05-30 Oliver McFaddenr300: Removed goto statement in r300SetupRSUnit.
2007-05-30 Oliver McFaddenr300: Cleaned up r300SetupRSUnit.
2007-05-30 Oliver McFaddenr300: Use compile-time endian detection in r300_state...
2007-05-30 Oliver McFaddenr300: Document registers 0x2220 to 0x2230.
2007-05-27 Oliver McFaddenRevert "r300: Removed the R300_RS_INTERP_[0-9]_UNKNOWN...
2007-05-26 Oliver McFaddenr300: Removed R300_PFS_NODE_LAST_NODE replaced by R300_...
2007-05-25 Oliver McFaddenr300: Removed unused vpucount macro from r300_state.c.
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-23 Oliver McFaddenr300: Call the r300Fogfv function directly within r300_...
2007-05-23 Oliver McFaddenr300: Use switch statements in r300ResetHwState, etc.
2007-05-23 Oliver McFaddenr300: Removed the R300_RS_INTERP_[0-9]_UNKNOWN (magic...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-13 Oliver McFaddenr300: Changed some more functions to static functions.
2007-05-13 Oliver McFaddenr300: Changed a couple of functions in r300_state.c...
2007-05-13 Oliver McFaddenr300: Use the defined values for the interpolater ...
2007-05-11 Oliver McFaddenr300: Moved r300PackFloat24 near r300PackFloat32.
2007-05-11 Oliver McFaddenr300: Cleaned up the blend factor function.
2007-05-11 Oliver McFaddenr300: Use __FUNCTION__ not __func__.
2007-05-11 Oliver McFaddenr300: Cleaned up function names in r300_state.c.
next