Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Draw a quadmesh where Z coord is taken from a texture map.
|
|
Fragment's red/greenb/blue is a function gl_FragCoord.xyz
|
|
|
|
|
|
|
|
|
|
Was using a mix of the ARB functions and the OpenGL 2.0 shader functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
d19d0596daf004b56d80f78fa1a329b43c2ebf94
This demo produces the expected results again.
|
|
|
|
|
|
Conflicts:
src/mesa/drivers/dri/i965/brw_sf.h
src/mesa/drivers/dri/i965/intel_context.c
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into 965-glsl
|
|
most of the sample working with some small modification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|