summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-02Remove obsolete files.Brian
2007-02-02remove slang_execute.c, slang_execute_x86.cBrian
2007-02-02Remove all dependencies on the old slang interpreter/executor.Brian
2007-02-02reindentBrian
2007-02-02_slang_evaluate_int() no longer usedBrian
2007-02-02use _slang_simplify() to evaluate array sizesBrian
2007-02-02Move guts of slang_lookup_constant() into a new function in slang_simplify.cBrian
2007-02-02replace abort() with _mesa_problem()Brian
2007-02-02fix maxInst argumentBrian
2007-02-02try to simplify variable initializersBrian
2007-02-02unroll inner loop of interpolate_varying()Brian
2007-02-02simplify derivative-related codeBrian
2007-02-02simplify interpolate_texcoords()Brian
2007-02-02Replace color, z, w, texture interpolants with new generic attrib interpolants.Brian
2007-02-02New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ↵Brian
fields. More to come.
2007-02-02get rid of unused span->start fieldBrian
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 logic in _slang_simplify(): vec2() constructor case wasn't getting used.Brian
2007-02-01fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.Roland Scheidegger
2007-02-01commentsBrian
2007-02-01remove slang_label.c until it's readyBrian
2007-02-01New SWspanarrays attribs[] array.Brian
Replace texcoord[], varying[], etc. arrays with single attribs[] array, indexed by FRAG_ATTRIB_* values. Eliminates need to copy data into fragment program machine input registers. Will lead to future clean-ups.
2007-02-01silence uninitialized var warningBrian
2007-02-01silence uninitialized var warningBrian
2007-02-01move span-related types/tokens into s_span.hBrian
2007-02-01additional assertions, bump up MAX_EXECBrian
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-31disable all x86 code, broken and will eventually be removedBrian
2007-01-31Overhaul handling of writemasks/swizzling. This fixes two problem cases:Brian
vec2 v; v.x = v.y = 1.0; // chained assignment vec4 v; v.zx = vec2(a,b); // swizzled writemask
2007-01-31New asm instruction and IR_CLAMP node type to allow clamping to [0,1] with ↵Brian
instruction saturate-write option. Not finished yet.
2007-01-31allow fragment-only and vertex-only programsBrian
2007-01-31_mesa_pack_rgba_span_float: fix for packing data into groupXiang, Haihao
2007-01-30fix _mesa_get_uniform_location() so it uses the given program handleBrian
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-30New tests for the array functions which also provoke rebasing.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