summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* Fix an i965 assertion failure on glClear()Robert Ellison2009-02-111-1/+1
* intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt2009-02-105-42/+54
* sis: fix signedness warningsEric Anholt2009-02-102-5/+5
* trident: Fix signedness warning.Eric Anholt2009-02-101-1/+1
* tdfx: Fix begin/endquery for current API.Eric Anholt2009-02-101-4/+4
* intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().Eric Anholt2009-02-101-5/+17
* intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.Eric Anholt2009-02-101-5/+6
* intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt2009-02-102-0/+10
* intel: don't crash when dri2 tells us about buffers we don't care about.Eric Anholt2009-02-101-0/+3
* Merge commit 'origin/gallium-master-merge'Brian Paul2009-02-1018-126/+272
|\
| * gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-1012-3/+28
| * re-add MSAA supportBrian Paul2009-02-0911-34/+56
| * mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-096-91/+190
| |\
| | * i965: fix bug in pass0_precalc_mov()Brian Paul2009-01-291-3/+11
| | * i965: widen per-texture bitfields for 16 texture image unitsBrian Paul2009-01-291-5/+5
| | * intel: check if stencil test is enabled in intel_stencil_drawpixels()Brian Paul2009-01-291-1/+5
| | * intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...Brian Paul2009-01-292-0/+4
| | * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-2217-412/+578
| | |\
| | * \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-166-6/+50
| | |\ \
| | * \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-1414-85/+77
| | |\ \ \
| | * | | | i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.Eric Anholt2009-01-091-1/+1
| | * | | | i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change.Eric Anholt2009-01-091-4/+0
| | * | | | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-093-25/+3
| | * | | | i965: Remove dead brw_vs_tnl.cEric Anholt2009-01-093-61/+0
| | * | | | i965: allow gl_FragData[0] usage when there's only one color bufferBrian Paul2009-01-091-2/+9
| | * | | | i965: init dst reg RelAddr field to zeroBrian Paul2009-01-091-1/+2
| | * | | | i965: Note when we drop saturate mode on the floor in a VP.Eric Anholt2009-01-091-0/+5
| | * | | | i965: Add support for LRP in VPs.Eric Anholt2009-01-091-0/+42
| | * | | | Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-065-2/+26
| | |\ \ \ \
| | * \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-0211-135/+523
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-3012-70/+25
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-194-92/+109
| | |\ \ \ \ \ \ \
| | * | | | | | | | i915: check WRAP_T instead of WRAP_R for cube map texture.Xiang, Haihao2008-12-181-1/+1
| | * | | | | | | | i915: fix abort issue. (bug #19147)Xiang, Haihao2008-12-182-4/+24
| | * | | | | | | | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-164-2/+28
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-156-22/+603
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-122-2/+9
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-095-84/+105
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-0819-151/+320
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | i965: Add support for accelerated CopyTexSubImage.Eric Anholt2008-11-243-68/+41
| | * | | | | | | | | | | | | intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt2008-11-241-6/+0
| | * | | | | | | | | | | | | i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt2008-11-244-3/+12
| | * | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-203-24/+114
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-11-157-8/+79
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-113-18/+20
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-063-15/+343
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | i965: Clean up stale NDC comment.Eric Anholt2008-11-031-2/+1
| | * | | | | | | | | | | | | | | | | i965: Avoid vs header computation for negative rhw on G4X.Eric Anholt2008-11-031-3/+3
| | * | | | | | | | | | | | | | | | | i965: Merge GM45 into the G4X chipset define.Eric Anholt2008-11-039-25/+24
| | * | | | | | | | | | | | | | | | | i965: Fix copy'n'paste issue that made brw->urb.constrained useless.Eric Anholt2008-11-031-3/+7