summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-17assorted updatesBrian Paul
2003-09-17updated with new extension infoBrian Paul
2003-09-17remove unused Target field from gl_buffer_objectBrian Paul
2003-09-17Fixed/added some error checks.Brian Paul
Allow one buffer to be bound to multiple targets. Rebind buffer 0 when deleting currently bound buffer.
2003-09-17Add cast to remove compiler warningJon Smirl
2003-09-17unbind vertex arrays from buffer in DeleteBuffersARB()Brian Paul
2003-09-17s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/Brian Paul
2003-09-17Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB pathBrian Paul
2003-09-17Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.Brian Paul
2003-09-17Change the hyperlinks names in the main page to match the Doxygen generated ↵Jose Fonseca
ones.
2003-09-17Seperate the Doxygen configuration files (for full Mesa only) in a common ↵Jose Fonseca
part and an individual module part. Rewrite the Makefile in order to avoid the double pass when the tag files already exist. A double pass can still be achieved by doing 'make clean all'.
2003-09-17test GL_ARB_vertex_buffer_objectBrian Paul
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
vertex arrays.
2003-09-17Merge the Doxygen configuration files from the embedded branch.Jose Fonseca
2003-09-17new castsBrian Paul
2003-09-17added call to _mesa_enable_1_5_extensions()Brian Paul
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
Use GLubyte * instead of void * for gl_client_array->Ptr to simplify upcoming pointer arithmetic changes.
2003-09-17changed a commentBrian Paul
2003-09-17move a commentBrian Paul
2003-09-17move some functions, add some commentsBrian Paul
2003-09-17set ARB_vertex_buffer_object in _mesa_enable_sw_extensions()Brian Paul
2003-09-17fix up FEATURE_* definesBrian Paul
2003-09-15minor simplificationBrian Paul
2003-09-15Some work on ARB_vertex_buffer_object.Brian Paul
Use GL_CLIENT_ACTIVE_TEXTURE when returning texcoord array values in get.c
2003-09-12Updates to fix problems building with the Open Watcom compiler.Kendall Bennett
2003-09-12allow glTexImage1/2/3D width/height/depth = 0Brian Paul
2003-09-12Allow glTexImage1/2/3D to specify width/height/depth = 0.Brian Paul
This allows texture state to be resettable to default state. Not allowed according to the spec, but allowed by all other OpenGL libs.
2003-09-09display list support for ARB_vertex/fragment_programBrian Paul
2003-09-09plug in vertex buffer object functionsBrian Paul
2003-09-09remove duplicate sunos5-smp entriesBrian Paul
2003-09-09Added prototypes for internal functions to bufferobj.h.Brian Paul
Minor code clean-ups.
2003-09-09remove last of mklib.solaris stuffBrian Paul
2003-09-09Added most of the infrastructure required to supportIan Romanick
ARB_vertex_buffer_object. THIS IS INCOMPLETE.
2003-09-08fix timer bug (801485)Brian Paul
2003-09-08Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).Brian Paul
New glxswapcontrol.c file added.
2003-09-08SunOS tweaks (Greg Menke)Brian Paul
2003-09-08update sunos5 targets (Greg Menke)Brian Paul
2003-09-08use GL_GLEXT_PROTOTYPESBrian Paul
2003-09-05more debugger developmentBrian Paul
2003-09-05fix typoBrian Paul
2003-09-05move GL_MESA_program_debug code into program.cBrian Paul
2003-09-05misc updatesBrian Paul
2003-09-05update directoriesBrian Paul
2003-09-05updated info for Mesa 5.1Brian Paul
2003-09-05Updated for 5.0.2 release.Brian Paul
2003-09-05files for CVS to ignoreBrian Paul
2003-09-05 Committing in .Jouk Jansen
Added missing include files. Modified Files: Mesa-newtree/progs/demos/isosurf.c Mesa-newtree/src/mesa/main/nvvertexec.c ----------------------------------------------------------------------
2003-09-04implement SWZ and TXB. some code clean-upBrian Paul
2003-09-04move SWIZZLE_ZERO/ONE tokens to program.hBrian Paul
2003-09-04import 5.0.2 infoBrian Paul