4566 次代码提交 (c1d455f5827e7044dcb316dadc755a6f91299906)
 

作者 SHA1 备注 提交日期
  Ian Romanick c1d455f582 Convert all calls using _glapi_Dispatch to use the new GL_CALL macro. 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 e6e0ba781b only use simple_z_textured_triangle if depthBits <= 16 21 年前
  Ian Romanick 3953e12890 Added a couple fog coordinate related register defines. 21 年前
  Ian Romanick a1cafadb26 Modify the generate assembly code to not use global registers %g2, 21 年前
  Daniel Borca 680d390550 oops 21 年前
  Daniel Borca 6db87bc889 FXT1 texture compression (initial draft) 21 年前
  Ian Romanick fb4449033b Fixed a bug that caused every dispatch function to call glNewList. 21 年前
  Felix Kuehling 0f8a2718a3 WAIT_IDLE_EMPTY in savageSwapBuffers until real frame throttling is possible. 21 年前
  Eric Anholt bbd557fc53 Clean up some warnings by making sis_fatal_error a macro, and let it take an 21 年前
  Eric Anholt 8c805fed0f Add missing sisInitDriverFuncs call. Fixes segfault. 21 年前
  Ian Romanick 958103c77c Generates assembly dispatch stubs for SPARC. Generates different output 21 年前
  Dave Airlie 257e474474 stop crash when debugging 21 年前
  Roland Scheidegger 9e29536f28 use OGL 1.1 color logic ops in addition to GL_EXT_blend_logic_op 21 年前
  Brian Paul cbde37a31c fix bug #957792 (swap buffers), plus misc clean-ups 21 年前
  Brian Paul 27eb8fa35a remove duplicate GLX_DRAWABLE_TYPE token, sorted tokens by enum value 21 年前
  Roland Scheidegger 7225a7292a (Dieter Nuetzel) fix typo in help screen 21 年前
  Brian Paul 254d519c6a s/core/main/ 21 年前
  Roland Scheidegger 1bf9499ee1 fix constant texture environment color setup for texture units > 0 21 年前
  Ian Romanick ad447964e0 s/sop/rop/ in a couple places to fix some bugs. Added some parameter 21 年前
  Brian Paul 4a54ace195 lots of updates 21 年前
  Brian Paul 1d91a0b908 updated URL 21 年前
  Ian Romanick 0c963b3142 Added all of the missing ARB extensions. Added all the enums and 21 年前
  Daniel Borca a863d4bffb doc update; minor changes 21 年前
  Roland Scheidegger 033728555c Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color. Remove support for GL_EXT_blend_logic_op (cannot be supported together with blend_equation_separate unless a software fallback would be added). 21 年前
  Roland Scheidegger a671fea404 add check if drm is new enough for packet R200_EMIT_RB3D_BLENDCOLOR 21 年前
  Roland Scheidegger b6933b6811 add missing R200_RB3D_BLENDCOLOR register 21 年前
  Ian Romanick a9d033c460 Added some in-code documentation. Modifed glParameter to be a 21 年前
  Ian Romanick d54549df23 Re-ordered categories. Added extension number information. 21 年前
  Daniel Borca fc332f008c added GL_NV_blend_square 21 年前
  Ian Romanick 73f59b01ea New scripts for processing the XML version of APIspec. Mail is being 21 年前
  Daniel Borca 3e15e861b2 added some core-level extensions 21 年前
  Brian Paul b7460bb62a fixed some bogus array enable tests (Soju Matsumoto) 21 年前
  Brian Paul 3ef972f538 Replaced 'core' with 'main'. 21 年前
  Brian Paul de4b3bb776 minor doxygen updates 21 年前
  Brian Paul d72834dd0b Minor fixes/optimizations to type conversions in draw_depth_pixels(). 21 年前
  Roland Scheidegger b9cbd52724 Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix errors when blending is disabled (set blend equation and function to default values). 21 年前
  Brian Paul d359f96a18 cast driHwLock assignment 21 年前
  Brian Paul f4bc136273 silence warning in assignment to gp.value 21 年前
  Brian Paul 7d749ec9be fix parameters to StoreImage() 21 年前
  Brian Paul defb035b6c Another pass at implementing byte-swapped texture formats. 21 年前
  Brian Paul 46bc595969 Test program to check that packed pixel formats work as expected with 21 年前
  Brian Paul db862e4d4c GL_BGR can't be used with the packed types, according to the GL spec. Enforce such. 21 年前
  Brian Paul f35b47fa62 some component ordering bugs in extract_float_rgba() 21 年前
  Erdi Chen ba8788fee7 Fixed code that has computed incorrect number of modes. 21 年前
  Ian Romanick c318d50717 Added support for GL_EXT_blend_equation_separate and 21 年前
  Ian Romanick 0e22d598e6 Fixed a bug that showed up in several multitexturing games (Quake3 and 21 年前
  Brian Paul f1cfb4b7a7 fix compiler warnings (Jerome Glisse) 21 年前
  Brian Paul 2e66f7eef7 fix parameters to StoreImage calls 21 年前