Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jakob Bornecrantz ba344753b1 tests: Added a test for a strange bug in texstore_a8 hace 17 años
..
.gitignore tests: Added a test for a strange bug in texstore_a8 hace 17 años
Makefile tests: Added a test for a strange bug in texstore_a8 hace 17 años
Makefile.win Remove CVS keywords. hace 17 años
afsmultiarb.c updated comment hace 19 años
antialias.c Remove CVS keywords. hace 17 años
api_speed.c Use the 1.3 names for FogCoord* hace 20 años
api_speed.py Prevent possible divide-by-zero error. hace 20 años
arbfpspec.c fix indentation hace 19 años
arbfptest1.c make prog2 a legal program (texture reference fix) hace 19 años
arbfptexture.c hack to use glTexCoord4f and Q variable to test projective texcoords hace 21 años
arbfptrig.c Add tests for ARB_fp trig instructions and also for 1D texturing hace 21 años
arbnpot-mipmap.c npot version of redbook/mipmap.c hace 19 años
arbnpot.c Fix broken test. hace 17 años
arbvptest1.c s/NV/ARB/ hace 19 años
arbvptest3.c use vertex.attrib[3] instead of vertex.color hace 19 años
arbvptorus.c exercise position invarient vertex program hace 19 años
arbvpwarpmesh.c use vertex.attrib[3] instead of vertex.color hace 19 años
arraytexture.c Add simple program to test GL_MESA_texture_array. hace 18 años
auxbuffer.c test of aux buffer rendering hace 21 años
blendminmax.c Added simple EXT_blend_minmax test. hace 21 años
blendsquare.c Added a 4th square to the output. Expanded the message written to the hace 21 años
bufferobj.c delete buffers, destroy window upon exit hace 19 años
bug_3050.c Don't try to bind to proxy texture target. This is defined by the spec to be hace 19 años
bug_3101.c Put back the glPopMatrix. This test was derived from blendminmax.c. hace 20 años
bug_3195.c Display the correct bug number in the information text. hace 19 años
bug_texstore_i8.c tests: Added a test for a strange bug in texstore_a8 hace 17 años
calibrate_rast.c Added calibrate_rast.c program hace 17 años
copypixrate.c mesa: minor code re-org hace 17 años
crossbar.c Simple test for ARB_texture_env_crossbar functionality. It is difficult hace 20 años
cva.c Remove CVS keywords. hace 17 años
debugger.c more debugger development hace 22 años
dinoshade.c glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must have all other attributes already set). hace 20 años
drawbuffers.c fix glReadPixels parameters to handle odd-width windows correctly hace 18 años
ext422square.c Fix a couple of glitches hace 20 años
fbotest1.c destroy window during cleanup hace 18 años
fbotest2.c disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested depth buffer hace 17 años
fbotexture.c destroy window during cleanup hace 18 años
fillrate.c mesa: added a cast to avoid int overflow, plus rename texels->pixels hace 17 años
floattex.c added floattex.c to test floating point textures hace 21 años
fog.c Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I hace 20 años
fogcoord.c remove incorrect negation in fog coord computation hace 21 años
fptest1.c fptest1 requires GL_NV_fragment_program hace 19 años
fptexture.c build fixes, rh9 hace 22 años
getprocaddress.c test glStencilFuncSeparateATI() hace 17 años
getprocaddress.py Remove CVS keywords. hace 17 años
interleave.c Two subtle things missed on the previous commit. hace 20 años
invert.c If setting GL_PACK_INVERT_MESA results in a GL error, log it. hace 20 años
jkrahntest.c Remove CVS keywords. hace 17 años
manytex.c Remove CVS keywords. hace 17 años
minmag.c Added minmag.c test hace 17 años
mipmap_limits.c Press <space> to reset limit/bias values, clean-up limit/bias printf hace 17 años
mipmap_view.c better text labels hace 17 años
multipal.c Remove CVS keywords. hace 17 años
multitexarray.c test multitexture and vertex arrays hace 23 años
multiwindow.c Remove CVS keywords. hace 17 años
no_s3tc.c Add simple test program for Mesa bug #1028405. hace 21 años
packedpixels.c print 2D vs 3D in window hace 19 años
pbo.c If the image file is RGB, convert to RGBA (fixes segfault). hace 19 años
prog_parameter.c Add test for GL_EXT_gpu_program_parameters. hace 19 años
projtex.c added support for 4 texture units hace 24 años
random.c Random state-change / primitive rendering. Good for hammering on a driver... hace 18 años
readrate.c test glReadPixels speed w/ various formats/types, PBOs hace 19 años
seccolor.c GL_EXT_secondary_color test hace 24 años
sharedtex.c Remove CVS keywords. hace 17 años
stencil_wrap.c Add EXT_stencil_wrap test that doesn't depend on stencil read-back hace 21 años
stencilwrap.c test the standard stencil op modes too (Philipp Klaus Krause) hace 20 años
subtex.c Test calling glTexSubImage2D mid-way through a frame. hace 17 años
subtexrate.c Don't do swapbuffers if -nodraw specified. Get t0 after setup code. hace 19 años
tex1d.c Add tests for ARB_fp trig instructions and also for 1D texturing hace 21 años
texcmp.c Make the test check for core GL version 1.3 in addition to testing for hace 21 años
texcompress2.c simple texture compression test hace 19 años
texfilt.c Add new test "texfilt". This test is a cousin to texwrap. Instead of hace 20 años
texgenmix.c make sure Q has a good value before drawing a sample hace 21 años
texline.c Remove CVS keywords. hace 17 años
texobjshare.c test program for texture sharing, deleting, etc hace 20 años
texrect.c Remove CVS keywords. hace 17 años
texwrap.c Remove CVS keywords. hace 17 años
vao-01.c removed incorrect const qualifier hace 19 años
vao-02.c removed incorrect const qualifier hace 19 años
vparray.c added display list option (l key) hace 21 años
vpeval.c minor tweaks hace 23 años
vptest1.c vertex program test program hace 24 años
vptest2.c vertex program test program hace 24 años
vptest3.c vertex program test program hace 24 años
vptorus.c rotating, lit torus via vertex program hace 24 años
vpwarpmesh.c minor updates hace 23 años
yuvrect.c assorted fixes hace 21 años
yuvsquare.c assorted fixes hace 21 años
zcomp.c mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil) hace 17 años
zdrawpix.c mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT) hace 17 años
zreaddraw.c test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming hace 22 años