Age | Commit message (Expand) | Author |
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 |
2007-01-30 | s/params/pointer/ for glGetVertexAttribPointer | Brian |
2007-01-30 | s/params/pointer/ for glGetVertexAttribPointer | Brian |
2007-01-30 | nouveau: argh | Ben Skeggs |
2007-01-30 | nouveau: misc NV40 fixes | Ben Skeggs |
2007-01-30 | nouveau: NV40 glClipPlane support. | Ben Skeggs |
2007-01-30 | nouveau: rework shader param handling | Ben Skeggs |
2007-01-30 | nouveau: oops, build attrib map after we know how the final shader will look.. | Ben Skeggs |
2007-01-30 | nouveau: remove an unused table | Ben Skeggs |
2007-01-30 | nouveau: oops | Ben Skeggs |
2007-01-30 | nouveau: maintain a map of which vtxprog input corresponds to which array | Ben Skeggs |
2007-01-30 | nouveau: unhardcode some more NV30TCL_FP_CONTROL values | Ben Skeggs |
2007-01-29 | nouveau : NOUVEAU_RING_TRACE | Matthieu Castet |
2007-01-29 | nouveau : nv10 comment icomplete command | Matthieu Castet |
2007-01-28 | noise() works now | Brian |
2007-01-28 | noise functions | Brian |
2007-01-28 | simple noise test | Brian |
2007-01-28 | combine emit_unop(), emit_binop(), emit_triop() into emit_arith() | Brian |
2007-01-28 | implement mix() with LRP instruction | Brian |
2007-01-28 | nouveau : nv10 mixing cached stuff with not cached stuff is bad. | Matthieu Castet |
2007-01-28 | Lots of vartable clean-ups, fixes. Report an error message when we run out | Brian |