summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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-2218-413/+579
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-167-6/+55
| |\ \
| * \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-1425-92/+958
| |\ \ \
| * | | | 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
| * | | | mesa: OSMesa Makefile fixes (use LIB_DIR)Brian Paul2009-01-091-4/+3
| * | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-281-1/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-0132-439/+880
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-10-275-16/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | i915: Texture instructions use r/t/oC/oD register as texture coordinate.Xiang, Haihao2008-10-151-0/+13
| * | | | | | | | | | | | | | | | | | | | | intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).Eric Anholt2008-10-151-1/+196
| * | | | | | | | | | | | | | | | | | | | | dri: don't check the number of cliprects before swap, letAlan Hourihane2008-10-141-3/+0
| * | | | | | | | | | | | | | | | | | | | | intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driverIan Romanick2008-10-101-0/+4
| * | | | | | | | | | | | | | | | | | | | | i965: Add missing intel_pixel_draw.c symlink to fix build.Eric Anholt2008-10-101-0/+1
| * | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-1032-1827/+574
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | dri: remove unused files present only on gallium-0.2 branchKeith Whitwell2008-09-262-638/+0