Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-03 | Mesa: short-circuit case when looking up the same program twice in cache | Keith Whitwell | |
2008-05-07 | gallium: implement full reference counting for vertex/fragment programs | Brian Paul | |
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 | |||
2008-01-01 | fix a memleak | Brian | |
2007-10-30 | Program cache functions. | Brian | |
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. |