summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-17implement min/max and abstract ops on vectorsZack Rusin
2008-05-17llvm: implement sub and absZack Rusin
2008-05-17fix injections of functions from builtins into shadersZack Rusin
2008-05-17move the swizzling code to gallivm in preperation for code-generating itZack Rusin
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul
2008-05-17gallium: remove deprecated format namesBrian Paul
2008-05-17s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/Brian Paul
2008-05-16gallium: release textures during context tear-down (fix mem leak)Brian Paul
2008-05-16gallium: ref counting clean-upsBrian Paul
2008-05-16mesa: call glutDestroyWindow() on exit to help find mem leaksBrian Paul
2008-05-16bring in fixes/changes from masterBrian Paul
2008-05-16Fix a program refcounting error, don't share program parameter lists.Brian Paul
2008-05-16fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul
2008-05-14fix parsing of state.texenv.color (bug 14931)Brian Paul
2008-05-14Consolidate texture fetch code and use partial derivatives when possible.Brian Paul
2008-05-14mesa: fix InfoLog memleak, misc sync with masterBrian Paul
2008-05-14Bug #13492: Only call ProgramStringNotify if program parsing succeeded.Eric Anholt
2008-05-14fix swizzle error test (bug 11881)Brian
2008-05-14fix-up inlined/non-inlined function inconsistenciesBrian Paul
2008-05-14mesa: rm unneeded fileBrian Paul
2008-05-14mesa: prefix rm command with -Brian Paul
2008-05-14rewrite some of the mat*mat, mat*vec intrinsicsBrian Paul
2008-05-14mesa: regenerate slang built-in data (asin(vec4) fix)Brian Paul
2008-05-14mesa: fix missing w assignment in asin(vec4)Brian Paul
2008-05-14mesa: use CALLOC_STRUCT()Brian Paul
2008-05-14mesa: sync up swrast/s_fragprog.c with masterBrian Paul
2008-05-14mesa: updated commentBrian Paul
2008-05-14mesa: minor bug fixes from masterBrian Paul
2008-05-14mesa: dead code removalBrian Paul
2008-05-14mesa: minor bug fixes, null ptr checks, dead code removalBrian Paul
2008-05-14mesa: fix errors in LightModelProduct state, other misc error casesBrian Paul
2008-05-14mesa: glUniform(location==-1) is not an errorBrian Paul
2008-05-14fix some additional program refcounting bugsBrian Paul
2008-05-13decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin
2008-05-12adjust llvm code to the changes in 2.3Zack Rusin
2008-05-12draw: turn fse path into a middle endKeith Whitwell
2008-05-12draw: streamline the varray pathKeith Whitwell
2008-05-12softpipe: more work to get non-reduced primitives working in vbufKeith Whitwell
2008-05-12softpipe: make vbuf handle all primitive typesKeith Whitwell
2008-05-12draw: add fetch-shade-emit pathKeith Whitwell
2008-05-12softpipe: add failure paths for context creationKeith Whitwell
2008-05-12xlib: add failure paths for context creationKeith Whitwell
2008-05-12draw: mimize cost of translate key compares, use cache universallyKeith Whitwell
2008-05-12translate: helper functions for mimizing cost of key comparesKeith Whitwell
2008-05-10gallium: optimize the flush_spans() functionBrian
2008-05-10gallium: remove unused codeBrian
2008-05-09draw: Fix number of vertices allocated in draw_pt_emit().Michel Dänzer
2008-05-09draw: fix translate double-free, minor cleanupsKeith Whitwell
2008-05-09draw: mimize cost of translate key compares, use cache universallyKeith Whitwell
2008-05-09translate: helper functions for mimizing cost of key comparesKeith Whitwell