Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
| | |||||
* | move t->Image[i]->Format test (bug 659012) | Brian Paul | 2003-01-08 | 1 | -9/+9 |
| | |||||
* | 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 |
| | |||||
* | DOS updates from Daniel Borca. | Brian Paul | 2002-12-18 | 1 | -14/+22 |
| | |||||
* | improved error message | Brian Paul | 2002-12-18 | 1 | -2/+2 |
| | |||||
* | Add mechanism to destroy mutexes. Important on OS's where mutex initialization | Keith Whitwell | 2002-12-12 | 3 | -3/+9 |
| | | | | allocates memory (like FreeBSD). | ||||
* | let _mesa_problem() take variable arguments | Brian Paul | 2002-12-06 | 2 | -8/+15 |
| | |||||
* | added _mesa_print_texunit_state() for debugging | Brian Paul | 2002-12-05 | 2 | -4/+37 |
| | |||||
* | added GL_DEPTH_COMPONENT to two assertions | Brian Paul | 2002-12-03 | 1 | -3/+5 |
| |