1644 次程式碼提交 (84c896411695e75a0a871ab863ec9198d0f8da9b)
 

作者 SHA1 備註 提交日期
  Brian Paul a580e1adb7 missed a few color macro changes 24 年之前
  Brian Paul 3041d05bbc Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) 24 年之前
  Brian Paul 8446d1bab1 include state.h 24 年之前
  Brian Paul 6f89984fed minor GLchan-related changes 24 年之前
  Jouk Jansen ef68e7bf71 Committing in . 24 年之前
  Keith Whitwell 88f3b89a2c Add render stage for unclipped vb's to fx driver. 24 年之前
  Keith Whitwell e5d6fb20a5 try and force a log message 24 年之前
  Keith Whitwell 123ff6549b try and force a log message 24 年之前
  Keith Whitwell bc28306f4a try and force a log message 24 年之前
  Jon Taylor 4e96ac080a Fixed GGIMesa build problems. 24 年之前
  Keith Whitwell a884b4b811 try and force a log message 24 年之前
  Keith Whitwell 4292e9c06b try and force a log message 24 年之前
  Keith Whitwell 20911cb17c try and force a log message 24 年之前
  Keith Whitwell 1b686cedf4 try and force a log message 24 年之前
  Keith Whitwell 376d022e4a fix demos/fire, enable lazy vertex flushing 24 年之前
  Keith Whitwell ae8ec0b30d Fix evalpoints bug (samples/nurb) 24 年之前
  Keith Whitwell 93259cdfa1 fix sproingies bug 24 年之前
  Keith Whitwell 719344b23e Fixes for compiling assembly (disable unused 'masked' versions) 24 年之前
  Keith Whitwell 770169f230 The array cache. 24 年之前
  Keith Whitwell 9ef50d5826 fix xscreensaver cores 24 年之前
  Keith Whitwell cab974cf6c Major rework of tnl module 24 年之前
  pesco d1ff1f6798 * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util. 24 年之前
  pesco 05ecec6f49 * include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUT 24 年之前
  Brian Paul 9da422c639 set visual->MRD to 2.0 24 年之前
  Brian Paul f1d6b38441 Polygon._OffsetAny wasn't being computed 24 年之前
  Brian Paul 74e2dd38ed minor fog clean-ups (Klaus Niederkrueger) 24 年之前
  Brian Paul 783d7dfcbf added more GLX extension function stubs 24 年之前
  Brian Paul 083e466f88 Renamed texture object _P to _MaxLevel and _M to _MaxLambda. 24 年之前
  Brian Paul daabce72db updated glXSet3DfxModeMESA() prototype types 24 年之前
  Brian Paul 4536021a62 added some more GLX extension entrypoints (fix GLUT link problems when using glxext.h) 24 年之前
  Brian Paul a2003c2895 fixed conformance problems in min/max and histogram result packing 24 年之前
  Brian Paul b0dbd3ed13 replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger) 24 年之前
  Brian Paul ac522d4756 use inverted Y coordinate for choosing dither value (conformance fixes) 24 年之前
  Brian Paul 813882526d added glReadPixels item 24 年之前
  Brian Paul 3cbbef53bc tweaked truecolor dither kernel setup code 24 年之前
  Brian Paul 062bc07bde improved precision of glReadPixels for colorbuffers < 24bpp 24 年之前
  Brian Paul 75639547e7 disabled two optimized textured triangle functions because of texcoord interpolation errors 24 年之前
  Brian Paul b38ad54c41 clipping, fog, texture optimizations (Klaus Niederkrueger) 24 年之前
  Brian Paul 3afb7a0f70 disabled GLX_SGIS_multisample (temporarily) since its tokens aren't defined 24 年之前
  Brian Paul b04bcd14ee minor changes to fix compile problems/warnings 24 年之前
  Jon Taylor 14586916b9 Added a new configure.in flag, --enable-glut-build. 24 年之前
  Brian Paul 90f042ae8d generate GL_INVALID_OPERATION error for bad image format/type combinations 24 年之前
  Brian Paul 8aa019d2ef _MultiTextureEnabled was being computed incorrectly 24 年之前
  Brian Paul ab6e78f3a0 adjust texture size for convolution in glCopyTex[Sub]Image[123]D() 24 年之前
  Brian Paul 89c9a4cbf2 set default table size to 0, minor error check fix 24 年之前
  Brian Paul 2f911cdf17 define GL_ARB_imaging 24 年之前
  Brian Paul 67adba15a2 initialize convolution filters to zero 24 年之前
  Brian Paul 90f8ebfd8f added queries for convolution enables 24 年之前
  Brian Paul 2e5819270b added GL_RESCALE_NORMAL cases 24 年之前
  Brian Paul ec15398681 more detailed texture error messages 24 年之前