| Commit message (Expand) | Author | Age | Files | Lines |
* | use _mesa_find_line_column() | Brian Paul | 2003-02-23 | 1 | -34/+3 |
* | parser clean-ups (use struct parse_state) | Brian Paul | 2003-02-23 | 1 | -432/+345 |
* | added _mesa_find_line_column() | Brian Paul | 2003-02-23 | 2 | -2/+41 |
* | silence warning with a cast | Brian Paul | 2003-02-23 | 1 | -2/+2 |
* | test if active texture is really changed in _mesa_ActiveTexture() | Brian Paul | 2003-02-23 | 1 | -2/+5 |
* | Move span stuff from swrast.h to s_context.h (it's private). | Brian Paul | 2003-02-23 | 10 | -359/+798 |
* | parser clean-ups | Brian Paul | 2003-02-23 | 2 | -274/+233 |
* | added TEXTURE_*_INDEX tokens | Brian Paul | 2003-02-23 | 1 | -13/+18 |
* | use IROUND to convert depth values from float to int (bug 690728) | Brian Paul | 2003-02-21 | 2 | -7/+7 |
* | fix zoom/clipping bug 689964 | Brian Paul | 2003-02-21 | 1 | -1/+6 |
* | latest DOS updates (Daniel Borca) | Brian Paul | 2003-02-20 | 21 | -231/+4160 |
* | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | 2003-02-17 | 7 | -136/+151 |
* | fixed bad zoomed.zStep assignment (bug 687811) | Brian Paul | 2003-02-17 | 1 | -3/+3 |
* | Implement parsing of texture instructions and prototype execution. | Brian Paul | 2003-02-17 | 3 | -136/+318 |
* | more work on DEFINE/DECLARATION statements, symbol tables | Brian Paul | 2003-02-16 | 4 | -143/+264 |
* | cast GLfloat | Alan Hourihane | 2003-02-10 | 1 | -8/+14 |
* | replace _mesa_strtof() with _mesa_strtod() | Brian Paul | 2003-02-08 | 3 | -11/+11 |
* | disable normal xform code - see bug 673938 | Brian Paul | 2003-02-08 | 1 | -3/+6 |
* | fix assertion in transfer_teximage() (Laurent Desnogues) | Brian Paul | 2003-02-06 | 1 | -1/+2 |
* | replace | with & (Laurent Desnogues) | Brian Paul | 2003-02-06 | 1 | -4/+4 |
* | fix bug in popping texture color table state | Brian Paul | 2003-02-05 | 1 | -2/+2 |
* | added a comment for _tnl_need_projected_coords() | Brian Paul | 2003-02-04 | 1 | -3/+8 |
* | Use 'ndc' instead of 'proj' terminology. | Brian Paul | 2003-02-04 | 1 | -17/+17 |
* | DOS updates (Daniel Borca) | Brian Paul | 2003-02-04 | 7 | -114/+211 |
* | print debug message when SSE is disabled by user (Klaus Neiderkrueger) | Brian Paul | 2003-02-04 | 1 | -1/+2 |
* | Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba) | Karl Schultz | 2003-01-30 | 1 | -2/+2 |
* | fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling) | Brian Paul | 2003-01-30 | 1 | -4/+4 |
* | fix prefetch bug (Felix Kuhling) | Brian Paul | 2003-01-28 | 1 | -6/+6 |
* | move ltor computation | Brian Paul | 2003-01-28 | 1 | -2/+2 |
* | some casts (Evgeny Kotsuba) | Brian Paul | 2003-01-28 | 1 | -8/+9 |
* | Make GL_SGI_texture_color_table work per-texture unit. | Brian Paul | 2003-01-26 | 9 | -270/+299 |
* | remove bad assertion, fix minor bug in _mesa_lookup_rgba() | Brian Paul | 2003-01-26 | 1 | -4/+2 |
* | optimize compute_coveragef (Evgeny Kotsuba) | Brian Paul | 2003-01-25 | 1 | -18/+28 |
* | new texture enums (Leif Delgass) | Brian Paul | 2003-01-25 | 1 | -7/+46 |
* | silence some warnings | Brian Paul | 2003-01-24 | 1 | -4/+4 |
* | renamed dither-related preprocessor symbols (bug 536406) | Brian Paul | 2003-01-24 | 2 | -51/+46 |
* | push/pop color table state (Eric Plante) | Brian Paul | 2003-01-22 | 2 | -4/+33 |
* | improved solve_plane_chan() (Evgeny Kotsuba) | Brian Paul | 2003-01-22 | 1 | -6/+10 |
* | glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3 | Brian Paul | 2003-01-22 | 1 | -1/+5 |
* | added missing break (Leif Delgass) | Brian Paul | 2003-01-21 | 1 | -2/+3 |
* | GL_SGI_texture_color_table extension (Eric Plante) | Brian Paul | 2003-01-21 | 8 | -18/+440 |
* | new X86 CPU detection code (Petr Sebor) | Brian Paul | 2003-01-21 | 3 | -147/+183 |
* | GL_ATI_texture_env_combine3 extension | Brian Paul | 2003-01-21 | 5 | -201/+447 |
* | check for NV_fragment_program for glGetString(GL_PROGRAM_ERROR_STRING_NV) | Brian Paul | 2003-01-21 | 1 | -3/+6 |
* | fix an assertion | Brian Paul | 2003-01-20 | 1 | -3/+3 |
* | use COPY_CHAN4 macro | Brian Paul | 2003-01-20 | 2 | -6/+7 |
* | use R/G/B/ACOMP indexes (Evgeny Kotsuba) | Brian Paul | 2003-01-20 | 1 | -9/+9 |
* | fix IBM CPP warning (Evgeny Kotsuba) | Brian Paul | 2003-01-20 | 1 | -3/+6 |
* | add some casts | Brian Paul | 2003-01-19 | 2 | -4/+4 |
* | fix for framebuffer width and height when window hasn't been realized. | Alan Hourihane | 2003-01-16 | 1 | -3/+9 |