| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-05-16 | fix merge collision | Brian Paul | |
| 2008-05-16 | silence warning, new assertion | Brian Paul | |
| 2008-05-16 | free(key) in _tnl_UpdateFixedFunctionProgram() | Shunichi Fuji | |
| 2008-05-16 | Fix a program refcounting error, don't share program parameter lists. | Brian Paul | |
| The refcounting bug was causing a memleak (unfreed programs). The old parameter list sharing is not needed since the change in how uniforms are handled. | |||
| 2008-05-16 | minor changes to aid debugging | Brian Paul | |
| 2008-05-16 | remove stray, left-over RefCount++ | Brian Paul | |
| 2008-05-16 | whitespace/formatting | Brian Paul | |
| 2008-05-16 | init SamplersUsed bits in _mesa_parse_arb_fragment_program | Brian Paul | |
| 2008-05-16 | fix assertion typo: s/=/==/ | Brian Paul | |
| 2008-05-16 | Fix memory leak in _tnl_UpdateFixedFunctionProgram | Shunichi Fuji | |
| 2008-05-16 | Fix DRI build | Brian Paul | |
| 2008-05-15 | r500: default rsunit swizzle like fglrx | Dave Airlie | |
| 2008-05-15 | r500: shift tex src properly | Dave Airlie | |
| 2008-05-15 | r500: fixup r500 rs unit texture coordinate counting | Dave Airlie | |
| 2008-05-15 | r500: remove some debugging | Dave Airlie | |
| 2008-05-15 | r500: split output/pixel masks and emit in the correct places | Dave Airlie | |
| 2008-05-15 | r3/500: emit RS state before VAP | Dave Airlie | |
| 2008-05-15 | r500: fixup the program allocations to be the correct sizes | Dave Airlie | |
| 2008-05-15 | r300: set screen so that context init can find out chip ids | Dave Airlie | |
| 2008-05-15 | r500: add cmp support in theory | Dave Airlie | |
| 2008-05-15 | r500: some trivial fixups to get tri working. | Dave Airlie | |
| the counter was being used one instruction over the end | |||
| 2008-05-15 | r500: we just need to emit a colour for clear drop tex instruction | Dave Airlie | |
| 2008-05-14 | fix parsing of state.texenv.color (bug 14931) | Brian Paul | |
| cherry-picked from master | |||
| 2008-05-14 | Consolidate texture fetch code and use partial derivatives when possible. | Brian Paul | |
| picked from master | |||
| 2008-05-14 | mesa: fix InfoLog memleak, misc sync with master | Brian Paul | |
| 2008-05-14 | Bug #13492: Only call ProgramStringNotify if program parsing succeeded. | Eric Anholt | |
| Wine intentionally tries some out-of-spec programs to test strictness, and calling ProgramStringNotify on the results of a failed program parse resulted in crashes in the 965 driver. | |||
| 2008-05-14 | fix swizzle error test (bug 11881) | Brian | |
| 2008-05-14 | fix-up inlined/non-inlined function inconsistencies | Brian Paul | |
| cherry-picked from master | |||
| 2008-05-14 | mesa: rm unneeded file | Brian Paul | |
| 2008-05-14 | mesa: prefix rm command with - | Brian Paul | |
| 2008-05-14 | rewrite some of the mat*mat, mat*vec intrinsics | Brian Paul | |
| Also, remove obsolete matrix codegen code. cherry-picked from master | |||
| 2008-05-14 | Updated GLSL uniform/sampler handling from gallium-0.1 branch | Brian Paul | |
| Previously, the shader linker combined the uniforms used by the vertex and fragment shaders into a combined set of uniforms. This made the implementation of glUniform*() simple, but was rather inefficient otherwise. Now each shader gets its own set of uniforms (no more modelview matrix showing up in the fragment shader uniforms, for example). cherry-picked by hand from gallium-0.1 branch | |||
| 2008-05-14 | mesa: regenerate slang built-in data (asin(vec4) fix) | Brian Paul | |
| 2008-05-14 | mesa: fix missing w assignment in asin(vec4) | Brian Paul | |
| 2008-05-14 | mesa: use CALLOC_STRUCT() | Brian Paul | |
| 2008-05-14 | mesa: sync up swrast/s_fragprog.c with master | Brian Paul | |
| 2008-05-14 | mesa: updated comment | Brian Paul | |
| 2008-05-14 | mesa: minor bug fixes from master | Brian Paul | |
| 2008-05-14 | mesa: dead code removal | Brian Paul | |
| 2008-05-14 | mesa: minor bug fixes, null ptr checks, dead code removal | Brian Paul | |
| 2008-05-14 | mesa: fix errors in LightModelProduct state, other misc error cases | Brian Paul | |
| 2008-05-14 | mesa: glUniform(location==-1) is not an error | Brian Paul | |
| 2008-05-14 | mesa: new functions for managing list/index of uniforms | Brian Paul | |
| cherry-picked from gallium-0.1 | |||
| 2008-05-14 | clean-up swizzle fields in fog code, fix NegateBase | Brian Paul | |
| cherry-picked from gallium-0.1 | |||
| 2008-05-14 | sync up with gallium-0.1 changes | Brian Paul | |
| New _mesa_num_inst_dst_regs(), _mesa_is_tex_instruction() functions | |||
| 2008-05-14 | added _mesa_combine_parameter_lists() | Brian Paul | |
| cherry-picked from gallium-0.1 | |||
| 2008-05-14 | fix some additional program refcounting bugs | Brian Paul | |
| cherry-picked from master | |||
| 2008-05-14 | mesa: added _mesa_insert_instructions() | Brian Paul | |
| Also, use new _mesa_free_instructions() in a few places. cherry-picked from gallium-0.1 | |||
| 2008-05-14 | mesa: added _mesa_free_instructions() | Brian Paul | |
| cherry-picked from gallium-0.1 | |||
| 2008-05-14 | fix some additional program refcounting bugs | Brian Paul | |
| cherry-picked from master | |||
