8091 次程式碼提交 (b18191cf306c255fe5eff7762fc8e419e043a621)
 

作者 SHA1 備註 提交日期
  Brian Paul e2db790a46 added rbadaptors.c 19 年之前
  Brian Paul 3c30b35134 Renderbuffer adaptors. 19 年之前
  Brian Paul 23a5c57cee minor simplification 19 年之前
  Brian Paul 0ca9082cbd texture EnvColor needs to be converted to GLchan, not GLint 19 年之前
  Aapo Tahkola 787fd58186 Dont allow 16 tex units to be used at all. 19 年之前
  Brian Paul 5e51ebd8eb use -march=i486 instead of -m486 (bug 6954) 19 年之前
  Brian Paul 0d957ca400 change initialization of texcoords - not all C compilers support non-constant array initializers 19 年之前
  Brian Paul 3d8a791ff9 add extra APP_LIB_DEPS (bug 6954) 19 年之前
  Brian Paul c717ffa146 added solaris-x86-gcc-static 19 年之前
  Brian Paul 7d848c3308 generate shared lib, not static 19 年之前
  Brian Paul 9cc115e417 formerly known as solaris-x86-gcc 19 年之前
  Brian Paul 4c6319db9c call reshape() after init() to set initial projection/viewing transform (see bug 6941) 19 年之前
  Tilman Sauerbeck b99c801f73 unbreak the build 19 年之前
  Dave Airlie cea0c74bcb add texture rectangle support for i815, I wrote the original patch about 19 年之前
  Tilman Sauerbeck 601c02f783 bug 6941: fixed initial rendering problems in glxgears 19 年之前
  Michal Krol bd4256acfd Fix typo. 19 年之前
  Michal Krol 0b9d7e477a Add functions. 19 年之前
  Michal Krol 969c43108e Write attribs to slang machine. 19 年之前
  Michal Krol b4c5905549 Change error message wording. 19 年之前
  Michal Krol b6e92d090c Rename print() to printMESA(). 19 年之前
  Michal Krol 563f8ad50a Fix attrib handling. 19 年之前
  Michal Krol 21ef956e9a Extend printMESA function to output also to shader's info log. 19 年之前
  Michal Krol a67330d157 Cleanup code. Change constructor prototype. 19 年之前
  Michal Krol d1b40400d6 Cleanup code. 19 年之前
  Michal Krol ecf2e5b0a1 Change constructor prototype. 19 年之前
  Michal Krol d2b9e1c560 Remove carriage returns. 19 年之前
  Michal Krol d88c67fd81 Add GetInfoLogLength and WriteAttrib functions. 19 年之前
  Michal Krol a1a02e6203 Cleanup GLhandle-to-object translation macros. 19 年之前
  Michal Krol 32c2f939e6 GLSL regression test suite. 19 年之前
  Brian Paul 2ca741ad4b added a few extension #ifdef tests 19 年之前
  Brian Paul 5e2e96b6f0 Added a check_context_limits() function that checks that the ctx->Const.* 19 年之前
  Brian Paul c8ea111166 usage() function 19 年之前
  Brian Paul 20215ecc7d remove some unused macros 19 年之前
  Brian Paul d77a165eac s/GLbyte/GLubyte/ 19 年之前
  Brian Paul ed875a4cb3 fix typo, remove dead code 19 年之前
  Brian Paul ad7805dfee Expanded output with -l option: vertex/fragment program and vertex/fragment 19 年之前
  Dave Airlie f1dbacc6ad the r300 should only use 8 until Mesa can deal with this 19 年之前
  Dave Airlie 5d7ab75b02 this should use the configured number not the MAX, this has no effect until 19 年之前
  Brian Paul 88cf5aa783 In __glXPushArrayState() we weren't pushing the index field. 19 年之前
  Brian Paul fa489dd043 simplify image setup code, added LOD Bias control (l/L keys) 19 年之前
  Brian Paul aecd02b391 simple texture compression test 19 年之前
  Brian Paul 932c2fc291 new test image - Delicate Arch, Utah 19 年之前
  Brian Paul bb2dd388d0 Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL. 19 年之前
  Brian Paul 1e7d84e258 move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284) 19 年之前
  Brian Paul 700359ca5a check if button >= GLUT_MAX_MENUS in glutAttacheMenu() 19 年之前
  Keith Whitwell adc0490420 Clean up previous change slightly 19 年之前
  Keith Whitwell 452be7e7ef Use a (much!) larger executable memory heap so that the glsl x86 19 年之前
  Brian Paul 2b3aab0717 check event button against GLUT_MAX_MENUS (bug 1484284) 19 年之前
  Brian Paul ab13ec10eb 16/32-bit chan fixes, texture compression fixes 19 年之前
  Brian Paul 791e7b385a When error-checking 'unit' against num_texture_units, need to use >=, not >. 19 年之前