summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* use APP_CCBrian Paul2008-09-111-8/+8
|
* define new APP_CC configuration variable for building apps/demos/testsBrian Paul2008-09-117-64/+64
| | | | | 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"
* simple quad drawing testBrian Paul2008-09-112-0/+259
|
* press 'c' to toggle Z clear value between 0/1Brian Paul2008-09-111-4/+21
|
* press 'f' to cycle through depth test funcsBrian Paul2008-09-111-0/+26
|
* mesa: added test for very long fixed-function vertex programsBrian Paul2008-08-282-0/+152
|
* Add NV_vertex_program specific tests.Michal Krol2008-08-192-0/+11
|
* Add support for NVIDIA programs.Michal Krol2008-08-191-10/+31
|
* Port vp to Windows.Michal Krol2008-08-193-3/+171
|
* pick first modeAlan Hourihane2008-08-172-2/+2
|
* choose a 1024x768 resolutionAlan Hourihane2008-08-171-1/+1
|
* add edge detection to that exampleZack Rusin2008-07-211-0/+13
|
* mesa: call glutDestroyWindow() on exitBrian Paul2008-07-091-0/+2
|
* egl: Add egltriJakob Bornecrantz2008-07-043-2/+277
| | | | First tri for EGL drivers with mesa screen ext
* Fix CRLF line endings.José Fonseca2008-06-2450-6059/+6059
|
* tests: Added a test for a strange bug in texstore_a8Jakob Bornecrantz2008-06-183-0/+196
|
* added ARCH_FLAGSseventh guardian2008-06-161-5/+5
|
* git: Updated .gitignore filesJakob Bornecrantz2008-06-162-0/+13
|
* trivial: Update clear-undefinedJakob Bornecrantz2008-06-131-0/+7
|
* trival: Added test for undefined context of bufferJakob Bornecrantz2008-06-132-0/+131
|
* add some glsl example testing different arrays of uniformsZack Rusin2008-06-125-0/+131
|
* trivial: add test for integer vertex arraysKeith Whitwell2008-06-112-0/+118
|
* trivial: add trifan testsKeith Whitwell2008-06-106-0/+706
|
* trivial: add poly-flat-clip testsKeith Whitwell2008-06-103-4/+150
|
* trivial: add tristrip-flat to makefileKeith Whitwell2008-06-101-0/+1
|
* sync up with glxgears.c from masterBrian Paul2008-06-041-75/+121
|
* egl: single triangle testBrian Paul2008-06-042-1/+368
|
* egl: fix X visual selectionBrian Paul2008-06-041-7/+9
|
* egl: query/print EGL_NATIVE_VISUAL_IDBrian Paul2008-06-041-9/+7
| | | | Other whitespace/etc clean-ups.
* egl: Added peglgears, gears that uses pbuffersJakob Bornecrantz2008-06-042-2/+457
|
* egl: updated egl.h include pathsBrian Paul2008-06-046-9/+12
|
* egl: bind the OpenGL APIBrian Paul2008-05-301-0/+2
|
* egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now)Brian Paul2008-05-302-1/+613
|
* egl: query/print EGL_CLIENT_APISBrian Paul2008-05-281-0/+3
|
* Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-281-1/+1
|\ | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c
| * vp-tris: use test name as window nameKeith Whitwell2008-05-231-1/+1
| |
* | egl: Fix warning in eglgearsJakob Bornecrantz2008-05-281-1/+1
| |
* | egl: Make demo3 compileJakob Bornecrantz2008-05-281-0/+1
| |
* | include eglext.h, define EGL_EGLEXT_PROTOTYPESBrian Paul2008-05-271-1/+4
| |
* | updates for EGL 1.4Brian Paul2008-05-272-20/+42
| |
* | Remove CVS keywords.José Fonseca2008-05-2626-30/+0
| |
* | Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz2008-05-266-6/+12
|\ \ | | | | | | | | | | | | | | | Conflicts: src/gallium/include/pipe/p_util.h
| * \ Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz2008-05-236-6/+12
| |\ \
| | * | egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz2008-05-146-6/+12
| | | |
* | | | Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer2008-05-2119-32/+574
|\| | |
| * | | fix assorted bugs, works nowBrian2008-05-211-12/+13
| | | | | | | | | | | | | | | | (cherry picked from commit 55d4f32fc211dbc37bd28c0e67da5ce5e0da5777)
| * | | add new binaries to ignore to make 'git status' cleanerZack Rusin2008-05-204-1/+28
| | | |
| * | | Ignore more generated files in progs/Dan Nicholson2008-05-2011-18/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | add a simple but nice example of convolution filters in glslZack Rusin2008-05-204-1/+475
| | | | | | | | | | | | | | | | shows basics of image processing with glsl
* | | | Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-201-2/+3
|\| | |