summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i830_context.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-08-19i915: Remove unnecessary header from i830_context.c.Vinson Lee
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-01-28intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22i915: Remove unnecessary headers.Vinson Lee
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger
2009-04-16i915: Remove dead i830TexEnv and i915TexEnv.Eric Anholt
2009-02-17intel: Clean up several 965 memory leaks on context destroy.Eric Anholt
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-07-25Merge branch 'master' into drm-gemIan Romanick
2008-07-16intel: Clean-up ARB_texture_env_crossbarIan Romanick
2008-06-24Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-24intel: Same pixel function init for everyone now.Eric Anholt
2008-06-18i915: Restore the accelerated PBO pixel path functions after GEM changes.Eric Anholt
2008-06-17[intel] Fix no_rast option on non-965.Eric Anholt
2008-05-05Temporarily disable intel pixel ops on i915 for GEMKeith Packard
2008-02-22intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt
2006-09-01fix the presumably broken check for the allow_large_textures and vblank_mode ...Roland Scheidegger
2006-04-07Fix some warnings on x86_64Alan Hourihane
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian 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-01-07Revert some accidental cross-merge changes. Remove i915GetString. MigrateIan Romanick
2004-12-14fix warningAlan Hourihane
2004-09-19Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick
2004-09-19Merge in all the i830 functional differences from the old i830 driver.Ian Romanick
2004-07-15enable FXT1 texture compression for ixxx chipsetsDave Airlie
2004-06-18add missing license textsKeith Whitwell
2004-06-11re-enable rect textureAlan Hourihane
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell