Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init an uninitialized variable. This doesn't fix a latent bug because | Karl Schultz | 2004-01-13 | 1 | -1/+1 |
| | | | | the variable was multiplied by zero. | ||||
* | add casts to silence compiler warnings | Karl Schultz | 2004-01-13 | 1 | -6/+6 |
| | |||||
* | fix vertex program debugger issues (Bug 874382) | Brian Paul | 2004-01-11 | 2 | -5/+11 |
| | |||||
* | add GL_TEXTURE_CUBE_MAP_ARB to _mesa_max_texture_levels(), reordered some ↵ | Brian Paul | 2004-01-11 | 1 | -13/+15 |
| | | | | comments | ||||
* | set StringPos field in parse_vp_instruction (Mesa bug 873011) | Brian Paul | 2004-01-08 | 1 | -2/+5 |
| | |||||
* | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | whitespace changes and new comments | Brian Paul | 2004-01-01 | 1 | -86/+87 |
| | |||||
* | Correct sense of ctx->_ForceEyeCoords (Felix Kuhling) | Keith Whitwell | 2003-12-27 | 1 | -1/+1 |
| | |||||
* | the optimized UNCLAMPED_FLOAT_TO_UBYTE macro was broken | Brian Paul | 2003-12-23 | 1 | -10/+18 |
| | |||||
* | Version bumps, etc for Mesa 6.0 | Brian Paul | 2003-12-21 | 2 | -10/+10 |
| | |||||
* | remove TexCoordInterleaveFactor. Clean up _mesa_InterleavedArrays() | Brian Paul | 2003-12-12 | 2 | -16/+15 |
| | |||||
* | - Test instruction count | Karl Rasche | 2003-12-12 | 1 | -5/+54 |
| | | | | - Throw an error for VPs if we set position invariance and then write to the output position | ||||
* | replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall) | Brian Paul | 2003-12-11 | 1 | -1/+1 |
| | |||||
* | Fix definitions for Intel compiler. | Eric Anholt | 2003-12-09 | 1 | -1/+3 |
| | | | | Submitted by: Mikhail Teterin <[email protected]> | ||||
* | Arg. I can't code.. Test that we don't recongnize '0' as having a leading zero.. | Karl Rasche | 2003-12-09 | 1 | -1/+1 |
| | |||||
* | - New grammar (0.5) from Michal Krol, merges many opcodes and adds range ↵ | Karl Rasche | 2003-12-09 | 2 | -465/+599 |
| | | | | | | | | | testing - Proper header on arbparse_syn.h - Handling of relative offsets for ARB_vp - s/MaxFragment/MaxVertex - Check for leading 0's in the fraction portions of floats in parse_float() | ||||
* | - handle IsPositionInvariant | Karl Rasche | 2003-12-09 | 1 | -1/+16 |
| | | | | - tweak assertion to allow for relative offets from ARB_vp | ||||
* | Committing in . | Jouk Jansen | 2003-12-09 | 1 | -1/+3 |
| | | | | | | | | | Small VMS issue : sys/param.h is not available on all systems and not needed anyway. Modified Files: Mesa-newtree/src/mesa/main/vsnprintf.c ---------------------------------------------------------------------- | ||||
* | Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment | Brian Paul | 2003-12-09 | 2 | -1/+21 |
| | | | | | programs are enabled and if they need secondary color input register. Patch by Karl Rasche, with tweaks by Brian. | ||||
* | kill a warning | Alan Hourihane | 2003-12-08 | 1 | -1/+1 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-12-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | OpenVMS compile issues Modified Files: Mesa-newtree/progs/tests/cva.c Mesa-newtree/progs/tests/dinoshade.c Mesa-newtree/progs/tests/multipal.c Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/src/mesa/tnl/t_vtx_api.c ---------------------------------------------------------------------- | ||||
* | conditionally define GLAPIENTRYP to prevent some warnings in linux-solo | Brian Paul | 2003-12-06 | 1 | -1/+3 |
| | |||||
* | fix compiler warning | Alan Hourihane | 2003-12-05 | 1 | -7/+7 |
| | |||||
* | remove duplicate declarations | Alan Hourihane | 2003-12-05 | 1 | -7/+0 |
| | |||||
* | Change | Karl Schultz | 2003-12-04 | 1 | -2/+2 |
| | | | | | | | | | #define GLAPIENTRYP __stdcall * to #define GLAPIENTRYP GLAPIENTRY * These two defs end up doing the same thing, but the compiler can squawk because they look different. Also matches the way it is declared in gl.h. Do same for GLCALLBACKP. | ||||
* | update files | Karl Schultz | 2003-12-04 | 1 | -6/+14 |
| | |||||
* | Add missing GLAPIENTRY | Karl Schultz | 2003-12-04 | 6 | -175/+175 |
| | |||||
* | remove duplicate declaration | Alan Hourihane | 2003-12-04 | 1 | -4/+0 |
| | |||||
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 5 | -39/+20 |
| | |||||
* | Fix some problems with glDrawElements and vertex buffer objects. | Brian Paul | 2003-12-04 | 2 | -10/+41 |
| | |||||
* | Remove things having to do with ARB_matrix_palette/ARB_vertex_blend | Karl Rasche | 2003-12-02 | 1 | -16/+32 |
| | |||||
* | s/texUnit->Enabled/enableBits/ (Karl Rasche) | Brian Paul | 2003-11-30 | 1 | -5/+5 |
| | |||||
* | Fixed compiler warnings | Karl Rasche | 2003-11-30 | 1 | -6/+6 |
| | | | | Assign the correct thing to TexturesUsed[] | ||||
* | Fix generic/conventional vertex array glitches. | Brian Paul | 2003-11-29 | 1 | -1/+1 |
| | | | | | | | | Changed _NEW_ARRAY_ATTRIB_0 back to 0x10000 so that the conventional and generic enable bits do not alias. In ac_import.c test Array.Normal.Enabled instead of Array._Enabled & _NEW_ARRAY_COLOR0, etc. In t_array_import.c give priority for generic arrays over conventional arrays on an individual basis, not all or none. | ||||
* | more tweaks to error checking and reporting | Brian Paul | 2003-11-28 | 1 | -7/+8 |
| | |||||
* | if id==0 in glGetQueryObject, raise GL_INVALID_OPERATION | Brian Paul | 2003-11-28 | 1 | -6/+9 |
| | |||||
* | fix an error test | Brian Paul | 2003-11-28 | 1 | -1/+1 |
| | |||||
* | current raster color index should be GLfloat | Brian Paul | 2003-11-25 | 5 | -14/+14 |
| | |||||
* | fix assorted g++ warnings | Brian Paul | 2003-11-25 | 2 | -7/+7 |
| | |||||
* | casts for g++ | Brian Paul | 2003-11-25 | 4 | -5/+5 |
| | |||||
* | fix a lot of warnings found with g++ | Brian Paul | 2003-11-25 | 1 | -66/+66 |
| | |||||
* | remove __FUNCTION__ hack | Brian Paul | 2003-11-25 | 1 | -11/+0 |
| | |||||
* | added a cast | Brian Paul | 2003-11-25 | 1 | -1/+2 |
| | |||||
* | Remove unnecessary usage of __FUNCTION__. | Brian Paul | 2003-11-25 | 3 | -19/+21 |
| | | | | #define MESA_FUNCTION to __FUNCTION__ if MESA_DEBUG is defined. | ||||
* | - New version of the syntax rules from Michal Krol | Karl Rasche | 2003-11-25 | 2 | -85/+62 |
| | | | | | | + Handles '1' as a float, just like '1.' + Remove switch collision between vp and fp #defines + result.color.xyz no longer requires result.color.primary.xyz | ||||
* | added support for generic vertex attributes (ARB_vp) and their error checking | Karl Rasche | 2003-11-25 | 2 | -7/+136 |
| | |||||
* | fix YCBCR assertion and disable assertion in auto-mipmap code | Brian Paul | 2003-11-24 | 1 | -0/+3 |
| | |||||
* | whitespace and comment changes | Brian Paul | 2003-11-24 | 2 | -14/+11 |
| | |||||
* | minor error string improvement | Brian Paul | 2003-11-24 | 1 | -1/+3 |
| | |||||
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 17 | -1168/+1541 |
| |