summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
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-11nouveau: nv20 does not support hw scissorsPatrice Mandin
2007-07-11bumped nouveau DRM interface version numberArthur Huillet
2007-07-10i915tex: Better procedure for dropping batchbuffer on virtual resolution change.Michel Dänzer
2007-07-10i915tex: Only wait for vblank when really necessary.Michel Dänzer
2007-07-10Clear pointers to freed cliprects.Michel Dänzer
2007-07-06Add case for GL_QUADS in i915_reduced_primitive_state().Brian
2007-07-07Merge branch 'master' of git+ssh://pmandin@git.freedesktop.org/git/mesa/mesaPatrice Mandin
2007-07-06NV_17 is different from NV_10Patrice Mandin
2007-07-06NV1X don't support VIEWPORT_ORIGIN in hardwarePatrice Mandin
2007-07-05 support "discard";Zou Nan hai
2007-07-04fix LogicOp/bitmap problem, bug 11133Eric Anholt
2007-07-04r300: only init swtcl on tcl-less cardsDave Airlie
2007-07-04Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into...Zou Nan hai
2007-07-04 fix issue with output as src register.Zou Nan hai
2007-07-03 Fix a nasty bug...Zou Nan hai
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-29nouveau: match drm changes (0.0.7)Ben Skeggs
2007-06-29nouveau: NV30_TCL viewport/scissor fixesBen Skeggs
2007-06-28Add a few missing GL 2.0 entrypoints, regenerate related files.Brian
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-21Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian
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