summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2007-07-11r300: Added support for Back Facing Color.Tommy Schultz Lassen
2007-07-11r300: Corrected r300UpdateCulling; would only set font face if culling was set.Tommy Schultz Lassen
2007-07-04r300: only init swtcl on tcl-less cardsDave Airlie
2007-07-02r300: fix compiz crash on swtcl - doesn't fix compiz though.Dave Airlie
2007-07-01r300: oops wrong logic for swtclDave Airlie
2007-07-01r300: oops turn back off cmd buf debuggingDave Airlie
2007-07-01Merge branch 'r300-swtcl'Dave Airlie
2007-07-01fix tabbingDave Airlie
2007-07-01r300: add authorshipDave Airlie
2007-07-01r300: remove some unused codeDave Airlie
2007-07-01r300: cleanup some of the swtcl codeDave Airlie
2007-07-01r300: fixup manytex, we needed to emit the vic/vir/vof every timeDave Airlie
2007-07-01r300: fix tabbingDave 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: Trivial clean up in radeon_lock.h.Oliver McFadden
2007-06-24r300: 2288 is a tcl only regDave Airlie
2007-06-22clean up cache flush emission into one placeDave Airlie
2007-06-21r300: Corrected a bug in r300LineWidth.Oliver McFadden
2007-06-21clean up color0 codeDave Airlie
2007-06-21add a mem use for current dma bufferDave Airlie
2007-06-21fix unfilled tris/quadsDave Airlie
2007-06-21ensure cmd buffer spaceDave Airlie
2007-06-21fix up vertex emission before state changeDave Airlie
2007-06-21fix secondary color, fog is off for nowDave Airlie
2007-06-21fix projtexDave Airlie
2007-06-21fix quad-clipDave Airlie
2007-06-21bring over vertex engine setup code from r300_Render and fix upDave Airlie
2007-06-20fixup some bits of tcl pathDave Airlie
2007-06-20swtcl: gears worksDave Airlie
2007-06-17more commits to fix things and stuff - still not doing anything except crashinDave Airlie
2007-06-17swtcl add debug and fix offsetDave Airlie
2007-06-17cleaned up reduced primDave Airlie
2007-06-17fixup packet setup - still hangsDave Airlie
2007-06-17add missing swtcl fileDave Airlie
2007-06-17add more swtcl code to r300 - hangs card nowDave Airlie
2007-06-14Initial r300 modes for swtcl it compiles!!Dave Airlie
2007-06-13move clip to r300 emitDave Airlie
2007-06-10r300: i can't see why we fallback for polygon offset line/fillDave Airlie
2007-06-07r300: Added a comment regarding the R300_VAP_CLIP registers.Oliver McFadden
2007-06-07r300: Removed a "don't think this is needed" comment, it actually is needed.Oliver McFadden
2007-06-07r300: Explain the R300_VAP_OUTPUT_VTX_FMT_1 register.Oliver McFadden