Age | Commit message (Expand) | Author |
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 |
2007-01-28 | minor clean-ups | Brian |
2007-01-28 | minor updates | Brian |
2007-01-28 | nouveau: fix nv30 line width | Ben Skeggs |
2007-01-28 | nouveau: initial GL_ARB_occlusion_query support | Ben Skeggs |
2007-01-28 | nouveau: extend notifier interface to allow multiple notifiers in a memory bl... | Ben Skeggs |
2007-01-27 | Clean-up of var/temp allocation function parameters. | Brian |
2007-01-27 | Improved register allocation: allow four 'float' vars or temporaries to share... | Brian |
2007-01-27 | Updated copyright header. | Claudio Ciccani |
2007-01-27 | note that non-member posts are auto-rejected | Brian |
2007-01-27 | Bug 9628: no entry for GetVertexAttribPointerv | George Sapountzis |
2007-01-26 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa | Brian |
2007-01-26 | fix typo | Brian |
2007-01-27 | nouveau: more work on nv04, this time buffer format/pitches/... | Stephane Marchesin |
2007-01-26 | document, re-indent _mesa_ffsll() | Brian |