summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_context.c
AgeCommit message (Expand)Author
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-14Enable GLX_SGI_make_current_read for tdfx.Ian Romanick
2006-11-13Implement GL_ARB_occlusion_query.Ian Romanick
2006-11-13Eliminate use of deprecated GetBufferSize interface.Ian Romanick
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-08-25include texobj.h to silence warningBrian Paul
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-01Move fallback and other debugging under TDFX_DEBUG using the same mechanismEric Anholt
2005-06-01Add no_rast option.Eric Anholt
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-02-05remove unneeded codeBrian Paul
2005-02-05removed need for Shared->TexObjectList, walk over texture hash table entries ...Brian Paul
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-06Convert tdfxDDInitExtensions to use driInitExtensions.Ian Romanick
2004-10-05stencil wrap works, either HW or SW (Ian Romanick)Daniel Borca
2004-08-30cleaned up extensions a bitDaniel Borca
2004-07-29disabled automatic mipmaps until we can handle 565 textures.Daniel Borca
2004-07-19several new bugsDaniel Borca
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-18minor changes to silence warningsBrian Paul
2003-12-12set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell
2003-12-08Provide dummy definitions of __driConfig externsKeith Whitwell
2003-12-08get tdfx compilingKeith Whitwell
2003-12-04add tdfx DRI driverAlan Hourihane