summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* DOS updates (Daniel Borca)Brian Paul2003-02-0425-320/+936
|
* unneeded (Daniel Borca)Brian Paul2003-02-045-1009/+0
|
* print debug message when SSE is disabled by user (Klaus Neiderkrueger)Brian Paul2003-02-041-1/+2
|
* 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
|
* 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 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_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-215-201/+447
|
* 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
|
* fix IBM CPP warning (Evgeny Kotsuba)Brian Paul2003-01-201-3/+6
|
* add some castsBrian Paul2003-01-192-4/+4
|
* fix for framebuffer width and height when window hasn't been realized.Alan Hourihane2003-01-161-3/+9
|
* another fix for glDrawPixels + clippingBrian Paul2003-01-161-9/+21
|
* update CurrentStack in glActiveTexture if needed (bug 669080)Brian Paul2003-01-161-1/+7
|
* fix glDrawPixels hang when clippingBrian Paul2003-01-151-15/+30
|
* Committing in .Jouk Jansen2003-01-151-18/+22
| | | | | | | | | the latest changes were in UNIX and not VMS makefile syntax. changed to VMS syntax. Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
* Fix SourceForge bug 664908. wglDescribePixelFormat should return theKarl Schultz2003-01-151-1/+3
| | | | | number of valid PFD's if the PFD pointer is NULL, without checking the validity of the other parameters.
* fragment program executionBrian Paul2003-01-142-0/+415
|
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-1446-357/+6150
| | | | | Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
* initial code for render-to-textureBrian Paul2003-01-144-12/+100
|
* remove const from _mesa_strtof()Brian Paul2003-01-142-5/+5
|
* added _mesa_strtof()Brian Paul2003-01-141-1/+23
|
* OSMesa16 updates (Eric Plante), added _mesa_strtof()Brian Paul2003-01-142-9/+23
|
* fix fog stride bugs (Michel Danzer)Brian Paul2003-01-131-6/+6
|
* remove ADD_L altogetherBrian Paul2003-01-091-3/+1
|
* s/16/32/ (Josh Vanderhoof)Brian Paul2003-01-091-2/+2
|
* moved ADD_L instruction (Linus Torvalds)Brian Paul2003-01-091-5/+5
|
* added font-related symbolsBrian Paul2003-01-091-0/+5
|
* fix some float/ubyte mistakes (Daniel Borca)Brian Paul2003-01-082-4/+4
|
* move t->Image[i]->Format test (bug 659012)Brian Paul2003-01-081-9/+9
|