Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | |
2010-02-19 | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | |
This may break the SUNOS4 build, but it's no longer relevant. | |||
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. |