summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)Author
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-23fixes for C++ warnings/errorsBrian
2007-01-16Don't special-case index, edgeflag.Keith Whitwell
2006-11-02Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick
2006-08-17change #ifdef to #ifBrian Paul
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick
2006-06-30Added _mesa_delete_list() to delete a display list, but don't remove fromBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2006-04-21pass color index as float, not intBrian Paul
2006-04-11More GLSL code:Michal Krol
2006-03-01No need for _mesa_save_error() to be public.Brian Paul
2006-03-01added BlitFramebuffer() supportBrian Paul
2006-02-26re-formated with indent.Brian Paul
2006-02-26Remove need to initialize the InstSize[] array elements by just storingBrian Paul
2006-02-26display list clean-upsBrian Paul
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
2005-11-11Make _mesa_is_proxy_texture() non-static and use in a few more places.Brian Paul
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell
2005-01-22Determine ahead of time whether a display list will include verticesKeith Whitwell
2005-01-12Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul
2004-12-19Implement software ATI_fragment_shaderDave Airlie
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul
2004-11-27clean up code related to dispatch table initializationBrian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-24Bug #1682: Mesa core code that gets linked into DRI drivers should never callAdam Jackson
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-08-30remove CRDaniel Borca
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-06-28glBegin/EndQueryARB didn't work inside display listsBrian Paul
2004-06-03Fix problems when sizeof(Node) != sizeof(float)Keith Whitwell
2004-04-20Add printing for recently added opcodes.Keith Whitwell
2004-04-19in TexEnv functions, check if pname == GL_TEXTURE_ENV_COLOR and fetch appropr...Brian Paul
2004-04-02added some assertions, just to be safeBrian Paul
2004-03-26fix some warningsBrian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-03-04plug in _mesa_BlendFunc into dispatch tableBrian Paul
2004-03-03comments, capitalization, misc-clean-upsBrian Paul
2004-01-30glBindProgramARB wasn't getting compiled into display lists (bug 887383)Brian Paul
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-21Silence a compiler warning DRI builds using gcc3.Ian Romanick
2004-01-21Remove dd_function_table::BlendFunc. All drivers now useIan Romanick
2004-01-15change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current()Brian Paul
2003-12-04Add missing GLAPIENTRYKarl Schultz
2003-11-25casts for g++Brian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell