mesa.git
17 years agonouveau: nv50: use nv50 state
Patrice Mandin [Sat, 3 Feb 2007 22:32:12 +0000 (23:32 +0100)]
nouveau: nv50: use nv50 state

17 years agoAdd _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.
Brian [Sat, 3 Feb 2007 17:30:50 +0000 (10:30 -0700)]
Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.

This fixes a segfault in the texgen code that can occur after we've
disabled a vertex program.

17 years agoMerge branch 'origin'
Michel Dänzer [Sat, 3 Feb 2007 16:37:01 +0000 (17:37 +0100)]
Merge branch 'origin'

17 years agoFall back to software rasterization if r300_translate_fragment_shader() fails.
Michel Dänzer [Sat, 3 Feb 2007 16:32:02 +0000 (17:32 +0100)]
Fall back to software rasterization if r300_translate_fragment_shader() fails.

Aborting immediately is a bad idea with AIGLX.

17 years agoRemove unused r200 files from r300 driver directory.
Michel Dänzer [Sat, 3 Feb 2007 16:24:22 +0000 (17:24 +0100)]
Remove unused r200 files from r300 driver directory.

17 years agor300CreateContext: Really initialize r300->initialMaxAnisotropy.
Michel Dänzer [Sat, 3 Feb 2007 16:23:19 +0000 (17:23 +0100)]
r300CreateContext: Really initialize r300->initialMaxAnisotropy.

17 years agonouveau: fix viewport clipping initialization
Patrice Mandin [Sat, 3 Feb 2007 12:22:42 +0000 (13:22 +0100)]
nouveau: fix viewport clipping initialization

17 years agonouveau: use color pitch as depth pitch if depth disabled
Patrice Mandin [Sat, 3 Feb 2007 12:20:16 +0000 (13:20 +0100)]
nouveau: use color pitch as depth pitch if depth disabled

17 years agodisable r200 materials-between-begin-end check if vertex progs are enabled
Roland Scheidegger [Sat, 3 Feb 2007 02:31:31 +0000 (03:31 +0100)]
disable r200 materials-between-begin-end check if vertex progs are enabled

17 years agoremove now unused vtxfmt stuff from radeon/r200 header files
Roland Scheidegger [Sat, 3 Feb 2007 02:15:45 +0000 (03:15 +0100)]
remove now unused vtxfmt stuff from radeon/r200 header files

17 years agofix errorneously adding fog state params to all vertex programs...
Roland Scheidegger [Sat, 3 Feb 2007 02:15:14 +0000 (03:15 +0100)]
fix errorneously adding fog state params to all vertex programs...

17 years agoMerge branch 'vbo-0.2'
Keith Whitwell [Fri, 2 Feb 2007 12:26:10 +0000 (12:26 +0000)]
Merge branch 'vbo-0.2'

Conflicts:

src/mesa/main/texcompress_s3tc.c
src/mesa/tnl/t_array_api.c

17 years agoMerge branch 'vbo-0.2-origin' into vbo-0.2
Keith Whitwell [Fri, 2 Feb 2007 11:06:37 +0000 (11:06 +0000)]
Merge branch 'vbo-0.2-origin' into vbo-0.2

17 years agoModify assert to reflect rebase criteria
Keith Whitwell [Fri, 2 Feb 2007 10:59:58 +0000 (10:59 +0000)]
Modify assert to reflect rebase criteria

17 years ago push commit 2dfb3a217f730d6783fb2ac8b73248dc682f923c to i915tex
Zou Nan hai [Fri, 2 Feb 2007 06:37:24 +0000 (14:37 +0800)]
 push commit 2dfb3a217f730d6783fb2ac8b73248dc682f923c to i915tex

17 years ago Fix fd.o #9686, when fall into vertex fog,
Zou Nan hai [Fri, 2 Feb 2007 01:35:17 +0000 (09:35 +0800)]
  Fix fd.o #9686, when fall into vertex fog,
  fog factors are precomputed in t_vb_fog.c compute_fog_blend_factors,
  which is incompatible with appended fragment fog code.
  That will make GoogleEarth display abnormally.
  always use pixel fog.

