Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Clean-up and optimize _swrast_texture_table_lookup(). | ||||
* | 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 |
| | |||||
* | remove unused vars | Brian Paul | 2003-01-24 | 1 | -2/+0 |
| | |||||
* | 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 |
| | |||||
* | another fix for glDrawPixels + clipping | Brian Paul | 2003-01-16 | 1 | -9/+21 |
| | |||||
* | update CurrentStack in glActiveTexture if needed (bug 669080) | Brian Paul | 2003-01-16 | 1 | -1/+7 |
| | |||||
* | fix glDrawPixels hang when clipping | Brian Paul | 2003-01-15 | 1 | -15/+30 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-01-15 | 1 | -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 the | Karl Schultz | 2003-01-15 | 1 | -1/+3 |
| | | | | | number of valid PFD's if the PFD pointer is NULL, without checking the validity of the other parameters. | ||||
* | fragment program execution | Brian Paul | 2003-01-14 | 2 | -0/+415 |
| | |||||
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 46 | -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-texture | Brian Paul | 2003-01-14 | 4 | -12/+100 |
| | |||||
* | remove const from _mesa_strtof() | Brian Paul | 2003-01-14 | 2 | -5/+5 |
| | |||||
* | added _mesa_strtof() | Brian Paul | 2003-01-14 | 1 | -1/+23 |
| | |||||
* | OSMesa16 updates (Eric Plante), added _mesa_strtof() | Brian Paul | 2003-01-14 | 2 | -9/+23 |
| | |||||
* | fix fog stride bugs (Michel Danzer) | Brian Paul | 2003-01-13 | 1 | -6/+6 |
| | |||||
* | remove ADD_L altogether | Brian Paul | 2003-01-09 | 1 | -3/+1 |
| | |||||
* | s/16/32/ (Josh Vanderhoof) | Brian Paul | 2003-01-09 | 1 | -2/+2 |
| | |||||
* | moved ADD_L instruction (Linus Torvalds) | Brian Paul | 2003-01-09 | 1 | -5/+5 |
| | |||||
* | added font-related symbols | Brian Paul | 2003-01-09 | 1 | -0/+5 |
| | |||||
* | fix some float/ubyte mistakes (Daniel Borca) | Brian Paul | 2003-01-08 | 2 | -4/+4 |
| | |||||
* | move t->Image[i]->Format test (bug 659012) | Brian Paul | 2003-01-08 | 1 | -9/+9 |
| | |||||
* | fix typo in rotation code (bug 659677) | Brian Paul | 2003-01-08 | 1 | -4/+4 |
| | |||||
* | 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 |
| |