Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
First tri for EGL drivers with mesa screen ext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|