17 years agofix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.
Roland Scheidegger [Thu, 1 Feb 2007 19:59:45 +0000 (20:59 +0100)]
fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.

17 years agoMerge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Brian [Thu, 1 Feb 2007 14:22:50 +0000 (07:22 -0700)]
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa

17 years agofix mem leak in __glXReportDamage (Panagiotis Papadakos)
Brian [Thu, 1 Feb 2007 14:22:25 +0000 (07:22 -0700)]
fix mem leak in __glXReportDamage (Panagiotis Papadakos)

17 years agoCorrect usage/meaning of max_index parameter.
Keith Whitwell [Thu, 1 Feb 2007 14:21:14 +0000 (14:21 +0000)]
Correct usage/meaning of max_index parameter.

17 years agoCope with internally-generated null inputs.
Keith Whitwell [Thu, 1 Feb 2007 14:20:31 +0000 (14:20 +0000)]
Cope with internally-generated null inputs.

17 years agodriDestroyDisplay: Fix comment, it is called now.
Michel Dänzer [Thu, 1 Feb 2007 09:45:51 +0000 (10:45 +0100)]
driDestroyDisplay: Fix comment, it is called now.

17 years agodriDestroyDisplay: Remove Drivers list entry when dlclosing its handle.
Michel Dänzer [Thu, 1 Feb 2007 09:43:10 +0000 (10:43 +0100)]
driDestroyDisplay: Remove Drivers list entry when dlclosing its handle.

This fixes a regression from commit f81b1dbe374fe446f6ef676e70a72952ffb47d4e:
Since then, driDestroyDisplay gets called from __glXFreeDisplayPrivate. It
dlcloses the handles associated with the display but fails to remove their
references from the Drivers list, so subsequent calls to OpenDriver return a
stale handle and an invalid createNewScreenFunc pointer. The attempt to call
the latter results in a segfault when running amoeba, e.g.

17 years agofix unitialized values in radeonClear
Roland Scheidegger [Thu, 1 Feb 2007 00:09:26 +0000 (01:09 +0100)]
fix unitialized values in radeonClear

17 years ago_mesa_pack_rgba_span_float: fix for packing data into group
Xiang, Haihao [Wed, 31 Jan 2007 01:47:02 +0000 (09:47 +0800)]
_mesa_pack_rgba_span_float: fix for packing data into group

17 years agoUse new rebase helper. Remove other rebase code.
Keith Whitwell [Tue, 30 Jan 2007 20:22:55 +0000 (20:22 +0000)]
Use new rebase helper.  Remove other rebase code.

17 years agoHelper for rebasing draw requests where min_index != 0.
Keith Whitwell [Tue, 30 Jan 2007 19:27:53 +0000 (19:27 +0000)]
Helper for rebasing draw requests where min_index != 0.

17 years agoNew tests for the array functions which also provoke rebasing.
Keith Whitwell [Tue, 30 Jan 2007 19:19:51 +0000 (19:19 +0000)]
New tests for the array functions which also provoke rebasing.

17 years agoregenerated
Brian [Tue, 30 Jan 2007 15:13:49 +0000 (08:13 -0700)]
regenerated

17 years agos/params/pointer/ for glGetVertexAttribPointer
Brian [Tue, 30 Jan 2007 15:13:02 +0000 (08:13 -0700)]
s/params/pointer/ for glGetVertexAttribPointer

17 years agobump version to 6.5.3
Brian [Tue, 30 Jan 2007 15:11:50 +0000 (08:11 -0700)]
bump version to 6.5.3

17 years agos/params/pointer/ for glGetVertexAttribPointer
Brian [Tue, 30 Jan 2007 15:10:03 +0000 (08:10 -0700)]
s/params/pointer/ for glGetVertexAttribPointer

17 years agos/params/pointer/ for glGetVertexAttribPointer
Brian [Tue, 30 Jan 2007 15:09:25 +0000 (08:09 -0700)]
s/params/pointer/ for glGetVertexAttribPointer

17 years agos/params/pointer/ for glGetVertexAttribPointer
Brian [Tue, 30 Jan 2007 15:02:20 +0000 (08:02 -0700)]
s/params/pointer/ for glGetVertexAttribPointer

