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