summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r128/r128_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-30r128: Remove unnecessary headers.Vinson Lee
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-01-28Make GL_ARB_draw_buffers 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-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-10-30More vblank cleanups.Michel Dänzer
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-10Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg
2007-03-13enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-09-28Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer
2006-04-11More GLSL code:Michal Krol
2006-04-09Destroy the GL context after driDestroyTextureHeap, because the driver'sEric Anholt
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2005-10-27Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers didEric Anholt
2005-10-26Fix the RGB order of the specular color emit, and turn GL_EXT_secondary_colorEric Anholt
2005-10-26Add support for GL_EXT_fog_coord, tested using tests/fog.c. (Also, matches theEric Anholt
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-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-08Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by defaultEric Anholt
2004-10-02Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)Eric Anholt
2004-06-04Enable GL_EXT_blend_subtract and GL_NV_blend_square.Ian Romanick
2004-03-12Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul
2004-01-26Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-13Added some missing extension strings.Ian Romanick
2004-01-12Removed redundant extension strings. The Mesa extension mechanismIan Romanick
2003-12-12applied Felix's patch for configuration systemBrian Paul
2003-12-12set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell
2003-12-08fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane
2003-12-05merge r128 DRI driver from DRI trunkAlan Hourihane
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul