mesa.git
17 years agoUpdate doxygen doc to reflet vbo changes.
Jerome Glisse [Fri, 16 Feb 2007 22:18:56 +0000 (23:18 +0100)]
Update doxygen doc to reflet vbo changes.

Update doxygen doc, array_cache no longuer exist,
new shiny vbo modules is there. Tested on unix,
but i think i didn't broke that bat :).

17 years agonouveau: nv50: update
Patrice Mandin [Fri, 16 Feb 2007 21:39:28 +0000 (22:39 +0100)]
nouveau: nv50: update

17 years agonouveau: nv10,20: wrong viewport clip setup
Patrice Mandin [Fri, 16 Feb 2007 21:39:12 +0000 (22:39 +0100)]
nouveau: nv10,20: wrong viewport clip setup

17 years agonouveau: nv20: texture matrix
Patrice Mandin [Fri, 16 Feb 2007 21:09:42 +0000 (22:09 +0100)]
nouveau: nv20: texture matrix

17 years agonouveau: nv20: update
Patrice Mandin [Fri, 16 Feb 2007 21:03:31 +0000 (22:03 +0100)]
nouveau: nv20: update

17 years agonouveau: nv10: set clear value for 16 and 24 bits depth
Patrice Mandin [Fri, 16 Feb 2007 19:26:57 +0000 (20:26 +0100)]
nouveau: nv10: set clear value for 16 and 24 bits depth

17 years agonouveau: nv10: rescale depth near and far
Patrice Mandin [Fri, 16 Feb 2007 18:54:55 +0000 (19:54 +0100)]
nouveau: nv10: rescale depth near and far

17 years agonouveau: nv10: fix viewport scale and origin
Patrice Mandin [Fri, 16 Feb 2007 18:46:54 +0000 (19:46 +0100)]
nouveau: nv10: fix viewport scale and origin

17 years agor300: Fix cos & add scs to fragment program.
Rune Peterson [Wed, 14 Feb 2007 22:10:52 +0000 (23:10 +0100)]
r300: Fix cos & add scs to fragment program.

So this do :
 - Fixes COS.
 - Does range reductions for SIN & COS.
 - Adds SCS.
 - removes the optimized version of SIN & COS.
 - tweaked weight (should help on precision).
 - fixed a copy paste typo in emit_arith().

17 years agotest for POT before using sample_2d_linear_repeat()
Etienne Clement [Wed, 14 Feb 2007 20:21:12 +0000 (13:21 -0700)]
test for POT before using sample_2d_linear_repeat()