17 years agonouveau: argh
Ben Skeggs [Tue, 30 Jan 2007 05:51:50 +0000 (16:51 +1100)]
nouveau: argh

17 years agonouveau: misc NV40 fixes
Ben Skeggs [Tue, 30 Jan 2007 05:49:27 +0000 (16:49 +1100)]
nouveau: misc NV40 fixes

17 years agonouveau: NV40 glClipPlane support.
Ben Skeggs [Tue, 30 Jan 2007 05:00:20 +0000 (16:00 +1100)]
nouveau: NV40 glClipPlane support.

17 years agonouveau: rework shader param handling
Ben Skeggs [Tue, 30 Jan 2007 01:33:00 +0000 (12:33 +1100)]
nouveau: rework shader param handling

Conflicts:

src/mesa/drivers/dri/nouveau/nouveau_shader_0.c

17 years agonouveau: oops, build attrib map after we know how the final shader will look..
Ben Skeggs [Mon, 29 Jan 2007 06:08:45 +0000 (17:08 +1100)]
nouveau: oops, build attrib map after we know how the final shader will look..

17 years agonouveau: remove an unused table
Ben Skeggs [Sat, 27 Jan 2007 07:54:42 +0000 (18:54 +1100)]
nouveau: remove an unused table

17 years agonouveau: oops
Ben Skeggs [Sat, 27 Jan 2007 07:51:19 +0000 (18:51 +1100)]
nouveau: oops

17 years agonouveau: maintain a map of which vtxprog input corresponds to which array
Ben Skeggs [Sat, 27 Jan 2007 07:36:01 +0000 (18:36 +1100)]
nouveau: maintain a map of which vtxprog input corresponds to which array

17 years agonouveau: unhardcode some more NV30TCL_FP_CONTROL values
Ben Skeggs [Mon, 29 Jan 2007 05:39:19 +0000 (16:39 +1100)]
nouveau: unhardcode some more NV30TCL_FP_CONTROL values

17 years agonouveau : NOUVEAU_RING_TRACE
Matthieu Castet [Mon, 29 Jan 2007 22:26:35 +0000 (23:26 +0100)]
nouveau : NOUVEAU_RING_TRACE

allow to print what we are really sending to the fifo.

17 years agonouveau : nv10 comment icomplete command
Matthieu Castet [Mon, 29 Jan 2007 22:19:12 +0000 (23:19 +0100)]
nouveau : nv10 comment icomplete command

17 years agonouveau : nv10 mixing cached stuff with not cached stuff is bad.
Matthieu Castet [Sun, 28 Jan 2007 22:26:21 +0000 (23:26 +0100)]
nouveau : nv10 mixing cached stuff with not cached stuff is bad.

17 years agonouveau: fix nv30 line width
Ben Skeggs [Sun, 28 Jan 2007 11:55:35 +0000 (22:55 +1100)]
nouveau: fix nv30 line width

17 years agonouveau: initial GL_ARB_occlusion_query support
Ben Skeggs [Sun, 28 Jan 2007 06:02:40 +0000 (17:02 +1100)]
nouveau: initial GL_ARB_occlusion_query support

Only enabled on NV40, NV20/NV30 code is untested.. However, NV30
should be identical to NV40.

17 years agonouveau: extend notifier interface to allow multiple notifiers in a memory block.
Ben Skeggs [Sun, 28 Jan 2007 05:35:32 +0000 (16:35 +1100)]
nouveau: extend notifier interface to allow multiple notifiers in a memory block.

17 years agoUpdated copyright header.
Claudio Ciccani [Sat, 27 Jan 2007 18:32:05 +0000 (19:32 +0100)]
Updated copyright header.
Switched to LGPL (GPL header was a cut-&-paste mistake).

17 years agonote that non-member posts are auto-rejected
Brian [Sat, 27 Jan 2007 13:25:31 +0000 (06:25 -0700)]
note that non-member posts are auto-rejected

17 years agoBug 9628: no entry for GetVertexAttribPointerv
George Sapountzis [Sat, 27 Jan 2007 06:16:10 +0000 (08:16 +0200)]
Bug 9628: no entry for GetVertexAttribPointerv

