2001-12-18 |
Brian Paul | Replace old matrix stacks with new code based on struct... |
commit | commitdiff | tree |
2001-12-17 |
Brian Paul | disable prototype matrix stack code |
commit | commitdiff | tree |
2001-12-17 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2001-12-17 |
Brian Paul | added some debug printfs (disabled) |
commit | commitdiff | tree |
2001-12-17 |
Brian Paul | first checkpoint commit of Klaus's new span code (struc... |
commit | commitdiff | tree |
2001-12-17 |
Brian Paul | first checkpoint commit of Klaus's new span code (struc... |
commit | commitdiff | tree |
2001-12-17 |
Brian Paul | remove conditional in RESET_STIPPLE to fix conformance... |
commit | commitdiff | tree |
2001-12-16 |
Brian Paul | updated vertex buffer identifiers |
commit | commitdiff | tree |
2001-12-15 |
Brian Paul | warp a quadmesh with a gravitational source via vertex... |
commit | commitdiff | tree |
2001-12-15 |
Brian Paul | rotating, lit torus via vertex program |
commit | commitdiff | tree |
2001-12-15 |
Brian Paul | divide by W and clipping now work - in pretty good... |
commit | commitdiff | tree |
2001-12-15 |
Brian Paul | temporary hack for divide by W |
commit | commitdiff | tree |
2001-12-15 |
Brian Paul | better api trace/log messages |
commit | commitdiff | tree |
2001-12-15 |
Brian Paul | vertex program fixes |
commit | commitdiff | tree |
2001-12-15 |
Brian Paul | disable debug printf's, fix a crash |
commit | commitdiff | tree |
2001-12-15 |
Brian Paul | free the NormalLengthPtr if non-null in _tnl_free_immed... |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | added newline characters to trace strings |
commit | commitdiff | tree |
2001-12-14 |
Karl Schultz | Use $(MAKE) on the irix targets, instead of hard-coding... |
commit | commitdiff | tree |
2001-12-14 |
Karl Schultz | Add .cc as a valid suffix. |
commit | commitdiff | tree |
2001-12-14 |
Karl Schultz | Cleanup for IRIX 6 platforms. Build src-glu instead... |
commit | commitdiff | tree |
2001-12-14 |
Karl Schultz | Fix up targets for |
commit | commitdiff | tree |
2001-12-14 |
Karl Schultz | Remove rules that were put into place to deal with... |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | s/glxGetProcAddress/glXGetProcAddressARB/ |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | oops, wrong value for GLX_SAMPLES |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | added GLX_SAMPLE_BUFFERS, GLX_SAMPLES |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | minor tweaks |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | 4.1 extensions |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | planned extensions for 4.1 |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | minor dispatach table changes |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | vertex program test program |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | vertex program check-in |
commit | commitdiff | tree |
2001-12-14 |
Brian Paul | add dispatch offsets for vertex program functions |
commit | commitdiff | tree |
2001-12-13 |
Karl Schultz | Remove const from save_TexParameteri to match prototype... |
commit | commitdiff | tree |
2001-12-13 |
Karl Schultz | Added missing entry points |
commit | commitdiff | tree |
2001-12-13 |
Brian Paul | fixed errors in feedback for glDraw/CopyPixels and... |
commit | commitdiff | tree |
2001-12-13 |
Brian Paul | special case blend optmizations (Jeremy Fitzhardinge) |
commit | commitdiff | tree |
2001-12-13 |
Brian Paul | call FLUSH_VERTICES() in _mesaTexParameterfv() (bug... |
commit | commitdiff | tree |
2001-12-13 |
Keith Whitwell | fix for ubyte colors |
commit | commitdiff | tree |
2001-12-13 |
Keith Whitwell | fix primitive calculation in 1-line dlist immediates... |
commit | commitdiff | tree |
2001-12-11 |
Keith Whitwell | fix glut tess lockup |
commit | commitdiff | tree |
2001-12-05 |
Brian Paul | added enums for GL_ARB_depth_texture/shadow/shadow_ambi... |
commit | commitdiff | tree |
2001-12-05 |
Keith Whitwell | add inf and nan tests to swrast functions |
commit | commitdiff | tree |
2001-12-04 |
Brian Paul | fixed potential array overwrite problem |
commit | commitdiff | tree |
2001-12-04 |
Brian Paul | prototype implementation of GL_ARB_depth_texture, GL_AR... |
commit | commitdiff | tree |
2001-12-04 |
Brian Paul | dispatch changes to minimize hassle with XFree86 libGL |
commit | commitdiff | tree |
2001-12-04 |
Keith Whitwell | further tweak to dlist change |
commit | commitdiff | tree |
2001-12-03 |
Keith Whitwell | guard ResetStipple calls |
commit | commitdiff | tree |
2001-12-03 |
Keith Whitwell | fx another place where PRIM_PARITY is calculated |
commit | commitdiff | tree |
2001-12-03 |
Keith Whitwell | simplify drawarrays paths |
commit | commitdiff | tree |
2001-12-03 |
Keith Whitwell | avoid side-effects in macro param |
commit | commitdiff | tree |
2001-12-03 |
Keith Whitwell | correctly reset input after dlist execution |
commit | commitdiff | tree |
2001-11-30 |
Karl Schultz | Corrected bad line breaks in macro definitions within... |
commit | commitdiff | tree |
2001-11-30 |
Karl Schultz | Add darwin target |
commit | commitdiff | tree |
2001-11-30 |
Karl Schultz | malloc() prototype is in stdlib.h for darwin |
commit | commitdiff | tree |
2001-11-30 |
Alan Hourihane | Don't reset _tnl_CurrentInput when in DestroyContext. |
commit | commitdiff | tree |
2001-11-29 |
Karl Schultz | main trunk is now 4.1 |
commit | commitdiff | tree |
2001-11-29 |
Karl Schultz | update to version 4.0 |
commit | commitdiff | tree |
2001-11-29 |
Karl Schultz | Update notes on si-glu NURBS. |
commit | commitdiff | tree |
2001-11-29 |
Karl Schultz | Fix compilation errors and warnings for NURBS support... |
commit | commitdiff | tree |
2001-11-29 |
Keith Whitwell | use smaller buffer when decomposing large drawarrays... |
commit | commitdiff | tree |
2001-11-28 |
Brian Paul | updated comment about CHAN_BITS |
commit | commitdiff | tree |
2001-11-28 |
Brian Paul | use v2 color, not v0 in flat_ci_triangle() |
commit | commitdiff | tree |
2001-11-27 |
Brian Paul | use glXGetProcAddressARB to avoid extension linkage... |
commit | commitdiff | tree |
2001-11-27 |
Brian Paul | don't directly call glSecondaryColor*EXT() or glFogCoor... |
commit | commitdiff | tree |
2001-11-26 |
Brian Paul | don't use near and far for parameter names |
commit | commitdiff | tree |
2001-11-26 |
Karl Schultz | avoid using near and far as variable names since they... |
commit | commitdiff | tree |
2001-11-26 |
Brian Paul | fix some warnings |
commit | commitdiff | tree |
2001-11-26 |
Keith Whitwell | Possible fix for vtk tristrip bug |
commit | commitdiff | tree |
2001-11-23 |
Brian Paul | fix for bug 474479, remove Trace/* stuff |
commit | commitdiff | tree |
2001-11-23 |
Brian Paul | fixed bug 484142, missing backslash |
commit | commitdiff | tree |
2001-11-22 |
Keith Whitwell | Another locked drawarrys fix |
commit | commitdiff | tree |
2001-11-21 |
Brian Paul | minor update |
commit | commitdiff | tree |
2001-11-19 |
Keith Whitwell | 3dnow normalize_normals broken, disable |
commit | commitdiff | tree |
2001-11-19 |
Keith Whitwell | possible fix for cva ignore start index bug |
commit | commitdiff | tree |
2001-11-19 |
Brian Paul | More span rendering optimizations from Klaus Niederkrueger |
commit | commitdiff | tree |
2001-11-19 |
Brian Paul | added test implementation of GL_ARB_window_pos |
commit | commitdiff | tree |
2001-11-19 |
Brian Paul | fixed a glitch |
commit | commitdiff | tree |
2001-11-19 |
Brian Paul | added test implementation of GL_ARB_window_pos |
commit | commitdiff | tree |
2001-11-18 |
Brian Paul | added test implementation of GL_ARB_window_pos |
commit | commitdiff | tree |
2001-11-18 |
Brian Paul | test for glXGetProcAddress() |
commit | commitdiff | tree |
2001-11-18 |
Brian Paul | remove -DMESA_TRACE from linux-debug config |
commit | commitdiff | tree |
2001-11-18 |
Brian Paul | remove Glide and SVGA support from mesa-debug config |
commit | commitdiff | tree |
2001-11-18 |
Brian Paul | included by glapi.c |
commit | commitdiff | tree |
2001-11-18 |
Brian Paul | API dispath updates |
commit | commitdiff | tree |
2001-11-18 |
Brian Paul | new, simpler API specification file |
commit | commitdiff | tree |
2001-11-18 |
Brian Paul | new Python API generator scripts |
commit | commitdiff | tree |
2001-11-18 |
Brian Paul | added missing const to glXGetContextIDEXT() prototype |
commit | commitdiff | tree |
2001-11-13 |
Brian Paul | improved AA subpixel sample positions (Ray Tice) |
commit | commitdiff | tree |
2001-11-12 |
Brian Paul | BeOS thread support (Philippe Houdoin) |
commit | commitdiff | tree |
2001-11-09 |
Brian Paul | fix typedef problem found with MSDev 6.0 |
commit | commitdiff | tree |
2001-11-09 |
Brian Paul | added GLX 1.4 function manglers |
commit | commitdiff | tree |
2001-11-09 |
Brian Paul | added 1.3 function manglers |
commit | commitdiff | tree |
2001-11-09 |
Brian Paul | define GL_VERSION_1_3 (doh!) |
commit | commitdiff | tree |
2001-11-06 |
Brian Paul | casts to silence warnings from gcc 2.96 |
commit | commitdiff | tree |
2001-11-06 |
Brian Paul | added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query |
commit | commitdiff | tree |
2001-11-03 |
Brian Paul | fix error in error checking conditional (bug 476846) |
commit | commitdiff | tree |
2001-11-02 |
Brian Paul | init the hash table mutex in _mesa_NewHashTable (Won... |
commit | commitdiff | tree |
2001-11-01 |
Karl Schultz | Updates for improved DirectDraw support (Daniel Slater) |
commit | commitdiff | tree |
2001-11-01 |
Brian Paul | added some (void *) casts to silence gcc 2.96 warnings |
commit | commitdiff | tree |
2001-10-26 |
Karl Schultz | Change name of glut lib from glut32 to MesaGlut. |
commit | commitdiff | tree |
next |