summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-22updated for vboBrian
2007-02-22use _mesa_get_program_register()Brian
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian
2007-02-20nouveau: nv10: grr, ctx->DrawBuffer invalid?Patrice Mandin
2007-02-20nouveau: nv10: also check ctx->DrawBuffer in nv10ViewportScalePatrice Mandin
2007-02-20nouveau: nv10: keep 24/8 depth/stencil value, don't check for depth bitsPatrice Mandin
2007-02-20Fix parallel make in r300 driver.Adam Jackson
2007-02-20remove accidental check-inBrian
2007-02-19i915tex: Fix performance regression with new vbo code and latest drm.Thomas Hellstrom
2007-02-17stand-alone GLSL compilerBrian
2007-02-16Merge branch 'master' of git+ssh://geckosenator@git.freedesktop.org/git/mesa/...Sean D'Epagnier
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier
2007-02-16nouveau: nv50: updatePatrice Mandin
2007-02-16nouveau: nv10,20: wrong viewport clip setupPatrice Mandin
2007-02-16nouveau: nv20: texture matrixPatrice Mandin
2007-02-16nouveau: nv20: updatePatrice Mandin
2007-02-16nouveau: nv10: set clear value for 16 and 24 bits depthPatrice Mandin
2007-02-16nouveau: nv10: rescale depth near and farPatrice Mandin
2007-02-16nouveau: nv10: fix viewport scale and originPatrice Mandin
2007-02-14r300: Fix cos & add scs to fragment program.Rune Peterson
2007-02-14nouveau: nv10: there are 8 clipping regionsPatrice Mandin
2007-02-14i915tex: Take into account various mapping states when dropping theThomas Hellstrom
2007-02-12I965: fix a failure on waiting irq.Xiang, Haihao
2007-02-12r300: Add proper support for sin/cos instruction in fragment programRune Peterson
2007-02-09r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger
2007-02-09fix issues in vp when using FRAG_BIT_WPOS in a fragment program (bug #9910)Roland Scheidegger
2007-02-06nouveau: a couple of NV3x fixesBen Skeggs
2007-02-06Add support for CN700 chipset in miniglxJakob Bornecrantz
2007-02-06nouveau: OUT_RINGp expects the size in dwords, not bytes.Ben Skeggs
2007-02-06nouveau: fix a small bug in nv10 swtclBen Skeggs
2007-02-06nouveau: new bufferobj code.Ben Skeggs
2007-02-04nouveau: nv10: add init for unknown 0x120Patrice Mandin
2007-02-04nouveau: fix nv04 and nv10 swtcl, more work on nv04 state.Stephane Marchesin
2007-02-03nouveau: forgot function declarationPatrice Mandin
2007-02-03nouveau: nv50: use nv50 statePatrice Mandin
2007-02-03Merge branch 'origin'Michel Dänzer
2007-02-03Fall back to software rasterization if r300_translate_fragment_shader() fails.Michel Dänzer
2007-02-03Remove unused r200 files from r300 driver directory.Michel Dänzer
2007-02-03r300CreateContext: Really initialize r300->initialMaxAnisotropy.Michel Dänzer
2007-02-03nouveau: fix viewport clipping initializationPatrice Mandin
2007-02-03nouveau: use color pitch as depth pitch if depth disabledPatrice Mandin
2007-02-03disable r200 materials-between-begin-end check if vertex progs are enabledRoland Scheidegger
2007-02-03remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger
2007-02-03fix errorneously adding fog state params to all vertex programs...Roland Scheidegger
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-02-02Modify assert to reflect rebase criteriaKeith Whitwell
2007-02-02 push commit 2dfb3a217f730d6783fb2ac8b73248dc682f923c to i915texZou Nan hai
2007-02-02 Fix fd.o #9686, when fall into vertex fog,Zou Nan hai
2007-02-01Correct usage/meaning of max_index parameter.Keith Whitwell