summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-02-06Add support for CN700 chipset in miniglxJakob Bornecrantz
2007-02-05fix issues when using mixed-mode pos-invariant vp and ff tnl (bug #9856)Roland Scheidegger
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).
2007-02-05Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-02-05fix mem leakPanagiotis Papadakos
2007-02-06nouveau: OUT_RINGp expects the size in dwords, not bytes.Ben Skeggs
This fixes the *actual* bug that the previous commit was supposed to fix..
2007-02-05fix mem leaksPanagiotis Papadakos
2007-02-06nouveau: fix a small bug in nv10 swtclBen Skeggs
2007-02-06nouveau: new bufferobj code.Ben Skeggs
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.
2007-02-05break if we removed driver from Drivers list in driDestroyDisplayPanagiotis Papadakos
Else we read memory we just released, in for statement.
2007-02-04nouveau: nv10: add init for unknown 0x120Patrice Mandin
2007-02-04nouveau: fix nv04 and nv10 swtcl, more work on nv04 state.Stephane Marchesin
2007-02-03nouveau: forgot function declarationPatrice Mandin
2007-02-03nouveau: nv50: use nv50 statePatrice Mandin
2007-02-03Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.Brian
This fixes a segfault in the texgen code that can occur after we've disabled a vertex program.
2007-02-03Merge branch 'origin'Michel Dänzer
2007-02-03Fall back to software rasterization if r300_translate_fragment_shader() fails.Michel Dänzer
Aborting immediately is a bad idea with AIGLX.
2007-02-03Remove unused r200 files from r300 driver directory.Michel Dänzer
2007-02-03r300CreateContext: Really initialize r300->initialMaxAnisotropy.Michel Dänzer
2007-02-03nouveau: fix viewport clipping initializationPatrice Mandin
2007-02-03nouveau: use color pitch as depth pitch if depth disabledPatrice Mandin
2007-02-03disable r200 materials-between-begin-end check if vertex progs are enabledRoland Scheidegger
2007-02-03remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger
2007-02-03fix errorneously adding fog state params to all vertex programs...Roland Scheidegger
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
Conflicts: src/mesa/main/texcompress_s3tc.c src/mesa/tnl/t_array_api.c
2007-02-02Merge branch 'vbo-0.2-origin' into vbo-0.2Keith Whitwell
2007-02-02Modify assert to reflect rebase criteriaKeith Whitwell
2007-02-02 push commit 2dfb3a217f730d6783fb2ac8b73248dc682f923c to i915texZou Nan hai
2007-02-02 Fix fd.o #9686, when fall into vertex fog,Zou Nan hai
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.
2007-02-01fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.Roland Scheidegger
2007-02-01Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-02-01fix mem leak in __glXReportDamage (Panagiotis Papadakos)Brian
2007-02-01Correct usage/meaning of max_index parameter.Keith Whitwell
2007-02-01Cope with internally-generated null inputs.Keith Whitwell
2007-02-01driDestroyDisplay: Fix comment, it is called now.Michel Dänzer
2007-02-01driDestroyDisplay: Remove Drivers list entry when dlclosing its handle.Michel Dänzer
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.
2007-02-01fix unitialized values in radeonClearRoland Scheidegger
2007-01-31_mesa_pack_rgba_span_float: fix for packing data into groupXiang, Haihao
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell
2007-01-30Helper for rebasing draw requests where min_index != 0.Keith Whitwell
2007-01-30regeneratedBrian
2007-01-30s/params/pointer/ for glGetVertexAttribPointerBrian
2007-01-30bump version to 6.5.3Brian
2007-01-30s/params/pointer/ for glGetVertexAttribPointerBrian
2007-01-30s/params/pointer/ for glGetVertexAttribPointerBrian
2007-01-30s/params/pointer/ for glGetVertexAttribPointerBrian
2007-01-30nouveau: arghBen Skeggs
2007-01-30nouveau: misc NV40 fixesBen Skeggs
2007-01-30nouveau: NV40 glClipPlane support.Ben Skeggs
2007-01-30nouveau: rework shader param handlingBen Skeggs
Conflicts: src/mesa/drivers/dri/nouveau/nouveau_shader_0.c
2007-01-30nouveau: oops, build attrib map after we know how the final shader will look..Ben Skeggs