| Commit message (Expand) | Author | Age | Files | Lines |
* | fix glCopyTexSubImage2D error checking (bug 661907) | Brian Paul | 2003-01-08 | 1 | -8/+15 |
* | Check that ActiveTextureARB doesn't overflow MaxTextureUnits | Alan Hourihane | 2002-12-30 | 1 | -2/+3 |
* | Add missing break statements | Keith Whitwell | 2002-12-19 | 1 | -1/+3 |
* | obsolete | Brian Paul | 2002-12-19 | 2 | -139/+0 |
* | DOS updates | Brian Paul | 2002-12-19 | 3 | -0/+467 |
* | DOS updates from Daniel Borca. | Brian Paul | 2002-12-18 | 9 | -417/+1398 |
* | comment changes | Brian Paul | 2002-12-18 | 2 | -5/+5 |
* | improved error message | Brian Paul | 2002-12-18 | 1 | -2/+2 |
* | Add mechanism to destroy mutexes. Important on OS's where mutex initialization | Keith Whitwell | 2002-12-12 | 4 | -4/+20 |
* | let _mesa_problem() take variable arguments | Brian Paul | 2002-12-06 | 2 | -8/+15 |
* | Don't crash if End received without a Begin... | Keith Whitwell | 2002-12-05 | 1 | -4/+7 |
* | added _mesa_print_texunit_state() for debugging | Brian Paul | 2002-12-05 | 2 | -4/+37 |
* | properly handle very wide images | Brian Paul | 2002-12-05 | 3 | -163/+213 |
* | clean-ups, comments | Brian Paul | 2002-12-05 | 1 | -24/+36 |
* | fix bad _mesa_printf() calls (mesa bug 646753) | Brian Paul | 2002-12-04 | 4 | -71/+71 |
* | added GL_DEPTH_COMPONENT to two assertions | Brian Paul | 2002-12-03 | 1 | -3/+5 |
* | declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba) | Brian Paul | 2002-12-01 | 1 | -2/+4 |
* | added const to casts | Brian Paul | 2002-11-30 | 2 | -433/+433 |
* | mask is always non-null in write_rgba_pixels and write_monorgba_pixels | Brian Paul | 2002-11-28 | 1 | -15/+13 |
* | added missing call to _mesa_write_mono_alpha_span() | Brian Paul | 2002-11-26 | 1 | -3/+7 |
* | fixed bad clear value | Brian Paul | 2002-11-26 | 1 | -3/+6 |
* | added missing ctx parameter to _tnl_flush_immediate() calls | Brian Paul | 2002-11-25 | 1 | -3/+3 |
* | set default texcoords for glBitmap/glDrawPixels | Brian Paul | 2002-11-25 | 2 | -4/+10 |
* | Flush IM if very small number of verts left -- prevent copy errors | Keith Whitwell | 2002-11-25 | 1 | -1/+15 |
* | fixed cube texture auto-mipmap generation bug (641363) | Brian Paul | 2002-11-20 | 1 | -3/+3 |
* | put FEATURE_NV_vertex_program around vpstate.h include | Brian Paul | 2002-11-19 | 1 | -2/+4 |
* | bring in a few AGP-related bits from 4.0.4 | Brian Paul | 2002-11-18 | 2 | -7/+37 |
* | enable 1.4 extensions | Brian Paul | 2002-11-18 | 1 | -1/+1 |
* | more clean-ups | Brian Paul | 2002-11-15 | 1 | -25/+16 |
* | bump version to 5.1 | Brian Paul | 2002-11-14 | 2 | -8/+8 |
* | Overhaul of line drawing template code. Make better use of sw_span mechanism. | Brian Paul | 2002-11-14 | 4 | -1371/+412 |
* | fix compilation problem (Philippe Houdoin) | Brian Paul | 2002-11-13 | 1 | -7/+4 |
* | Add _mesa_enable_1_4_extensions and _mesa_problem | Karl Schultz | 2002-11-13 | 1 | -0/+2 |
* | Lots of clean-ups. | Brian Paul | 2002-11-13 | 1 | -1512/+843 |
* | template code for span functions for flat, memory-based frame buffers | Brian Paul | 2002-11-13 | 1 | -0/+366 |
* | moved function declaration into the template, define the NAME to specify the ... | Brian Paul | 2002-11-13 | 4 | -599/+301 |
* | check for NULL span argument | Brian Paul | 2002-11-13 | 1 | -4/+4 |
* | added comments about NULL mask parameter to span-write functions | Brian Paul | 2002-11-13 | 1 | -2/+8 |
* | optimized color buffer clear fallback (use mono-color span functions | Brian Paul | 2002-11-13 | 1 | -28/+11 |
* | init facing to zero | Brian Paul | 2002-11-13 | 1 | -4/+4 |
* | include imports.h | Brian Paul | 2002-11-13 | 1 | -3/+4 |
* | apply scale factor before clapping for DOT3 | Brian Paul | 2002-11-12 | 1 | -5/+6 |
* | compilation fixes | Brian Paul | 2002-11-11 | 10 | -37/+38 |
* | changes to vishandle usage to prevent segfault in some circumstances | Brian Paul | 2002-11-10 | 3 | -41/+73 |
* | fix float->int Z calculation in _mesa_span_default_z() | Brian Paul | 2002-11-09 | 1 | -5/+5 |
* | fix one-bit error in float->int Z calculation | Brian Paul | 2002-11-09 | 2 | -10/+11 |
* | fix 3dnow misdetection on new p4's | Keith Whitwell | 2002-11-09 | 1 | -1/+6 |
* | fixed active stencil face query bug | Brian Paul | 2002-11-08 | 1 | -5/+5 |
* | fixed a few category lines | Brian Paul | 2002-11-08 | 1 | -4/+4 |
* | added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements | Brian Paul | 2002-11-07 | 5 | -204/+333 |