summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2010-01-26support an 'embedded' platform target which turns off most parts of theAlan Hourihane1-35/+36
2010-01-26glxgears: Support GLX_EXT_swap_control for querying the current swap interval.Aaron Plattner1-3/+10
2010-01-26progs/tests: use glDrawRangeElements() in bufferobj.cBrian Paul1-1/+7
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul2-8/+0
2010-01-23progs/demos: Remove unnecessary header from shadowtex.c.Vinson Lee2-8/+0
2010-01-23Merge branch 'arb_half_float_vertex'Dave Airlie2-0/+216
2010-01-23Revert "add segl"Chia-I Wu5-424/+0
2010-01-23progs: add trivial ARB_half_float_vertex support.Dave Airlie2-0/+216
2010-01-23add seglChia-I Wu5-0/+424
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul2-1/+1
2010-01-22progs/xdemos: add z/Z keys for scaling the renderingBrian Paul1-0/+10
2010-01-21progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.Vinson Lee1-1/+0
2010-01-21progs/fp: testcases for GL_ARB_fragment_coord_conventionsBrian Paul4-0/+22
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu18-0/+5482
2010-01-18glxgears: unbind current context before "destroying" itMarcin Slusarz1-0/+1
2010-01-18progs/egl: Pass EGLDisplay to eglCopyBuffers.Chia-I Wu1-1/+1
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz16-20/+30
2010-01-14progs/trivial: test user clip plane in tri-point-line-clipped.cBrian Paul1-5/+30
2010-01-14progs/trivial: test glPolygonMode(POINT/LINE) with frustum clippingBrian Paul3-0/+93
2010-01-11progs/xdemos: Remove unnecessary header from corender.c.Vinson Lee1-1/+0
2010-01-11progs/trivial: Remove unnecessary headers from tri-fbo-tex.c.Vinson Lee1-2/+0
2010-01-11progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.Vinson Lee1-1/+0
2010-01-11progs/tests: Remove duplicate included header in vparray.c.Vinson Lee1-1/+0
2010-01-11progs/tests: Add newline to end of printf in vparray.c.Vinson Lee1-1/+1
2010-01-11progs/redbook: Remove unnecessary header from aapoly.c.Vinson Lee1-1/+0
2010-01-11progs/glsl: Remove duplicate included header from shtest.c.Vinson Lee1-1/+0
2010-01-11progs/demos: Remove unnecessary header from morph3d.c.Vinson Lee1-1/+0
2010-01-12progs/es2: Correctly set renderable type and client version.Chia-I Wu3-7/+23
2010-01-12progs/es1: Bind texture image after rendering.Chia-I Wu1-3/+5
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu342-1268/+2401
2010-01-11progs/tests: Silence fprintf format warning.Vinson Lee1-2/+2
2010-01-11progs/demos: Remove unnecessary header from isosurf.c.Vinson Lee1-1/+0
2010-01-12progs/egl: Fix screen surface demos.Chia-I Wu5-10/+22
2010-01-12progs/egl: glGenTextures is called too early in xeglbindtex.Chia-I Wu1-2/+2
2010-01-12progs: Check the number of configs returned by eglChooseConfig.Chia-I Wu6-10/+14
2010-01-12progs: Add missing EGL_RENDERABLE_TYPE for EGL demos.Chia-I Wu6-0/+7
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes4-41/+274
2010-01-08xdemos/glsync: handle no sync method betterJesse Barnes1-8/+4
2010-01-08xdemos/glsync: check glXMakeCurrent return valueJesse Barnes1-1/+5
2010-01-08xdemos/glsync: Make glsync test draw a rectangleJesse Barnes1-34/+49
2010-01-08xdemos/glsync: Add swap interval support to glsync testJesse Barnes1-3/+17
2010-01-08DRI2: add OML_sync_control supportJesse Barnes3-0/+204
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul9-120/+69
2010-01-07progs/fp: increase buffer size to read larger shadersBrian Paul1-1/+1
2010-01-07progs/fp: remove invalid tri-inv.c testBrian Paul3-113/+0
2010-01-06progs/demos: Assert that input to malloc is valid.Vinson Lee1-0/+2
2010-01-11progs/demos: Remove unnecessary header from fbotexture.c.Vinson Lee1-1/+0
2010-01-10progs/demos: Check upper bounds of input in manywin.c.Vinson Lee1-0/+2
2010-01-10progs/demos: Bounds check input to fire.c.Vinson Lee1-1/+7
2010-01-08progs/tests: Silence 'missing initializer' warnings.Vinson Lee2-2/+2