17 years agofix typo preventing generic arrays from working with ARB_vp (bug #9952)
Roland Scheidegger [Wed, 14 Feb 2007 19:34:52 +0000 (20:34 +0100)]
fix typo preventing generic arrays from working with ARB_vp (bug #9952)

17 years agonouveau: nv10: there are 8 clipping regions
Patrice Mandin [Wed, 14 Feb 2007 19:28:31 +0000 (20:28 +0100)]
nouveau: nv10: there are 8 clipping regions

17 years agofix stupid bug in the optimized per-vertex fog generation code
Roland Scheidegger [Wed, 14 Feb 2007 15:38:32 +0000 (16:38 +0100)]
fix stupid bug in the optimized per-vertex fog generation code

17 years agoi915tex: Take into account various mapping states when dropping the
Thomas Hellstrom [Wed, 14 Feb 2007 10:11:23 +0000 (11:11 +0100)]
i915tex: Take into account various mapping states when dropping the

batch buffer after a resolution / rotation switch.

17 years agoI965: fix a failure on waiting irq.
Xiang, Haihao [Mon, 12 Feb 2007 08:38:50 +0000 (16:38 +0800)]
I965: fix a failure on waiting irq.

Wait until getting the right fence if drm/i915 resets the
counter.

17 years ago fd.o #BZ 9684
Zou Nan hai [Mon, 12 Feb 2007 04:16:49 +0000 (12:16 +0800)]
  fd.o #BZ 9684
  gcc may cast an overflowed float value to an negative int value on i386,
  fix it to make sure at least some apps will not crash if it contains wrong normal data.

17 years agor300: Add proper support for sin/cos instruction in fragment program
Rune Peterson [Sun, 11 Feb 2007 23:24:36 +0000 (00:24 +0100)]
r300: Add proper support for sin/cos instruction in fragment program

Getting proper SIN and COS wasn't as easy as it appeared.
I had to make make some changes to the fragment program code.
general FP changes:
- support HHH swizzle for vector instructions.
- don't copy a source to a temp when it is not XYZW swizzled, but
 combine the two and have the swizzle resolve any issues.
 (saves temps/instructions with more elaborate shader code)
- fix overflow in cnstv[].

17 years agoctx->Point._Size fix
Rune Peterson [Sun, 11 Feb 2007 01:19:43 +0000 (18:19 -0700)]
ctx->Point._Size fix

17 years agooptimize per-pixel fog program
Roland Scheidegger [Fri, 9 Feb 2007 18:21:29 +0000 (19:21 +0100)]
optimize per-pixel fog program

use the same internal state as for vertex fog. From the old implemenentation,
this changes a SUB+MUL into a MAD for linear fog, and saves a MUL for EXP/EXP2,
plus saves a (constant) parameter. While here, fix the broken (forgotten)
swizzling. (untested)

17 years ago array overflow fix
Zou Nan hai [Fri, 9 Feb 2007 05:28:56 +0000 (13:28 +0800)]
  array overflow fix

17 years agor200: simplify / unify input map handling for vp and fftnl
Roland Scheidegger [Thu, 8 Feb 2007 23:36:53 +0000 (00:36 +0100)]
r200: simplify / unify input map handling for vp and fftnl

Use the same input map handling for fftnl and vertex programs. It doesn't
enable any new functionality (should make it easy to support per-vertex
materials though), but the code is much cleaner.

17 years agooptimize generated vertex programs a bit
Roland Scheidegger [Thu, 8 Feb 2007 23:36:40 +0000 (00:36 +0100)]
optimize generated vertex programs a bit

Use new internal state to avoid per-vertex normalization of static spot
direction vector. Use internal state for simpler per-vertex fog computations
(MAD instead of SUB/MUL for linear fog, EX2 instead of POW for EXP/EXP2 fog).
Simplify point size calc (2 MADs instead of MOV, MUL, MUL, DP3), and while
there fix it up (RSQ instead of RCP). All untested...

17 years agofix issues in vp when using FRAG_BIT_WPOS in a fragment program (bug #9910)
Roland Scheidegger [Thu, 8 Feb 2007 22:54:28 +0000 (23:54 +0100)]
fix issues in vp when using FRAG_BIT_WPOS in a fragment program (bug #9910)

Redirect all VERT_RESULT_HPOS writes to a temp and use that for fixup.
The viewport transformation still seems to take some shortcuts, and it
still does not seem to work at all...

17 years agonouveau: a couple of NV3x fixes
Ben Skeggs [Tue, 6 Feb 2007 02:49:39 +0000 (13:49 +1100)]
nouveau: a couple of NV3x fixes

17 years agoAdd support for CN700 chipset in miniglx
Jakob Bornecrantz [Mon, 5 Feb 2007 23:22:47 +0000 (10:22 +1100)]
Add support for CN700 chipset in miniglx

17 years agofix issues when using mixed-mode pos-invariant vp and ff tnl (bug #9856)
Roland Scheidegger [Mon, 5 Feb 2007 20:29:25 +0000 (21:29 +0100)]
fix issues when using mixed-mode pos-invariant vp and ff tnl (bug #9856)

ARB_vp requires vertex transformation to be invariant to fixed function tnl
if the position_invariant option is used. So the same function needs to be
used, otherwise z-fighting artifacts may happen with applications which rely
on the results being really the same due to precision issues when dealing with
floating point values (may not be a problem when using a non-optimizing
compiler strictly following IEEE rules).

17 years agoMerge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Brian [Mon, 5 Feb 2007 17:29:58 +0000 (10:29 -0700)]
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa

17 years agofix mem leak
Panagiotis Papadakos [Mon, 5 Feb 2007 17:29:10 +0000 (10:29 -0700)]
fix mem leak

17 years agonouveau: OUT_RINGp expects the size in dwords, not bytes.
Ben Skeggs [Mon, 5 Feb 2007 15:28:55 +0000 (02:28 +1100)]
nouveau: OUT_RINGp expects the size in dwords, not bytes.

This fixes the *actual* bug that the previous commit was supposed to fix..

17 years agofix mem leaks
Panagiotis Papadakos [Mon, 5 Feb 2007 15:17:50 +0000 (08:17 -0700)]
fix mem leaks

17 years agonouveau: fix a small bug in nv10 swtcl
Ben Skeggs [Mon, 5 Feb 2007 14:57:04 +0000 (01:57 +1100)]
nouveau: fix a small bug in nv10 swtcl

17 years agonouveau: new bufferobj code.
Ben Skeggs [Mon, 5 Feb 2007 13:39:50 +0000 (00:39 +1100)]
nouveau: new bufferobj code.

The old code suffered from a number of issues, the most severe being that
with the Mesa VBO merge even swtcl used the driver's bufferobj interface.
On most VBO types (or non-AGP cards) the buffer ended up in vram, and
killed swtcl performance greatly.  All bufferobj's start in system memory
now, until they get referenced as a "real" VBO.

The other big change is that only potentially "damaged" areas are
uploaded/downloaded to/from the hardware.

17 years agobreak if we removed driver from Drivers list in driDestroyDisplay
Panagiotis Papadakos [Mon, 5 Feb 2007 08:34:55 +0000 (10:34 +0200)]
break if we removed driver from Drivers list in driDestroyDisplay

Else we read memory we just released, in for statement.

17 years agonouveau: nv10: add init for unknown 0x120
Patrice Mandin [Sun, 4 Feb 2007 12:10:23 +0000 (13:10 +0100)]
nouveau: nv10: add init for unknown 0x120

17 years agonouveau: fix nv04 and nv10 swtcl, more work on nv04 state.
Stephane Marchesin [Sun, 4 Feb 2007 02:17:06 +0000 (03:17 +0100)]
nouveau: fix nv04 and nv10 swtcl, more work on nv04 state.

17 years agonouveau: forgot function declaration
Patrice Mandin [Sat, 3 Feb 2007 22:46:58 +0000 (23:46 +0100)]
nouveau: forgot function declaration

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