summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-2018-0/+5482
|\
| * progs/es2: Correctly set renderable type and client version.Chia-I Wu2010-01-123-7/+23
| * progs/es1: Bind texture image after rendering.Chia-I Wu2010-01-121-3/+5
| * Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-12342-1268/+2401
| |\
| * | progs/es1: Add compressed paletted texture tests to torus.Chia-I Wu2010-01-041-2/+149
| * | progs/es1: Port eglgears to OpenGL ES 1.1.Chia-I Wu2009-11-103-0/+379
| * | progs/es1: Port egltri to OpenGL ES 1.1.Chia-I Wu2009-11-105-0/+466
| * | progs/es: Add .gitignore.Chia-I Wu2009-11-102-0/+11
| * | progs/es: OpenGL ES 1.x and 2.X demo programs.Chia-I Wu2009-11-0511-0/+4461
* | | progs/egl: Pass EGLDisplay to eglCopyBuffers.Chia-I Wu2010-01-181-1/+1
* | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-1416-20/+30
|\ \ \
| * | | progs/xdemos: Remove unnecessary header from corender.c.Vinson Lee2010-01-111-1/+0
| * | | progs/trivial: Remove unnecessary headers from tri-fbo-tex.c.Vinson Lee2010-01-111-2/+0
| * | | progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.Vinson Lee2010-01-111-1/+0
| * | | progs/tests: Remove duplicate included header in vparray.c.Vinson Lee2010-01-111-1/+0
| * | | progs/tests: Add newline to end of printf in vparray.c.Vinson Lee2010-01-111-1/+1
| * | | progs/redbook: Remove unnecessary header from aapoly.c.Vinson Lee2010-01-111-1/+0
| * | | progs/glsl: Remove duplicate included header from shtest.c.Vinson Lee2010-01-111-1/+0
| * | | progs/demos: Remove unnecessary header from morph3d.c.Vinson Lee2010-01-111-1/+0
| * | | progs/tests: Silence fprintf format warning.Vinson Lee2010-01-111-2/+2
| * | | progs/demos: Remove unnecessary header from isosurf.c.Vinson Lee2010-01-111-1/+0
| * | | progs/demos: Remove unnecessary header from fbotexture.c.Vinson Lee2010-01-111-1/+0
| * | | progs/demos: Check upper bounds of input in manywin.c.Vinson Lee2010-01-101-0/+2
| * | | progs/demos: Bounds check input to fire.c.Vinson Lee2010-01-101-1/+7
| * | | progs/tests: Silence 'missing initializer' warnings.Vinson Lee2010-01-082-2/+2
| * | | progs/glsl: Silence uninitialized variable warning.Vinson Lee2010-01-081-1/+1
| * | | progs/demos: Add missing initializers in engine.c.Vinson Lee2010-01-081-3/+15
* | | | progs/trivial: test user clip plane in tri-point-line-clipped.cBrian Paul2010-01-141-5/+30
* | | | progs/trivial: test glPolygonMode(POINT/LINE) with frustum clippingBrian Paul2010-01-143-0/+93
| |_|/ |/| |
* | | progs/egl: Fix screen surface demos.Chia-I Wu2010-01-125-10/+22
* | | progs/egl: glGenTextures is called too early in xeglbindtex.Chia-I Wu2010-01-121-2/+2
* | | progs: Check the number of configs returned by eglChooseConfig.Chia-I Wu2010-01-126-10/+14
* | | progs: Add missing EGL_RENDERABLE_TYPE for EGL demos.Chia-I Wu2010-01-126-0/+7
* | | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-114-41/+274
|\ \ \
| * | | xdemos/glsync: handle no sync method betterJesse Barnes2010-01-081-8/+4
| * | | xdemos/glsync: check glXMakeCurrent return valueJesse Barnes2010-01-081-1/+5
| * | | xdemos/glsync: Make glsync test draw a rectangleJesse Barnes2010-01-081-34/+49
| * | | xdemos/glsync: Add swap interval support to glsync testJesse Barnes2010-01-081-3/+17
| * | | DRI2: add OML_sync_control supportJesse Barnes2010-01-083-0/+204
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-089-120/+69
|\ \ \ \ | | |/ / | |/| |
| * | | progs/fp: remove invalid tri-inv.c testBrian Paul2010-01-073-113/+0
| * | | progs/demos: Assert that input to malloc is valid.Vinson Lee2010-01-061-0/+2
| * | | progs/xdemos: Check for string overflow.Vinson Lee2010-01-061-3/+29
| * | | progs/xdemos: Check for string overflow.Vinson Lee2010-01-061-0/+4
| * | | progs/xdemos: Remove comma at end of enumerator list.Vinson Lee2010-01-061-1/+1
| * | | progs/xdemos: Use temporary variables.Vinson Lee2010-01-061-2/+2
| * | | progs/glsl: Prevent possible string overflow.Vinson Lee2010-01-061-0/+4
| * | | progs/xdemos: Prevent possible string overflow.Vinson Lee2010-01-061-1/+27
* | | | progs/fp: increase buffer size to read larger shadersBrian Paul2010-01-071-1/+1
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-0413-76/+93
|\| | | | |/ / |/| |