This is because (in glX_API.xml) GetVertexAttribPointerv is aliased to
GetVertexAttribPointervARB which is then aliased to GetVertexAttribPointervNV.

Make GetVertexAttribPointerv alias GetVertexAttribPointervNV directly. Patch
by Ian Romanick <idr@us.ibm.com> and regenerate.

17 years agoMerge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Brian [Sat, 27 Jan 2007 02:08:58 +0000 (19:08 -0700)]
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa

17 years agofix typo
Brian [Sat, 27 Jan 2007 02:08:34 +0000 (19:08 -0700)]
fix typo

17 years agonouveau: more work on nv04, this time buffer format/pitches/...
Stephane Marchesin [Sat, 27 Jan 2007 02:03:25 +0000 (03:03 +0100)]
nouveau: more work on nv04, this time buffer format/pitches/...

17 years agodocument, re-indent _mesa_ffsll()
Brian [Sat, 27 Jan 2007 02:01:55 +0000 (19:01 -0700)]
document, re-indent _mesa_ffsll()

17 years agoMerge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Brian [Sat, 27 Jan 2007 01:55:12 +0000 (18:55 -0700)]
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa

17 years agoBug #9604: Fix a static buffer allocation failure.
Eric Anholt [Sun, 21 Jan 2007 02:09:32 +0000 (18:09 -0800)]
Bug #9604: Fix a static buffer allocation failure.

The pool that the static buffer got allocated from was sized by pitch * height,
but the buffer generated from it had its size aligned to a tile boundary, so
allocation failed if pitch * height wasn't aligned.  However, the 2d driver
ensures that the size ends at a tile boundary, so just pass the 2d driver's
buffer size rather than calculating it.

17 years agoAdd _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.
Eric Anholt [Sun, 21 Jan 2007 02:06:38 +0000 (18:06 -0800)]
Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.

17 years agoRemove dead code causing a warning.
Eric Anholt [Sun, 21 Jan 2007 01:59:08 +0000 (17:59 -0800)]
Remove dead code causing a warning.

17 years agoOverride Const.CheckArrayBounds for Xserver in XMesaCreateContext().
George Sapountzis [Wed, 6 Dec 2006 04:54:13 +0000 (06:54 +0200)]
Override Const.CheckArrayBounds for Xserver in XMesaCreateContext().

This leaves one last XFree86Server ifdef in Mesa core.

---

Bug 9285: misc glcore, xmesa cleanups

ACKed by Ian Romanick.

17 years agoDrop old (pre-AIGLX) GLcore interface.
George Sapountzis [Wed, 6 Dec 2006 04:43:23 +0000 (06:43 +0200)]
Drop old (pre-AIGLX) GLcore interface.

The old GLcore interface was replaced in Xorg 7.1 with the addition of AIGLX,
it is only used by DDX's which are known not to work with the new DIX glx code.

---

Bug 9285: misc glcore, xmesa cleanups

ACKed by Ian Romanick.

17 years agoMerge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa
Zou Nan hai [Thu, 25 Jan 2007 23:05:02 +0000 (07:05 +0800)]
Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa

17 years agoARB_Occlusion_query should support multiple query at same time
Zou Nan hai [Thu, 25 Jan 2007 23:04:15 +0000 (07:04 +0800)]
ARB_Occlusion_query should support multiple query at same time

