142 次代码提交 (a661654a33ba38990719ac9f5aea2910a5d5bf77)

作者 SHA1 备注 提交日期
  Ian Romanick 7457a648d2 If setting GL_PACK_INVERT_MESA results in a GL error, log it. 20 年前
  Ian Romanick 4ea4589302 Simple test for GL_MESA_pack_invert. 21 年前
  Ian Romanick 816c0c932d Simple test for ARB_texture_env_crossbar functionality. It is difficult 21 年前
  Brian Paul 5c6b391900 reenable some assertions 21 年前
  Brian Paul 31fb7648fc added texobjshare.c 21 年前
  Brian Paul 4f6d9aaa9a test program for texture sharing, deleting, etc 21 年前
  Daniel Borca 9ebce91a66 glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must have all other attributes already set). 21 年前
  Keith Whitwell 5aa1a111a4 Fix a couple of glitches 21 年前
  Keith Whitwell e5aa3dd29b Demonstrate using a color matrix for yuv-to-rgb conversion at texture 21 年前
  Ian Romanick 596ccff699 Prevent possible divide-by-zero error. 21 年前
  Keith Whitwell 4f144b6087 EXT_422_pixels test 21 年前
  Brian Paul 0699b0bb17 silence warnings 21 年前
  Ian Romanick cb7f212f93 Add EXT_stencil_wrap test that doesn't depend on stencil read-back 21 年前
  Brian Paul c6136ea62c unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap! 21 年前
  Brian Paul 9ae96a5ce8 remove debug code 21 年前
  Brian Paul 7520e25995 Updated getprocaddress test to use gl_API.xml instead of old APIspec file. 21 年前
  Ian Romanick af0a4690db Add simple test program for Mesa bug #1028405. 21 年前
  Brian Paul b45aaa2328 moved to demos/ directory 21 年前
  Brian Paul 1fd4a55d09 removed hacked GL tokens, fixed a printf 21 年前
  Brian Paul 47a6749b33 minor tweaks 21 年前
  Brian Paul 625a339a8a make sure Q has a good value before drawing a sample 21 年前
  Roland Scheidegger a09db0a7fa new test which uses mixed texgen/non-texgen texture coordinates to exhibit potential bugs in hardware drivers 21 年前
  Ian Romanick fb75ca1b65 Make the test check for core GL version 1.3 in addition to testing for 21 年前
  Ian Romanick 77bbbb3759 Minor code simplification. 21 年前
  Ian Romanick 63b2e426ac Test the overhead of just calling a GL function. The Python script is 21 年前
  Brian Paul 46bc595969 Test program to check that packed pixel formats work as expected with 21 年前
  Ian Romanick 939f6a724e Added a 4th square to the output. Expanded the message written to the 21 年前
  Ian Romanick 5f6691f371 Added simple EXT_blend_minmax test. 21 年前
  Ian Romanick d2f18ec6fa Added simple NV_blend_square test. 21 年前
  Brian Paul 1229100703 Added menu options to test border modes and linear/nearest filtering. 21 年前
  Daniel Borca 33ffbd1c58 texture compression: getting warmer 21 年前
  Daniel Borca c35dcfcf0a FXT1 preparations 21 年前
  Brian Paul 384800fe12 assorted fixes 21 年前
  Brian Paul 66fdc3c948 added floattex.c to test floating point textures 21 年前
  Brian Paul 362f1df210 obsolete 21 年前
  Brian Paul f693b1dc2e removed non-existant arbfpwpos.c, added UTIL_FILES target 21 年前
  Brian Paul 51060afb4e hack to use glTexCoord4f and Q variable to test projective texcoords 21 年前
  Keith Whitwell 6fb235661a Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile 21 年前
  Brian Paul 32aee1fcc0 added zreaddraw.c 21 年前
  Brian Paul 62d3309dc2 no depend file 21 年前
  Brian Paul 5c2040c768 minor fixes 21 年前
  Brian Paul d6de4d8b33 new Makefile 21 年前
  Brian Paul b87c5d08c7 added some code to test buffer deletion 21 年前
  Brian Paul 04da5cea31 test of aux buffer rendering 21 年前
  Brian Paul 746e59f207 GL_EXT_pixel_buffer_object test 21 年前
  Brian Paul 64d6ddabaa remove incorrect negation in fog coord computation 22 年前
  Keith Whitwell 72aeea4eea Use quads instead of lines to ensure this is testing stencil functionality 22 年前
  Brian Paul c9e1c8098b added display list option (l key) 22 年前
  Brian Paul 27ec7a5bf1 add vparray.c, fix indentation 22 年前
  Brian Paul 919404fd1d enable program and arrays by default, minor clean-ups 22 年前