Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Other whitespace/etc clean-ups.
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/gallium/auxiliary/draw/draw_pt_varray.c
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/gallium/include/pipe/p_util.h
|
|
|
|
|
|
|
|
(cherry picked from commit 55d4f32fc211dbc37bd28c0e67da5ce5e0da5777)
|
|
|
|
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.
|
|
shows basics of image processing with glsl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
depth buffer
|
|
|
|
Run with -t to enable texture mapping.
Press 't' to update the texture image. When the texture is changed in one
thread it should also get updated in the other threads since textures are
shared by all contexts.
|
|
|
|
|
|
Test that modifications to a texture object in one rendering context are seen
in a second rendering context.
Press 't' to change the texture's image/colors.
|
|
|
|
Also, call glutDestroyWindow() upon exit.
|
|
|
|
|
|
|
|
cherry-picked from master
|
|
|
|
|
|
|
|
|
|
|