summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed bad zoomed.zStep assignment (bug 687811)Brian Paul2003-02-171-3/+3
|
* Implement parsing of texture instructions and prototype execution.Brian Paul2003-02-173-136/+318
| | | | Misc parser clean-ups.
* more work on DEFINE/DECLARATION statements, symbol tablesBrian Paul2003-02-164-143/+264
|
* version bumps, etcBrian Paul2003-02-131-2/+3
|
* replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul2003-02-1235-133/+133
|
* added OS/2 includesBrian Paul2003-02-121-1/+8
|
* cast GLfloatAlan Hourihane2003-02-101-8/+14
|
* fix fragment_program for WindowsAlan Hourihane2003-02-101-13/+13
|
* added rules for making bz2 files and md5 checksumsBrian Paul2003-02-081-26/+33
|
* added cvsclean targetBrian Paul2003-02-081-2/+9
|
* replace _mesa_strtof() with _mesa_strtod()Brian Paul2003-02-083-11/+11
|
* disable normal xform code - see bug 673938Brian Paul2003-02-081-3/+6
|
* fix assertion in transfer_teximage() (Laurent Desnogues)Brian Paul2003-02-061-1/+2
|
* replace | with & (Laurent Desnogues)Brian Paul2003-02-061-4/+4
|
* fix bug in popping texture color table stateBrian Paul2003-02-051-2/+2
|
* added a comment for _tnl_need_projected_coords()Brian Paul2003-02-041-3/+8
|
* Use 'ndc' instead of 'proj' terminology.Brian Paul2003-02-041-17/+17
| | | | Added a bunch of const qualifiers.
* read/write files, not stdio (Daniel Borca)Brian Paul2003-02-041-5/+17
|
* DOS updates (Daniel Borca)Brian Paul2003-02-0428-390/+1073
|
* unneeded (Daniel Borca)Brian Paul2003-02-045-1009/+0
|
* use ARB flavor of window_pos extensionBrian Paul2003-02-041-3/+3
|
* updated with new functions (Bill Hoffman)Brian Paul2003-02-041-57/+190
|
* print debug message when SSE is disabled by user (Klaus Neiderkrueger)Brian Paul2003-02-041-1/+2
|
* update version numbers (Klaus Niederkrueger)Brian Paul2003-02-047-7/+7
|
* Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)Karl Schultz2003-01-301-2/+2
|
* fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)Brian Paul2003-01-301-4/+4
|
* fix prefetch bug (Felix Kuhling)Brian Paul2003-01-281-6/+6
|
* updated version testBrian Paul2003-01-281-2/+4
|
* move ltor computationBrian Paul2003-01-281-2/+2
|
* some casts (Evgeny Kotsuba)Brian Paul2003-01-281-8/+9
|
* Make GL_SGI_texture_color_table work per-texture unit.Brian Paul2003-01-269-270/+299
| | | | Clean-up and optimize _swrast_texture_table_lookup().
* remove bad assertion, fix minor bug in _mesa_lookup_rgba()Brian Paul2003-01-261-4/+2
|
* optimize compute_coveragef (Evgeny Kotsuba)Brian Paul2003-01-251-18/+28
|
* new texture enums (Leif Delgass)Brian Paul2003-01-251-7/+46
|
* remove unused varsBrian Paul2003-01-241-2/+0
|
* silence warningBrian Paul2003-01-241-1/+1
|
* silence some warningsBrian Paul2003-01-241-4/+4
|
* renamed dither-related preprocessor symbols (bug 536406)Brian Paul2003-01-242-51/+46
|
* push/pop color table state (Eric Plante)Brian Paul2003-01-222-4/+33
|
* improved solve_plane_chan() (Evgeny Kotsuba)Brian Paul2003-01-221-6/+10
|
* glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3Brian Paul2003-01-221-1/+5
|
* added missing break (Leif Delgass)Brian Paul2003-01-211-2/+3
|
* GL_SGI_texture_color_tableBrian Paul2003-01-212-2/+7
|
* GL_SGI_texture_color_table extension (Eric Plante)Brian Paul2003-01-218-18/+440
|
* new X86 CPU detection code (Petr Sebor)Brian Paul2003-01-213-147/+183
|
* GL_ATI_texture_env_combine3 extensionBrian Paul2003-01-218-204/+462
|
* check for NV_fragment_program for glGetString(GL_PROGRAM_ERROR_STRING_NV)Brian Paul2003-01-211-3/+6
|
* fix an assertionBrian Paul2003-01-201-3/+3
|
* use COPY_CHAN4 macroBrian Paul2003-01-202-6/+7
|
* use R/G/B/ACOMP indexes (Evgeny Kotsuba)Brian Paul2003-01-201-9/+9
|