summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-31Clean-up and optimize alpha test code.Brian Paul
Major clean-up of pixel zoom code.
2002-01-30removed GLUT referenceBrian Paul
2002-01-30don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8Brian Paul
2002-01-30return GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS = 16 or 32Brian Paul
2002-01-30replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problemBrian Paul
2002-01-28Still more texture/span simplification and clean-up.Brian Paul
Updated comments, fixed indentation, etc.
2002-01-28More span improvements. Removed _mesa_write_monocolor_span().Brian Paul
Removed last of span.filled* flags and Klaus's macros. More simplification of triangle functions.
2002-01-28More span clean-up, mostly texture-related.Brian Paul
_mesa_rasterize_span() is gone, replaced by new _mesa_write_textured_span(). Removed some unneeded triangle functions - more simplification possible.
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul
struct sw_span is used throughout span/fragment processing. This is leading to less code and more chances for optimization.
2002-01-26added fog and raster Z position controlsBrian Paul
2002-01-25more info about building for MotifBrian Paul
2002-01-22added missing IsEnabled() cases for fog coord and secondary color arraysBrian Paul
2002-01-22fixed array_cache.tag mistakeBrian Paul
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
VERT_BIT_* flags are new and used in many places (esp in T&L code). Updated some comments for doxygen. Various code clean-ups.
2002-01-22added array_cache to TAGFILESBrian Paul
2002-01-21minor updateBrian Paul
2002-01-21files to support doxygen (source code documentation)Brian Paul
2002-01-21Klaus's latest patches and some clean-upBrian Paul
2002-01-18updated gl_mangle.h (Ray Tice)Brian Paul
2002-01-16new gl_mangle.h with korn shell script to regenerate itself from gl.h and ↵Brian Paul
glext.h (Ray Tice)
2002-01-16changed PB (pixel buffer) to use texcoord[4] arrayBrian Paul
2002-01-16set PB->haveSpec in line functions that emit specular colorBrian Paul
2002-01-16added another test in regions_overlap() (Klaus)Brian Paul
2002-01-16latest changes from KlausBrian Paul
2002-01-16added latest bug fixesBrian Paul
2002-01-16Fixes for 24-bit Windows devices. The old code was trying to do 3-byteKarl Schultz
stores with a full DWORD store (yuk). (Jeff Lewis)
2002-01-16 Committing in .Jouk Jansen
-Compile support for tests on OpenVMS -Fixed missing header file -Fixed missing return value on function return Modified Files: Mesa/descrip.mms Mesa/tests/sharedtex.c Added Files: Mesa/tests/descrip.mms ----------------------------------------------------------------------
2002-01-16get tests working on windows (Robert Bergkvist)Karl Schultz
2002-01-16Samples working for Windows (Robert Bergkvist)Karl Schultz
2002-01-16Demo updates for Windows (Robert Bergkvist)Karl Schultz
2002-01-16Removed missing files and added new ones (Robert Bergkvist)Karl Schultz
2002-01-15added some missing error checksBrian Paul
2002-01-15Fixed Windows compile problem with gl__unused413() function.Brian Paul
2002-01-15Correct typo (vpstate.c) so that makefile works.Karl Schultz
2002-01-15Remove phantom tab on a blank line to allow compile on IRIX.Karl Schultz
2002-01-15removed api_compat stuffBrian Paul
2002-01-15Fixed pixel color component problem and clear code for 24-bit WindowsKarl Schultz
devices. (Jeff Lewis)
2002-01-15Remove trailing CR's. No logical changes.Karl Schultz
2002-01-14remove api_compat.cBrian Paul
2002-01-14Removed api_compat stuff, there's a better way.Brian Paul
Fixed FogCoord / SecondaryColor mix-ups in api_arrayelt.c
2002-01-14oops, missed vpstate.cBrian Paul
2002-01-14added vertex program sourcesBrian Paul
2002-01-12added glReadPixels / scissor bug fixBrian Paul
2002-01-12don't apply scissor box in read_fast_rgba_pixels()Brian Paul
2002-01-12added some commentsBrian Paul
2002-01-12updated some commentsBrian Paul
2002-01-12set _NeedEyeCoords to zero if vertex program is enabledBrian Paul
2002-01-11Changed gl_client_array's Enabled field to GLuint so it can actuallyBrian Paul
hold the flags we're storing in it!
2002-01-11Moved _mesa_VertexAttribPointerNV into varray.c.Brian Paul
Removed dead placeholder functions from vpstate.[ch]. Changed gl_client_array's Enabled field to GLuint so it can actually hold the flags we're storing in it! Always do the switch (type) code in the vertex array functions to that <type> gets error checked!
2002-01-10Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul