summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
AgeCommit message (Expand)Author
2003-04-21Implemented GL_EXT_depth_bounds_test.Brian Paul
2003-04-17added LoadProgramNV and RequestResidentProgramsNVBrian Paul
2003-04-17Added arbprogram.c to Makefiles.Brian Paul
2003-03-03better error messages (Leif Delgass)Brian Paul
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-11-06a few dispatch pointers weren't set (glGenTexturesEXT for example)Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul
2002-10-07removed old commentBrian Paul
2002-09-06implemented glProgramParameters4[df]vNV()Brian Paul
2002-09-06hook-up dispatch for glActiveStencilFaceEXT()Brian Paul
2002-09-06GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul
2002-08-17added error checking for glCallLists() type parameterBrian Paul
2002-06-30Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-05-29Added GL_NV_point_sprite functions: glPointParameteri[v]NV().Brian Paul
2002-05-27dispatch offsets for ARB_window_posBrian Paul
2002-04-09bring in changes from dri tcl branchKeith Whitwell
2002-04-02GL_ARB_point_parameters supportBrian Paul
2001-12-19some display list support for vertex program extensionBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-14minor dispatach table changesBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-12-13Remove const from save_TexParameteri to match prototype for glTexParameteri.Karl Schultz
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-09-18compiler warningsKarl Schultz
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-06-12don't compile glClientActiveTextureARB() into display lists, per the specBrian Paul
2001-06-11fixed minor display list bugs (#431517)Brian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-05-14increase blocksize, remove dead opcodesKeith Whitwell
2001-05-10Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell
2001-05-09Add FLUSH_CURRENT() calls to fix ordering problems (incl. hierarchicalKeith Whitwell
2001-03-27silence compiler warningsBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-13fix conform dlist testKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell
2000-12-27try and force a log messageKeith Whitwell