Age | Commit message (Expand) | Author |
2008-05-28 | Merge branch 'gallium-vertex-linear' into gallium-0.1 | Jakob Bornecrantz |
2008-05-27 | ffvertex: emit full LIT when attenuating (needs the 1 in X position) | Keith Whitwell |
2008-05-27 | ffvertex: don't compute whole eye vector if only eye.z is required | Keith Whitwell |
2008-05-26 | gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage() | Brian Paul |
2008-05-26 | Remove CVS keywords. | José Fonseca |
2008-05-26 | Merge branch 'gallium-tex-surface' into gallium-0.1 | Jakob Bornecrantz |
2008-05-24 | Revert "mesa: save a temp on normalizes" | Keith Whitwell |
2008-05-24 | mesa: pre-swizzle normal scale state value | Keith Whitwell |
2008-05-24 | mesa: evaluate _NeedEyeCoords prior to generating internal vertex shader | Keith Whitwell |
2008-05-23 | mesa: save a temp on normalizes | Keith Whitwell |
2008-05-23 | mesa: further degenerate the special case lit substitute | Keith Whitwell |
2008-05-23 | glapi: fix include path & make build work | Keith Whitwell |
2008-05-23 | mesa: don't emit LIT instruction when mat shininess known to be zero | Keith Whitwell |
2008-05-23 | Merge branch 'gallium-i915-current' into gallium-0.1 | Jakob Bornecrantz |
2008-05-23 | mesa: do object-space lighting in ffvertex_prog.c | Keith Whitwell |
2008-05-21 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Michel Dänzer |
2008-05-21 | mesa: fix #include path for glapioffsets.h (fixes x86 build) | Brian |
2008-05-20 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-20 | gallium: fix vertex shader mem leak (glRasterPos) | Brian Paul |
2008-05-20 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-20 | gallium: replace assignment with pipe_texture_reference() | Brian Paul |
2008-05-20 | gallium: fix shader mem leak | Brian Paul |
2008-05-20 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-20 | gallium: move vertex/fragment program unbinding | Brian Paul |
2008-05-20 | gallium: fix default case in st_new_program() | Brian Paul |
2008-05-20 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-20 | gallium: fix mem leaks | Brian Paul |
2008-05-20 | gallium: clean-up glDraw/CopyPixels shaders when destroying context | Brian Paul |
2008-05-20 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-20 | gallium: clean-up glDraw/CopyPixels shaders when destroying context | Brian Paul |
2008-05-20 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-20 | copy StateFlags in _mesa_clone_parameter_list() | Brian Paul |
2008-05-20 | fix incorrect sampler numbering/indexing. | Brian Paul |
2008-05-19 | gallium: remove dead code | Brian Paul |
2008-05-19 | fix tempReg test in _mesa_combine_programs() | Brian Paul |
2008-05-19 | gallium: remove dead code | Brian Paul |
2008-05-19 | fix tempReg test in _mesa_combine_programs() | Brian Paul |
2008-05-19 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-19 | fix program delete/refcount bug | Brian Paul |
2008-05-19 | Fix program refcounting assertion failure during context tear-down | Brian Paul |
2008-05-18 | fix program delete/refcount bug | Brian Paul |
2008-05-18 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Brian Paul |
2008-05-18 | print vertex.attrib[n] (from master) | Brian Paul |
2008-05-18 | Fix some bugs in material, depth range state | Brian Paul |
2008-05-18 | Regenerated API dispatch files | Brian Paul |
2008-05-18 | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) | Brian Paul |
2008-05-17 | s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/ | Brian Paul |
2008-05-16 | gallium: fix glBitmap surface memleak in context tear-down | Brian Paul |
2008-05-16 | gallium: release textures during context tear-down (fix mem leak) | Brian Paul |
2008-05-16 | gallium: ref counting clean-ups | Brian Paul |