Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean-up of parser error handling/reporting. | Brian Paul | 2003-03-14 | 4 | -164/+228 |
| | | | | Basic fragment program texture instructions are limping along. | ||||
* | fix/improve glAreTextures/ProgramsResident (Jose Fonseca) | Brian Paul | 2003-03-10 | 2 | -36/+38 |
| | |||||
* | DOS update (Daniel Borca) | Brian Paul | 2003-03-08 | 1 | -1/+2 |
| | |||||
* | added OS/2 version of IROUND (Evgeny Kotsuba) | Brian Paul | 2003-03-07 | 1 | -2/+11 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-03-05 | 1 | -3/+1 |
| | | | | | | | | Removed src/mmath.c from OpenVMS makefile Modified Files: Mesa/src/descrip.mms ---------------------------------------------------------------------- | ||||
* | silence a GLchan=GLfloat warning with a cast | Brian Paul | 2003-03-04 | 1 | -2/+2 |
| | |||||
* | added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) | Brian Paul | 2003-03-04 | 4 | -6/+129 |
| | |||||
* | disable using optimized _mesa_sqrtf() for now | Brian Paul | 2003-03-03 | 1 | -5/+7 |
| | |||||
* | better error messages (Leif Delgass) | Brian Paul | 2003-03-03 | 2 | -8/+10 |
| | |||||
* | added extern "C" for C++ | Brian Paul | 2003-03-02 | 1 | -2/+11 |
| | |||||
* | removed extra _mesa_memset16() prototype | Brian Paul | 2003-03-02 | 1 | -4/+2 |
| | |||||
* | remove some MESA_DEBUG stuff | Brian Paul | 2003-03-02 | 1 | -4/+1 |
| | |||||
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 37 | -218/+959 |
| | | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | ||||
* | Fix function definitions for Windows. | Karl Schultz | 2003-02-27 | 1 | -13/+13 |
| | |||||
* | More clean-ups. Parse scalar/vector literals and defined identifier sources. | Brian Paul | 2003-02-26 | 1 | -131/+80 |
| | |||||
* | s/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/- and absolute value syntax. | Brian Paul | 2003-02-25 | 1 | -31/+56 |
| | |||||
* | set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3 | Brian Paul | 2003-02-25 | 1 | -2/+2 |
| | |||||
* | assorted clean-ups and improvements | Brian Paul | 2003-02-25 | 3 | -68/+102 |
| | |||||
* | parser clean-ups and simplifications | Brian Paul | 2003-02-25 | 1 | -209/+151 |
| | |||||
* | casts to silence g++ warnings | Brian Paul | 2003-02-25 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | parser clean-ups | Brian Paul | 2003-02-23 | 2 | -274/+233 |
| | |||||
* | added TEXTURE_*_INDEX tokens | Brian Paul | 2003-02-23 | 1 | -13/+18 |
| | |||||
* | latest DOS updates (Daniel Borca) | Brian Paul | 2003-02-20 | 1 | -20/+39 |
| | |||||
* | Implement parsing of texture instructions and prototype execution. | Brian Paul | 2003-02-17 | 2 | -135/+212 |
| | | | | Misc parser clean-ups. | ||||
* | 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 |
| | |||||
* | fix assertion in transfer_teximage() (Laurent Desnogues) | Brian Paul | 2003-02-06 | 1 | -1/+2 |
| | |||||
* | fix bug in popping texture color table state | Brian Paul | 2003-02-05 | 1 | -2/+2 |
| | |||||
* | DOS updates (Daniel Borca) | Brian Paul | 2003-02-04 | 1 | -18/+17 |
| | |||||
* | 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 | 6 | -89/+99 |
| | | | | 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 |
| | |||||
* | new texture enums (Leif Delgass) | Brian Paul | 2003-01-25 | 1 | -7/+46 |
| | |||||
* | silence some warnings | Brian Paul | 2003-01-24 | 1 | -4/+4 |
| | |||||
* | push/pop color table state (Eric Plante) | Brian Paul | 2003-01-22 | 2 | -4/+33 |
| | |||||
* | 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 | 7 | -17/+189 |
| | |||||
* | GL_ATI_texture_env_combine3 extension | Brian Paul | 2003-01-21 | 4 | -120/+154 |
| | |||||
* | check for NV_fragment_program for glGetString(GL_PROGRAM_ERROR_STRING_NV) | Brian Paul | 2003-01-21 | 1 | -3/+6 |
| | |||||
* | add some casts | Brian Paul | 2003-01-19 | 2 | -4/+4 |
| | |||||
* | update CurrentStack in glActiveTexture if needed (bug 669080) | Brian Paul | 2003-01-16 | 1 | -1/+7 |
| | |||||
* | 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 ---------------------------------------------------------------------- | ||||
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 26 | -208/+6021 |
| | | | | | Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS. |