17 years agodo not rebase index buffers as it does not work currently (tested with r200 and sw...
Roland Scheidegger [Thu, 25 Jan 2007 17:52:40 +0000 (18:52 +0100)]
do not rebase index buffers as it does not work currently (tested with r200 and sw mesa)

17 years agoallocate larger minimum dstelt buffer
Roland Scheidegger [Thu, 25 Jan 2007 15:39:02 +0000 (16:39 +0100)]
allocate larger minimum dstelt buffer

increase the minimum dstelt buffer size to avoid triggering an assertion later
because the split is triggered before the buffer is full. This fixes cases
where the vbo_split_copy path is hit because of maximum index limit, where the
dstelt buffer size needed could be very small (doom3 hit that assertion with a
vertex count of just 3)

17 years agofix dstelt memory allocation to avoid hash corruption
Roland Scheidegger [Thu, 25 Jan 2007 13:32:06 +0000 (14:32 +0100)]
fix dstelt memory allocation to avoid hash corruption

17 years agoremove tnl/t_vtx_x86_gcc.S file from sources as it no longer exists
Roland Scheidegger [Thu, 25 Jan 2007 11:12:54 +0000 (12:12 +0100)]
remove tnl/t_vtx_x86_gcc.S file from sources as it no longer exists

17 years agore-fix bug 9062 in vbo code
Roland Scheidegger [Thu, 25 Jan 2007 11:11:03 +0000 (12:11 +0100)]
re-fix bug 9062 in vbo code

17 years agonouveau: unbreak NOUVEAU_RING_DEBUG
Ben Skeggs [Thu, 25 Jan 2007 04:12:49 +0000 (15:12 +1100)]
nouveau: unbreak NOUVEAU_RING_DEBUG

17 years agonouveau: add result scaling to shader backend, use it in RSQ emul for NV40.
Ben Skeggs [Thu, 25 Jan 2007 02:40:51 +0000 (13:40 +1100)]
nouveau: add result scaling to shader backend, use it in RSQ emul for NV40.

17 years agonouveau: and here's the "oops, I suck" commit :)
Ben Skeggs [Thu, 25 Jan 2007 01:08:49 +0000 (12:08 +1100)]
nouveau: and here's the "oops, I suck" commit :)

17 years agonouveau: some extra debug output
Ben Skeggs [Thu, 25 Jan 2007 00:56:45 +0000 (11:56 +1100)]
nouveau: some extra debug output

17 years ago965 glxswapcontrol fix
Zou Nan hai [Wed, 24 Jan 2007 08:07:43 +0000 (16:07 +0800)]
965 glxswapcontrol fix

17 years ago 965 ARB_Occlusion_query fix
Zou Nan hai [Wed, 24 Jan 2007 07:47:15 +0000 (15:47 +0800)]
 965 ARB_Occlusion_query fix

17 years agosilence C++ warnings
Brian [Tue, 23 Jan 2007 19:50:08 +0000 (12:50 -0700)]
silence C++ warnings

17 years agofixes for C++ warnings/errors
Brian [Tue, 23 Jan 2007 18:46:02 +0000 (11:46 -0700)]
fixes for C++ warnings/errors

17 years agoi915tex: Relocation fixes:
Thomas Hellstrom [Tue, 23 Jan 2007 08:04:58 +0000 (09:04 +0100)]
i915tex: Relocation fixes:

Increase the number of allowed relocations per batchbuffer.
Fix an assert to avoid an array index overflow.
(Reported by Steve Wilkins)

17 years agoi915tex: Fix randr resizing. Rotation still broken.
Thomas Hellstrom [Tue, 23 Jan 2007 07:57:38 +0000 (08:57 +0100)]
i915tex: Fix randr resizing. Rotation still broken.

17 years agonouveau: DPH and CMP for NV40 which doesn't do it natively.
Ben Skeggs [Tue, 23 Jan 2007 05:25:25 +0000 (16:25 +1100)]
nouveau: DPH and CMP for NV40 which doesn't do it natively.

17 years agonouveau: allow for card-specific shader infos to be kept
Ben Skeggs [Tue, 23 Jan 2007 05:07:12 +0000 (16:07 +1100)]
nouveau: allow for card-specific shader infos to be kept

NV30/40 fragprog: build FP_CONTROL per-shader, still some hardcoded bits for
                  this reg.. It looks like it has to do with the number of
  temps used, but needs more looking at.
NV40 vtxprog    : build VP_IN_REG/VP_OUT_REG during shader compile

17 years agonouveau: fill in condition info for instructions
Ben Skeggs [Tue, 23 Jan 2007 02:36:45 +0000 (13:36 +1100)]
nouveau: fill in condition info for instructions

17 years agonouveau: unbreak nv40
Ben Skeggs [Tue, 23 Jan 2007 00:06:16 +0000 (11:06 +1100)]
nouveau: unbreak nv40

17 years agonouveau: reindent shader pass0/pass2
Ben Skeggs [Sun, 21 Jan 2007 06:16:39 +0000 (17:16 +1100)]
nouveau: reindent shader pass0/pass2

if this gets rejected by the commit list, just ignore it..
nothing interesting to see here :)

