Age | Commit message (Expand) | Author |
2007-02-02 | Remove obsolete files. | Brian |
2007-02-02 | remove slang_execute.c, slang_execute_x86.c | Brian |
2007-02-02 | Remove all dependencies on the old slang interpreter/executor. | Brian |
2007-02-02 | reindent | Brian |
2007-02-02 | _slang_evaluate_int() no longer used | Brian |
2007-02-02 | use _slang_simplify() to evaluate array sizes | Brian |
2007-02-02 | Move guts of slang_lookup_constant() into a new function in slang_simplify.c | Brian |
2007-02-02 | replace abort() with _mesa_problem() | Brian |
2007-02-02 | fix maxInst argument | Brian |
2007-02-02 | try to simplify variable initializers | Brian |
2007-02-02 | unroll inner loop of interpolate_varying() | Brian |
2007-02-02 | simplify derivative-related code | Brian |
2007-02-02 | simplify interpolate_texcoords() | Brian |
2007-02-02 | Replace color, z, w, texture interpolants with new generic attrib interpolants. | Brian |
2007-02-02 | New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ... | Brian |
2007-02-02 | get rid of unused span->start field | Brian |
2007-02-02 | Merge branch 'vbo-0.2' | Keith Whitwell |
2007-02-02 | Merge branch 'vbo-0.2-origin' into vbo-0.2 | Keith Whitwell |
2007-02-02 | Modify assert to reflect rebase criteria | Keith Whitwell |
2007-02-02 | push commit 2dfb3a217f730d6783fb2ac8b73248dc682f923c to i915tex | Zou Nan hai |
2007-02-02 | Fix fd.o #9686, when fall into vertex fog, | Zou Nan hai |
2007-02-01 | Fix logic in _slang_simplify(): vec2() constructor case wasn't getting used. | Brian |
2007-02-01 | fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo. | Roland Scheidegger |
2007-02-01 | comments | Brian |
2007-02-01 | remove slang_label.c until it's ready | Brian |
2007-02-01 | New SWspanarrays attribs[] array. | Brian |
2007-02-01 | silence uninitialized var warning | Brian |
2007-02-01 | silence uninitialized var warning | Brian |
2007-02-01 | move span-related types/tokens into s_span.h | Brian |
2007-02-01 | additional assertions, bump up MAX_EXEC | Brian |
2007-02-01 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa | Brian |
2007-02-01 | fix mem leak in __glXReportDamage (Panagiotis Papadakos) | Brian |
2007-02-01 | Correct usage/meaning of max_index parameter. | Keith Whitwell |
2007-02-01 | Cope with internally-generated null inputs. | Keith Whitwell |
2007-02-01 | driDestroyDisplay: Fix comment, it is called now. | Michel Dänzer |
2007-02-01 | driDestroyDisplay: Remove Drivers list entry when dlclosing its handle. | Michel Dänzer |
2007-02-01 | fix unitialized values in radeonClear | Roland Scheidegger |
2007-01-31 | disable all x86 code, broken and will eventually be removed | Brian |
2007-01-31 | Overhaul handling of writemasks/swizzling. This fixes two problem cases: | Brian |
2007-01-31 | New asm instruction and IR_CLAMP node type to allow clamping to [0,1] with in... | Brian |
2007-01-31 | allow fragment-only and vertex-only programs | Brian |
2007-01-31 | _mesa_pack_rgba_span_float: fix for packing data into group | Xiang, Haihao |
2007-01-30 | fix _mesa_get_uniform_location() so it uses the given program handle | Brian |
2007-01-30 | Use new rebase helper. Remove other rebase code. | Keith Whitwell |
2007-01-30 | Helper for rebasing draw requests where min_index != 0. | Keith Whitwell |
2007-01-30 | New tests for the array functions which also provoke rebasing. | Keith Whitwell |
2007-01-30 | regenerated | Brian |
2007-01-30 | s/params/pointer/ for glGetVertexAttribPointer | Brian |
2007-01-30 | bump version to 6.5.3 | Brian |
2007-01-30 | s/params/pointer/ for glGetVertexAttribPointer | Brian |