Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -206/+0 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -9/+9 |
* | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | 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 |
* | fix a memleak | Brian | 2008-01-01 | 1 | -0/+1 |
* | Program cache functions. | Brian | 2007-10-30 | 1 | -0/+191 |