Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added OpenGL 1.4's per-texture LOD bias. | Brian Paul | 2003-08-28 | 5 | -0/+25 |
| | |||||
* | Trivial changes to add support for GL_ARB_point_sprite, which is a | Ian Romanick | 2003-08-23 | 7 | -40/+68 |
| | | | | subset of GL_NV_point_sprite (which was already supported). | ||||
* | Added support for GL_IBM_multimode_draw_arrays. | Ian Romanick | 2003-08-22 | 7 | -161/+268 |
| | | | | | | | | Added non-static entrypoints and the name string for GL_SUN_multi_draw_arrays (identical to GL_EXT_multi_draw_arrays). Made add_newer_entrypoints (in src/mesa/main/context.c) table driven. This reduced the size of context.o by about 3KB. | ||||
* | Fix glPixelMap: s/GLint/GLsizei/ | Brian Paul | 2003-08-19 | 2 | -10/+10 |
| | |||||
* | minor code improvement in glGenTextures | Brian Paul | 2003-08-18 | 1 | -7/+3 |
| | |||||
* | register file changes | Brian Paul | 2003-08-17 | 1 | -16/+16 |
| | |||||
* | Re-org of register files for vertex/fragment programs. Will be easier to | Brian Paul | 2003-08-17 | 11 | -502/+397 |
| | | | | hook in global state references, etc. for ARB programs. | ||||
* | Committing in . | Jouk Jansen | 2003-08-11 | 1 | -0/+6 |
| | | | | | | | | Update OpenVMS makefile due to new source files. Modified Files: Mesa-newtree/src/mesa/main/descrip.mms ---------------------------------------------------------------------- | ||||
* | prep for OpenGL 1.5 | Brian Paul | 2003-08-06 | 2 | -1/+11 |
| | |||||
* | fix a bunch of warnings | Brian Paul | 2003-08-06 | 1 | -49/+51 |
| | |||||
* | remove temporary prototypes | Brian Paul | 2003-08-06 | 1 | -18/+2 |
| | |||||
* | placeholder files | Brian Paul | 2003-08-06 | 2 | -0/+79 |
| | |||||
* | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell | 2003-08-05 | 6 | -385/+213 |
| | | | | | first step to reviving/rescuing the 'vtx' rework from the old mesa tree. | ||||
* | Fix samples/fog.c regression - missing test for NeedEyeCoords. | Keith Whitwell | 2003-08-05 | 1 | -6/+15 |
| | |||||
* | Updates from Daniel Borca. | Brian Paul | 2003-08-05 | 1 | -2/+2 |
| | |||||
* | replace assertion with conditional | Brian Paul | 2003-07-30 | 1 | -2/+1 |
| | |||||
* | VC 6 Project File | Karl Schultz | 2003-07-26 | 1 | -0/+588 |
| | |||||
* | Windows does not define HUGE_VAL, so use the IEEE hex constants. | Karl Schultz | 2003-07-24 | 1 | -1/+1 |
| | |||||
* | fix a few more glitches from last big check-in | Brian Paul | 2003-07-23 | 3 | -15/+13 |
| | |||||
* | fix GL_SGI_texture_colortable bugs | Brian Paul | 2003-07-23 | 1 | -0/+3 |
| | |||||
* | remove printf | Brian Paul | 2003-07-22 | 1 | -2/+0 |
| | |||||
* | Restore more code lost during last big merge. | Brian Paul | 2003-07-22 | 9 | -32/+103 |
| | | | | Rename colortable-related functions. | ||||
* | Implement debugger callback, etc for vertex programs. Misc clean-ups. | Brian Paul | 2003-07-22 | 7 | -145/+97 |
| | |||||
* | Initial implementation of GL_MESA_program_debug - a vertex/fragment program | Brian Paul | 2003-07-21 | 15 | -13/+442 |
| | | | | debugging extension. | ||||
* | Numbered productions for ARB_vertex_program grammar (Karl Rasche) | Brian Paul | 2003-07-18 | 1 | -0/+1279 |
| | |||||
* | Karl Rasche's ARB_vertex_program parser | Brian Paul | 2003-07-18 | 2 | -0/+6665 |
| | |||||
* | Fix up FEATURE_* defines in config.h | Brian Paul | 2003-07-18 | 2 | -85/+183 |
| | | | | _glapi_add_entrypoint() updates in context.c | ||||
* | Fix up some loose ends from the last big check-in. | Brian Paul | 2003-07-18 | 5 | -12/+6 |
| | |||||
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 97 | -3601/+7105 |
| | |||||
* | fix conformance glitch introduced with NPOT extension | Brian Paul | 2003-07-07 | 1 | -0/+8 |
| | |||||
* | minor fixes in _mesa_TexGen[id]v() to silence valgrind | Brian Paul | 2003-07-07 | 1 | -6/+16 |
| | |||||
* | fix int/float conversion for GL_TEXTURE_PRIORITY in gl[Get]TexParameteri[v] | Brian Paul | 2003-07-03 | 1 | -3/+9 |
| | |||||
* | Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). | Brian Paul | 2003-07-03 | 4 | -21/+54 |
| | |||||
* | tweak checks for display list zero | Brian Paul | 2003-07-03 | 1 | -1/+6 |
| | |||||
* | Simplify extension string handling. | Brian Paul | 2003-07-03 | 5 | -282/+209 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-07-02 | 1 | -0/+55 |
| | | | | | | | | | | | | | | | | | | | | Enable installation on OpenVMS ODS5 disks. Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | ||||
* | add a few more digits to PI to make Evgeny happy | Brian Paul | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-06-17 | 1 | -419/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenVMS support for new directory tree Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glu/sgi/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Added Files: Mesa-newtree/descrip.mms Mesa-newtree/mms-config. Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms Mesa-newtree/src/mesa/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt Mesa-newtree/vms/xlib_share.opt ---------------------------------------------------------------------- | ||||
* | DOS updates for new tree (Daniel Borca) | Brian Paul | 2003-06-16 | 1 | -348/+0 |
| | |||||
* | Implemented GL_ARB_occlusion_query (not 100% finalized). | Brian Paul | 2003-06-13 | 7 | -0/+407 |
| | |||||
* | added new GL_ARB_v_p instructions | Brian Paul | 2003-06-13 | 2 | -9/+115 |
| | |||||
* | s/ATTRIB_h/ATTRIB_H/ | Brian Paul | 2003-06-12 | 1 | -4/+3 |
| | |||||
* | new buffer/context visual compatibility test (Phil Brown) | Brian Paul | 2003-06-11 | 1 | -10/+48 |
| | |||||
* | added missing types to _mesa_VertexAttribPointerARB() | Brian Paul | 2003-06-11 | 1 | -0/+13 |
| | |||||
* | moved from main/ to glapi/ | Brian Paul | 2003-06-10 | 1 | -894/+0 |
| | |||||
* | fix GL_CURRENT_VERTEX_ATTRIB_ARB queries | Brian Paul | 2003-06-10 | 2 | -0/+4 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 84 | -83/+2 |
| | |||||
* | comments regarding window sizing | Brian Paul | 2003-06-04 | 2 | -8/+18 |
| | |||||
* | Added GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle) | Brian Paul | 2003-06-04 | 1 | -0/+2 |
| | |||||
* | Removed fields from 'struct gl_extensions' for extensions that don't | Ian Romanick | 2003-06-02 | 3 | -36/+26 |
| | | | | | need them. Added "always on" extensions for extensions that are part of core versions 1.1 and 1.2. |