clean-up slang_allocate_storage()
[mesa.git] / progs / tests /
2006-12-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-06 Michel DänzerMake git ignore files only generated at build time.
2006-11-22 Roland Scheideggerfix the gl version test
2006-11-02 Brian Paultest OpenGL 2.0 stencil funcs
2006-09-15 Keith Whitwellnpot version of redbook/mipmap.c
2006-08-30 Brian Paulmake prog2 a legal program (texture reference fix)
2006-08-25 Brian Pauldelete buffers, destroy window upon exit
2006-08-15 Ian RomanickAdd test for GL_EXT_gpu_program_parameters.
2006-06-21 Keith Whitwellexercise min/max lod
2006-06-21 Keith Whitwellexercise position invarient vertex program
2006-06-13 Brian Paulremoved incorrect const qualifier
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-05-31 Brian Paulfix extension_supported() function, added comments
2006-05-19 Brian Paulprint 2D vs 3D in window
2006-05-19 Brian Paulalso test 3D textures (press '2'/'3' to toggle)
2006-05-11 Brian Paulsimplify image setup code, added LOD Bias control ...
2006-05-10 Brian Paulsimple texture compression test
2006-05-10 Brian PaulTest program for exercising GL_TEXTURE_BASE_LEVEL and...
2006-04-28 Tilman Sauerbeckfptest1 requires GL_NV_fragment_program
2006-04-21 Brian Paulfix indentation
2006-04-21 Brian Pauluse vertex.attrib[3] instead of vertex.color
2006-04-21 Brian Pauls/NV/ARB/
2006-04-14 Brian Paulanother simple FBO test
2006-04-14 Brian Paultest glReadPixels speed w/ various formats/types, PBOs
2006-04-13 Brian PaulIf the image file is RGB, convert to RGBA (fixes segfault).
2006-03-24 Brian Paullots of debug options, some code movement, etc
2006-03-06 Ian RomanickDisplay the correct bug number in the information text.
2006-03-06 Ian RomanickDon't try to bind to proxy texture target. This is...
2006-03-04 Ian RomanickBuild test for bugzilla #3050
2006-03-04 Ian RomanickTest case for bugzilla #3050.
2006-03-02 Brian Paultest glBlitFramebufferEXT w/ -blit flag
2006-01-30 Brian Paulupdated comment
2006-01-30 Brian Paulsilence warning about duplicate M_PI definition
2006-01-30 Brian Pauladded more tests (Pedro Maia)
2006-01-27 Brian PaulDon't do swapbuffers if -nodraw specified. Get t0...
2006-01-26 Brian PaulTest glTexSubImage and glCopyTexSubImage rate.
2006-01-26 Brian Paulcopypixrate.c - measure the speed of glCopyPixels.
2005-11-17 Brian Pauldelete frame/renderbuffers upon exit, more error checking
2005-11-16 Brian Pauladded -ds option to test GL_EXT_packed_depth_stencil...
2005-11-15 Ian RomanickTwo subtle things missed on the previous commit.
2005-11-15 Ian RomanickAdd the ability for interleave to test passing invalid...
2005-11-14 Ian RomanickSimple test of glInterleavedArrays functionality.
2005-10-28 Ian RomanickAdd new test "texfilt". This test is a cousin to texwr...
2005-10-26 Eric AnholtAdd built programs to .cvsignore.
2005-10-26 Eric AnholtAdd a fog mode (normal and fog_coord, leaner/exp/exp2...
2005-10-08 Brian PaulQuery/print GL_RED/GREEN/BLUE/ALPHA_BITS
2005-10-04 Brian PaulglBindTexture changes, new assertions
2005-10-04 Brian Paulfix glIsRender/FramebufferEXT() assertions
2005-09-23 Jouk Jansen Committing in .
2005-09-15 Brian Paulsilence warning
2005-09-10 Roland Scheideggernew demo to test ATI_fragment_shader, not very creative...
2005-08-25 Brian Paulmake tiles a little smaller so they're all visible
2005-08-18 Ian RomanickAdd simple regression test for bugzilla #3195.
2005-08-15 Brian Paultest the standard stencil op modes too (Philipp Klaus...
2005-07-07 Ian RomanickPut back the glPopMatrix. This test was derived from...
2005-07-07 Ian RomanickCorrect the comments in the file headers. Oops.
2005-07-07 Ian RomanickAdd regression test for bug #3101.
2005-07-01 Brian Pauladded some glGetRenderbufferParameterivEXT calls, print...
2005-06-24 Ian RomanickIgnore files generated as part of the build process.
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-05-20 Adam JacksonUse the 1.3 names for FogCoord*
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-03-14 Ian RomanickIf setting GL_PACK_INVERT_MESA results in a GL error...
2005-02-14 Ian RomanickSimple test for GL_MESA_pack_invert.
2005-02-09 Ian RomanickSimple test for ARB_texture_env_crossbar functionality...
2005-01-24 Brian Paulreenable some assertions
2005-01-19 Brian Pauladded texobjshare.c
2005-01-19 Brian Paultest program for texture sharing, deleting, etc
2005-01-19 Daniel BorcaglVertex* is the provoking "cmd" (that is, by the time...
2004-12-10 Keith WhitwellFix a couple of glitches
2004-12-08 Keith WhitwellDemonstrate using a color matrix for yuv-to-rgb convers...
2004-12-01 Ian RomanickPrevent possible divide-by-zero error.
2004-11-30 Keith WhitwellEXT_422_pixels test
2004-11-27 Brian Paulsilence warnings
2004-11-04 Ian RomanickAdd EXT_stencil_wrap test that doesn't depend on stenci...
2004-10-31 Brian Paulunbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!
2004-10-29 Brian Paulremove debug code
2004-10-29 Brian PaulUpdated getprocaddress test to use gl_API.xml instead...
2004-10-08 Ian RomanickAdd simple test program for Mesa bug #1028405.
2004-09-24 Brian Paulmoved to demos/ directory
2004-09-23 Brian Paulremoved hacked GL tokens, fixed a printf
2004-08-10 Brian Paulminor tweaks
2004-06-28 Brian Paulmake sure Q has a good value before drawing a sample
2004-06-25 Roland Scheideggernew test which uses mixed texgen/non-texgen texture...
2004-06-17 Ian RomanickMake the test check for core GL version 1.3 in addition...
2004-05-26 Ian RomanickMinor code simplification.
2004-05-26 Ian RomanickTest the overhead of just calling a GL function. The...
2004-05-12 Brian PaulTest program to check that packed pixel formats work...
2004-05-11 Ian RomanickAdded a 4th square to the output. Expanded the message...
2004-05-11 Ian RomanickAdded simple EXT_blend_minmax test.
2004-05-11 Ian RomanickAdded simple NV_blend_square test.
2004-05-06 Brian PaulAdded menu options to test border modes and linear...
2004-05-04 Daniel Borcatexture compression: getting warmer
2004-04-29 Daniel BorcaFXT1 preparations
2004-04-23 Brian Paulassorted fixes
2004-04-22 Brian Pauladded floattex.c to test floating point textures
2004-04-22 Brian Paulobsolete
2004-04-20 Brian Paulremoved non-existant arbfpwpos.c, added UTIL_FILES...
2004-04-18 Brian Paulhack to use glTexCoord4f and Q variable to test project...
2004-04-14 Keith WhitwellUse tcc and the emitted C code from s_fragprog_to_c...
next