Age | Commit message (Collapse) | Author |
|
|
|
Also add some extra tests to the shader_api regression tests
|
|
|
|
|
|
|
|
|
|
|
|
Only set front material colors to make it noticable if front/back-face
determination is incorrect anywhere.
|
|
|
|
|
|
Most of the programs list their dependencies on the Mesa libraries in
their Makefiles. This works with the default configuration where
APP_LIB_DEPS only lists external libraries. This changes the
linux-osmesa configs and the osdemos Makefile to follow that convention.
Some cleanup of the Makefile is also added to refer to the GL libraries
through the existing variables rather than hardcoding their names.
|
|
d19d0596daf004b56d80f78fa1a329b43c2ebf94
This demo produces the expected results again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, asst. clean-ups.
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/mesa/drivers/dri/i965/brw_sf.h
src/mesa/drivers/dri/i965/intel_context.c
|
|
|
|
|
|
available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Many of the directories in progs/ were missing .gitignore files or
were tracking generated files. This patch is basically the process of
running `make' in each directory and then finding the untracked files
with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing
files were also sorted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|