17 years agonouveau: start converting shaders into a tree format again..
Ben Skeggs [Sun, 21 Jan 2007 05:45:40 +0000 (16:45 +1100)]
nouveau: start converting shaders into a tree format again..

No branching stuff implemented yet.  Works enough for gears, probably
other stuff broken.

17 years agoMerge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa
Jeremy Kolb [Mon, 22 Jan 2007 01:47:10 +0000 (20:47 -0500)]
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa

17 years agonouveau: Fixes for nv30.
Jeremy Kolb [Mon, 22 Jan 2007 01:30:31 +0000 (20:30 -0500)]
nouveau: Fixes for nv30.

17 years agonouveau: fix some bugs in the nv10 swtcl.
Stephane Marchesin [Sun, 21 Jan 2007 23:12:05 +0000 (00:12 +0100)]
nouveau: fix some bugs in the nv10 swtcl.

17 years agonouveau: add nv04 state support, and small nv04 fixes.
Stephane Marchesin [Sun, 21 Jan 2007 03:06:57 +0000 (04:06 +0100)]
nouveau: add nv04 state support, and small nv04 fixes.

17 years agonouveau: rename pass0_arb to pass0.
Ben Skeggs [Sat, 20 Jan 2007 22:48:33 +0000 (09:48 +1100)]
nouveau: rename pass0_arb to pass0.

I was expecting to have 2 frontends for the shader code (asm, glsl).
With Brian's work on GLSL this is unnecessary :)

17 years agonouveau: kill off shader pass1.
Ben Skeggs [Sat, 20 Jan 2007 22:31:00 +0000 (09:31 +1100)]
nouveau: kill off shader pass1.

It sucks, and we have someone who can do a much better job than I can starting
work on it soon.  alloc_temp/free_temp is left in pass2 to workaround fragprog
temps/outputs overlapping, but this all belongs in the optimiser.

17 years agonouveau: shader backend branching support for all cards that support it.
Ben Skeggs [Sat, 20 Jan 2007 22:13:27 +0000 (09:13 +1100)]
nouveau: shader backend branching support for all cards that support it.

17 years agonouveau: bump drm patchlevel
Ben Skeggs [Fri, 19 Jan 2007 04:39:36 +0000 (15:39 +1100)]
nouveau: bump drm patchlevel

17 years agonouveau: preliminary nv50 state
Patrice Mandin [Thu, 18 Jan 2007 21:07:17 +0000 (22:07 +0100)]
nouveau: preliminary nv50 state

17 years agosupport as much of GL_EXT_stencil_two_side as we can. untested.
Aapo Tahkola [Thu, 18 Jan 2007 03:56:13 +0000 (05:56 +0200)]
support as much of GL_EXT_stencil_two_side as we can. untested.

17 years agotypo fix. this case still fails.
Aapo Tahkola [Thu, 18 Jan 2007 03:30:20 +0000 (05:30 +0200)]
typo fix. this case still fails.

17 years agoFix invalid enums passed to MapBuffer
Aapo Tahkola [Thu, 18 Jan 2007 02:46:04 +0000 (04:46 +0200)]
Fix invalid enums passed to MapBuffer

17 years agoFix invalid enums passed to MapBuffer
Aapo Tahkola [Thu, 18 Jan 2007 02:17:56 +0000 (04:17 +0200)]
Fix invalid enums passed to MapBuffer

17 years agoNew debug config for linux-dri
Keith Whitwell [Wed, 17 Jan 2007 08:44:13 +0000 (08:44 +0000)]
New debug config for linux-dri

17 years agoI965: fix bug#9625-get the correct PV for quardstrip
Xiang, Haihao [Wed, 17 Jan 2007 02:39:50 +0000 (10:39 +0800)]
I965: fix bug#9625-get the correct PV for quardstrip

The order of vertices in payload for quardstrip is (0, 1, 3, 2),
so the PV for quardstrip is c->reg.vertex[2].