summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-02-26s/pdp/prp/ in DoBindContext()Panagiotis Papadakos1-1/+1
2007-02-26add missing param to _mesa_warning()Panagiotis Papadakos1-1/+1
2007-02-26Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)Aapo Tahkola2-2/+2
2007-02-24Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian2-2/+10
2007-02-24Fix broken cubemap mipmap layout (the cubemap.c demo was segfaulting).Brian1-2/+10
2007-02-24clean-up, comment codeBrian1-2/+7
2007-02-24make src ptr constBrian2-3/+4
2007-02-23Fix GLAPIENTRYP for OS X.Ian Romanick2-2/+10
2007-02-23r200 fix broken (by new input handling) fogcoordRoland Scheidegger1-2/+2
2007-02-22r300: get rid of CB_DPATH legacyDave Airlie3-188/+0
2007-02-20Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesaIan Romanick29-2384/+606
2007-02-20Delete two invalid assertions.Ian Romanick1-2/+0
2007-02-20nouveau: nv10: grr, ctx->DrawBuffer invalid?Patrice Mandin1-3/+3
2007-02-20nouveau: nv10: also check ctx->DrawBuffer in nv10ViewportScalePatrice Mandin1-7/+12
2007-02-20nouveau: nv10: keep 24/8 depth/stencil value, don't check for depth bitsPatrice Mandin1-6/+6
2007-02-20Fix parallel make in r300 driver.Adam Jackson1-2/+4
2007-02-20set log level w/ env varChristian Neumair1-2/+39
2007-02-19i915tex: Fix performance regression with new vbo code and latest drm.Thomas Hellstrom1-1/+4
2007-02-16Merge branch 'master' of git+ssh://geckosenator@git.freedesktop.org/git/mesa/...Sean D'Epagnier3-52/+315
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier21-2239/+55
2007-02-16nouveau: nv50: updatePatrice Mandin1-1/+75
2007-02-16nouveau: nv10,20: wrong viewport clip setupPatrice Mandin2-2/+6
2007-02-16nouveau: nv20: texture matrixPatrice Mandin1-1/+4
2007-02-16nouveau: nv20: updatePatrice Mandin1-32/+176
2007-02-16nouveau: nv10: set clear value for 16 and 24 bits depthPatrice Mandin1-4/+15
2007-02-16nouveau: nv10: rescale depth near and farPatrice Mandin1-2/+8
2007-02-16nouveau: nv10: fix viewport scale and originPatrice Mandin1-12/+33
2007-02-14r300: Fix cos & add scs to fragment program.Rune Peterson2-88/+184
2007-02-14test for POT before using sample_2d_linear_repeat()Etienne Clement1-1/+3
2007-02-14fix typo preventing generic arrays from working with ARB_vp (bug #9952)Roland Scheidegger1-1/+1
2007-02-14nouveau: nv10: there are 8 clipping regionsPatrice Mandin1-1/+1
2007-02-14fix stupid bug in the optimized per-vertex fog generation codeRoland Scheidegger1-1/+2
2007-02-14i915tex: Take into account various mapping states when dropping theThomas Hellstrom1-2/+13
2007-02-12I965: fix a failure on waiting irq.Xiang, Haihao1-1/+2
2007-02-12 fd.o #BZ 9684Zou Nan hai1-1/+2
2007-02-12r300: Add proper support for sin/cos instruction in fragment programRune Peterson6-121/+175
2007-02-10ctx->Point._Size fixRune Peterson3-26/+7
2007-02-09optimize per-pixel fog programRoland Scheidegger2-50/+31
2007-02-09 array overflow fixZou Nan hai1-2/+2
2007-02-09r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger5-334/+141
2007-02-09optimize generated vertex programs a bitRoland Scheidegger5-32/+71
2007-02-09fix issues in vp when using FRAG_BIT_WPOS in a fragment program (bug #9910)Roland Scheidegger1-20/+15
2007-02-06nouveau: a couple of NV3x fixesBen Skeggs5-5/+45
2007-02-06Add support for CN700 chipset in miniglxJakob Bornecrantz2-0/+2
2007-02-05fix issues when using mixed-mode pos-invariant vp and ff tnl (bug #9856)Roland Scheidegger1-19/+32
2007-02-05Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian1-2/+2
2007-02-05fix mem leakPanagiotis Papadakos1-0/+3
2007-02-06nouveau: OUT_RINGp expects the size in dwords, not bytes.Ben Skeggs1-2/+2
2007-02-05fix mem leaksPanagiotis Papadakos2-0/+5
2007-02-06nouveau: fix a small bug in nv10 swtclBen Skeggs1-1/+1