Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mesa: short-circuit case when looking up the same program twice in cache | Keith Whitwell | 2008-10-03 | 1 | -8/+21 |
| | |||||
* | gallium: implement full reference counting for vertex/fragment programs | Brian Paul | 2008-05-07 | 1 | -2/+3 |
| | | | | | | | | Use _mesa_reference_vert/fragprog() wherever we assign program pointers. Fixes a memory corruption bug found with glean/api2 test. Another memory bug involving shaders yet to be fixed... Picked from gallium-0.1 | ||||
* | fix a memleak | Brian | 2008-01-01 | 1 | -0/+1 |
| | |||||
* | Program cache functions. | Brian | 2007-10-30 | 1 | -0/+191 |
Generic version of cache code from texenvprogram.c and t_vp_build.c Not used by those files just yet, will also be used for pixel_transfer programs. |