r300: fix swtcl texrect path properly.
[mesa.git] / src / mesa / drivers / dri / r300 /
2008-05-05 Dave Airlier300: fix swtcl texrect path properly.
2008-05-04 Markus Amslerr300: Set correct VAP_CNTL per vertex program.
2008-04-24 Pierre Beyssacenable GL_EXT_multi_draw_arrays (see bug 15670)
2008-04-07 Michel Dänzerr300: Fix r300VAPInputRoute{0,1} for big endian platforms.
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-30 Markus Amslerr300: Copy-and-paste error from the vertex program...
2008-03-30 Markus Amslerr300: Take PROGRAM_CONSTANT into account.
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: Indented the vertex program code...
2008-03-26 Oliver McFaddenr300: Cleaned up the default vertex program code with...
2008-03-26 Oliver McFaddenr300: Removed the last of the duplicate vertex program...
2008-03-26 Oliver McFaddenr300: Added Copyright lines to the vertex program code.
2008-03-26 Oliver McFaddenr300: Renamed the Mesa opcode translation functions.
2008-03-26 Oliver McFaddenr300: Renamed the destination-and-opcode/source macros...
2008-03-24 Alex DeucherR300: fix typo r300 fog reg
2008-03-24 Oliver McFaddenr300: Merged the constant zero/one source macros.
2008-03-24 Oliver McFaddenr300: Merged the Vector and Math Engine opcode macros.
2008-03-17 Markus Amslerr300: Simplify r300VAPInputRoute1.
2008-03-17 Markus Amslerr300: Simplify r300VAPInputRoute0, check for valid...
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-02 Oliver McFaddenr300: Corrected a bug with the SUB instruction.
2008-03-02 Oliver McFaddenr300: Corrected a bug with the MAD instruction.
2008-03-01 Oliver McFaddenr300: Added the PVS_SRC_OPERAND documentation from...
2008-03-01 Oliver McFaddenr300: Added the PVS_OP_DST_OPERAND documentation from...
2008-03-01 Oliver McFaddenr300: Added a TODO comment for registers missing from...
2008-03-01 Oliver McFaddenr300: Moved the vertex program shift/mask defines into...
2008-03-01 Oliver McFaddenr300: Indented the vertex program code with longer...
2008-03-01 Oliver McFaddenr300: Moved the PREFER_DP4 define near the position...
2008-03-01 Oliver McFaddenr300: Added a TODO comment for the MAD opcodes.
2008-03-01 Oliver McFaddenr300: Use the VE_ADD hardware opcode for the SUB opcode.
2008-03-01 Oliver McFaddenr300: Use the VE_MULTIPLY hardware opcode for the MUL...
2008-03-01 Oliver McFaddenr300: Cleaned up the XPD opcode temporary register...
2008-03-01 Oliver McFaddenr300: Cleaned up extra white space.
2008-03-01 Oliver McFaddenr300: Prefer to use the VE_ADD for simple MOV style...
2008-03-01 Oliver McFaddenr300: Removed the (undocumented) MAD_2 opcode.
2008-03-01 Oliver McFaddenr300: Cleaned up the MAD/MAD_2 opcode selection.
2008-03-01 Oliver McFaddenr300: Renamed some misleading macro arguments.
2008-03-01 Oliver McFaddenr300: Cleaned up the vertex program macros.
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: Cleaned up the special vertex program source...
2008-03-01 Oliver McFaddenr300: Added the vertex program swizzle (aka selection...
2008-03-01 Oliver McFaddenr300: Converted to the new src/dest register defines.
2008-03-01 Oliver McFaddenr300: Removed an obsolete comment from the vertex progr...
2008-03-01 Oliver McFaddenr300: Converted to the new Math Engine defines.
2008-03-01 Oliver McFaddenr300: Added the Math Engine opcode macro.
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-03-01 Oliver McFaddenr300: Added the vertex program src/dest register defines.
2008-03-01 Oliver McFaddenr300: Added the Vector Engine and Math Engine defines...
2008-03-01 Oliver McFaddenr300: Moved the vertex and fragment program macros...
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
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-27 Markus Amslerr300: add artificial output to match fragment program...
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: Corrected a cache flush bug in r300EmitCacheFlush.
2008-02-25 Oliver McFaddenr300: Moved the state code into separate functions.
2008-02-25 Christoph Brill[r300] revert complete stupid changes
2008-02-25 Christoph Brill[r300] Document registers completed 10.1 to 10.3
2008-02-25 Christoph Brill[r300] Add more register from the AMD spec
2008-02-25 Christoph Brill[r300] Document POLY_MODE and add some TODOs that might...
2008-02-25 Christoph Brill[r300] Document some registers in the POINT area
2008-02-25 Christoph Brill[r300] Further document and add register definitions...
2008-02-25 Christoph Brill[r300] Sync fog color register names
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] Add register definitions based on AMD spec start...
2008-02-25 Christoph Brill[r300] Add some more register from the AMD spec in...
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-25 Christoph Brill[r300] Add RB3D_DISCARD_SRC_PIXEL_LTE_THRESHOLD and...
2008-02-25 Christoph Brill[r300] Replace more magic number by register definition...
2008-02-25 Christoph Brill[r300] clean some more magic registers based on AMD...
2008-02-25 Christoph Brill[r300] Update some magic registers to real names
2008-02-25 Christoph Brill[r300] Document Z-buffer related register ZB_BW_CNTL
2008-02-25 Christoph Brill[r300] document VAP_CNTL based on AMD spec
2008-02-25 Christoph Brill[r300] Document some of the wild guesses in VAP_OUTPUT_...
2008-02-25 Christoph Brill[r300] document type 3 packets to draw primitives based...
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...
2008-01-01 Dave AirlieRevert "r300: fix bug with maniadrive rendering"
2008-01-01 Hans de Goederx00: fix off by one error in tempreg check
2008-01-01 Dave Airlier300: fix bug with maniadrive rendering
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
next