2001-01-06 |
Gareth Hughes | Add GL_POINTS as a primitive, including with CVA DrawEl... |
commit | commitdiff | tree |
2001-01-05 |
Brian Paul | Fixed bug in MinMagThresh computation. |
commit | commitdiff | tree |
2001-01-05 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2001-01-05 |
Keith Whitwell | various compilation/warning fixes |
commit | commitdiff | tree |
2001-01-05 |
Keith Whitwell | Remove 'pv' parameter from Line/Tri/Point funcs. The... |
commit | commitdiff | tree |
2001-01-04 |
Brian Paul | added underflow check in validate_shine_table() |
commit | commitdiff | tree |
2001-01-04 |
Brian Paul | added divide by zero check |
commit | commitdiff | tree |
2001-01-04 |
Brian Paul | changed some point functions, new picking code |
commit | commitdiff | tree |
2001-01-04 |
Brian Paul | minor bug fixes |
commit | commitdiff | tree |
2001-01-03 |
Brian Paul | added divide by zero check |
commit | commitdiff | tree |
2001-01-03 |
Brian Paul | added divide by zero checks |
commit | commitdiff | tree |
2001-01-03 |
Brian Paul | New point rasterization functions based on template... |
commit | commitdiff | tree |
2001-01-03 |
Brian Paul | More color macro clean-ups. |
commit | commitdiff | tree |
2001-01-03 |
Brian Paul | minor clean-up |
commit | commitdiff | tree |
2001-01-03 |
Jon Taylor | Added missing #include "mmath.h" |
commit | commitdiff | tree |
2001-01-02 |
Brian Paul | missed a few color macro changes |
commit | commitdiff | tree |
2001-01-02 |
Brian Paul | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt... |
commit | commitdiff | tree |
2001-01-02 |
Brian Paul | include state.h |
commit | commitdiff | tree |
2001-01-02 |
Brian Paul | minor GLchan-related changes |
commit | commitdiff | tree |
2001-01-02 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-12-28 |
Keith Whitwell | Add render stage for unclipped vb's to fx driver. |
commit | commitdiff | tree |
2000-12-28 |
Keith Whitwell | try and force a log message |
commit | commitdiff | tree |
2000-12-28 |
Keith Whitwell | try and force a log message |
commit | commitdiff | tree |
2000-12-28 |
Keith Whitwell | try and force a log message |
commit | commitdiff | tree |
2000-12-28 |
Jon Taylor | Fixed GGIMesa build problems. |
commit | commitdiff | tree |
2000-12-27 |
Keith Whitwell | try and force a log message |
commit | commitdiff | tree |
2000-12-27 |
Keith Whitwell | try and force a log message |
commit | commitdiff | tree |
2000-12-27 |
Keith Whitwell | try and force a log message |
commit | commitdiff | tree |
2000-12-27 |
Keith Whitwell | try and force a log message |
commit | commitdiff | tree |
2000-12-27 |
Keith Whitwell | fix demos/fire, enable lazy vertex flushing |
commit | commitdiff | tree |
2000-12-27 |
Keith Whitwell | Fix evalpoints bug (samples/nurb) |
commit | commitdiff | tree |
2000-12-27 |
Keith Whitwell | fix sproingies bug |
commit | commitdiff | tree |
2000-12-27 |
Keith Whitwell | Fixes for compiling assembly (disable unused 'masked... |
commit | commitdiff | tree |
2000-12-26 |
Keith Whitwell | The array cache. |
commit | commitdiff | tree |
2000-12-26 |
Keith Whitwell | fix xscreensaver cores |
commit | commitdiff | tree |
2000-12-26 |
Keith Whitwell | Major rework of tnl module |
commit | commitdiff | tree |
2000-12-24 |
pesco | * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir... |
commit | commitdiff | tree |
2000-12-21 |
pesco | * include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUT |
commit | commitdiff | tree |
2000-12-16 |
Brian Paul | set visual->MRD to 2.0 |
commit | commitdiff | tree |
2000-12-16 |
Brian Paul | Polygon._OffsetAny wasn't being computed |
commit | commitdiff | tree |
2000-12-15 |
Brian Paul | minor fog clean-ups (Klaus Niederkrueger) |
commit | commitdiff | tree |
2000-12-15 |
Brian Paul | added more GLX extension function stubs |
commit | commitdiff | tree |
2000-12-14 |
Brian Paul | Renamed texture object _P to _MaxLevel and _M to _MaxLa... |
commit | commitdiff | tree |
2000-12-14 |
Brian Paul | updated glXSet3DfxModeMESA() prototype types |
commit | commitdiff | tree |
2000-12-14 |
Brian Paul | added some more GLX extension entrypoints (fix GLUT... |
commit | commitdiff | tree |
2000-12-13 |
Brian Paul | fixed conformance problems in min/max and histogram... |
commit | commitdiff | tree |
2000-12-13 |
Brian Paul | replaced GLfixed with GLfloat in _mesa_fog_ci_pixels... |
commit | commitdiff | tree |
2000-12-13 |
Brian Paul | use inverted Y coordinate for choosing dither value... |
commit | commitdiff | tree |
2000-12-13 |
Brian Paul | added glReadPixels item |
commit | commitdiff | tree |
2000-12-13 |
Brian Paul | tweaked truecolor dither kernel setup code |
commit | commitdiff | tree |
2000-12-13 |
Brian Paul | improved precision of glReadPixels for colorbuffers... |
commit | commitdiff | tree |
2000-12-12 |
Brian Paul | disabled two optimized textured triangle functions... |
commit | commitdiff | tree |
2000-12-12 |
Brian Paul | clipping, fog, texture optimizations (Klaus Niederkrueger) |
commit | commitdiff | tree |
2000-12-11 |
Brian Paul | disabled GLX_SGIS_multisample (temporarily) since its... |
commit | commitdiff | tree |
2000-12-11 |
Brian Paul | minor changes to fix compile problems/warnings |
commit | commitdiff | tree |
2000-12-11 |
Jon Taylor | Added a new configure.in flag, --enable-glut-build. |
commit | commitdiff | tree |
2000-12-10 |
Brian Paul | generate GL_INVALID_OPERATION error for bad image forma... |
commit | commitdiff | tree |
2000-12-09 |
Brian Paul | _MultiTextureEnabled was being computed incorrectly |
commit | commitdiff | tree |
2000-12-09 |
Brian Paul | adjust texture size for convolution in glCopyTex[Sub... |
commit | commitdiff | tree |
2000-12-09 |
Brian Paul | set default table size to 0, minor error check fix |
commit | commitdiff | tree |
2000-12-09 |
Brian Paul | define GL_ARB_imaging |
commit | commitdiff | tree |
2000-12-09 |
Brian Paul | initialize convolution filters to zero |
commit | commitdiff | tree |
2000-12-09 |
Brian Paul | added queries for convolution enables |
commit | commitdiff | tree |
2000-12-09 |
Brian Paul | added GL_RESCALE_NORMAL cases |
commit | commitdiff | tree |
2000-12-08 |
Brian Paul | more detailed texture error messages |
commit | commitdiff | tree |
2000-12-08 |
Brian Paul | include glxext.h unless GLX_GLXEXT_LEGACY is defined |
commit | commitdiff | tree |
2000-12-08 |
Brian Paul | standardized GLX extensions header |
commit | commitdiff | tree |
2000-12-08 |
Brian Paul | fixed bug 123918: glXCopySubBuffer() y position off... |
commit | commitdiff | tree |
2000-12-08 |
Brian Paul | added LL_MESA_sprite_point extension |
commit | commitdiff | tree |
2000-12-08 |
Brian Paul | initial draft |
commit | commitdiff | tree |
2000-12-08 |
Brian Paul | Initial work on GL_MESA_sprite_point extension. |
commit | commitdiff | tree |
2000-12-08 |
Brian Paul | Compute attenuated point size in a new pipeline stage. |
commit | commitdiff | tree |
2000-12-08 |
Brian Paul | minor comments, clean-up |
commit | commitdiff | tree |
2000-12-07 |
Brian Paul | call glFinish() before getting t1 time |
commit | commitdiff | tree |
2000-12-07 |
Gareth Hughes | Allow operating system SSE support test to be overridde... |
commit | commitdiff | tree |
2000-12-06 |
Gareth Hughes | Merge Mesa 3.4 test for operating system support for... |
commit | commitdiff | tree |
2000-12-02 |
Brian Paul | added -s option to control when glXSwapBuffers() is... |
commit | commitdiff | tree |
2000-11-30 |
Gareth Hughes | Enable double-buffering, count not even multiple of... |
commit | commitdiff | tree |
2000-11-30 |
Gareth Hughes | Add basic timing information. |
commit | commitdiff | tree |
2000-11-28 |
Brian Paul | changed error tests for depth and stencil buffers |
commit | commitdiff | tree |
2000-11-28 |
Brian Paul | fixed parameter mis-ordering bug in Driver.StencilSpan... |
commit | commitdiff | tree |
2000-11-28 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-11-28 |
Brian Paul | Pass scale and bias values to _mesa_scale_and_bias_rgba(). |
commit | commitdiff | tree |
2000-11-28 |
Brian Paul | fixed a convolution pixel store bug |
commit | commitdiff | tree |
2000-11-27 |
Brian Paul | added new source directories to LIB_FILES |
commit | commitdiff | tree |
2000-11-27 |
Brian Paul | Set ENABLE_LIGHT according to ctx->Light.Enabled whethe... |
commit | commitdiff | tree |
2000-11-27 |
Brian Paul | minor changes to fix compiler warnings |
commit | commitdiff | tree |
2000-11-27 |
Brian Paul | Added MaxClipPlanes and MaxLights to gl_constants struc... |
commit | commitdiff | tree |
2000-11-27 |
Brian Paul | map glIndex* functions to glIndexi() (glIndexub was... |
commit | commitdiff | tree |
2000-11-27 |
Jouk Jansen | Modified Files: |
commit | commitdiff | tree |
2000-11-25 |
Brian Paul | fixed GLX_PBUFFER value |
commit | commitdiff | tree |
2000-11-24 |
Keith Whitwell | Fixed a couple of bugs that crept into last commit |
commit | commitdiff | tree |
2000-11-24 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-11-24 |
Keith Whitwell | New files... |
commit | commitdiff | tree |
2000-11-24 |
Keith Whitwell | Support for swappable t&l modules, including an example... |
commit | commitdiff | tree |
2000-11-23 |
Brian Paul | minor updates for widgets-mesa/ |
commit | commitdiff | tree |
2000-11-23 |
Jon Taylor | More auto* build system updates |
commit | commitdiff | tree |
2000-11-22 |
Jouk Jansen | Modified Files: |
commit | commitdiff | tree |
2000-11-22 |
Jouk Jansen | Modified Files: |
commit | commitdiff | tree |
2000-11-22 |
Jouk Jansen | Modified Files: |
commit | commitdiff | tree |
next |