| Commit message (Expand) | Author | Age | Files | Lines |
* | add state vars for color matrix, pixel transfer scale&bias | Brian Paul | 2008-05-18 | 2 | -0/+5 |
* | mesa: added internal post color matrix scale/bias vars | Brian Paul | 2008-05-18 | 2 | -0/+34 |
* | fixes to _mesa_combine_programs(), from gallium-0.1 | Brian Paul | 2008-05-18 | 2 | -6/+46 |
* | added div by zero check for Fog.End/Start (from gallium-0.1) | Brian Paul | 2008-05-18 | 1 | -1/+2 |
* | clean-ups / additions from gallium-0.1 branch | Brian Paul | 2008-05-18 | 1 | -7/+35 |
* | bring in fixes/changes from gallium-0.1 | Brian Paul | 2008-05-16 | 1 | -80/+32 |
* | fix an attr/src mix-up when setting-up/binding vertex arrays | Brian Paul | 2008-05-16 | 2 | -2/+2 |
* | fix merge collision | Brian Paul | 2008-05-16 | 1 | -3/+1 |
* | silence warning, new assertion | Brian Paul | 2008-05-16 | 1 | -3/+6 |
* | free(key) in _tnl_UpdateFixedFunctionProgram() | Shunichi Fuji | 2008-05-16 | 1 | -0/+3 |
* | Fix a program refcounting error, don't share program parameter lists. | Brian Paul | 2008-05-16 | 2 | -41/+20 |
* | minor changes to aid debugging | Brian Paul | 2008-05-16 | 1 | -7/+15 |
* | remove stray, left-over RefCount++ | Brian Paul | 2008-05-16 | 1 | -1/+0 |
* | whitespace/formatting | Brian Paul | 2008-05-16 | 1 | -2/+0 |
* | init SamplersUsed bits in _mesa_parse_arb_fragment_program | Brian Paul | 2008-05-16 | 1 | -1/+4 |
* | fix assertion typo: s/=/==/ | Brian Paul | 2008-05-16 | 1 | -1/+1 |
* | Fix memory leak in _tnl_UpdateFixedFunctionProgram | Shunichi Fuji | 2008-05-16 | 1 | -0/+2 |
* | Fix DRI build | Brian Paul | 2008-05-16 | 1 | -2/+1 |
* | Updated GLSL uniform/sampler handling from gallium-0.1 branch | Brian Paul | 2008-05-14 | 17 | -413/+338 |
* | mesa: new functions for managing list/index of uniforms | Brian Paul | 2008-05-14 | 2 | -0/+248 |
* | clean-up swizzle fields in fog code, fix NegateBase | Brian Paul | 2008-05-14 | 1 | -11/+10 |
* | sync up with gallium-0.1 changes | Brian Paul | 2008-05-14 | 2 | -85/+115 |
* | added _mesa_combine_parameter_lists() | Brian Paul | 2008-05-14 | 6 | -2/+296 |
* | mesa: added _mesa_insert_instructions() | Brian Paul | 2008-05-14 | 2 | -10/+52 |
* | mesa: added _mesa_free_instructions() | Brian Paul | 2008-05-14 | 2 | -0/+20 |
* | fix some additional program refcounting bugs | Brian Paul | 2008-05-14 | 3 | -22/+13 |
* | _generic_read_RGBA_span_BGRA8888_REV_SSE2: It should adjust the source | Xiang, Haihao | 2008-05-14 | 1 | -1/+3 |
* | Default DRI driver directory to match X.Org xserver | Dan Nicholson | 2008-05-09 | 1 | -1/+1 |
* | intel: use new mipmap generation hooks in driver. | Dave Airlie | 2008-05-09 | 5 | -11/+13 |
* | swrast/dri: switch over users of generate_mipmap to new interface | Dave Airlie | 2008-05-09 | 3 | -9/+7 |
* | Revert "mesa/intel: map/unmap texture objects around mipmap generation functi... | Dave Airlie | 2008-05-09 | 2 | -24/+0 |
* | Remove unused texunit parameter to ctx->Driver.GenerateMipmap() | Brian | 2008-05-09 | 5 | -29/+10 |
* | Added ctx->Driver.GenerateMipmap() driver hook | Dave Airlie | 2008-05-09 | 4 | -25/+34 |
* | mesa/intel: map/unmap texture objects around mipmap generation function. | Dave Airlie | 2008-05-09 | 2 | -0/+24 |
* | Add RS690M PCI ID. | Kristian Høgsberg | 2008-05-08 | 1 | -0/+1 |
* | disable debug printfs | Brian Paul | 2008-05-08 | 1 | -2/+2 |
* | mesa: Call RENDER_FINISH on the zero pixel case. | Xiang, Haihao | 2008-05-08 | 1 | -1/+3 |
* | fix refcounting bugs in tnl/tex program caches | Brian Paul | 2008-05-07 | 5 | -62/+68 |
* | Never fail `make clean' | Dan Nicholson | 2008-05-07 | 16 | -24/+24 |
* | Run `make clean' in drivers/xorg, too | Dan Nicholson | 2008-05-07 | 1 | -0/+1 |
* | Refactor installation targets | Dan Nicholson | 2008-05-07 | 1 | -19/+26 |
* | Ensure recursive makes always propagate errors | Dan Nicholson | 2008-05-07 | 3 | -8/+8 |
* | implement full reference counting for vertex/fragment programs | Brian | 2008-05-06 | 8 | -66/+141 |
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa | Dan Nicholson | 2008-05-06 | 1 | -0/+33 |
|\ |
|
| * | Add support for ATI_separate_stencil in display lists. | Michal Wajdeczko | 2008-05-06 | 1 | -0/+33 |
* | | Prevent makedepend from running multiple times | Dan Nicholson | 2008-05-06 | 1 | -1/+1 |
* | | Always cleanup the makedepend backup files | Dan Nicholson | 2008-05-06 | 8 | -8/+8 |
* | | Error consistently when running recursive make | Dan Nicholson | 2008-05-06 | 5 | -16/+16 |
|/ |
|
* | i965: fix googleearth in classic mode. | Dave Airlie | 2008-05-06 | 1 | -4/+5 |
* | r300: fragment.position input needs no blanking out, it's correctly handled i... | Markus Amsler | 2008-05-06 | 1 | -3/+3 |