index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2002-11-30
added const to casts
Brian Paul
2002-11-30
remove GLUTAPIENTRY from __glutCloseDownGameMode
Brian Paul
2002-11-28
mask is always non-null in write_rgba_pixels and write_monorgba_pixels
Brian Paul
2002-11-26
added missing call to _mesa_write_mono_alpha_span()
Brian Paul
2002-11-26
fixed bad clear value
Brian Paul
2002-11-25
added missing ctx parameter to _tnl_flush_immediate() calls
Brian Paul
2002-11-25
set default texcoords for glBitmap/glDrawPixels
Brian Paul
2002-11-25
Flush IM if very small number of verts left -- prevent copy errors
Keith Whitwell
2002-11-20
fixed cube texture auto-mipmap generation bug (641363)
Brian Paul
2002-11-19
put FEATURE_NV_vertex_program around vpstate.h include
Brian Paul
2002-11-18
bring in a few AGP-related bits from 4.0.4
Brian Paul
2002-11-18
enable 1.4 extensions
Brian Paul
2002-11-15
more clean-ups
Brian Paul
2002-11-14
bump version to 5.1
Brian Paul
2002-11-14
Overhaul of line drawing template code. Make better use of sw_span mechanism.
Brian Paul
2002-11-13
fix compilation problem (Philippe Houdoin)
Brian Paul
2002-11-13
Add _mesa_enable_1_4_extensions and _mesa_problem
Karl Schultz
2002-11-13
Lots of clean-ups.
Brian Paul
Use new s_spantemp.h to generate all the span functions. Updated triangle functions (#define NAME, etc)
2002-11-13
template code for span functions for flat, memory-based frame buffers
Brian Paul
2002-11-13
moved function declaration into the template, define the NAME to specify the ↵
Brian Paul
function names
2002-11-13
check for NULL span argument
Brian Paul
2002-11-13
added comments about NULL mask parameter to span-write functions
Brian Paul
2002-11-13
optimized color buffer clear fallback (use mono-color span functions
Brian Paul
2002-11-13
init facing to zero
Brian Paul
2002-11-13
include imports.h
Brian Paul
2002-11-12
apply scale factor before clapping for DOT3
Brian Paul
2002-11-11
compilation fixes
Brian Paul
2002-11-10
changes to vishandle usage to prevent segfault in some circumstances
Brian Paul
2002-11-09
fix float->int Z calculation in _mesa_span_default_z()
Brian Paul
2002-11-09
fix one-bit error in float->int Z calculation
Brian Paul
2002-11-09
fix 3dnow misdetection on new p4's
Keith Whitwell
2002-11-08
declare tempI as Int, not Real (Jon Perry)
Brian Paul
2002-11-08
fixed active stencil face query bug
Brian Paul
2002-11-08
fixed a few category lines
Brian Paul
2002-11-07
added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements
Brian Paul
2002-11-07
added missing 1.4 glFogCoord functions
Brian Paul
2002-11-07
surround fixedEdges decl by #ifndef NDEBUG / #endif
Brian Paul
2002-11-06
restored fixedEdges var (for VMS)
Brian Paul
2002-11-06
a few dispatch pointers weren't set (glGenTexturesEXT for example)
Brian Paul
2002-11-06
Committing in .
Jouk Jansen
OpenVMS issues Modified Files: Mesa/si-glu/mesaglu.opt Mesa/src/mmath.h ----------------------------------------------------------------------
2002-11-05
minor multi-sample clean-ups
Brian Paul
2002-11-05
fixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) error
Brian Paul
2002-11-05
Updates for DOS driver from Daniel Borca.
Brian Paul
2002-11-04
support for GLX_ARB_multisample
Brian Paul
2002-11-04
misc driver updates (Daniel Borca)
Brian Paul
2002-11-01
fix for HPUX
Brian Paul
2002-11-01
silence a bunch of warnings
Brian Paul
2002-11-01
renamed abs() function glu_abs()
Brian Paul
2002-11-01
fix a typo
Brian Paul
2002-10-31
tweak pipeline flags for vertex programming
Brian Paul
[next]