Age | Commit message (Collapse) | Author |
|
Some of the headers in src/mesa/main have pretty common names which
easily conflict with third-party code, e.g. config.h
|
|
|
|
Only when fog's enabled, of course.
In the usual case, this is just a pass-through operation.
|
|
|
|
This memory leak is identical to the earlier one in texenvprogram.
Fixed by not creating an additional reference to new programs in cache_item.
On top of that, remove some duplicated state setting.
|
|
|
|
|
|
|
|
|
|
Use _mesa_reference_vert/fragprog() wherever we assign program pointers.
Fixes a memory corruption bug found with glean/api2 test.
|
|
|
|
|
|
to slip over the allocated memory for the vb.
pull in sse fixes from gallium-0.1
|
|
to slip over the allocated memory for the vb.
|
|
|
|
|
|
|
|
module.
|
|
|
|
|
|
t_vb_program.c
|
|
|
|
|
|
do the same math as for fixed function pipe, including
user clip planes.
(mostly resurrected from the dead t_vb_arbprogram.c code)
|
|
_mesa_exec_malloc() returns NULL.
(picked from mesa_7_0_branch)
|
|
|
|
|
|
|
|
|
|
|
|
New _mesa_get_fixed_func_vertex_program() function...
|
|
It looks like Windows does not like filenames ending with a dot,
in effect renaming it to 'mms-config'.
|
|
|
|
|
|
|
|
|
|
|
|
We always need to compute the absolute value of the fogcoord if we're
passing it through for per-fragment fog.
|
|
|
|
|
|
are needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ctx->Driver.RasterPos() function.
|
|
|