Keith Whitwell
1ec78df1e7
trivial: add more vp tests
17 years ago
Keith Whitwell
a381c9e8b3
trivial: exercise vertprog sligtly
17 years ago
Jakob Bornecrantz
866a2c3ccb
mesa: Update ignores a bit
17 years ago
Brian Paul
a9004cc79c
destroy window on exit
17 years ago
Jakob Bornecrantz
fa7529335c
progs/fp: Add a bit of local variable testing to fp-tri
17 years ago
Brian Paul
3b3d34d637
egl: print multisample info
17 years ago
Brian Paul
dbbbc33344
use APP_CC
17 years ago
Brian Paul
90c93bbeee
define new APP_CC configuration variable for building apps/demos/tests
For Cell, need to use different compilers for the libraries vs. the demos/tests
to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0"
17 years ago
Brian Paul
5c459b3925
simple quad drawing test
17 years ago
Brian Paul
83054d9297
press 'c' to toggle Z clear value between 0/1
17 years ago
Brian Paul
8df4c3a21f
press 'f' to cycle through depth test funcs
17 years ago
Brian Paul
380385ab7d
mesa: added test for very long fixed-function vertex programs
17 years ago
Michal Krol
47e14cc093
Add NV_vertex_program specific tests.
17 years ago
Michal Krol
2858ec66c2
Add support for NVIDIA programs.
17 years ago
Michal Krol
5b16730df8
Port vp to Windows.
17 years ago
Alan Hourihane
5c9d0c7052
pick first mode
17 years ago
Alan Hourihane
b6db08a91b
choose a 1024x768 resolution
17 years ago
Zack Rusin
4d38d86b2c
add edge detection to that example
17 years ago
Brian Paul
547e487df2
mesa: call glutDestroyWindow() on exit
17 years ago
Jakob Bornecrantz
52912d8616
egl: Add egltri
First tri for EGL drivers with mesa screen ext
17 years ago
José Fonseca
fd6676c249
Fix CRLF line endings.
17 years ago
Jakob Bornecrantz
ba344753b1
tests: Added a test for a strange bug in texstore_a8
17 years ago
seventh guardian
7db9034b04
added ARCH_FLAGS
17 years ago
Jakob Bornecrantz
4e52fa9b91
git: Updated .gitignore files
17 years ago
Jakob Bornecrantz
d89b1e4a03
trivial: Update clear-undefined
17 years ago
Jakob Bornecrantz
39bd7eb6dc
trival: Added test for undefined context of buffer
17 years ago
Zack Rusin
f49dd47dc9
add some glsl example testing different arrays of uniforms
17 years ago
Keith Whitwell
3bdeff5bec
trivial: add test for integer vertex arrays
17 years ago
Keith Whitwell
ac833b9aef
trivial: add trifan tests
17 years ago
Keith Whitwell
f5801fba24
trivial: add poly-flat-clip tests
17 years ago
Keith Whitwell
d915f40195
trivial: add tristrip-flat to makefile
17 years ago
Brian Paul
d8de01ba41
sync up with glxgears.c from master
17 years ago
Brian Paul
2154cb4994
egl: single triangle test
17 years ago
Brian Paul
bf527cc8d4
egl: fix X visual selection
17 years ago
Brian Paul
b9d35c7c44
egl: query/print EGL_NATIVE_VISUAL_ID
Other whitespace/etc clean-ups.
17 years ago
Jakob Bornecrantz
88f86c9d02
egl: Added peglgears, gears that uses pbuffers
17 years ago
Brian Paul
af540ef369
egl: updated egl.h include paths
17 years ago
Brian Paul
6b9b49127e
egl: bind the OpenGL API
17 years ago
Brian Paul
80ed996803
egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now)
17 years ago
Brian Paul
8cd33faee6
egl: query/print EGL_CLIENT_APIS
17 years ago
Jakob Bornecrantz
3e867959e9
egl: Fix warning in eglgears
17 years ago
Jakob Bornecrantz
d8a693ee49
egl: Make demo3 compile
17 years ago
Brian Paul
a6af2e3345
include eglext.h, define EGL_EGLEXT_PROTOTYPES
17 years ago
Brian Paul
096b79bf17
updates for EGL 1.4
17 years ago
José Fonseca
fc72d7e032
Remove CVS keywords.
17 years ago
José Fonseca
77ce568ff7
Remove CVS keywords.
17 years ago
Keith Whitwell
2f13d4cd58
vp-tris: use test name as window name
17 years ago
Brian
e8d5be9c76
fix assorted bugs, works now
(cherry picked from commit 55d4f32fc2
)
18 years ago
Zack Rusin
f869ddf297
add new binaries to ignore to make 'git status' cleaner
17 years ago
Dan Nicholson
0a4867bd4c
Ignore more generated files in progs/
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.
18 years ago